aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-05-06[SystemZ] Set up JIT/MCJIT test casesUlrich Weigand
2013-05-06[SystemZ] Add MC test casesUlrich Weigand
2013-05-06[SystemZ] Add DebugInfo test casesUlrich Weigand
2013-05-06[SystemZ] Add CodeGen test casesUlrich Weigand
2013-05-06Free the exception object. Should fix the vg bots.Rafael Espindola
2013-05-06Fix slightly too aggressive conact_vector optimization.Michael Kuperstein
2013-05-06Add a testcase that checks that we generate functions with frameBill Wendling
2013-05-06XFAIL for cygwin.Rafael Espindola
2013-05-06Revert r164763 because it introduces new shuffles.Nadav Rotem
2013-05-06Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault
2013-05-06Fix const merging when an alias of a const is llvm.used.Rafael Espindola
2013-05-05This should also fail on ARM.Rafael Espindola
2013-05-05Fix XFAIL line.Rafael Espindola
2013-05-05XFAIL this on ppc64.Rafael Espindola
2013-05-05Add EH support to the MCJIT.Rafael Espindola
2013-05-05Test case for r181160 and r181161. rdar://13782395Evan Cheng
2013-05-05[XCore] Add LDAPB instructions.Richard Osborne
2013-05-05[XCore] Add BLRB instructions.Richard Osborne
2013-05-05For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy
2013-05-05Remove a recently redundant transform from X86ISelLowering.David Majnemer
2013-05-05LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer
2013-05-05LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer
2013-05-04AArch64: enable MCJIT and tests now that everything passes.Tim Northover
2013-05-04AArch64: support literal pool access in large memory model.Tim Northover
2013-05-04AArch64: support large code model for jump-tablesTim Northover
2013-05-04AArch64: implement support for blockaddress in large code modelTim Northover
2013-05-04AArch64: implement large code model access to global variables.Tim Northover
2013-05-04Allow host triple to be correctly overridden in CMake buildsTim Northover
2013-05-03Revert r181009.Amara Emerson
2013-05-03Remove some uneeded pseudos in the presence of the naked function attribute.Reed Kotler
2013-05-03Delete test instead.Amara Emerson
2013-05-03Temporarily disable failing test.Amara Emerson
2013-05-03[PowerPC] Parse platform-specifc variant kinds in AsmParserUlrich Weigand
2013-05-03[PowerPC] Add some Book II instructions to AsmParserUlrich Weigand
2013-05-03[PowerPC] Support extended mnemonics in AsmParserUlrich Weigand
2013-05-03[PowerPC] Add assembler parserUlrich Weigand
2013-05-03[mips] Split the DSP control register and define one register for each field ofAkira Hatanaka
2013-05-03LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem
2013-05-03R600: Expand vector or, shl, srl, and xor nodesTom Stellard
2013-05-03R600: Add pattern for SHA-256 Ma functionTom Stellard
2013-05-03RegionInfo: Do not crash if unreachable block is foundTobias Grosser
2013-05-03Add support for reading ARM ELF build attributes.Amara Emerson
2013-05-02[mips] Handle reading, writing or copying of ccond field of DSP controlAkira Hatanaka
2013-05-02R600: Signed literals are 64bits wideVincent Lejeune
2013-05-02R600: If previous bundle is dot4, PV valid chan is always XVincent Lejeune
2013-05-02R600: Add a test to check that use_kill is emittedVincent Lejeune
2013-05-02R600: Prettier asmPrint of AluVincent Lejeune
2013-05-02Hexagon - Add peephole optimizations for zero extends.Pranav Bhandarkar
2013-05-02TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-05-02Rewrite X86 codegen regression test with FileCheckMichael Liao