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
...
*
Fix LLVM -opt:2 bug for initializing global variables
gingerBill
2021-02-27
1
-0
/
+1
*
Begin work on aarch64 ABI for `-llvm-api`
gingerBill
2021-02-24
1
-1
/
+1
*
Remove `bit_field` type from Odin (keyword and dead runtime code still exists)
gingerBill
2021-02-19
1
-1
/
+0
*
Improve const hash
gingerBill
2020-11-29
1
-1
/
+1
*
Add `intrinsics.type_hasher_proc`; Make `map` work with generic hasher procedure
gingerBill
2020-11-29
1
-1
/
+3
*
Add intrinsics.type_equal_proc; Make `map` use an internal equal procedure to...
gingerBill
2020-11-29
1
-0
/
+2
*
Update package json for new map layout; Correct llvm-api includes for *nix
gingerBill
2020-11-25
1
-0
/
+19
*
Add comparisons to structs where all fields are comparable `==` and `!=`
gingerBill
2020-11-23
1
-0
/
+2
*
Modify llvm_abi.cpp to work correctly for win64 abi of `i128` types. (it's a ...
gingerBill
2020-11-22
1
-0
/
+1
*
Update LLVM backend to begin work on a generic ABI system
gingerBill
2020-11-12
1
-0
/
+3
*
Fix `typeid_of` bug
gingerBill
2020-11-10
1
-1
/
+1
*
Fix and clean up default procedure parameter code for non-constant types
gingerBill
2020-09-22
1
-0
/
+3
*
Expose `runtime._startup_runtime` to allow for freestanding targets in the fu...
gingerBill
2020-09-15
1
-3
/
+0
*
Fix Source_Code_Location error for *_insert_dynamic_map_key_and_value procedures
gingerBill
2020-07-08
1
-1
/
+3
*
Fix `@static` slice for LLVM C API backend
gingerBill
2020-06-15
1
-1
/
+1
*
Update logic for slice literals, backing array to be on the stack if possible...
gingerBill
2020-06-08
1
-2
/
+3
*
Fix calling convention stuff with LLVM C API
gingerBill
2020-06-03
1
-0
/
+1
*
Fix edge cases of relative pointers
gingerBill
2020-05-17
1
-1
/
+6
*
LLVM C backend: Obey directives on blocks, procedures, and expressions
Tetralux
2020-05-16
1
-0
/
+2
*
Relative pointer and relative slices
gingerBill
2020-05-15
1
-1
/
+2
*
Relative pointers
gingerBill
2020-05-15
1
-3
/
+5
*
Add experimental atom op tables for llvm-backend
gingerBill
2020-05-02
1
-1
/
+7
*
Simplify compiler's `Map` and create a `StringMap` specifically for strings
gingerBill
2020-04-13
1
-3
/
+3
*
Allow ability to reference compound literals like C99 for -llvm-api
gingerBill
2020-03-26
1
-0
/
+1
*
Support by-reference semantics in `for value_ref, i in &some_array` and `for ...
gingerBill
2020-03-24
1
-0
/
+4
*
Fix enum type info generation
gingerBill
2020-03-19
1
-1
/
+3
*
Have different categories for optimization passes
gingerBill
2020-03-19
1
-0
/
+5
*
Fixes for constants and `nil` parameters
gingerBill
2020-03-08
1
-1
/
+2
*
Fix foreign import dependencies; Fix `lbParamPass_Integer` ABI
gingerBill
2020-03-08
1
-0
/
+1
*
Integrate linker code with the new LLVM API backend
gingerBill
2020-03-08
1
-0
/
+1
*
Fix logical binary expressions
gingerBill
2020-03-08
1
-2
/
+1
*
Basic functionality, except for `map` and correct nested typename mangling
gingerBill
2020-03-07
1
-2
/
+4
*
Fill in more of the llvm_backend code generation
gingerBill
2020-03-05
1
-0
/
+17
*
General functionality without `context`
gingerBill
2020-03-04
1
-1
/
+2
*
Range Statement support
gingerBill
2020-02-29
1
-0
/
+23
*
Type_Info initialization
gingerBill
2020-02-29
1
-1
/
+11
*
Global variable initialization support
gingerBill
2020-02-23
1
-1
/
+3
*
Basic work on obj generation
gingerBill
2020-02-23
1
-0
/
+11
*
Get basic IR code generation working properly
gingerBill
2020-02-10
1
-11
/
+19
*
Anonymous procedure literal support
gingerBill
2020-02-08
1
-2
/
+8
*
Add `defer` statement for LB
gingerBill
2020-02-07
1
-0
/
+3
*
Ternary Expr; lbAddr extra; Phi node support
gingerBill
2020-02-06
1
-1
/
+38
*
IfStmt
gingerBill
2020-02-05
1
-65
/
+85
*
Add ReturnStmt
gingerBill
2020-02-05
1
-2
/
+24
*
Slowly add more statements and expressions; Add header file
gingerBill
2020-02-05
1
-0
/
+231
[prev]