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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
1
-2
/
+2
*
[ConstantHoisting] Ignore unreachable bb:s when collecting candidates
Bjorn Pettersson
2019-12-19
2
-0
/
+115
*
[AArch64TTI] Compute imm materialization cost for AArch64 intrinsics
Florian Hahn
2019-12-04
1
-0
/
+89
*
[RISCV] Fix RISCVTTIImpl::getIntImmCost for immediates where getMinSignedBits...
Alex Bradbury
2019-07-09
1
-1
/
+10
*
[RISCV] Add RISCV-specific TargetTransformInfo
Sam Elliott
2019-06-21
2
-0
/
+31
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
2
-2
/
+0
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
26
-0
/
+1247
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
26
-1247
/
+0
*
[PGO] Profile guided code size optimization.
Hiroshi Yamauchi
2019-04-15
1
-0
/
+59
*
[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
*
Revert "Revert r341269: [Constant Hoisting] Hoisting Constant GEP Expressions"
Zhaoshi Zheng
2018-09-04
3
-0
/
+130
*
Revert r341269: [Constant Hoisting] Hoisting Constant GEP Expressions
Chandler Carruth
2018-09-04
3
-130
/
+0
*
[Constant Hoisting] Hoisting Constant GEP Expressions
Zhaoshi Zheng
2018-09-01
3
-0
/
+130
*
[QTOOL-37352] Consider isLegalAddressingImm in Constant Hoisting
Zhaoshi Zheng
2018-08-28
1
-0
/
+120
*
[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
*
[ConstantHoisting] Remove dupliate logic in constant hoisting
Leo Li
2017-07-10
2
-0
/
+62
*
[ConstHoisting] Turn on consthoist-with-block-frequency by default.
Wei Mi
2017-07-07
1
-4
/
+1
*
[ConstantHoisting] Avoid hoisting constants in GEPs that index into a struct ...
Leo Li
2017-06-29
1
-0
/
+37
*
[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
*
This implements a more optimal algorithm for selecting a base constant in
Sjoerd Meijer
2016-07-14
1
-0
/
+42
*
[PM] Port ConstantHoisting to the new Pass Manager
Michael Kuperstein
2016-07-02
1
-0
/
+1
*
[ARM] Fix 28282: cost computation for constant hoisting
Weiming Zhao
2016-06-28
1
-0
/
+17
*
ARM: don't try to hoist constant RHS out of a division.
Tim Northover
2016-04-15
1
-0
/
+45
*
ARM: override cost function to re-enable ConstantHoisting (& fix it).
Tim Northover
2016-04-13
2
-0
/
+49
*
[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
5
-17
/
+17
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
4
-20
/
+20
*
[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
3
-6
/
+3
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
3
-1
/
+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
*
[PowerPC] [Constant Hoisting] Enable constant hoisting on PPC
Hal Finkel
2014-04-13
3
-0
/
+93
*
[ARM64] Never hoist the shift value of a shift instruction.
Juergen Ributzka
2014-04-12
1
-0
/
+9
*
[ARM64] Fix the cost model for cheap large constants.
Juergen Ributzka
2014-04-12
1
-0
/
+8
*
[ARM64] Fix immediate cost calculation for types larger than i64.
Juergen Ributzka
2014-04-10
1
-0
/
+10
*
[Constant Hoisting][ARM64] Enable constant hoisting for ARM64.
Juergen Ributzka
2014-04-08
2
-0
/
+26
*
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
[next]