index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
optimize
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2022-08-24
Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-202...
bjorn3
-17
/
+0
2022-02-23
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-202...
bjorn3
-1
/
+1
2021-07-07
Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-202...
bjorn3
-1
/
+4
2021-04-30
Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'
Erin Power
-15
/
+2
2021-03-05
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...
bjorn3
-1
/
+6
2020-10-15
Fix a compilation error in debug mode
bjorn3
-1
/
+1
2020-10-15
Fix warning
bjorn3
-1
/
+1
2020-09-23
Document almost all modules
bjorn3
-0
/
+2
2020-08-30
Optimize SwitchInt for bools
bjorn3
-0
/
+1
2020-08-28
optimize: Remove conditional compilation on instance
CohenArthur
-1
/
+1
2020-08-28
fmt: Run cargo fmt since it is available
CohenArthur
-2
/
+1
2020-06-16
Only call build_value_labels_ranges when necessary
bjorn3
-1
/
+1
2020-05-29
Dump clif with --emit llvm-ir in release mode
Ömer Sinan Ağacan
-1
/
+0
2020-03-27
Limit publicness to crate where possible and remove unused imports
bjorn3
-1
/
+1
2020-03-24
Fix warnings
bjorn3
-0
/
+1
2020-03-20
Add clif ir comments for stack2reg opt
bjorn3
-1
/
+1
2020-02-14
Update Cranelift for basic blocks
bjorn3
-2
/
+2
2020-01-11
Move all cold code to the end of the function
bjorn3
-0
/
+5
2019-12-31
Disable stack2reg opt when optimizations are disabled
bjorn3
-0
/
+3
2019-12-31
Don't print debug messages in release mode
bjorn3
-1
/
+1
2019-12-31
Check for cross-ebb temporal overlap between loads and stores
bjorn3
-4
/
+4
2019-12-31
[WIP] Add stack2reg optimization pass
bjorn3
-0
/
+15