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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton.
Cameron Zwarich
2011-03-15
2
-2
/
+38
*
Add a peephole optimization to optimize pairs of bitcasts. e.g.
Evan Cheng
2011-03-15
1
-0
/
+23
*
PR9450: Make switch optimization in SimplifyCFG not dependent on the ordering
Eli Friedman
2011-03-15
1
-8
/
+48
*
sext(undef) = 0, because the top bits will all be the same.
Evan Cheng
2011-03-15
1
-2
/
+2
*
Testcase for r127630.
Bill Wendling
2011-03-15
1
-0
/
+18
*
Basic sanity checks to ensure that 2- and 3-byte
Sean Callanan
2011-03-15
1
-0
/
+6
*
Fixed an ARM disassembler bug where it does not handle STRi12 correctly becau...
Johnny Chen
2011-03-15
1
-0
/
+12
*
Propagate SCEV no-wrap flags whenever possible.
Andrew Trick
2011-03-15
3
-14
/
+21
*
Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches.
Jim Grosbach
2011-03-15
1
-1
/
+1
*
If we don't know how long a string is we can't fold an _chk version to the
Eric Christopher
2011-03-15
1
-0
/
+18
*
Generate a VTBL instruction instead of a series of loads and stores when we
Bill Wendling
2011-03-14
1
-12
/
+0
*
Fix this test up a bit.
Eric Christopher
2011-03-14
1
-3
/
+1
*
Minor optimization. sign-ext/anyext of undef is still undef.
Evan Cheng
2011-03-14
2
-5
/
+19
*
PTX: Emit global arrays with proper sizes
Justin Holewinski
2011-03-14
2
-40
/
+40
*
PTX: Add support for sqrt/sin/cos intrinsics
Justin Holewinski
2011-03-14
1
-0
/
+56
*
ptx: add set.p instruction and related changes to predicate execution
Che-Liang Chiou
2011-03-14
1
-0
/
+109
*
Teach ComputeMaskedBits about sub nsw.
Benjamin Kramer
2011-03-12
1
-0
/
+23
*
Saving files before committing is overrated.
Eric Christopher
2011-03-12
1
-1
/
+1
*
Sometimes isPredicable lies to us and tells us we don't need the operands.
Eric Christopher
2011-03-12
1
-0
/
+60
*
Properly pseudo-ize the ARM LDMIA_RET instruction. This has the nice side-
Jim Grosbach
2011-03-11
11
-18
/
+18
*
Roll r127459 back in:
Cameron Zwarich
2011-03-11
15
-17
/
+17
*
Fix the GCC test suite issue exposed by r127477, which was caused by stack
Cameron Zwarich
2011-03-11
1
-0
/
+19
*
Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get
Daniel Dunbar
2011-03-11
15
-17
/
+17
*
ComputeMaskedBits: sub falls through to add, and sub doesn't have the same ov...
Benjamin Kramer
2011-03-11
1
-0
/
+10
*
InstCombine: Fix a thinko where transform an icmp under the assumption that i...
Benjamin Kramer
2011-03-11
1
-0
/
+10
*
Teach ComputeMaskedBits about nsw on add. I don't think there's anything we can
Nick Lewycky
2011-03-11
1
-0
/
+10
*
Optimize trivial branches in CodeGenPrepare, which often get created from the
Cameron Zwarich
2011-03-11
15
-17
/
+17
*
Change the x86 32-bit scheduler to register pressure and fix up the
Eric Christopher
2011-03-11
5
-5
/
+4
*
Avoid replacing the value of a directly stored load with the stored value if ...
Evan Cheng
2011-03-11
1
-0
/
+47
*
Properly pseudo-ize MOVCCr and MOVCCs.
Jim Grosbach
2011-03-10
1
-2
/
+2
*
Fix reassociate to postpone certain instruction deletions until
Dan Gohman
2011-03-10
1
-0
/
+25
*
InstCombine: Turn umul_with_overflow into mul nuw if we can prove that it can...
Benjamin Kramer
2011-03-10
1
-0
/
+27
*
PTX: Add preliminary support for floating-point divide and multiply-and-add
Justin Holewinski
2011-03-10
3
-0
/
+47
*
ptx: add the rest of special registers of ISA version 2.0
Che-Liang Chiou
2011-03-10
1
-34
/
+176
*
Revert 127359; it broke lencod.
Stuart Hastings
2011-03-10
7
-21
/
+13
*
Revert "Re-enable test and hope to silence the buildbots", still broken.
Daniel Dunbar
2011-03-09
1
-0
/
+3
*
Fix mistyped CHECK lines.
Benjamin Kramer
2011-03-09
7
-10
/
+10
*
Tweak test to work on Linux.
Stuart Hastings
2011-03-09
1
-3
/
+3
*
Disable this test temporarily to reduce BuildBot complaints.
Stuart Hastings
2011-03-09
1
-3
/
+3
*
Preserve line number information while simplifying libcalls.
Devang Patel
2011-03-09
1
-0
/
+24
*
X86 byval copies no longer always_inline. <rdar://problem/8706628>
Stuart Hastings
2011-03-09
7
-13
/
+21
*
Add a testcase for the addc improvements introduced some commits ago. Patch b...
Bruno Cardoso Lopes
2011-03-09
1
-0
/
+13
*
Re-enable test and hope to silence the buildbots
Bruno Cardoso Lopes
2011-03-09
1
-3
/
+0
*
try to make o32 cc tests less specific to silence some buildbots. The test is...
Bruno Cardoso Lopes
2011-03-09
1
-26
/
+26
*
LLVM combines the offset mode of A8.6.199 A1 & A2 into STRBT.
Johnny Chen
2011-03-09
1
-0
/
+3
*
Make physreg coalescing independent on the number of uses of the virtual regi...
Jakob Stoklund Olesen
2011-03-09
2
-3
/
+36
*
Delete a test case that is very sensitive to coalescer behavior.
Jakob Stoklund Olesen
2011-03-09
1
-85
/
+0
*
Improve varags handling, with testcases. Patch by Sasa Stankovic
Bruno Cardoso Lopes
2011-03-09
1
-0
/
+277
*
This test case should work with list-ilp or list-burr.
Andrew Trick
2011-03-09
1
-1
/
+1
*
When SCEV can determine the loop test is X < X, set ExactBECount=0.
Andrew Trick
2011-03-09
1
-0
/
+34
[next]