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 global variables to -llvm-api debug information
gingerBill
2021-03-23
1
-1
/
+2
*
Move LLVM optimization procedures to a separate file to aid with organization
gingerBill
2021-03-23
1
-90
/
+33
*
Fix debug information for `typeid` on -llvm-api
gingerBill
2021-03-22
1
-2
/
+3
*
Correct debug info for basic composite types (e.g. `string`, `any`)
gingerBill
2021-03-22
1
-89
/
+143
*
Add local debug variable support for -llvm-api
gingerBill
2021-03-22
1
-54
/
+151
*
Start work on very basic LLVM debug type information
gingerBill
2021-03-22
1
-31
/
+292
*
Begin integrating work from branch llvm-debug-symbols
gingerBill
2021-03-20
1
-423
/
+552
*
Fix LLVMConstArray usage
gingerBill
2021-03-19
1
-6
/
+12
*
Fix LLVM asserts
gingerBill
2021-03-19
1
-4
/
+7
*
Fix some LLVM asserts by using LLVMConstNamedStruct everywhere
gingerBill
2021-03-19
1
-52
/
+93
*
Add `pkg` field to `testing.Internal_Test`
gingerBill
2021-03-14
1
-3
/
+10
*
`odin test` to work with the new `core:testing` package
gingerBill
2021-03-14
1
-3
/
+49
*
Add `intrinsics.volatile_store` and `intrinsics.volatile_load`
gingerBill
2021-03-09
1
-0
/
+4
*
Remove test code
gingerBill
2021-03-06
1
-3
/
+0
*
Fix `context` bug with `deferred_*` attributes which caused a new `context` t...
gingerBill
2021-03-06
1
-44
/
+69
*
Minimize the size of `runtime.Source_Code_Location` to use `i32` instead of `...
gingerBill
2021-03-05
1
-14
/
+14
*
Minimize TokenPos size by using `i32` for line/column/offset and file_id inst...
gingerBill
2021-03-04
1
-16
/
+16
*
Clean up logic for `<<` and `>>` behaviour
gingerBill
2021-03-02
1
-4
/
+4
*
Re-enable "LLVM Function Pass"
gingerBill
2021-03-02
1
-1
/
+1
*
Clean up `lb_end_procedure_body` logic
gingerBill
2021-03-02
1
-22
/
+3
*
Fix Addressing for SOA on store; Add intrinsics.type_struct_field_count(T)
gingerBill
2021-03-01
1
-6
/
+23
*
Improve `lb_end_procedure_body` logic
gingerBill
2021-03-01
1
-11
/
+35
*
Remove hack in `lb_addr_store`
gingerBill
2021-03-01
1
-13
/
+34
*
Minor changes to function pass manager in llvm_backend.cpp
gingerBill
2021-02-27
1
-27
/
+33
*
Fix LLVM -opt:2 bug for initializing global variables
gingerBill
2021-02-27
1
-21
/
+43
*
Patch issue with minimum dependency system and how it interacts with para pol...
gingerBill
2021-02-26
1
-2
/
+5
*
Fixing a typo in llvm backend.
Mykola Konyk
2021-02-25
1
-3
/
+0
*
Make USE_NEW_LLVM_ABI_SYSTEM the actual behaviour and remove the previous app...
gingerBill
2021-02-25
1
-397
/
+104
*
Make lb_create_enum_attribute ignore certain attributes (they are not properl...
gingerBill
2021-02-25
1
-1
/
+16
*
Begin work on aarch64 ABI for `-llvm-api`
gingerBill
2021-02-24
1
-1
/
+4
*
Remove `#opaque` types
gingerBill
2021-02-23
1
-31
/
+0
*
Deprecate `inline for` in favour of `#unroll for`
gingerBill
2021-02-23
1
-1
/
+1
*
Remove `bit_field` type from Odin (keyword and dead runtime code still exists)
gingerBill
2021-02-19
1
-234
/
+26
*
Fix slices of slices in procedures for -llvm-api
gingerBill
2021-01-27
1
-5
/
+35
*
Add package name and source code location to `Type_Info_Named`
gingerBill
2020-12-05
1
-1
/
+22
*
Remove `hash` field in runtime.Source_Code_Location
gingerBill
2020-12-05
1
-13
/
+2
*
Allow nested procedures to access `@(static)` and `@(thread_local)` variables
gingerBill
2020-12-04
1
-9
/
+23
*
Change ExactValue layout for complex/quaternion types to minimize its size
gingerBill
2020-12-03
1
-12
/
+12
*
Fix -llvm-api const initialization of `&T{}`
gingerBill
2020-12-02
1
-0
/
+2
*
Disable `lb_const_hash` for the time being
gingerBill
2020-12-02
1
-5
/
+31
*
Fix typo
gingerBill
2020-12-01
1
-1
/
+1
*
Fix Pointer store in LLVM backend
gingerBill
2020-12-01
1
-2
/
+2
*
Revert function passes
gingerBill
2020-11-29
1
-51
/
+95
*
Improve default pass manager for -llvm-api
gingerBill
2020-11-29
1
-57
/
+25
*
Make 16 simple hasher cases for small types
gingerBill
2020-11-29
1
-9
/
+5
*
Simplify simple compare hasher code
gingerBill
2020-11-29
1
-98
/
+76
*
Support any comparable type for map keys
gingerBill
2020-11-29
1
-9
/
+89
*
Support map keys for simple compare types
gingerBill
2020-11-29
1
-2
/
+8
*
Improve const hash
gingerBill
2020-11-29
1
-10
/
+36
*
Simplify hashing approach `map`
gingerBill
2020-11-29
1
-29
/
+15
[prev]
[next]