index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace archive members in the old position.
Rafael Espindola
2013-07-22
2
-51
/
+97
*
Don't depend on a llvm-ar specific behavior.
Rafael Espindola
2013-07-22
1
-1
/
+2
*
[NVPTX] Use approximate FP ops when unsafe-fp-math is used, and append
Justin Holewinski
2013-07-22
4
-56
/
+104
*
Revert "More Intel syntax alias fixes."
Tim Northover
2013-07-22
1
-28
/
+28
*
Fix typo. Change %cl to CL in Intel pattern.
Craig Topper
2013-07-22
1
-1
/
+1
*
More Intel syntax alias fixes.
Craig Topper
2013-07-22
3
-19
/
+19
*
More Intel syntax alias fixes.
Craig Topper
2013-07-22
1
-28
/
+28
*
Change %xmm0 to XMM0 in Intel side of asm strings for PBLENDVB.
Craig Topper
2013-07-22
1
-6
/
+6
*
Add Intel variants to aliases for some FP instructions.
Craig Topper
2013-07-22
1
-8
/
+8
*
ARM: remove now unneeded custom Asm converters
Tim Northover
2013-07-22
4
-415
/
+16
*
Reverse operands for Intel syntax form of 'bt' alias.
Craig Topper
2013-07-22
1
-1
/
+2
*
Delete unused helper functions.
Nadav Rotem
2013-07-22
1
-32
/
+0
*
Added missing - in the header of PrologEpilogInserter.h so that editors prope...
Michael Gottesman
2013-07-22
1
-1
/
+1
*
Treat nothrow forms of ::operator delete and ::operator delete[] as
Richard Smith
2013-07-21
4
-4
/
+40
*
Handle replacement into a position past the original member.
Rafael Espindola
2013-07-21
2
-2
/
+15
*
Remove unused fields.
Rafael Espindola
2013-07-21
1
-11
/
+3
*
mem2reg: Minor STL usage cleanup. No functionality change.
Benjamin Kramer
2013-07-21
1
-11
/
+8
*
Make the mem2reg interface use an ArrayRef as it keeps a copy of these
Chandler Carruth
2013-07-21
2
-8
/
+9
*
Mark that the _ftol2 function used by windows on x86 to handle fptoui modifie...
Craig Topper
2013-07-21
2
-3
/
+5
*
Revert a part of r186420. Don't forbid multiple store chains that merge.
Nadav Rotem
2013-07-21
1
-3
/
+1
*
Fix exception demo: Add mcjit to link component.
Logan Chien
2013-07-21
1
-1
/
+1
*
Hoist the rest of the logic for promoting single-store allocas into the
Chandler Carruth
2013-07-21
1
-23
/
+31
*
Hoist the rest of the logic for fully promoting allocas with all uses in
Chandler Carruth
2013-07-21
1
-55
/
+33
*
Remove a method made dead by the prior refactoring.
Chandler Carruth
2013-07-21
1
-5
/
+0
*
Hoist the two trivial promotion routines out of the big class that
Chandler Carruth
2013-07-20
1
-161
/
+158
*
Hoist the AllocaInfo struct to the top of the file.
Chandler Carruth
2013-07-20
1
-59
/
+57
*
Sink a typedef and comparator down to the function that actually uses them.
Chandler Carruth
2013-07-20
1
-8
/
+10
*
Don't crash when llvm.compiler.used becomes empty.
Rafael Espindola
2013-07-20
2
-0
/
+21
*
Don't allocate the DIBuilder on the heap and remove all the complexity
Chandler Carruth
2013-07-20
1
-16
/
+8
*
Rename constructor parameters to follow the common member-shadowing
Chandler Carruth
2013-07-20
1
-3
/
+3
*
Reformat the implementation of mem2reg with clang-format so that my
Chandler Carruth
2013-07-20
1
-344
/
+360
*
Comment: try to clarify loop iteration order.
Andrew Trick
2013-07-20
1
-0
/
+4
*
Remove a DenseMapInfo specialization for std::pair -- we have one of
Chandler Carruth
2013-07-20
1
-20
/
+0
*
Update mem2reg's comments to conform to the new doxygen standards. No
Chandler Carruth
2013-07-20
2
-81
/
+69
*
Disallow global aliases to bitcast between address spaces
Matt Arsenault
2013-07-20
2
-4
/
+23
*
Remove trailing whitespace, fix file path in comment
Matt Arsenault
2013-07-20
3
-45
/
+45
*
SROA: Microoptimization: Remove dead entries first, then sort.
Benjamin Kramer
2013-07-20
1
-9
/
+4
*
InstCombine: call FoldOpIntoSelect for all floating binops, not just fmul
Stephen Lin
2013-07-20
3
-3
/
+94
*
Have InlineCost check constant fcmps
Matt Arsenault
2013-07-20
2
-4
/
+39
*
Add Option unit tests to the make build
Hans Wennborg
2013-07-20
2
-2
/
+25
*
Debug Info Verifier: simplify DIxxx::Verify
Manman Ren
2013-07-20
3
-28
/
+23
*
Fix size_t -> uint warnings with MSVC 64-bit build
Matt Arsenault
2013-07-20
4
-15
/
+15
*
Refactor AnalyzeBranch on ARM. The previous version did not always analyze
Lang Hames
2013-07-19
3
-91
/
+102
*
Retry submitting r186623: COFFDumper: Dump data directory entries.
Rui Ueyama
2013-07-19
5
-48
/
+120
*
fix an 80-col line.
Nadav Rotem
2013-07-19
1
-2
/
+2
*
Use LLVMs ADTs that improve the compile time of this pass.
Nadav Rotem
2013-07-19
1
-2
/
+2
*
SLPVectorizer: Improve the compile time of isConsecutive by reordering the co...
Nadav Rotem
2013-07-19
1
-22
/
+19
*
R600: Don't emit empty then clause and use alu_pop_after
Vincent Lejeune
2013-07-19
6
-17
/
+175
*
R600: Simplify AMDILCFGStructurize by removing templates and assuming single ...
Vincent Lejeune
2013-07-19
3
-2494
/
+1324
*
R600: Replace legacy debug code in AMDILCFGStructurizer.cpp
Vincent Lejeune
2013-07-19
1
-228
/
+235
[prev]
[next]