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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move some code out of line. No functionality change.
Rafael Espindola
2013-07-09
1
-0
/
+70
*
X86: Add comment.
Jim Grosbach
2013-07-09
1
-0
/
+5
*
X86 fast-isel: Avoid explicit AH subreg reference for [SU]Rem.
Jim Grosbach
2013-07-09
1
-4
/
+31
*
Make BinaryRef output correctly in case of empty data.
Sean Silva
2013-07-09
1
-0
/
+4
*
Style fixes: remove unnecessary braces for one-statement if blocks, no else a...
Stephen Lin
2013-07-09
1
-54
/
+30
*
Revert "DebugInfo: remove unused helper function getDICompositeType."
Eric Christopher
2013-07-09
1
-0
/
+11
*
Fix comment
Eli Bendersky
2013-07-08
1
-3
/
+2
*
This patch changes the saved IRBuilder insert point from BasicBlock::iterator...
Nadav Rotem
2013-07-08
1
-1
/
+2
*
[objc-arc] Fix assertion in EraseInstruction so that noop on null calls when ...
Michael Gottesman
2013-07-08
1
-1
/
+3
*
DebugInfo: remove unused helper function getDICompositeType.
Manman Ren
2013-07-08
1
-11
/
+0
*
Stop emitting weak symbols into the "coal" sections.
Bill Wendling
2013-07-08
1
-6
/
+6
*
Update comment to avoid mentioning DbgValues which is an instance
Eric Christopher
2013-07-08
1
-1
/
+1
*
Revert r185852.
Manman Ren
2013-07-08
1
-5
/
+0
*
Find xdot or xdot.py.
Matt Arsenault
2013-07-08
1
-3
/
+3
*
[PowerPC] Always use "assembler dialect" 1
Ulrich Weigand
2013-07-08
9
-42
/
+47
*
PPC: Mark vector CC action for SETO and SETONE as Expand
Hal Finkel
2013-07-08
1
-0
/
+3
*
Add a comment to this change, requested by Eric Christopher.
Joey Gouly
2013-07-08
1
-0
/
+4
*
StringRef: add DenseMapInfo for StringRef.
Manman Ren
2013-07-08
1
-0
/
+5
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-07-08
3
-20
/
+20
*
ARM: Improve codegen for generic vselect.
Jim Grosbach
2013-07-08
1
-0
/
+18
*
DebugInfo: Correct comment & re-format a nearby loop
David Blaikie
2013-07-08
1
-5
/
+3
*
Fix a SCEV update problem.
Shuxin Yang
2013-07-08
1
-2
/
+40
*
DebugInfo: Simplify Address Pool index handling.
David Blaikie
2013-07-08
1
-5
/
+3
*
PPC: Mark vector FREM as Expand by default
Hal Finkel
2013-07-08
1
-0
/
+1
*
We now always create files with the correct permissions. Simplify the interface.
Rafael Espindola
2013-07-08
2
-65
/
+1
*
Create files with the correct permission instead of changing it afterwards.
Rafael Espindola
2013-07-08
1
-22
/
+7
*
[PowerPC] Support time base instructions
Ulrich Weigand
2013-07-08
1
-0
/
+6
*
[PowerPC] Support basic compare mnemonics
Ulrich Weigand
2013-07-08
3
-0
/
+43
*
Improve the comment from r185794 (re: PromoteIntRes_BUILD_VECTOR)
Hal Finkel
2013-07-08
1
-2
/
+4
*
[PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_TO_INT).
Bill Schmidt
2013-07-08
1
-0
/
+9
*
InstCombine: Fold X-C1 <u 2 -> (X & -2) == C1
David Majnemer
2013-07-08
1
-0
/
+8
*
Reuse %rax after calling __chkstk on win64
Nico Rieck
2013-07-08
2
-7
/
+9
*
Revert "Proper va_arg/va_copy lowering on win64"
Nico Rieck
2013-07-08
1
-3
/
+1
*
[SystemZ] Remove unwanted part from last commit
Richard Sandiford
2013-07-08
1
-2
/
+0
*
[SystemZ] Use MVC for memcpy
Richard Sandiford
2013-07-08
9
-2
/
+145
*
Fix PromoteIntRes_BUILD_VECTOR crash with i1 vectors
Hal Finkel
2013-07-08
1
-1
/
+7
*
Revert: Fix wrong code offset for unwind code SET_FPREG.
Kai Nacke
2013-07-08
2
-5
/
+4
*
Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.
Kai Nacke
2013-07-08
1
-21
/
+5
*
Revert: Fix alignment of unwind data.
Kai Nacke
2013-07-08
1
-12
/
+7
*
Revert: Emit personality function and Dwarf EH data for Win64 SEH.
Kai Nacke
2013-07-08
2
-13
/
+14
*
Add the nearbyint -> FNEARBYINT mapping to BasicTargetTransformInfo
Hal Finkel
2013-07-08
1
-0
/
+2
*
Revert "Reuse %rax after calling __chkstk on win64"
Nico Rieck
2013-07-08
2
-9
/
+7
*
Remove trailing whitespace from SelectionDAG/*.cpp
Stephen Lin
2013-07-08
10
-60
/
+60
*
Reuse %rax after calling __chkstk on win64
Nico Rieck
2013-07-07
2
-7
/
+9
*
Clear the builder insert point between tree-vectorization phases.
Nadav Rotem
2013-07-07
1
-0
/
+1
*
Eliminate trivial redundant loads across nocapture+readonly calls to uncaptured
Nick Lewycky
2013-07-07
1
-4
/
+11
*
SLPVectorizer: Implement DCE as part of vectorization.
Nadav Rotem
2013-07-07
1
-1011
/
+1041
*
[objc-arc] Remove the alias analysis part of r185764.
Michael Gottesman
2013-07-07
1
-8
/
+0
*
[objc-arc] Teach the ARC optimizer that objc_sync_enter/objc_sync_exit do not...
Michael Gottesman
2013-07-07
2
-0
/
+10
*
SelectionDAGBuilder: style fixes (add space between end parentheses and open ...
Stephen Lin
2013-07-06
1
-10
/
+10
[next]