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
/
LICM.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LICM] Sinking doesn't involve the preheader
Philip Reames
2015-05-22
1
-5
/
+11
*
Exploit dereferenceable_or_null attribute in LICM pass
Sanjoy Das
2015-05-18
1
-13
/
+15
*
Construct ArrayRef<const T*> from vector<T>
Pete Cooper
2015-05-13
1
-1
/
+1
*
Constify arguments to methods in LICM. NFC
Pete Cooper
2015-05-13
1
-25
/
+33
*
Change LoadAndStorePromoter to take ArrayRef instead of SmallVectorImpl&.
Pete Cooper
2015-05-13
1
-2
/
+4
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-2
/
+2
*
Constify method. NFC
Pete Cooper
2015-05-12
1
-1
/
+1
*
Revamp PredIteratorCache interface to be cleaner.
Daniel Berlin
2015-04-21
1
-3
/
+3
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-41
/
+36
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+2
*
[LICM] Refactor to expose functionality as utility functions
Hal Finkel
2015-02-22
1
-173
/
+199
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-3
/
+3
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-3
/
+3
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
Refine the notion of MayThrow in LICM to include a header specific version
Philip Reames
2014-12-29
1
-8
/
+16
*
[LCSSA] Handle PHI insertion in disjoint loops
Bruno Cardoso Lopes
2014-12-22
1
-1
/
+2
*
[LICM] Avoind store sinking if no preheader is available
Bruno Cardoso Lopes
2014-12-02
1
-2
/
+4
*
[LICM] Store sink and indirectbr instructions
Bruno Cardoso Lopes
2014-11-28
1
-0
/
+6
*
Introduce enum values for previously defined metadata types. (NFC)
Philip Reames
2014-10-21
1
-1
/
+1
*
Fix assertion in LICM doFinalization()
David Peixotto
2014-09-24
1
-0
/
+13
*
LICM: Don't crash when an instruction is used by an unreachable BB
David Majnemer
2014-09-02
1
-1
/
+6
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-2
/
+2
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-2
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-2
/
+2
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-18
/
+20
*
Allow isDereferenceablePointer to look through some bitcasts
Hal Finkel
2014-07-10
1
-1
/
+1
*
Factor out part of LICM::sink into a helper function.
Evgeniy Stepanov
2014-06-25
1
-28
/
+41
*
[LICM] Don't create more than one copy of an instruction per loop exit block ...
Evgeniy Stepanov
2014-06-25
1
-24
/
+34
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-2
/
+2
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-4
/
+4
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-18
/
+17
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-10
/
+11
*
[Modules] Move the PredIteratorCache into the IR library -- it is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-3
/
+3
*
[LPM] Switch LICM to actively use LCSSA in addition to preserving it.
Chandler Carruth
2014-02-11
1
-152
/
+90
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
[LPM] Apply a really big hammer to fix PR18688 by recursively reforming
Chandler Carruth
2014-02-01
1
-5
/
+18
*
[LPM] Make LCSSA a utility with a FunctionPass that applies it to all
Chandler Carruth
2014-01-25
1
-7
/
+70
*
[LPM] Fix a logic error in LICM spotted by inspection.
Chandler Carruth
2014-01-24
1
-1
/
+1
*
[cleanup] Use the type-based preservation method rather than a string
Chandler Carruth
2014-01-24
1
-1
/
+2
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-3
/
+3
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
LICM: Hoist insertvalue/extractvalue out of loops.
Benjamin Kramer
2013-01-09
1
-7
/
+6
*
switch from pointer equality comparison to MDNode::getMostGenericTBAA
Chris Lattner
2013-01-05
1
-3
/
+5
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-6
/
+6
[next]