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
*
Target independent codesize heuristics for Loop Idiom Recognition
Andrew Kaylor
2016-08-11
1
-3
/
+45
*
Consistently use LoopAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[PM] Port LoopIdiomRecognize Pass to new PM
Dehao Chen
2016-07-12
1
-36
/
+80
*
[LIR] Fix mis-compilation with unwinding.
Haicheng Wu
2016-07-06
1
-0
/
+8
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-3
/
+3
*
Forgot to update callers of deleteDeadInstruction
David Majnemer
2016-06-20
1
-2
/
+2
*
Reapply "[LoopIdiom] Don't remove dead operands manually"
David Majnemer
2016-06-20
1
-9
/
+1
*
Revert "[LoopIdiom] Don't remove dead operands manually"
Cong Liu
2016-06-20
1
-1
/
+2
*
[LoopIdiom] Don't remove dead operands manually
David Majnemer
2016-06-20
1
-2
/
+1
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
[LIR] Set attributes on memset_pattern16.
Ahmed Bougacha
2016-04-27
1
-0
/
+2
*
[LIR] Reuse variable. NFCI.
Ahmed Bougacha
2016-04-27
1
-1
/
+1
*
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
*
[LPM] Factor all of the loop analysis usage updates into a common helper
Chandler Carruth
2016-02-19
1
-24
/
+3
*
[LIR] Avoid turning non-temporal stores into memset
Haicheng Wu
2016-02-17
1
-0
/
+4
*
[LIR] Allow merging of memsets in negatively strided loops.
Chad Rosier
2016-02-12
1
-5
/
+7
*
[LIR] Partially revert r252926(NFC), which introduced a very subtle change.
Chad Rosier
2016-02-12
1
-8
/
+8
*
[LIR] Add support for structs and hand unrolled loops
Haicheng Wu
2016-01-26
1
-46
/
+189
*
Speculatively revert r258620 as it is the likely culprid of PR26293.
Quentin Colombet
2016-01-25
1
-200
/
+46
*
[LIR] Add support for structs and hand unrolled loops
Haicheng Wu
2016-01-23
1
-46
/
+200
*
[LIR] General refactoring to simplify code and the ease future code review
Haicheng Wu
2016-01-04
1
-62
/
+120
*
Revert r256336, it caused PR25939
Nico Weber
2015-12-24
1
-113
/
+61
*
[LIR] General refactoring to simplify code and the ease future code review.
Chad Rosier
2015-12-23
1
-61
/
+113
*
[LIR] Refactor code to enable future patch. NFC.
Chad Rosier
2015-12-21
1
-41
/
+41
*
[SCEV] Add and use SCEVConstant::getAPInt; NFCI
Sanjoy Das
2015-12-17
1
-2
/
+2
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
1
-1
/
+1
*
[LIR] Push check into helper function. NFC.
Chad Rosier
2015-12-01
1
-4
/
+4
*
[LIR] Put includes in correct order. NFC.
Chad Rosier
2015-11-23
1
-1
/
+1
*
[LIR] Update some comments. NFC.
Chad Rosier
2015-11-19
1
-5
/
+4
*
[LIR] Fix 80-column from previous commit.
Chad Rosier
2015-11-19
1
-1
/
+2
*
[LIR] Sink checks into function to enable future refactoring. NFC.
Chad Rosier
2015-11-19
1
-15
/
+17
*
[LIR] Use the more appropriate method. NFC.
Chad Rosier
2015-11-19
1
-1
/
+1
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-3
/
+3
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-3
/
+3
*
[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
[next]