index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Transforms
/
ConstantHoisting
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
11
-0
/
+542
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
11
-542
/
+0
*
[ConstantHoisting] avoid hang/crash from unreachable blocks (PR40930)
Sanjay Patel
2019-03-04
1
-6
/
+86
*
[ConstantHoisting] Call cleanup() in ConstantHoistingPass::runImpl to avoid d...
Fangrui Song
2019-03-01
1
-0
/
+1
*
X86/TargetTransformInfo: Report div/rem constant immediate costs as TCC_Free
Matthias Braun
2018-10-11
1
-0
/
+47
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
2
-2
/
+2
*
Fix out-of-order stepping behavior in programs with hoisted constants.
Paul Robinson
2017-11-09
2
-0
/
+96
*
[ConstHoisting] Turn on consthoist-with-block-frequency by default.
Wei Mi
2017-07-07
1
-4
/
+1
*
[ConstHoisting] Add BFI in constanthoisting pass and select the best insertion
Wei Mi
2017-04-21
1
-0
/
+11
*
[Constant Hoisting] Avoid inserting instructions before EH pads
Reid Kleckner
2017-03-01
1
-0
/
+62
*
[PM] Port ConstantHoisting to the new Pass Manager
Michael Kuperstein
2016-07-02
1
-0
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
2
-9
/
+9
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
2
-10
/
+10
*
[ConstantHoisting][X86] Improve the cost model for small constants with large...
Juergen Ributzka
2014-06-10
2
-3
/
+12
*
Reduce verbiage of lit.local.cfg files
Alp Toker
2014-06-09
1
-2
/
+1
*
[ConstantHoisting][X86] Change the cost model to never hoist constants for ty...
Juergen Ributzka
2014-05-19
1
-0
/
+9
*
Move test from r207969 to another folder and rename it.
Michael Zolotukhin
2014-05-05
1
-25
/
+0
*
Fix test from r207966 and add a comment there.
Michael Zolotukhin
2014-05-05
1
-2
/
+4
*
Add regression test for r207692.
Michael Zolotukhin
2014-05-05
1
-0
/
+23
*
[X86] Never hoist the shift value of a shift instruction.
Michael Zolotukhin
2014-04-30
1
-0
/
+18
*
[Constant Hoisting] Materialize the constant before the cloned cast instruction.
Juergen Ributzka
2014-04-22
1
-0
/
+29
*
Update the test to use FileCheck.
Juergen Ributzka
2014-04-04
1
-2
/
+8
*
Add test case for [Constant Hoisting] Erase dead cast instructions (r204538).
Juergen Ributzka
2014-04-02
1
-0
/
+16
*
typo
Adrian Prantl
2014-04-02
1
-1
/
+1
*
Add comments and test case for [X86TTI] Make constant base pointers for GetEl...
Juergen Ributzka
2014-04-02
1
-0
/
+24
*
Add test case for [Stackmaps][X86TTI] Fix think-o in getIntImmCost calculatio...
Juergen Ributzka
2014-04-02
1
-0
/
+17
*
[Constant Hoisting] Fix multiple entries for the same basic block in PHI nodes.
Juergen Ributzka
2014-03-22
1
-0
/
+46
*
[Constant Hoisting] Make the constant materialization cost operand dependent
Juergen Ributzka
2014-03-21
1
-3
/
+3
*
[Constant Hoisting] Change the algorithm to only track constants for instruct...
Juergen Ributzka
2014-03-21
1
-3
/
+3
*
Revert "[Constant Hoisting] Extend coverage of the constant hoisting pass."
Juergen Ributzka
2014-03-20
1
-5
/
+5
*
[Constant Hoisting] Extend coverage of the constant hoisting pass.
Juergen Ributzka
2014-03-20
1
-5
/
+5
*
[Constant Hoisting] Fix insertion point for constant materialization.
Juergen Ributzka
2014-02-08
1
-0
/
+22
*
ConstantHoisting: We can't insert instructions directly in front of a PHI node.
Benjamin Kramer
2014-01-27
2
-0
/
+52