aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-08-10Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FPDaniel Dunbar
2010-08-10MC/AsmParser: Fix a bug in macro argument parsing, which was droppingDaniel Dunbar
2010-08-10Fix test for more architectures. Patch by Tobias Grosser.Jakob Stoklund Olesen
2010-08-10RegionInfo: Do not assert if a BB is not part of the dominance tree.Tobias Grosser
2010-08-10Fix failing testcase.Tobias Grosser
2010-08-10Handle TAG_constant for integers.Devang Patel
2010-08-10Fix ARM hasFP() semantics. It should return true whenever FP register isEvan Cheng
2010-08-09PR7853: fix a silly mistake introduced in r101899, and add a test to make sureEli Friedman
2010-08-09Have SPU handle halfvec stores aligned by 8 bytes.Kalle Raiskila
2010-08-09XFAIL for mingw that has no plugins.Rafael Espindola
2010-08-08Reject unrepresentable pointer types in intrinsics. Fixes PR7316.Nick Lewycky
2010-08-08Use %shlibext instead of .soRafael Espindola
2010-08-07Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola
2010-08-07Use sdmem and sse_load_f64 (etc.) for the vectorDale Johannesen
2010-08-06Test case for r110459. Radar 8264751. Test case by Fariborz Jahanian!Stuart Hastings
2010-08-06Implement a proper getModRefInfo for va_arg.Dan Gohman
2010-08-06Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola
2010-08-05Add an option to always emit realignment code for a particular module.Eric Christopher
2010-08-05Implement AccessesArguments checking in the two-callsite formDan Gohman
2010-08-05Fix memdep's code for reasoning about dependences between two calls. A RefDan Gohman
2010-08-05Move x86 specific tests into test/CodeGen/X86.Devang Patel
2010-08-05Add an ARM RSCrr instruction for disassembly only.Bob Wilson
2010-08-05Add an ARM RSBrr instruction for disassembly only.Bob Wilson
2010-08-05Move x86-specific tests out of test/Transforms/LoopStrengthReduce andDan Gohman
2010-08-05tests: CodeGen/X86/GC tests require X86.Daniel Dunbar
2010-08-05tests: Mark MC/AsmParser tests as requiring x86 for now -- almost all of themDaniel Dunbar
2010-08-05check-lit was failing again on F13 64 bits :-(Rafael Espindola
2010-08-05Revert r110270 for now. It appears to uncover a memdep bug.Dan Gohman
2010-08-05ARM "rrx" shift operands do not have an immediate. PR7790.Bob Wilson
2010-08-04The trouble with testing for "ModRef" and "NoModRef" is thatDan Gohman
2010-08-04The lower invoke pass needs to have unreachable code elimination run after itBill Wendling
2010-08-04The two-callsite form of AliasAnalysis::getModRefInfo is documentedDan Gohman
2010-08-04PR7814: Truncates cannot be ignored for signed comparisons.Eli Friedman
2010-08-04Test case for r110250. Radar 8264670. Test case by Fariborz Jahanian!Stuart Hastings
2010-08-04Testcase for r110248.Bill Wendling
2010-08-04Test case for combination of r110234 & r110235.Devang Patel
2010-08-04These tests are no longer stored in *CVS*.Dan Gohman
2010-08-04call-imm.ll test case regex fix. Patch by Dimitry Andric!Stuart Hastings
2010-08-04Make SPU backend handle insertelement and Kalle Raiskila
2010-08-04Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABABob Wilson
2010-08-03Make instcombine set explicit alignments on load or storeDan Gohman
2010-08-03OK, that's it. This test is going away now. But don't worry, I am taking it to aJakob Stoklund Olesen
2010-08-03Add an atomic lowering passPeter Collingbourne
2010-08-03MC: Fix symbol fragment offsets in COFF.Michael J. Spencer
2010-08-03Revert "MC: Fix symbol fragment offsets in COFF."Michael J. Spencer
2010-08-03MC: Fix symbol fragment offsets in COFF.Michael J. Spencer
2010-08-02Diabolical hack to make a test compatible with clang. (Thanks to Dale!) Rad...Stuart Hastings
2010-08-02Add a lint check for indirectbr with no successors.Dan Gohman
2010-08-02Testcase for r110043. Radar 8246180.Stuart Hastings
2010-08-02More SPU v2f32 stuff added: insertelement and shuffle.Kalle Raiskila