Add a lint check for an indirectbr destination which has not
[oota-llvm.git] / test /
2010-08-13 Dan GohmanAdd a lint check for an indirectbr destination which...
2010-08-13 Bob WilsonAdd a Thumb2 t2RSBrr instruction for disassembly only.
2010-08-13 Bob WilsonTemporarily disable tail calls on ARM to work around...
2010-08-13 Bob WilsonMove the Thumb2 SSAT and USAT optional shift operator...
2010-08-13 Dale JohannesenRevert 110491. While not wrong, it was based on a
2010-08-13 Mikhail GlushenkovOne more XFAIL.
2010-08-13 Mikhail GlushenkovMore XFAILs.
2010-08-13 Mikhail GlushenkovAdd an XFAIL.
2010-08-13 Mikhail GlushenkovRemove -fexceptions from llvmc tests.
2010-08-13 Mikhail Glushenkovllvmc: fix two tests, remove XFAILs.
2010-08-13 Nate BegemanReapply this transformation now that it is passing...
2010-08-12 Chris Lattnerfix PR7876: If ipsccp decides that a function's address...
2010-08-12 Johnny ChenCleaned up the for-disassembly-only entries in the...
2010-08-12 Bruno Cardoso Lopes- Teach SSEDomainFix to switch between different levels...
2010-08-12 Bob WilsonAdd a test for llvm-gcc svn 110632.
2010-08-12 Eric ChristopherTemporarily revert 110737 and 110734, they were causing...
2010-08-12 Bruno Cardoso LopesBegin to support some vector operations for AVX 256...
2010-08-12 Johnny ChenThe autogened decoder was confusing the ARM STRBT for...
2010-08-12 Daniel DunbarMC/X86/AsmParser: Give an explicit error message when...
2010-08-12 Devang PatelThis is x86 only test.
2010-08-11 Johnny ChenChanged the format of DMBsy, DSBsy, and friends from...
2010-08-11 Bob WilsonMove the ARM SSAT and USAT optional shift amount operan...
2010-08-11 Bruno Cardoso LopesAdd testcases for all AVX 256-bit intrinsics added...
2010-08-11 Bruno Cardoso LopesReapply r109881 using a more strict command line for...
2010-08-11 Jim Grosbachfix silly typo
2010-08-11 Jim GrosbachAdd a target triple, as the runtime library invocation...
2010-08-11 Evan ChengFix test and re-enable it.
2010-08-11 Dan GohmanTemporarily disable some failing tests, until they...
2010-08-11 Jim Grosbachcortex m4 has floating point support, but only single...
2010-08-11 Dan GohmanTemporarily disable some failing tests, until they...
2010-08-11 Bill WendlingConsider this code snippet:
2010-08-11 Evan ChengReport error if codegen tries to instantiate a ARM...
2010-08-11 Evan ChengAdd ARM Archv6M and let it implies FeatureDB (having...
2010-08-11 Daniel DunbarMC/ARM: Add basic support for handling predication...
2010-08-11 Evan ChengAdd Cortex-M0 support. It's a ARMv6m device (no ARM...
2010-08-11 Evan Cheng- Add subtarget feature -mattr=+db which determine...
2010-08-11 Bill WendlingUpdate test to match output of optimize compares for...
2010-08-11 Dan GohmanWhen analyzing loop exit conditions combined with and...
2010-08-10 Bill WendlingThe optimize comparisons pass removes the "cmp" instruc...
2010-08-10 Nate BegemanAdd test for recent instcombine vector shuffle enhancement
2010-08-10 Daniel Dunbartests: Don't error out if HOME isn't present in t the...
2010-08-10 Evan ChengRe-apply r110655 with fixes. Epilogue must restore...
2010-08-10 Daniel DunbarRevert r110655, "Fix ARM hasFP() semantics. It should...
2010-08-10 Daniel DunbarMC/AsmParser: Fix a bug in macro argument parsing,...
2010-08-10 Jakob Stoklund OlesenFix test for more architectures. Patch by Tobias Grosser.
2010-08-10 Tobias GrosserRegionInfo: Do not assert if a BB is not part of the...
2010-08-10 Tobias GrosserFix failing testcase.
2010-08-10 Devang PatelHandle TAG_constant for integers.
2010-08-10 Evan ChengFix ARM hasFP() semantics. It should return true whenev...
2010-08-09 Eli FriedmanPR7853: fix a silly mistake introduced in r101899,...
2010-08-09 Kalle RaiskilaHave SPU handle halfvec stores aligned by 8 bytes.
2010-08-09 Rafael EspindolaXFAIL for mingw that has no plugins.
2010-08-08 Nick LewyckyReject unrepresentable pointer types in intrinsics...
2010-08-08 Rafael EspindolaUse %shlibext instead of .so
2010-08-07 Rafael EspindolaMove the bugpoint test passes to a plugin in preparatio...
2010-08-07 Dale JohannesenUse sdmem and sse_load_f64 (etc.) for the vector
2010-08-06 Stuart HastingsTest case for r110459. Radar 8264751. Test case by...
2010-08-06 Dan GohmanImplement a proper getModRefInfo for va_arg.
2010-08-06 Rafael EspindolaFix eabi calling convention when a 64 bit value shadows r3.
2010-08-05 Eric ChristopherAdd an option to always emit realignment code for a...
2010-08-05 Dan GohmanImplement AccessesArguments checking in the two-callsit...
2010-08-05 Dan GohmanFix memdep's code for reasoning about dependences betwe...
2010-08-05 Devang PatelMove x86 specific tests into test/CodeGen/X86.
2010-08-05 Bob WilsonAdd an ARM RSCrr instruction for disassembly only.
2010-08-05 Bob WilsonAdd an ARM RSBrr instruction for disassembly only.
2010-08-05 Dan GohmanMove x86-specific tests out of test/Transforms/LoopStre...
2010-08-05 Daniel Dunbartests: CodeGen/X86/GC tests require X86.
2010-08-05 Daniel Dunbartests: Mark MC/AsmParser tests as requiring x86 for...
2010-08-05 Rafael Espindolacheck-lit was failing again on F13 64 bits :-(
2010-08-05 Dan GohmanRevert r110270 for now. It appears to uncover a memdep...
2010-08-05 Bob WilsonARM "rrx" shift operands do not have an immediate....
2010-08-04 Dan GohmanThe trouble with testing for "ModRef" and "NoModRef...
2010-08-04 Bill WendlingThe lower invoke pass needs to have unreachable code...
2010-08-04 Dan GohmanThe two-callsite form of AliasAnalysis::getModRefInfo...
2010-08-04 Eli FriedmanPR7814: Truncates cannot be ignored for signed comparisons.
2010-08-04 Stuart HastingsTest case for r110250. Radar 8264670. Test case by...
2010-08-04 Bill WendlingTestcase for r110248.
2010-08-04 Devang PatelTest case for combination of r110234 & r110235.
2010-08-04 Dan GohmanThese tests are no longer stored in *CVS*.
2010-08-04 Stuart Hastingscall-imm.ll test case regex fix. Patch by Dimitry...
2010-08-04 Kalle RaiskilaMake SPU backend handle insertelement and
2010-08-04 Bob WilsonCombine NEON VABD (absolute difference) intrinsics...
2010-08-03 Dan GohmanMake instcombine set explicit alignments on load or...
2010-08-03 Jakob Stoklund OlesenOK, that's it. This test is going away now. But don...
2010-08-03 Peter CollingbourneAdd an atomic lowering pass
2010-08-03 Michael J. SpencerMC: Fix symbol fragment offsets in COFF.
2010-08-03 Michael J. SpencerRevert "MC: Fix symbol fragment offsets in COFF."
2010-08-03 Michael J. SpencerMC: Fix symbol fragment offsets in COFF.
2010-08-02 Stuart HastingsDiabolical hack to make a test compatible with clang...
2010-08-02 Dan GohmanAdd a lint check for indirectbr with no successors.
2010-08-02 Stuart HastingsTestcase for r110043. Radar 8246180.
2010-08-02 Kalle RaiskilaMore SPU v2f32 stuff added: insertelement and shuffle.
2010-08-02 Kalle RaiskilaAdd preliminary v2f32 support for SPU. Like with v2i32...
2010-08-02 Owen AndersonRe-apply the infamous r108614, with a fix pointed out...
2010-08-02 Kalle RaiskilaAdd preliminary v2i32 support for SPU backend. As there...
2010-08-02 Daniel DunbarFix comment.
2010-08-02 Daniel Dunbartests: Kill off custom targets which were just there...
2010-08-02 Daniel Dunbartests: Deprecate TestRunner.sh, and have it just invoke...
2010-08-02 Eli FriedmanPR7781: Fix incorrect shifting in PPCTargetLowering...
2010-08-02 Daniel Dunbartests: Make 'lit' the default test tool. You can still...
next