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_opt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change how parameter and variables are given debug values
gingerBill
2022-02-16
1
-1
/
+1
*
Add `LLVMAddMergedLoadStoreMotionPass` on `-debug -opt:0`
gingerBill
2022-01-15
1
-10
/
+6
*
Improve debug symbol retention with `-debug -opt:0`
gingerBill
2021-12-11
1
-15
/
+11
*
Improve support for `freestanding_wasm32`
gingerBill
2021-11-07
1
-4
/
+64
*
Remove `LLVMAddDeadStoreEliminationPass` pass
gingerBill
2021-11-06
1
-3
/
+3
*
Remove many LLVM optimization passes which were causes UB due to them assumin...
gingerBill
2021-11-06
1
-27
/
+53
*
Completely ignore `LLVM_ADD_CONSTANT_VALUE_PASS` LLVM >= 12
gingerBill
2021-11-06
1
-12
/
+3
*
Make llvm backend code use `PtrMap`; remove dead code
gingerBill
2021-11-05
1
-1
/
+1
*
`@(linkage=<string>)` for procedures and variables; `@(require)` for procedur...
gingerBill
2021-11-04
1
-21
/
+11
*
Add procs for wasm32
gingerBill
2021-10-31
1
-0
/
+6
*
Add `memmove` and `memset` support for `wasm`
gingerBill
2021-10-31
1
-0
/
+5
*
Compile `wasm64`; Add `lb_run_remove_unused_function_pass`
gingerBill
2021-10-31
1
-0
/
+49
*
Fix typo
gingerBill
2021-09-11
1
-10
/
+10
*
Prepare for LLVM 12.0.1 compatibility
gingerBill
2021-09-11
1
-8
/
+14
*
Add missing instruction to pass
gingerBill
2021-05-15
1
-0
/
+6
*
Add missing instructions to pass
gingerBill
2021-05-15
1
-0
/
+2
*
Add custom basic dead instruction elimination pass
gingerBill
2021-05-15
1
-0
/
+93
*
Remove `LLVMAddLowerConstantIntrinsicsPass`
gingerBill
2021-05-11
1
-1
/
+1
*
Remove test call for LLVM
gingerBill
2021-05-11
1
-1
/
+1
*
Minor change (in preparation for something else) to opt passes
gingerBill
2021-05-11
1
-5
/
+27
*
Change function pass manager passes
gingerBill
2021-04-22
1
-1
/
+40
*
Change how `lb_populate_function_pass_manager` works by using the default LLV...
gingerBill
2021-04-22
1
-11
/
+31
*
Add `@(cold)` attribute to procedure declarations
gingerBill
2021-04-14
1
-6
/
+5
*
Experiment with different opt passes
gingerBill
2021-04-01
1
-1
/
+2
*
Add extra optimization level pass -opt:2 in `lb_populate_module_pass_manager`
gingerBill
2021-04-01
1
-9
/
+8
*
Fix shifting limits and LLVM code gen bug relating to shifts
gingerBill
2021-03-29
1
-1
/
+2
*
Remove dead code and comments
gingerBill
2021-03-29
1
-5
/
+1
*
Remove LLVMPassManagerBuilder usage in lb_populate_module_pass_manager; simpl...
gingerBill
2021-03-29
1
-56
/
+32
*
Add `LLVM_USE_NO_EXTRA_PASSES` build flag
gingerBill
2021-03-29
1
-1
/
+9
*
Change how `lb_populate_module_pass_manager` handles the LLVMPassManagerBuild...
gingerBill
2021-03-29
1
-11
/
+19
*
Clamp maximum optimization level to 2 for `-llvm-api`
gingerBill
2021-03-29
1
-13
/
+21
*
Add optional `LLVM_USE_BASIC_PASSES` build flag. If evaluates to a truthy val...
gingerBill
2021-03-29
1
-2
/
+6
*
Remove `LLVMAddScalarReplAggregatesPass` from passes
gingerBill
2021-03-29
1
-2
/
+2
*
Move LLVM optimization procedures to a separate file to aid with organization
gingerBill
2021-03-23
1
-0
/
+169