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
*
Fix the comment in this test.
Dan Gohman
2009-09-16
1
-1
/
+2
*
Don't sink gep operators through phi nodes if the result would require
Dan Gohman
2009-09-16
1
-0
/
+101
*
Convert more tests to FileCheck.
Bob Wilson
2009-09-15
6
-45
/
+153
*
fix PR4984 by ensuring that fastisel adds properly sign extended GEP displace...
Chris Lattner
2009-09-15
1
-2
/
+22
*
rename test
Chris Lattner
2009-09-15
1
-0
/
+0
*
convert to filecheck
Chris Lattner
2009-09-15
1
-4
/
+20
*
Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov.
Sandeep Patel
2009-09-15
1
-0
/
+41
*
several major improvements to the sparc backend: support for weak linkage
Chris Lattner
2009-09-15
2
-0
/
+15
*
When a constant's type is refined, update the constant in place
Dan Gohman
2009-09-15
2
-0
/
+44
*
Use llvm-link -S instead of using llvm-dis.
Dan Gohman
2009-09-15
21
-24
/
+24
*
Restore a comment that was lost in the merge.
Dan Gohman
2009-09-15
1
-0
/
+4
*
convert to filecheck
Chris Lattner
2009-09-15
1
-9
/
+10
*
Forbid arrays of function-type and structures with function-typed fields.
Nick Lewycky
2009-09-15
1
-0
/
+6
*
fix PR4963: folding insertvalue would sometimes turn a packed struct into
Chris Lattner
2009-09-15
1
-0
/
+6
*
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
[next]