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
...
*
Basic functionality, except for `map` and correct nested typename mangling
gingerBill
2020-03-07
1
-166
/
+352
*
Fill in more of the llvm_backend code generation
gingerBill
2020-03-05
1
-135
/
+453
*
Move module pass to after all function passes
gingerBill
2020-03-05
1
-15
/
+18
*
General functionality without `context`
gingerBill
2020-03-04
1
-22
/
+205
*
Add checks for pre-existing type declarations.
gingerBill
2020-03-02
1
-164
/
+604
*
Range Statement support
gingerBill
2020-02-29
1
-7
/
+636
*
Fix `any` type and casting to `any`; Fix `switch` statement
gingerBill
2020-02-29
1
-64
/
+69
*
Type_Info initialization
gingerBill
2020-02-29
1
-251
/
+460
*
Clean-up initialization code
gingerBill
2020-02-26
1
-31
/
+618
*
Global variable initialization support
gingerBill
2020-02-23
1
-125
/
+297
*
Basic work on obj generation
gingerBill
2020-02-23
1
-29
/
+198
*
Get basic IR code generation working properly
gingerBill
2020-02-10
1
-642
/
+1975
*
Anonymous procedure literal support
gingerBill
2020-02-08
1
-30
/
+237
*
Add `defer` statement for LB
gingerBill
2020-02-07
1
-10
/
+175
*
Ternary Expr; lbAddr extra; Phi node support
gingerBill
2020-02-06
1
-147
/
+991
*
IfStmt
gingerBill
2020-02-05
1
-5
/
+625
*
Add ReturnStmt
gingerBill
2020-02-05
1
-20
/
+1596
*
Slowly add more statements and expressions; Add header file
gingerBill
2020-02-05
1
-307
/
+786
*
Port code for lb_build_call_expr
gingerBill
2020-02-02
1
-19
/
+410
*
Implement constant value generation from ExactValue
gingerBill
2020-02-02
1
-194
/
+917
*
Correctly generate LLVM types from Odin types.
gingerBill
2020-02-02
1
-65
/
+380
*
Use `lbValue` to represent values everywhere
gingerBill
2020-02-01
1
-87
/
+198
*
Begin LLVM C API integration
gingerBill
2020-02-01
1
-0
/
+831
[prev]