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-25
Respect llvm.used in Internalize.
Rafael Espindola
3
-21
/
+41
2013-07-25
Check that TD isn't NULL before dereferencing it down this path.
Nick Lewycky
1
-1
/
+1
2013-07-25
Make these methods const correct.
Rafael Espindola
1
-2
/
+2
2013-07-24
TRE: Move class into anonymous namespace.
Benjamin Kramer
1
-4
/
+6
2013-07-24
Fix a problem I introduced in r187029 where we would over-eagerly
Chandler Carruth
1
-3
/
+9
2013-07-24
Fix PR16687 where we were incorrectly promoting an alloca that had
Chandler Carruth
1
-12
/
+29
2013-07-23
Fix spelling
Matt Arsenault
1
-1
/
+1
2013-07-22
Remove extraneous null statement. No functionality change!
Nick Lewycky
1
-1
/
+1
2013-07-22
Use switch instead of if. No functionality change.
Jakub Staszak
1
-14
/
+17
2013-07-22
Remove trailing spaces.
Jakub Staszak
1
-37
/
+37
2013-07-22
When we vectorize across multiple basic blocks we may vectorize PHINodes that...
Nadav Rotem
1
-3
/
+31
2013-07-22
OldPtr is llvm::Instruction. Remove unneeded cast<>.
Jakub Staszak
1
-1
/
+1
2013-07-22
Change tabs to spaces.
Jakub Staszak
1
-2
/
+2
2013-07-22
Fix spelling and grammar
Matt Arsenault
1
-12
/
+12
2013-07-22
Fix an obvious typo in the loop vectorizer where the cost model uses the wron...
Nadav Rotem
1
-2
/
+2
2013-07-22
Delete unused helper functions.
Nadav Rotem
1
-32
/
+0
2013-07-21
mem2reg: Minor STL usage cleanup. No functionality change.
Benjamin Kramer
1
-11
/
+8
2013-07-21
Make the mem2reg interface use an ArrayRef as it keeps a copy of these
Chandler Carruth
1
-5
/
+6
2013-07-21
Revert a part of r186420. Don't forbid multiple store chains that merge.
Nadav Rotem
1
-3
/
+1
2013-07-21
Hoist the rest of the logic for promoting single-store allocas into the
Chandler Carruth
1
-23
/
+31
2013-07-21
Hoist the rest of the logic for fully promoting allocas with all uses in
Chandler Carruth
1
-55
/
+33
2013-07-21
Remove a method made dead by the prior refactoring.
Chandler Carruth
1
-5
/
+0
2013-07-20
Hoist the two trivial promotion routines out of the big class that
Chandler Carruth
1
-161
/
+158
2013-07-20
Hoist the AllocaInfo struct to the top of the file.
Chandler Carruth
1
-59
/
+57
2013-07-20
Sink a typedef and comparator down to the function that actually uses them.
Chandler Carruth
1
-8
/
+10
2013-07-20
Don't crash when llvm.compiler.used becomes empty.
Rafael Espindola
1
-0
/
+5
2013-07-20
Don't allocate the DIBuilder on the heap and remove all the complexity
Chandler Carruth
1
-16
/
+8
2013-07-20
Rename constructor parameters to follow the common member-shadowing
Chandler Carruth
1
-3
/
+3
2013-07-20
Reformat the implementation of mem2reg with clang-format so that my
Chandler Carruth
1
-344
/
+360
2013-07-20
Remove a DenseMapInfo specialization for std::pair -- we have one of
Chandler Carruth
1
-20
/
+0
2013-07-20
Update mem2reg's comments to conform to the new doxygen standards. No
Chandler Carruth
1
-74
/
+58
2013-07-20
SROA: Microoptimization: Remove dead entries first, then sort.
Benjamin Kramer
1
-9
/
+4
2013-07-20
InstCombine: call FoldOpIntoSelect for all floating binops, not just fmul
Stephen Lin
2
-3
/
+23
2013-07-19
fix an 80-col line.
Nadav Rotem
1
-2
/
+2
2013-07-19
Use LLVMs ADTs that improve the compile time of this pass.
Nadav Rotem
1
-2
/
+2
2013-07-19
SLPVectorizer: Improve the compile time of isConsecutive by reordering the co...
Nadav Rotem
1
-22
/
+19
2013-07-19
s/compiler_used/compiler.used/.
Rafael Espindola
1
-7
/
+7
2013-07-19
Cleanup the stats counters for the new implementation. These actually
Chandler Carruth
1
-12
/
+36
2013-07-19
Fix another assert failure very similar to PR16651's test case. This
Chandler Carruth
1
-0
/
+2
2013-07-19
Try to move to a more reasonable set of naming conventions given the new
Chandler Carruth
1
-322
/
+305
2013-07-19
A long overdue cleanup in SROA to use 'DL' instead of 'TD' for the
Chandler Carruth
1
-123
/
+123
2013-07-19
Fix PR16651, an assert introduced in my recent re-work of the innards of
Chandler Carruth
1
-9
/
+3
2013-07-19
Remove DIBuilder cache of variable TheCU and change the few
Eric Christopher
1
-3
/
+3
2013-07-18
Clean up some of this code a tiny bit, no functionality change.
Nick Lewycky
1
-13
/
+8
2013-07-18
Revert "Remove DIBuilder cache of variable TheCU and change the few"
Eric Christopher
1
-3
/
+3
2013-07-18
Remove DIBuilder cache of variable TheCU and change the few
Eric Christopher
1
-3
/
+3
2013-07-18
Handle constants without going through SCEV.
Nadav Rotem
1
-0
/
+6
2013-07-18
SLPVectorizer: Speedup isConsecutive by manually checking GEPs with multiple ...
Nadav Rotem
1
-4
/
+12
2013-07-18
Reapply r186316 with a fix for one bug where the code could walk off the
Chandler Carruth
1
-1255
/
+976
2013-07-18
SLPVectorizer: Speedup isConsecutive (that checks if two addresses are consec...
Nadav Rotem
1
-12
/
+31
[next]