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