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
...
*
Change to new by-reference semantics for `switch v in &value`
gingerBill
2020-03-24
1
-12
/
+18
*
Remove `context.std*` parameters; Fix unary boolean not
gingerBill
2020-03-19
1
-116
/
+70
*
Fix enum type info generation
gingerBill
2020-03-19
1
-18
/
+98
*
Have different categories for optimization passes
gingerBill
2020-03-19
1
-197
/
+462
*
Merge branch 'llvm-integration' of https://github.com/odin-lang/Odin into llv...
gingerBill
2020-03-15
1
-29
/
+31
|
\
|
*
LLVM: speed improvement changes.
Joshua Huelsman
2020-03-09
1
-29
/
+31
*
|
Fix `lb_add_proc_attribute_at_index`
gingerBill
2020-03-15
1
-7
/
+17
|
/
*
Fixes for constants and `nil` parameters
gingerBill
2020-03-08
1
-13
/
+81
*
Fix lb_find_or_add_entity_string_byte_slice
gingerBill
2020-03-08
1
-2
/
+32
*
Fix foreign import dependencies; Fix `lbParamPass_Integer` ABI
gingerBill
2020-03-08
1
-3
/
+9
*
Integrate linker code with the new LLVM API backend
gingerBill
2020-03-08
1
-4
/
+17
*
Fix `context` system; add more to -show-more-timings for LLVM API; Add `ODIN_...
gingerBill
2020-03-08
1
-33
/
+37
*
Fix nested type declarations name generation, to be internally consistent
gingerBill
2020-03-08
1
-21
/
+67
*
Fix logical binary expressions
gingerBill
2020-03-08
1
-10
/
+10
*
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]