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.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove header cache code
gingerBill
2022-09-21
1
-2
/
+0
*
Reduce unnecessary map gets
gingerBill
2022-09-21
1
-1
/
+6
*
Use a cache when generating the map header to minimize stack wastage
gingerBill
2022-09-17
1
-0
/
+1
*
Change `__dynamic_map_get` and `__dynamic_map_set` to use separate parameters...
gingerBill
2022-09-17
1
-1
/
+1
*
Revert "Just get the value directly and store it in another global variable"
gingerBill
2022-09-14
1
-1
/
+0
*
Just get the value directly and store it in another global variable
gingerBill
2022-09-14
1
-0
/
+1
*
General clean up of LLVM*GEP2 code
gingerBill
2022-08-10
1
-2
/
+3
*
Wrap all `LLVMGetElementType` uses
gingerBill
2022-08-09
1
-0
/
+3
*
Eliminate use of LLVMGetElementType for pointers
gingerBill
2022-08-09
1
-2
/
+3
*
Removed use of deprecated functions. Cleaned up most deprecated use of LLVMGe...
Christoffer Lerno
2022-08-07
1
-2
/
+20
*
Force memset instead of store zeroinitializer when the value is large
gingerBill
2022-07-24
1
-0
/
+4
*
Fix and improve `x->y()` behaviour to minimize duplicate evaluation
gingerBill
2022-07-24
1
-0
/
+1
*
Fix #1888
gingerBill
2022-07-16
1
-0
/
+2
*
Minor style change
gingerBill
2022-06-12
1
-1
/
+1
*
Merge pull request #1395 from hdooley/master
gingerBill
2022-06-12
1
-0
/
+2
|
\
|
*
cast isize to unsigned int for llvm api, add defaulted name parameter to helper.
Henry Dooley
2021-12-25
1
-1
/
+1
|
*
factor out alloca generation into a helper
Henry Dooley
2021-12-25
1
-0
/
+2
*
|
Make the link order of foreign imports deterministic
gingerBill
2022-05-04
1
-1
/
+4
*
|
Allow sysv and win64 calling conventions to be used on any platform on amd64
gingerBill
2022-02-16
1
-0
/
+4
*
|
Begin work on support objc intrinsics
gingerBill
2022-02-08
1
-2
/
+4
*
|
Correct debug information logic for procedure parameters
gingerBill
2022-02-01
1
-0
/
+1
*
|
Simplify procedure parameters callee logic
gingerBill
2022-01-15
1
-1
/
+0
*
|
Remove unused lbDefer kind
gingerBill
2022-01-15
1
-3
/
+0
|
/
*
Improve matrix->matrix casting implementation
gingerBill
2021-11-08
1
-0
/
+4
*
Remove many LLVM optimization passes which were causes UB due to them assumin...
gingerBill
2021-11-06
1
-0
/
+2
*
Make llvm backend code use `PtrMap`; remove dead code
gingerBill
2021-11-05
1
-14
/
+12
*
`@(linkage=<string>)` for procedures and variables; `@(require)` for procedur...
gingerBill
2021-11-04
1
-1
/
+3
*
Compile `wasm64`; Add `lb_run_remove_unused_function_pass`
gingerBill
2021-10-31
1
-0
/
+21
*
Add `ODIN_LLVM_MINIMUM_VERSION_12`
gingerBill
2021-10-25
1
-0
/
+12
*
Improve use of vector muladd operations
gingerBill
2021-10-25
1
-1
/
+3
*
Support matrix literals
gingerBill
2021-10-20
1
-0
/
+2
*
Support indexing matrices
gingerBill
2021-10-19
1
-0
/
+1
*
Very basic matrix support in backend
gingerBill
2021-10-18
1
-0
/
+4
*
Minor code cleanup for backend; add `struct_fields_index_by_increasing_offset...
gingerBill
2021-10-02
1
-1
/
+1
*
Remove need for alignment `lb_struct_has_padding_prefix`
gingerBill
2021-10-02
1
-1
/
+0
*
Heavily improve the LLVM struct type generation to improve ABI
gingerBill
2021-10-02
1
-47
/
+53
*
LLVM Code Generator: Add explicitly padding between fields in LLVM struct types
gingerBill
2021-09-13
1
-0
/
+3
*
Migrate and remove more from gb.h
gingerBill
2021-08-19
1
-4
/
+2
*
Unify semantics of the built-in `swizzle` procedure with the selector express...
gingerBill
2021-08-09
1
-0
/
+5
*
Reorganize llvm_backend.cpp into separate files for easier maintenance
gingerBill
2021-08-07
1
-0
/
+17
*
Add `missing_procedures_to_check` to `lbModule`
gingerBill
2021-08-03
1
-0
/
+1
*
Just create `context` when required
gingerBill
2021-06-14
1
-1
/
+0
*
Improve vector arithmetic generation for array programming operations
gingerBill
2021-06-12
1
-1
/
+2
*
Experimental support for inline swizzling for array types of len <= 4 e.g. `v...
gingerBill
2021-06-05
1
-1
/
+6
*
Heavily improve the copy elision logic in the backend
gingerBill
2021-05-24
1
-3
/
+8
*
Add `byval` with `align`, `sret` attributes for SysV
gingerBill
2021-05-11
1
-0
/
+1
*
Move anonymous proc generation into `lbGenerator`
gingerBill
2021-05-04
1
-0
/
+2
*
Prepare to multithread object generation
gingerBill
2021-05-03
1
-2
/
+2
*
Minor fixes to -use-separate-modules
gingerBill
2021-05-03
1
-1
/
+2
*
Experimental support for `-use-separate-modules`
gingerBill
2021-05-03
1
-0
/
+1
[next]