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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore r181216, which was partially reverted in r182499.
Stephen Lin
2013-07-17
2
-43
/
+29
*
Add a micro optimization to catch cases where the PtrA equals PtrB.
Nadav Rotem
2013-07-17
1
-1
/
+1
*
Fix comparisons of alloca alignment in inliner merging
Hal Finkel
2013-07-17
1
-3
/
+12
*
Mark a method 'const' and another 'static'.
Craig Topper
2013-07-17
1
-2
/
+2
*
Make a few more static string pointers constant.
Craig Topper
2013-07-17
1
-8
/
+8
*
SLPVectorizer: Accelerate the isConsecutive check by replacing the subtractio...
Nadav Rotem
2013-07-17
1
-10
/
+5
*
flip the scev minus direction to simplify the code.
Nadav Rotem
2013-07-16
1
-3
/
+3
*
SLPVectorizer: Improve the compile time of isConsecutive by adding a simple c...
Nadav Rotem
2013-07-16
1
-0
/
+18
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-1
/
+1
*
Make SpecialCaseList match full strings, as documented, using anchors.
Peter Collingbourne
2013-07-16
1
-1
/
+1
*
When the inliner merges allocas, it must keep the larger alignment
Hal Finkel
2013-07-16
1
-2
/
+16
*
SLPVectorizer: Reduce the compile time of the consecutive store lookup.
Nadav Rotem
2013-07-16
1
-5
/
+13
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
2
-20
/
+21
*
PR16628: Fix a bug in the code that merges compares.
Nadav Rotem
2013-07-15
1
-1
/
+3
*
Remove trailing whitespace
Stephen Lin
2013-07-15
1
-36
/
+36
*
Revert r186316 while I track down an ASan failure and an assert from
Chandler Carruth
2013-07-15
1
-972
/
+1255
*
Reimplement SROA yet again. Same fundamental principle, but a totally
Chandler Carruth
2013-07-15
1
-1255
/
+972
*
Add 'const' qualifier to some arrays.
Craig Topper
2013-07-15
1
-1
/
+1
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
1
-1
/
+2
*
SLPVectorizer: change the order in which we search for vectorization candidat...
Nadav Rotem
2013-07-14
1
-4
/
+4
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
9
-52
/
+57
*
LoopVectorizer: Disallow reductions whose header phi is used outside the loop
Arnold Schwaighofer
2013-07-13
1
-2
/
+6
*
LoopVectorize fix: LoopInfo must be valid when invoking utils like SCEVExpander.
Andrew Trick
2013-07-13
1
-18
/
+18
*
Add a microoptimization for urem.
Nick Lewycky
2013-07-13
1
-0
/
+7
*
Fix a crash in EvaluateInDifferentElementOrder where it would generate an
Joey Gouly
2013-07-12
1
-1
/
+3
*
LFTR improvement to avoid truncation.
Andrew Trick
2013-07-12
1
-6
/
+32
*
Cleanup LFTR logic.
Andrew Trick
2013-07-12
1
-28
/
+9
*
Cleanup: rename a variable to make the logic easier to follow.
Andrew Trick
2013-07-12
1
-7
/
+7
*
TargetTransformInfo: address calculation parameter for gather/scather
Arnold Schwaighofer
2013-07-12
1
-1
/
+56
*
Revert "indvars: Improve LFTR by eliminating truncation when comparing
Chandler Carruth
2013-07-12
1
-23
/
+4
*
SLPVectorizer: Sink and enable CSE for ExtractElements.
Nadav Rotem
2013-07-12
1
-11
/
+25
*
SLPVectorize: Replace the code that checks for vectorization candidates in su...
Nadav Rotem
2013-07-12
1
-25
/
+22
*
Remove an argument that we dont use anymore.
Nadav Rotem
2013-07-11
1
-15
/
+12
*
indvars: Improve LFTR by eliminating truncation when comparing against a cons...
Andrew Trick
2013-07-11
1
-4
/
+23
*
Don't use a potentially expensive shift if all we want is one set bit.
Benjamin Kramer
2013-07-11
2
-2
/
+2
*
LoopVectorize: Vectorize all accesses in address space zero with unit stride
Arnold Schwaighofer
2013-07-11
1
-8
/
+16
*
TryToSimplifyUncondBranchFromEmptyBlock was checking that any common
Duncan Sands
2013-07-11
1
-23
/
+147
*
Fix a warning.
Nadav Rotem
2013-07-11
1
-2
/
+1
*
SLPVectorizer: refactor the code that places extracts. Place the code that de...
Nadav Rotem
2013-07-11
1
-41
/
+131
*
Teach TailRecursionElimination to handle certain cases of nocapture escaping ...
Michael Gottesman
2013-07-11
1
-64
/
+85
*
[objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky's suggestion. Also re...
Michael Gottesman
2013-07-10
7
-7
/
+7
*
Implement categories for special case lists.
Peter Collingbourne
2013-07-09
2
-27
/
+93
*
Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make
Peter Collingbourne
2013-07-09
1
-1
/
+9
*
Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
Peter Collingbourne
2013-07-09
6
-21
/
+21
*
Fix PR16571, which is a bug in the code that checks that all of the types in ...
Nadav Rotem
2013-07-09
1
-1
/
+3
*
Set the default insert point to the first instruction, and not to end()
Nadav Rotem
2013-07-09
1
-1
/
+1
*
InstCombine: Fix typo in comment for visitICmpInstWithInstAndIntCst
David Majnemer
2013-07-09
1
-2
/
+2
*
InstCombine: variations on 0xffffffff - x >= 4
David Majnemer
2013-07-09
1
-0
/
+12
*
InstCombine: X & -C != -C -> X <= u ~C
David Majnemer
2013-07-09
1
-0
/
+9
*
Commit r185909 was a misapplied patch, fix it
David Majnemer
2013-07-09
1
-21
/
+13
[next]