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
/
lib
/
Transforms
/
Scalar
/
ConstantHoisting.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ConstantHoisting] Ignore unreachable bb:s when collecting candidates
Bjorn Pettersson
2019-12-19
1
-1
/
+5
*
Rename TTI::getIntImmCost for instructions and intrinsics
Reid Kleckner
2019-12-11
1
-10
/
+11
*
[PGO][PGSO] Add an optional query type parameter to shouldOptimizeForSize.
Hiroshi Yamauchi
2019-12-02
1
-1
/
+2
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
ConstantHoisting - Silence static analyzer dyn_cast<PointerType> null derefer...
Simon Pilgrim
2019-09-22
1
-1
/
+1
*
[ConstantHoisting] Fix non-determinism.
Eli Friedman
2019-09-11
1
-12
/
+10
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-2
/
+2
*
[PGO] Profile guided code size optimization.
Hiroshi Yamauchi
2019-04-15
1
-4
/
+14
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[ConstantHoisting] avoid hang/crash from unreachable blocks (PR40930)
Sanjay Patel
2019-03-04
1
-1
/
+6
*
[ConstantHoisting] Call cleanup() in ConstantHoistingPass::runImpl to avoid d...
Fangrui Song
2019-03-01
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "Revert "[ConstHoist] Do not rebase single (or few) dependent constant""
Zhaoshi Zheng
2018-09-26
1
-22
/
+46
*
Revert "[ConstHoist] Do not rebase single (or few) dependent constant"
Jessica Paquette
2018-09-25
1
-46
/
+22
*
[ConstHoist] Do not rebase single (or few) dependent constant
Zhaoshi Zheng
2018-09-25
1
-22
/
+46
*
Revert "Revert r341269: [Constant Hoisting] Hoisting Constant GEP Expressions"
Zhaoshi Zheng
2018-09-04
1
-37
/
+137
*
Revert r341269: [Constant Hoisting] Hoisting Constant GEP Expressions
Chandler Carruth
2018-09-04
1
-136
/
+36
*
[Constant Hoisting] Hoisting Constant GEP Expressions
Zhaoshi Zheng
2018-09-01
1
-36
/
+136
*
[QTOOL-37352] Consider isLegalAddressingImm in Constant Hoisting
Zhaoshi Zheng
2018-08-28
1
-1
/
+21
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-38
/
+39
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-16
/
+16
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-2
/
+2
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-2
/
+2
*
Fix out-of-order stepping behavior in programs with hoisted constants.
Paul Robinson
2017-11-09
1
-1
/
+6
*
[Transforms] Fix some Clang-tidy modernize-use-using and Include What You Use...
Eugene Zelenko
2017-09-13
1
-15
/
+35
*
[ConstantHoisting] Remove dupliate logic in constant hoisting
Leo Li
2017-07-10
1
-34
/
+8
*
[ConstHoisting] Turn on consthoist-with-block-frequency by default.
Wei Mi
2017-07-07
1
-1
/
+1
*
[ConstHoisting] choose to hoist when frequency is the same.
Wei Mi
2017-07-06
1
-2
/
+11
*
[ConstantHoisting] Avoid hoisting constants in GEPs that index into a struct ...
Leo Li
2017-06-29
1
-35
/
+60
*
Make helper functions static. NFC.
Benjamin Kramer
2017-05-26
1
-3
/
+3
*
[ConstHoisting] Add BFI in constanthoisting pass and select the best insertion
Wei Mi
2017-04-21
1
-30
/
+182
*
[Constant Hoisting] Avoid inserting instructions before EH pads
Reid Kleckner
2017-03-01
1
-2
/
+10
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-2
/
+3
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-2
/
+2
*
Fix spelling mistakes in Transforms comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
This implements a more optimal algorithm for selecting a base constant in
Sjoerd Meijer
2016-07-14
1
-7
/
+98
*
[PM] Port ConstantHoisting to the new Pass Manager
Michael Kuperstein
2016-07-02
1
-134
/
+53
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
ARM: override cost function to re-enable ConstantHoisting (& fix it).
Tim Northover
2016-04-13
1
-0
/
+12
*
Scalar: Remove some implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-3
/
+3
*
Replace some calls to isa<LandingPadInst> with isEHPad()
David Majnemer
2015-08-19
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
[optnone] Skip pass Constant Hoisting on optnone functions.
Andrea Di Biagio
2015-02-14
1
-0
/
+3
[next]