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
*
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
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-1
/
+1
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-3
/
+3
*
Remove unnecessary copying or replace it with moves in a bunch of places.
Benjamin Kramer
2014-10-04
1
-2
/
+2
*
ConstantHoisting.cpp: Add <tuple> for std::tie, since r207593 removed FileSys...
NAKAMURA Takumi
2014-04-30
1
-0
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-1
/
+2
*
[Constant Hoisting] Materialize the constant before the cloned cast instruction.
Juergen Ributzka
2014-04-22
1
-2
/
+11
*
[Constant Hoisting] Print the instructions in the correct order for debugging...
Juergen Ributzka
2014-04-22
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Revert "[Constant Hoisting] Lazily compute the idom and cache the result."
Juergen Ributzka
2014-04-03
1
-43
/
+4
*
[Constant Hoisting] Make the constant candidate map local to the collectConst...
Juergen Ributzka
2014-03-25
1
-11
/
+14
*
[Constant Hoisting] Erase dead cast instructions.
Juergen Ributzka
2014-03-22
1
-1
/
+1
*
[Constant Hoisting] Fix multiple entries for the same basic block in PHI nodes.
Juergen Ributzka
2014-03-22
1
-3
/
+36
*
[Constant Hoisting] Make the constant materialization cost operand dependent
Juergen Ributzka
2014-03-21
1
-7
/
+7
*
[Constant Hoisting] Lazily compute the idom and cache the result.
Juergen Ributzka
2014-03-21
1
-4
/
+43
*
[Constant Hoisting] Change the algorithm to only track constants for instruct...
Juergen Ributzka
2014-03-21
1
-239
/
+321
*
[Constant Hoisting] Fix capitalization of function names.
Juergen Ributzka
2014-03-21
1
-33
/
+34
*
[Constant Hoisting] Replace the MapVector with a separate Map and Vector to k...
Juergen Ributzka
2014-03-21
1
-38
/
+51
*
Revert "[Constant Hoisting] Extend coverage of the constant hoisting pass."
Juergen Ributzka
2014-03-20
1
-391
/
+259
*
[Constant Hoisting] Extend coverage of the constant hoisting pass.
Juergen Ributzka
2014-03-20
1
-259
/
+391
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-8
/
+6
[next]