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
*
this is failing on linux hosts, force a triple.
Chris Lattner
2009-09-15
1
-1
/
+1
*
merge one more in.
Chris Lattner
2009-09-15
2
-12
/
+10
*
merge some more cmov tests into cmov.ll
Chris Lattner
2009-09-15
3
-87
/
+95
*
merge two cmov tests into one.
Chris Lattner
2009-09-15
3
-49
/
+48
*
Don't pull a load through a callseq_start if the load's chain
Dan Gohman
2009-09-15
1
-0
/
+23
*
Added the first bits of the ARM target assembler to llvm-mc. For now it only
Kevin Enderby
2009-09-15
3
-5
/
+12
*
On x86-64, the 32-bit cmov doesn't actually clear the high 32-bit of
Dan Gohman
2009-09-15
1
-0
/
+19
*
When extending a memset range past the front, set the alignment of the
Dan Gohman
2009-09-14
1
-0
/
+18
*
Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics.
Daniel Dunbar
2009-09-14
1
-1
/
+1
*
Teach 'make check-lit' to run unittests.
Daniel Dunbar
2009-09-14
2
-1
/
+81
*
unbreak this test by working around an asmparser bug.
Chris Lattner
2009-09-13
1
-1
/
+1
*
Fix a small issue with recent changes to this code.
Mikhail Glushenkov
2009-09-13
2
-12
/
+7
*
merge the linux cpool/jtbl pic tests into pic.ll and convert to filecheck.
Chris Lattner
2009-09-13
3
-92
/
+100
*
Add LLVMGCCBINDIR to path, since LLVMC expects to find llvm-gcc in the path.
Daniel Dunbar
2009-09-13
1
-1
/
+2
*
Switch Ocaml to use llvm_supports_binding.
Daniel Dunbar
2009-09-13
3
-5
/
+5
*
tests: Add llvm_supports_binding predicate.
Daniel Dunbar
2009-09-13
3
-0
/
+17
*
tests: Use %abs_tmp instead of ./%t to make these tests portable to 'lit'.
Daniel Dunbar
2009-09-13
9
-9
/
+9
*
tests: Add a %abs_tmp substitution which is guaranteed to be a full path.
Daniel Dunbar
2009-09-13
1
-0
/
+2
*
Sink llvm-gcc dependent tests into distinct subdirs.
Daniel Dunbar
2009-09-13
17
-21
/
+25
*
Rewrite tests to not use Tcl substitution.
Daniel Dunbar
2009-09-13
11
-11
/
+11
*
Simplify LLVMC tests.
Daniel Dunbar
2009-09-13
3
-10
/
+12
*
Define proper subreg sets for arm - this should fix bunch of subtle problems
Anton Korobeynikov
2009-09-13
1
-0
/
+61
*
Add -mattr=+sse2 to the -march=x86 version of this test. Without
Dan Gohman
2009-09-12
1
-1
/
+1
*
Remove an unnecessary -f.
Dan Gohman
2009-09-11
1
-1
/
+1
*
Convert more tests to avoid llvm-as.
Dan Gohman
2009-09-11
86
-181
/
+112
*
Eliminate more redundant llvm-as calls.
Dan Gohman
2009-09-11
20
-26
/
+26
*
Fix this test to test what it was originally intended to test.
Dan Gohman
2009-09-11
1
-1
/
+1
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
1273
-1366
/
+1366
*
turn on -experimental-asm-printer for x86 / AT&T by default.
Chris Lattner
2009-09-11
2
-494
/
+494
*
another random update
Chris Lattner
2009-09-11
1
-1
/
+1
*
fix a bunch of spurious failures for people whose home directory
Chris Lattner
2009-09-11
15
-20
/
+16
*
this test is using invalid "intrinsics".
Chris Lattner
2009-09-11
1
-20
/
+0
*
fix test to not get a moduleid that matches 'br'
Chris Lattner
2009-09-11
1
-1
/
+1
*
Follow up to 81494. When the folded reload is narrowed to a 32-bit load then ...
Evan Cheng
2009-09-11
1
-1
/
+1
*
It's not legal to fold a load from a narrower stack slot into a wider instruc...
Evan Cheng
2009-09-11
1
-0
/
+48
*
Reapply r81171 with a fix: don't try to use i64 when it
Dan Gohman
2009-09-11
1
-3
/
+4
*
Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and
Dan Gohman
2009-09-11
3
-4
/
+18
*
Factor out the code for checking that all indices in a getelementptr are
Dan Gohman
2009-09-10
1
-0
/
+9
*
Don't swap the operands of a subtraction when trying to create a
Bob Wilson
2009-09-10
1
-0
/
+11
*
Add a test case for r81431.
Evan Cheng
2009-09-10
1
-0
/
+6
*
Remove prcontext.
Daniel Dunbar
2009-09-10
4
-41
/
+2
*
Revert r81171 which was causing pr4927.
Bob Wilson
2009-09-10
1
-3
/
+3
*
Testcase for (llvm-gcc) 81399. Adjust an older
Dale Johannesen
2009-09-09
2
-2
/
+20
*
Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS.
Bob Wilson
2009-09-09
1
-0
/
+18
*
Fix SplitCriticalEdge to properly update LCSSA form when splitting a
Dan Gohman
2009-09-09
1
-0
/
+34
*
When widening a vector load, use the correct chain. This fixes PR4891.
Dan Gohman
2009-09-09
2
-0
/
+66
*
Add testcase for r81322 (PR4933).
Edwin Török
2009-09-09
1
-0
/
+21
*
add a testacse for the objc problem that required required r81305
Chris Lattner
2009-09-09
1
-0
/
+15
*
disable the new asmprinter by default. Both the Mangler and MCSymbol
Chris Lattner
2009-09-09
2
-494
/
+494
*
Cast MO.getImm() to unsigned before comparing with an unsigned limit.
Evan Cheng
2009-09-09
1
-2
/
+2
[next]