summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add testcases for all AVX 256-bit intrinsics added in the last couple daysBruno Cardoso Lopes2010-08-11
* Reapply r109881 using a more strict command line for llc.Bruno Cardoso Lopes2010-08-11
* fix silly typoJim Grosbach2010-08-11
* Add a target triple, as the runtime library invocation varies a bit byJim Grosbach2010-08-11
* Fix test and re-enable it.Evan Cheng2010-08-11
* Temporarily disable some failing tests, until they can beDan Gohman2010-08-11
* cortex m4 has floating point support, but only single precision.Jim Grosbach2010-08-11
* Temporarily disable some failing tests, until they can beDan Gohman2010-08-11
* Consider this code snippet:Bill Wendling2010-08-11
* Report error if codegen tries to instantiate a ARM target when the cpu does s...Evan Cheng2010-08-11
* Add ARM Archv6M and let it implies FeatureDB (having dmb, etc.)Evan Cheng2010-08-11
* MC/ARM: Add basic support for handling predication by parsing it out of the m...Daniel Dunbar2010-08-11
* Add Cortex-M0 support. It's a ARMv6m device (no ARM mode) with some 32-bitEvan Cheng2010-08-11
* - Add subtarget feature -mattr=+db which determine whether an ARM cpu has theEvan Cheng2010-08-11
* Update test to match output of optimize compares for ARM.Bill Wendling2010-08-11
* When analyzing loop exit conditions combined with and and or, don'tDan Gohman2010-08-11
* The optimize comparisons pass removes the "cmp" instruction this is checking ...Bill Wendling2010-08-10
* Add test for recent instcombine vector shuffle enhancementNate Begeman2010-08-10
* tests: Don't error out if HOME isn't present in t the environment.Daniel Dunbar2010-08-10
* Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...Evan Cheng2010-08-10
* Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FPDaniel Dunbar2010-08-10
* MC/AsmParser: Fix a bug in macro argument parsing, which was droppingDaniel Dunbar2010-08-10
* Fix test for more architectures. Patch by Tobias Grosser.Jakob Stoklund Olesen2010-08-10
* RegionInfo: Do not assert if a BB is not part of the dominance tree.Tobias Grosser2010-08-10
* Fix failing testcase.Tobias Grosser2010-08-10
* Handle TAG_constant for integers.Devang Patel2010-08-10
* Fix ARM hasFP() semantics. It should return true whenever FP register isEvan Cheng2010-08-10
* PR7853: fix a silly mistake introduced in r101899, and add a test to make sureEli Friedman2010-08-09
* Have SPU handle halfvec stores aligned by 8 bytes.Kalle Raiskila2010-08-09
* XFAIL for mingw that has no plugins.Rafael Espindola2010-08-09
* Reject unrepresentable pointer types in intrinsics. Fixes PR7316.Nick Lewycky2010-08-08
* Use %shlibext instead of .soRafael Espindola2010-08-08
* Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola2010-08-07
* Use sdmem and sse_load_f64 (etc.) for the vectorDale Johannesen2010-08-07
* Test case for r110459. Radar 8264751. Test case by Fariborz Jahanian!Stuart Hastings2010-08-06
* Implement a proper getModRefInfo for va_arg.Dan Gohman2010-08-06
* Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola2010-08-06
* Add an option to always emit realignment code for a particular module.Eric Christopher2010-08-05
* Implement AccessesArguments checking in the two-callsite formDan Gohman2010-08-05
* Fix memdep's code for reasoning about dependences between two calls. A RefDan Gohman2010-08-05
* Move x86 specific tests into test/CodeGen/X86.Devang Patel2010-08-05
* Add an ARM RSCrr instruction for disassembly only.Bob Wilson2010-08-05
* Add an ARM RSBrr instruction for disassembly only.Bob Wilson2010-08-05
* Move x86-specific tests out of test/Transforms/LoopStrengthReduce andDan Gohman2010-08-05
* tests: CodeGen/X86/GC tests require X86.Daniel Dunbar2010-08-05
* tests: Mark MC/AsmParser tests as requiring x86 for now -- almost all of themDaniel Dunbar2010-08-05
* check-lit was failing again on F13 64 bits :-(Rafael Espindola2010-08-05
* Revert r110270 for now. It appears to uncover a memdep bug.Dan Gohman2010-08-05
* ARM "rrx" shift operands do not have an immediate. PR7790.Bob Wilson2010-08-05
* The trouble with testing for "ModRef" and "NoModRef" is thatDan Gohman2010-08-04