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
/
LoopRerollPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[LoopReroll] Don't crash on dead code
James Molloy
2015-02-16
1
-0
/
+2
*
[LoopRerolling] Be more forgiving with instruction order.
James Molloy
2015-02-12
1
-17
/
+82
*
[LoopReroll] Introduce the concept of DAGRootSets.
James Molloy
2015-02-11
1
-202
/
+376
*
[LoopReroll] Alter the data structures used during reroll validation.
James Molloy
2015-01-29
1
-159
/
+207
*
[LoopReroll] Refactor most of reroll() into a helper class
James Molloy
2015-01-29
1
-220
/
+273
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-4
/
+4
*
[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
*
Reformat partially, where I touched for whitespace changes.
NAKAMURA Takumi
2014-10-28
1
-6
/
+5
*
LoopRerollPass.cpp: Use range-based loop. NFC.
NAKAMURA Takumi
2014-10-28
1
-11
/
+9
*
Untabify and whitespace cleanups.
NAKAMURA Takumi
2014-10-28
1
-17
/
+16
*
Feeding isSafeToSpeculativelyExecute its DataLayout pointer
Hal Finkel
2014-07-10
1
-2
/
+4
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Remove some empty statements
Alp Toker
2014-04-19
1
-1
/
+1
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-33
/
+24
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-3
/
+3
*
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
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-4
/
+4
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Fix loop rerolling pass failure with non-consant loop lower bound
David Peixotto
2014-01-03
1
-10
/
+12
*
Don't #include heavy Dominators.h file in LoopInfo.h. This change reduces
Jakub Staszak
2013-12-07
1
-0
/
+1
*
Fix ndebug-build unused variable in loop rerolling
Hal Finkel
2013-11-17
1
-1
/
+1
*
Add a loop rerolling pass
Hal Finkel
2013-11-16
1
-0
/
+1184
[prev]