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
/
LoopIdiomRecognize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-1
/
+1
*
Don't rely on implicit pointerness of 'auto'.
Davide Italiano
2015-05-14
1
-1
/
+1
*
[LoopIdiomRecognize] Use auto + range-based loop. NFC intended.
Davide Italiano
2015-05-13
1
-4
/
+3
*
[LoopIdiomRecognize] Transform backedge-taken count check into an assertion.
Davide Italiano
2015-05-11
1
-1
/
+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
-5
/
+5
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-21
/
+12
*
LoopIdiom: Give globals for memset_pattern16 private linkage.
Benjamin Kramer
2015-03-03
1
-1
/
+1
*
LoopIdiom: Use utility functions.
Benjamin Kramer
2015-02-07
1
-54
/
+15
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-2
/
+3
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-3
/
+4
*
[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
-4
/
+7
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
Remove extra whitespace in function declaration. No functionality change.
Nick Lewycky
2014-06-14
1
-2
/
+2
*
Tidy up.
Jim Grosbach
2014-04-29
1
-2
/
+2
*
Spelling.
Jim Grosbach
2014-04-29
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-28
/
+28
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-8
/
+0
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-8
/
+5
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+5
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-10
/
+10
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
Fix known typos
Alp Toker
2014-01-24
1
-3
/
+3
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-4
/
+5
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Don't #include heavy Dominators.h file in LoopInfo.h. This change reduces
Jakub Staszak
2013-12-07
1
-0
/
+1
*
Even more spelling fixes for "instruction".
Robert Wilhelm
2013-09-28
1
-1
/
+1
*
Teach loop-idiom about address space pointer sizes
Matt Arsenault
2013-09-11
1
-12
/
+21
*
Add braces
Matt Arsenault
2013-09-11
1
-6
/
+9
*
Fix spelling and grammar
Matt Arsenault
2013-07-22
1
-12
/
+12
*
PR14904: Segmentation fault running pass 'Recognize loop idioms'
Shuxin Yang
2013-01-10
1
-1
/
+1
*
Switch LoopIdiom pass to directly require target transform information.
Chandler Carruth
2013-01-07
1
-3
/
+3
*
Make the popcnt support enums and methods have more clear names and
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Switch LoopIdiomRecognize to directly use the TargetTransformInfo
Chandler Carruth
2013-01-05
1
-11
/
+9
*
- Add comment to two functions which might be considered as dead code.
Shuxin Yang
2013-01-02
1
-2
/
+4
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
- Re-enable population count loop idiom recognization
Shuxin Yang
2012-12-09
1
-19
/
+516
*
Revert the patches adding a popcount loop idiom recognition pass.
Chandler Carruth
2012-12-08
1
-513
/
+19
*
Fix an inadvertent typo error.
Shuxin Yang
2012-12-08
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
rdar://12100355 (part 1)
Shuxin Yang
2012-11-29
1
-19
/
+513
*
Revert the switch of loop-idiom to use the new dependence analysis.
Chandler Carruth
2012-11-02
1
-69
/
+88
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-6
/
+5
*
LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...
Benjamin Kramer
2012-10-30
1
-4
/
+5
*
LoopIdiom: Add checks to avoid turning memmove into an infinite loop.
Benjamin Kramer
2012-10-27
1
-2
/
+2
*
LoopIdiom: Recognize memmove loops.
Benjamin Kramer
2012-10-27
1
-10
/
+24
[next]