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
...
*
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
*
Correct a race condition when checking the procedure body
gingerBill
2023-01-02
1
-0
/
+6
*
Remove `global_` prefix from `global_thread_pool_*` procedures
gingerBill
2023-01-02
1
-1
/
+1
*
Set the file's filename and directory in `init_ast_file`
gingerBill
2022-12-20
1
-5
/
+2
*
Remove dead code in the compiler
gingerBill
2022-12-18
1
-5
/
+5
*
`gb_internal` LLVM backend
gingerBill
2022-12-18
1
-35
/
+35
*
Use C++11 loops for some arrays
gingerBill
2022-12-09
1
-46
/
+39
*
Fix map looping
gingerBill
2022-12-09
1
-9
/
+9
*
Replace compiler for loops for the hash-table types to simplify code usage
gingerBill
2022-12-09
1
-71
/
+54
*
Remove copy elision code
gingerBill
2022-11-22
1
-3
/
+3
*
Enforce pointer cast
gingerBill
2022-11-13
1
-2
/
+2
*
Simplify the handling of the hashing calls for `map`s
gingerBill
2022-11-13
1
-13
/
+1
*
Add `noinline` LLVM attribute to static map procedures
gingerBill
2022-11-11
1
-0
/
+6
*
Add internal linkage to static map calls
gingerBill
2022-11-11
1
-1
/
+2
*
Begin work on map static set
gingerBill
2022-11-11
1
-11
/
+151
*
Make `__dynamic_map_set` take the `hash` rather than compute it internally
gingerBill
2022-11-11
1
-5
/
+7
*
Make `map` get internal calls take the hash value rather than compute it inte...
gingerBill
2022-11-11
1
-12
/
+14
*
Add minor optimization for `lb_map_cell_index_static`
gingerBill
2022-11-11
1
-3
/
+0
*
Force inline of hasher proc where possible
gingerBill
2022-11-11
1
-8
/
+31
*
Correct static map get; make get take a pointer to simplify compiler internals
gingerBill
2022-11-10
1
-26
/
+32
*
Change map internal calls to use a pointer
gingerBill
2022-11-09
1
-4
/
+4
*
Allow for `-use-static-map-calls` which generates a get procedure per `map`; ...
gingerBill
2022-11-08
1
-11
/
+161
*
Change `__dynamic_map_get` signature
gingerBill
2022-11-08
1
-10
/
+9
*
Add `intrinsics.map_cell_info` and `intrinsics.map_info`
gingerBill
2022-11-08
1
-5
/
+5
*
Make `Map_Info` store pointers to cell info rather than inline
gingerBill
2022-11-08
1
-1
/
+13
*
General modifications
gingerBill
2022-11-08
1
-18
/
+1
*
Basic fmt printing for `map`
gingerBill
2022-11-07
1
-8
/
+6
*
Begin work on implementing the new `map` internals
gingerBill
2022-11-07
1
-47
/
+63
*
Add debug symbols for global constants of integers, bools, enums, runes, & po...
gingerBill
2022-11-02
1
-0
/
+27
*
Optimize `#caller_location` and `#location` to use read only data section whe...
gingerBill
2022-10-31
1
-2
/
+2
*
Clean up private internal constant global handling
gingerBill
2022-09-22
1
-5
/
+1
*
Correct parapoly determination of generated internal type of a `map`
gingerBill
2022-09-22
1
-1
/
+0
[prev]
[next]