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
*
PR9139: Specify ARM/Darwin triple for vector-DAGCombine.ll test.
Bob Wilson
2011-02-14
1
-2
/
+2
*
Fix encoding and add parsing support for the arm/thumb CPS instruction:
Bruno Cardoso Lopes
2011-02-14
5
-0
/
+40
*
fix PR9210 by implementing some type legalization logic for
Chris Lattner
2011-02-14
1
-0
/
+8
*
Enhance ComputeMaskedBits to know that aligned frameindexes
Chris Lattner
2011-02-13
2
-4
/
+15
*
Teach instsimplify that X+Y>=X+Z is the same as Y>=Z if neither side overflows,
Duncan Sands
2011-02-13
1
-0
/
+20
*
Fix test
Nadav Rotem
2011-02-13
1
-1
/
+1
*
Fix a regression from r125393;
Nadav Rotem
2011-02-13
1
-1
/
+17
*
when legalizing extremely wide shifts, make sure that
Chris Lattner
2011-02-13
1
-0
/
+12
*
fix visitShift to properly zero extend the shift amount if the provided operand
Chris Lattner
2011-02-13
2
-3
/
+1
*
add PR#
Chris Lattner
2011-02-13
1
-0
/
+1
*
implement instcombine folding for things like (x >> c) < 42.
Chris Lattner
2011-02-13
1
-2
/
+11
*
teach SCEV that the scale and addition of an inbounds gep don't NSW.
Chris Lattner
2011-02-13
2
-4
/
+31
*
Add encodings and mnemonics for FXSAVE64 and FXRSTOR64.
Reid Kleckner
2011-02-12
1
-0
/
+8
*
Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend.
Venkatraman Govindaraju
2011-02-12
1
-0
/
+13
*
SimplifyLibCalls: Add missing legalize check on various printf to puts and
Daniel Dunbar
2011-02-12
1
-7
/
+20
*
tests: FileCheckize
Daniel Dunbar
2011-02-12
1
-3
/
+5
*
A fix for 9165.
Nadav Rotem
2011-02-12
1
-0
/
+32
*
Also fold (A+B) == A -> B == 0 when the add is commuted.
Benjamin Kramer
2011-02-11
1
-10
/
+18
*
Per discussion with Dan G, inbounds geps *certainly* can have
Chris Lattner
2011-02-11
1
-2
/
+2
*
Implement sdiv & udiv for <4 x i16> and <8 x i8> NEON vector types.
Nate Begeman
2011-02-11
1
-0
/
+48
*
Fix 9173.
Nadav Rotem
2011-02-11
2
-0
/
+27
*
Disable this test for now...
Daniel Dunbar
2011-02-11
1
-0
/
+3
*
Fix buggy fcopysign lowering.
Evan Cheng
2011-02-11
1
-13
/
+40
*
Add a test for the LSR issue exposed by r125254.
Cameron Zwarich
2011-02-11
1
-0
/
+32
*
Tolerate degenerate phi nodes that can occur in the middle of optimization
Nick Lewycky
2011-02-10
1
-0
/
+24
*
Rename 'loopsimplify' to 'loop-simplify'.
Cameron Zwarich
2011-02-10
20
-21
/
+21
*
Add mips o32 tests again with the hope that the buildbot won't complaint again
Bruno Cardoso Lopes
2011-02-10
1
-0
/
+322
*
Remove the test to silence the buildbot, will check it in again with a proper...
Bruno Cardoso Lopes
2011-02-10
1
-321
/
+0
*
Fix a lot of o32 CC issues and add a bunch of tests. Patch by Akira Hatanaka ...
Bruno Cardoso Lopes
2011-02-10
1
-0
/
+321
*
ptx: add passing parameter to kernel functions
Che-Liang Chiou
2011-02-10
1
-1
/
+8
*
implement the first part of PR8882: when lowering an inbounds
Chris Lattner
2011-02-10
2
-2
/
+18
*
Enhance a bunch of transformations in instcombine to start generating
Chris Lattner
2011-02-10
10
-18
/
+51
*
Enhance the "compare with shift" and "compare with div"
Chris Lattner
2011-02-10
2
-30
/
+99
*
more cleanups, notably bitcast isn't used for "signed to unsigned type
Chris Lattner
2011-02-10
1
-1
/
+1
*
After 3-addressifying a two-address instruction, update the register maps; ad...
Evan Cheng
2011-02-10
1
-10
/
+22
*
Do AsmMatcher operand classification per-opcode.
Jim Grosbach
2011-02-10
1
-1
/
+0
*
Teach instsimplify some tricks about exact/nuw/nsw shifts.
Chris Lattner
2011-02-09
1
-0
/
+44
*
merge two tests.
Chris Lattner
2011-02-09
2
-8
/
+9
*
remove a small scattering of basically pointless tests. These are
Chris Lattner
2011-02-09
19
-260
/
+0
*
remove a broken test, this is matching nounwind on intrinsics, not the old un...
Chris Lattner
2011-02-09
1
-10
/
+0
*
Add intrinsic for setc instruction on the XCore.
Richard Osborne
2011-02-09
1
-0
/
+14
*
When removing a function from the function set and adding it to deferred, we
Nick Lewycky
2011-02-09
1
-0
/
+276
*
test/lit.cfg: Seek sane tools(and bash) in directories and set to $PATH.
NAKAMURA Takumi
2011-02-09
1
-1
/
+13
*
CMake: Add the new option LLVM_LIT_TOOLS_DIR. It can specify "Path to GnuWin3...
NAKAMURA Takumi
2011-02-09
1
-0
/
+1
*
Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...
Owen Anderson
2011-02-08
1
-1
/
+1
*
Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...
Benjamin Kramer
2011-02-08
2
-0
/
+58
*
PostRA antidependence breaker unit test for PR8986.
Andrew Trick
2011-02-08
1
-0
/
+89
*
PostRA antidependence breaker unit test for rdar://8959122.
Andrew Trick
2011-02-08
1
-0
/
+128
*
SimplifyCFG: Track the number of used icmps when turning a icmp chain into a ...
Benjamin Kramer
2011-02-07
3
-10
/
+30
*
Add support for parsing dmb/dsb instructions
Bruno Cardoso Lopes
2011-02-07
2
-9
/
+83
[next]