aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [XCore] Add LDAPB instructions.Richard Osborne2013-05-051-0/+6
* [XCore] Add BLRB instructions.Richard Osborne2013-05-051-0/+6
* For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy2013-05-053-0/+166
* Remove a recently redundant transform from X86ISelLowering.David Majnemer2013-05-051-4/+1
* LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer2013-05-051-0/+480
* LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer2013-05-051-1/+4
* AArch64: enable MCJIT and tests now that everything passes.Tim Northover2013-05-041-3/+4
* AArch64: support literal pool access in large memory model.Tim Northover2013-05-041-0/+40
* AArch64: support large code model for jump-tablesTim Northover2013-05-041-0/+8
* AArch64: implement support for blockaddress in large code modelTim Northover2013-05-041-0/+9
* AArch64: implement large code model access to global variables.Tim Northover2013-05-042-0/+80
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-042-2/+2
* Revert r181009.Amara Emerson2013-05-032-0/+0
* Remove some uneeded pseudos in the presence of the naked function attribute.Reed Kotler2013-05-031-0/+29
* Delete test instead.Amara Emerson2013-05-031-47/+0
* Temporarily disable failing test.Amara Emerson2013-05-031-0/+1
* [PowerPC] Parse platform-specifc variant kinds in AsmParserUlrich Weigand2013-05-031-0/+95
* [PowerPC] Add some Book II instructions to AsmParserUlrich Weigand2013-05-031-0/+58
* [PowerPC] Support extended mnemonics in AsmParserUlrich Weigand2013-05-031-0/+331
* [PowerPC] Add assembler parserUlrich Weigand2013-05-035-0/+1294
* [mips] Split the DSP control register and define one register for each field ofAkira Hatanaka2013-05-031-8/+3
* LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem2013-05-031-0/+48
* R600: Expand vector or, shl, srl, and xor nodesTom Stellard2013-05-034-0/+52
* R600: Add pattern for SHA-256 Ma functionTom Stellard2013-05-031-0/+18
* RegionInfo: Do not crash if unreachable block is foundTobias Grosser2013-05-031-0/+29
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-033-0/+46
* [mips] Handle reading, writing or copying of ccond field of DSP controlAkira Hatanaka2013-05-021-0/+20
* R600: Signed literals are 64bits wideVincent Lejeune2013-05-021-0/+165
* R600: If previous bundle is dot4, PV valid chan is always XVincent Lejeune2013-05-021-0/+244
* R600: Add a test to check that use_kill is emittedVincent Lejeune2013-05-021-0/+1
* R600: Prettier asmPrint of AluVincent Lejeune2013-05-0234-101/+127
* Hexagon - Add peephole optimizations for zero extends.Pranav Bhandarkar2013-05-022-6/+24
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-05-029-182/+138
* Rewrite X86 codegen regression test with FileCheckMichael Liao2013-05-021-4/+7
* Add a test for the foldSelectICmpAndOr fix committed in r180779.David Majnemer2013-05-021-0/+13
* Avoid generating tempfile(s) never usedMichael Liao2013-05-011-2/+2
* Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling2013-05-011-89/+0
* SROA: Generate selects instead of shuffles when blending values because this ...Nadav Rotem2013-05-011-14/+14
* Optimize away nop CONCAT_VECTOR nodes.Nadav Rotem2013-05-011-0/+13
* Put VMOVPQIto64rr in the VRPDI class.Rafael Espindola2013-05-011-0/+10
* Forget remove the tempfile argumentMichael Liao2013-05-011-1/+1
* More rewrites of x86 codegen regression tests with FileCheckMichael Liao2013-05-0119-28/+78
* Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach2013-05-012-10/+11
* [mips] Fix handling of instructions which copy to/from accumulator registers.Akira Hatanaka2013-04-301-0/+21
* Only pass 'returned' to target-specific lowering code when the value of entir...Stephen Lin2013-04-302-64/+178
* [mips] Instruction selection patterns for DSP-ASE vector select and compareAkira Hatanaka2013-04-301-0/+641
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-306-119/+9
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-306-9/+119
* [mips] Test for r179873.Akira Hatanaka2013-04-301-0/+64
* InstCombine: Fold more shuffles of shuffles.Jim Grosbach2013-04-302-11/+10