summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* Add an XFAIL.Mikhail Glushenkov2010-08-13
* Remove -fexceptions from llvmc tests.Mikhail Glushenkov2010-08-13
* llvmc: fix two tests, remove XFAILs.Mikhail Glushenkov2010-08-13
* Reapply this transformation now that it is passing the external test which it...Nate Begeman2010-08-13
* fix PR7876: If ipsccp decides that a function's address is takenChris Lattner2010-08-12
* Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen2010-08-12
* - Teach SSEDomainFix to switch between different levels of AVX instructions. ...Bruno Cardoso Lopes2010-08-12
* Add a test for llvm-gcc svn 110632.Bob Wilson2010-08-12
* Temporarily revert 110737 and 110734, they were causing failuresEric Christopher2010-08-12
* Begin to support some vector operations for AVX 256-bit intructions. The longBruno Cardoso Lopes2010-08-12
* The autogened decoder was confusing the ARM STRBT for ARM USAT, because the .tdJohnny Chen2010-08-12
* MC/X86/AsmParser: Give an explicit error message when we reject an instructionDaniel Dunbar2010-08-12
* This is x86 only test.Devang Patel2010-08-12
* Changed the format of DMBsy, DSBsy, and friends from Pseudo to MiscFrm.Johnny Chen2010-08-11
* Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson2010-08-11
* 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