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
*
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
*
Begin work on making LLVM backend work with multiple modules for possible fas...
gingerBill
2021-05-03
1
-3
/
+8
*
Begin cleanup for allowing for multiple LLVM modules
gingerBill
2021-05-03
1
-1
/
+3
*
Simplify/Fix the state_flag behaviour for code generation
gingerBill
2021-05-01
1
-2
/
+1
*
Add "naked" calling convention (removes prologue and epilogue)
gingerBill
2021-04-28
1
-0
/
+1
*
Add `intrinsics.count_zeros`
gingerBill
2021-04-25
1
-0
/
+1
*
Rename intrinsics to count_trailing_zeros and count_leading_zeros
gingerBill
2021-04-25
1
-2
/
+2
*
Replace many `foreign` llvm calls with intrinsics
gingerBill
2021-04-25
1
-0
/
+1
*
Remove the need for `LLVM_BACKEND_SUPPORT`
gingerBill
2021-04-25
1
-2
/
+0
*
Move out some intrinsics into separate procedures in llvm_backend.cpp; Rename...
gingerBill
2021-04-24
1
-0
/
+6
*
Reuse unused 'context' variables to minimize stack usage (-llvm-api)
gingerBill
2021-04-22
1
-0
/
+1
*
Add intrinsics: overflow_add, overflow_sub, overflow_mul; Change byte swap be...
gingerBill
2021-04-22
1
-1
/
+1
*
Add `@(cold)` attribute to procedure declarations
gingerBill
2021-04-14
1
-0
/
+7
*
Support #soa array iteration in a `for in` loop for `-llvm-api` backend only
gingerBill
2021-03-24
1
-0
/
+1
*
Start work on very basic LLVM debug type information
gingerBill
2021-03-22
1
-0
/
+18
*
Begin integrating work from branch llvm-debug-symbols
gingerBill
2021-03-20
1
-0
/
+28
*
Fix some LLVM asserts by using LLVMConstNamedStruct everywhere
gingerBill
2021-03-19
1
-1
/
+1
*
Fix `context` bug with `deferred_*` attributes which caused a new `context` t...
gingerBill
2021-03-06
1
-2
/
+3
*
Add `-vet-extra` (checks for unneeded casts and transmutes)
gingerBill
2021-03-03
1
-3
/
+0
*
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
[next]