index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2010-10-03
Implement support for the bizarre 3DNow! encoding (which is unlike anything
Chris Lattner
2010-10-03
Add test to make sure that the MMX intrinsic calls make it out the other end in
Bill Wendling
2010-10-03
Auto-upgrade tests for the new MMX intrinsic calls.
Bill Wendling
2010-10-03
Implement a very basic PIC case.
Rafael Espindola
2010-10-02
fix a regression introduced in r115243, in which the instruction
Chris Lattner
2010-10-02
actually, move the elf tests into the existing elf dir.
Chris Lattner
2010-10-02
consolidate ELF tests into asmparser tests.
Chris Lattner
2010-10-02
move ARM MC tests up one level.
Chris Lattner
2010-10-01
Need to specify SSE4 for machines which don't have SSE4. The code checked for...
Bill Wendling
2010-10-01
Now that the profitable bits of EnableFullLoadPRE have been enabled by defaul...
Owen Anderson
2010-10-01
Fix code gen crash reported in PR 8235. We still lose debug info for the unus...
Devang Patel
2010-10-01
We must check for something.
Bill Wendling
2010-10-01
Disable tests until I can figure out why they're failing on just two machines...
Bill Wendling
2010-10-01
Try adding an mtriple.
Bill Wendling
2010-10-01
Zap some redundant 'ori $?, $?, 0' from SPU.
Kalle Raiskila
2010-10-01
FileCheck-ize this test.
Bill Wendling
2010-10-01
FileCheck-ize this test.
Bill Wendling
2010-10-01
fix PR8267 - Instcombine shouldn't optimizer away volatile memcpy's.
Chris Lattner
2010-10-01
upgrade this test.
Chris Lattner
2010-10-01
fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350
Chris Lattner
2010-10-01
One more +sse2.
Dale Johannesen
2010-10-01
move X86 subdir up a level
Chris Lattner
2010-10-01
Mark all these as needing SSE2. Should fix PPC and
Dale Johannesen
2010-10-01
Disable these tests for now; it's not obvious why they fail on Linux.
Dale Johannesen
2010-10-01
Make test not sensitive to register choice.
Dale Johannesen
2010-09-30
Massive rewrite of MMX:
Dale Johannesen
2010-09-30
test/CodeGen/X86/sibcall.ll: Add explicit triplets and remove XFAIL: apple-da...
NAKAMURA Takumi
2010-09-30
We do want to allow LoadPRE to perform LICM-like transformations: we already ...
Owen Anderson
2010-09-30
Try again to disable critical edge splitting in CodeGenPrepare.
Jakob Stoklund Olesen
2010-09-30
Factor some logic into ShouldRelocOnSymbol. This simplifies the code and
Rafael Espindola
2010-09-30
When isel is emitting instructions for an x86 target without CMOV, the CFG is
Jakob Stoklund Olesen
2010-09-30
more cleanups.
Chris Lattner
2010-09-30
merge and clean up tests.
Chris Lattner
2010-09-30
merge two tests.
Chris Lattner
2010-09-30
rename test
Chris Lattner
2010-09-30
generalize test.
Chris Lattner
2010-09-30
rename test.
Chris Lattner
2010-09-30
merge two tests.
Chris Lattner
2010-09-30
preemptively add the rest of the non-n fpstack instructions.
Chris Lattner
2010-09-30
merge two tests.
Chris Lattner
2010-09-30
fix this to not be completely broken.
Chris Lattner
2010-09-30
update, unxfail, fix bogus encodings.
Chris Lattner
2010-09-30
update and unxfail
Chris Lattner
2010-09-30
unxfail this by fixing syntactic differences.
Chris Lattner
2010-09-30
implement support for finit, PR8258
Chris Lattner
2010-09-30
add support for fstcw, PR8259
Chris Lattner
2010-09-30
Move logic of determining ELF entsize from the .s printer to initialization
Jan Wen Voung
2010-09-30
Add another test that now passes.
Rafael Espindola
2010-09-30
Correctly produce R_X86_64_32 or R_X86_64_32S.
Rafael Espindola
2010-09-30
Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()
Jason W Kim
[next]