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
*
Fix #656
gingerBill
2020-05-24
1
-50
/
+16
*
Fix SelectorCallExpr with no return values
gingerBill
2020-05-22
1
-1
/
+8
*
Selector Call Expressions: `x->y(123) == x.y(x, 123)`
gingerBill
2020-05-22
1
-0
/
+7
*
Fix edge cases of relative pointers
gingerBill
2020-05-17
1
-1
/
+27
*
LLVM C backend: Obey directives on blocks, procedures, and expressions
Tetralux
2020-05-16
1
-1
/
+59
*
Add bounds checks to LLVM C backend
Tetralux
2020-05-16
1
-8
/
+58
*
Relative pointer and relative slices
gingerBill
2020-05-15
1
-43
/
+118
*
Relative pointers in old backend
gingerBill
2020-05-15
1
-1
/
+1
*
Relative pointers
gingerBill
2020-05-15
1
-21
/
+152
*
Fix #622 on both backends
gingerBill
2020-05-13
1
-0
/
+5
*
Fix procedure literal declarations at file scope with `-llvm-api`
gingerBill
2020-05-13
1
-45
/
+49
*
Replace `entity_of_ident` with `entity_of_node`
gingerBill
2020-05-12
1
-14
/
+14
*
Fix bug for array-like compounds for LLVM-API
gingerBill
2020-05-12
1
-13
/
+1
*
Add experimental atom op tables for llvm-backend
gingerBill
2020-05-02
1
-2
/
+128
*
LLVM API: Fix compound literals with constant parameters to `union` fields
gingerBill
2020-04-25
1
-8
/
+12
*
`#optional_ok` tag for procedures
gingerBill
2020-04-19
1
-1
/
+7
*
Change `find_or_generator_context_ptr` behaviours
gingerBill
2020-04-17
1
-5
/
+2
*
Fix LLVM API backend for procedure "constant" values
gingerBill
2020-04-17
1
-24
/
+23
*
Fix name mangling for `@(private)` entities
gingerBill
2020-04-15
1
-0
/
+2
*
Basic polymorphic named procedure parameters for procedures and records
gingerBill
2020-04-13
1
-4
/
+34
*
Simplify compiler's `Map` and create a `StringMap` specifically for strings
gingerBill
2020-04-13
1
-20
/
+18
*
Add `-build-mode=obj`
gingerBill
2020-04-13
1
-1
/
+1
*
Change behaviour for zero-sized value types of array-related types; Fix make ...
gingerBill
2020-04-12
1
-50
/
+26
*
Support endian specific float on -llvm-api; fix unary `-` for endian floats
gingerBill
2020-04-11
1
-13
/
+115
*
Add `runtime.bswap_*` required for -llvm-api
gingerBill
2020-04-11
1
-24
/
+43
*
Begin to make the -llvm-api more general
gingerBill
2020-04-10
1
-2
/
+2
*
Fix `defer` after return for -llvm-api
gingerBill
2020-04-06
1
-1
/
+6
*
Fix -llvm-api for `typeid` comparison with a Type itself
gingerBill
2020-04-06
1
-3
/
+12
*
Fix selector expressions for `map[unknown-key]` expressions for `-llvm-api`
gingerBill
2020-04-04
1
-12
/
+530
*
Fix #599 - llvm-api GEP for structs with custom alignment
gingerBill
2020-03-28
1
-12
/
+22
*
LLVM API fixes: for in ^map; complex/quaternion negation
gingerBill
2020-03-28
1
-5
/
+25
*
Allow ability to reference compound literals like C99 for -llvm-api
gingerBill
2020-03-26
1
-1
/
+18
*
Allow map indices to be referenced `&m[key]` and return a valid pointer if it...
gingerBill
2020-03-24
1
-1
/
+13
*
Support by-reference semantics in `for value_ref, i in &some_array` and `for ...
gingerBill
2020-03-24
1
-9
/
+24
*
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
[next]