index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
llvm_backend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add `-o:aggressive` for LLVM 17
gingerBill
2023-09-21
1
-10
/
+19
*
Support `-sanitize:<string>` for `address`, `memory`, `thread` for LLVM 17
gingerBill
2023-09-21
1
-1
/
+17
*
Begin work with adding the new pass system
gingerBill
2023-09-20
1
-0
/
+54
*
Update to LLVM-17
gingerBill
2023-09-19
1
-3
/
+3
*
Fix comparison of two `nil` unions against each other
gingerBill
2023-08-16
1
-2
/
+17
*
fix indentation
Laytan Laats
2023-07-11
1
-5
/
+6
*
use lb_emit_select instead of lb_emit_if for exit check
Laytan Laats
2023-07-11
1
-22
/
+4
*
exit with code 1 on `odin test` failure
Laytan Laats
2023-07-03
1
-12
/
+32
*
Fix #2594 zero sized union code generation
gingerBill
2023-06-26
1
-1
/
+3
*
Fix a race condition when produced anonymous procedure literals with `-use-se...
gingerBill
2023-06-13
1
-52
/
+1
*
Rename `ODIN_DISALLOW_RTTI` to `ODIN_NO_RTTI`; Remove dead command line flags
gingerBill
2023-06-12
1
-2
/
+2
*
Make all id suffixes use atomics where possible
gingerBill
2023-06-12
1
-6
/
+7
*
Improve lb_generate_anonymous_proc_lit (again)
gingerBill
2023-06-12
1
-4
/
+2
*
Keep compilers happy
gingerBill
2023-06-12
1
-1
/
+1
*
Change how "$anon" mangling works to use an atomic value instead
gingerBill
2023-06-12
1
-1
/
+2
*
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
1
-15
/
+26
|
\
|
*
Fix type `switch` debug information on `-o:none`
gingerBill
2023-05-30
1
-2
/
+2
|
*
Merge pull request #2535 from jasonKercher/fix2515
gingerBill
2023-05-29
1
-5
/
+22
|
|
\
|
|
*
implement random map seed
jason
2023-05-16
1
-5
/
+22
|
*
|
Minor change to handling of propagation of errors with `---` as a value
gingerBill
2023-05-22
1
-8
/
+2
|
|
/
*
/
Begin work on new pseudo-architecture: wasm64p32
gingerBill
2023-04-20
1
-1
/
+1
|
/
*
Inline static map calls for map get, and improve readability of the LLVM IR
gingerBill
2023-04-18
1
-26
/
+54
*
Increase use of `temporary_allocator()` where possible
gingerBill
2023-03-16
1
-21
/
+42
*
Minimize severe memory usage by enforcing the `heap_allocator()` in places
gingerBill
2023-03-16
1
-7
/
+8
*
Implement `@(fini)` (opposite of `@(init)`)
gingerBill
2023-02-15
1
-4
/
+37
*
Minor change to `byval` for readonly parameters
gingerBill
2023-02-03
1
-2
/
+4
*
Change attributes for the static map get
gingerBill
2023-02-03
1
-3
/
+3
*
Remove internal `readonly` attribute
gingerBill
2023-02-03
1
-3
/
+3
*
Temporarily make all `map` get calls dynamic
gingerBill
2023-02-03
1
-1
/
+1
*
Make static map calls the default; add `-dynamic-map-calls`
gingerBill
2023-02-03
1
-21
/
+21
*
Use `heap_allocator()` with `-debug`; Reinstate the arena guards
gingerBill
2023-01-23
1
-5
/
+12
*
Make static value atomic too
gingerBill
2023-01-16
1
-2
/
+2
*
Remove initialization on static atomic
gingerBill
2023-01-16
1
-1
/
+1
*
Enforce atomic on hasher id
gingerBill
2023-01-16
1
-2
/
+2
*
Update `debugf` usage
gingerBill
2023-01-14
1
-1
/
+2
*
Bring `PtrMap` inline with `StringMap`
gingerBill
2023-01-14
1
-5
/
+5
*
Minimize `StringMap` structure usage
gingerBill
2023-01-14
1
-2
/
+2
*
Clean up use of `StringMap`
gingerBill
2023-01-13
1
-0
/
+1
*
Prepare for arbitrary separate modules
gingerBill
2023-01-12
1
-4
/
+12
*
Begin to generalize modules away from `AstPackage *` in `-use-separate-modules`
gingerBill
2023-01-12
1
-1
/
+1
*
Correct missing procedures in other build modules which cause a linkage problem
gingerBill
2023-01-12
1
-8
/
+3
*
Fix macro issue
gingerBill
2023-01-11
1
-1
/
+1
*
Multi thread more of the backend where possible
gingerBill
2023-01-05
1
-43
/
+83
*
Refactor llvm backend code into separate procedures to make it simpler to pro...
gingerBill
2023-01-05
1
-402
/
+455
*
enum-ifiy function pass managers for `lbModule`
gingerBill
2023-01-05
1
-48
/
+54
*
Unify function pass managers for auxiliary procedures (e.g. startup type info...
gingerBill
2023-01-05
1
-32
/
+25
*
Multithread LLVM procedure generation
gingerBill
2023-01-05
1
-14
/
+25
*
Begin multithreading the llvm backend when `-use-separate-modules` is enabled
gingerBill
2023-01-05
1
-15
/
+31
*
Add uncomment `add_type_info_type` calls for type assertions
gingerBill
2023-01-05
1
-0
/
+1
*
More `for_array(i, y)` to `for (x : y)` translations
gingerBill
2023-01-03
1
-6
/
+3
[prev]
[next]