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
*
[LIR] Add support for creating memcpys from loops with a negative stride.
Chad Rosier
2015-11-13
1
-12
/
+21
*
Add a comment that should have made my last commit.
Chad Rosier
2015-11-13
1
-0
/
+1
*
[LIR] Factor out the code to compute base ptr for negative strided loops.
Chad Rosier
2015-11-13
1
-10
/
+15
*
[LIR] Minor refactoring. NFCI.
Chad Rosier
2015-11-12
1
-21
/
+44
*
[LIR] General refactor to improve compile-time and simplify code.
Chad Rosier
2015-11-11
1
-16
/
+26
*
Simplify. NFC.
Chad Rosier
2015-11-09
1
-4
/
+1
*
[LIR] Simplify code by making DataLayout globally accessible. NFC.
Chad Rosier
2015-11-06
1
-11
/
+10
*
Typo.
Chad Rosier
2015-10-28
1
-1
/
+1
*
Reapply: [LIR] Add support for creating memsets from loops with a negative st...
Chad Rosier
2015-10-28
1
-24
/
+32
*
Revert "[LIR] Add support for creating memsets from loops with a negative str...
Chad Rosier
2015-10-28
1
-28
/
+24
*
[LIR] Add support for creating memsets from loops with a negative stride.
Chad Rosier
2015-10-28
1
-24
/
+28
*
Typo.
Chad Rosier
2015-10-13
1
-1
/
+1
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-7
/
+7
*
[SCEV] Introduce ScalarEvolution::getOne and getZero.
Sanjoy Das
2015-09-23
1
-2
/
+2
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-5
/
+14
*
More clean up, still NFC. Remove dead variables now that the casts are gone.
Nick Lewycky
2015-08-19
1
-5
/
+4
*
Clean up this file a little. Remove dead casts, casting Values to Values. Adj...
Nick Lewycky
2015-08-19
1
-8
/
+8
*
Fix three typos in comments; "easilly" -> "easily".
Nick Lewycky
2015-08-18
1
-1
/
+1
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-4
/
+4
*
[LIR] Re-instate r244880, reverted in r244884, factoring the handling of
Chandler Carruth
2015-08-14
1
-3
/
+5
*
Revert "[LIR] Start leveraging the fundamental guarantees of a loop..."
Renato Golin
2015-08-13
1
-15
/
+12
*
Revert "[LIR] Handle access to AliasAnalysis the same way as the other analys...
Renato Golin
2015-08-13
1
-5
/
+3
*
[LIR] Handle access to AliasAnalysis the same way as the other analysis
Chandler Carruth
2015-08-13
1
-3
/
+5
*
[LIR] Start leveraging the fundamental guarantees of a loop in
Chandler Carruth
2015-08-13
1
-12
/
+15
*
[LIR] Handle the LoopInfo the same as all the other analyses. No utility
Chandler Carruth
2015-08-13
1
-3
/
+3
*
[LIR] Make the LoopIdiomRecognize pass get analyses essentially the same
Chandler Carruth
2015-08-13
1
-40
/
+6
*
[LIR] Remove the dedicated class for popcount recognition and sink the
Chandler Carruth
2015-08-13
1
-392
/
+343
*
[LIR] Move all the helpers to be private and re-order the methods in
Chandler Carruth
2015-08-13
1
-46
/
+55
*
[LIR] Remove the 'LIRUtils' abstraction which was unnecessary and adding
Chandler Carruth
2015-08-12
1
-51
/
+18
*
[LIR] Run clang-format over LoopIdiomRecognize in preparation for
Chandler Carruth
2015-08-12
1
-227
/
+219
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-11
/
+9
*
Loop idiom recognizer was replacing too many uses of popcount.
Pete Cooper
2015-07-13
1
-1
/
+1
*
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
*
[PM/AA] Remove the UnknownSize static member from AliasAnalysis.
Chandler Carruth
2015-06-17
1
-1
/
+1
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-1
/
+1
*
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
[next]