summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* ARMEB: Fix byte order of EH frame unwinding instructions, with modified test ...Christian Pirker2014-05-13
* [CGP] r205941 changed the logic, so that a cast happens *before* 'Result' isJoey Gouly2014-05-13
* Revert "ARMEB: Fix byte order of EH frame unwinding instructions"Rafael Espindola2014-05-13
* ARMEB: Fix byte order of EH frame unwinding instructionsChristian Pirker2014-05-13
* Folding into CSEL when there is ZEXT between SETCC and ADDWeiming Zhao2014-05-13
* [DAGCombiner] Split up an indexed load if only the base pointer value is liveAdam Nemet2014-05-12
* Fix ARM bswap16.ll test on WindowsLouis Gerbarg2014-05-12
* Try to fix an SDAG dependence issue with sretReid Kleckner2014-05-12
* [Test] Trim unnecessary .c and .cpp from config.suffix in lit.local.cfgAdam Nemet2014-05-12
* Add support bswap16 to/from memory compiling to rev16 on ARM/ThumbLouis Gerbarg2014-05-12
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-12
* R600: Add mul24 intrinsicsMatt Arsenault2014-05-12
* Make SimplifyDemandedBits understand BUILD_PAIRMatt Arsenault2014-05-12
* X86: Make sure that we have SSE4.1 before we generate insertps nodes.Benjamin Kramer2014-05-12
* ARM: Implement big endian bit-conversion for NEON typeChristian Pirker2014-05-12
* AVX-512: changes in intrinsicsElena Demikhovsky2014-05-12
* [PowerPC] Add global named register supportHal Finkel2014-05-11
* [PowerPC] On PPC32, 128-bit shifts might be runtime callsHal Finkel2014-05-11
* Fixed a bug when lowering build_vector (PR19694)Filipe Cabecinhas2014-05-11
* R600/SI: Fold fabs/fneg into src input modifierVincent Lejeune2014-05-10
* R600/SI: Prettier display of input modifiersVincent Lejeune2014-05-10
* ARM64: fix SELECT_CC lowering in absence of NaNs.Tim Northover2014-05-10
* Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner2014-05-09
* Allow sret on the second parameter as well as the firstReid Kleckner2014-05-09
* Fix ARM intrinsics-overflow.ll test on WindowsReid Kleckner2014-05-09
* Add custom lowering for add/sub with overflow intrinsics to ARMLouis Gerbarg2014-05-09
* R600/SI: Teach SIInstrInfo::moveToVALU() how to move S_LOAD_*_IMM instructionsTom Stellard2014-05-09
* R600/SI: Fix SMRD pattern for offsets > 32 bitsTom Stellard2014-05-09
* R600: Expand i64 SELECT_CCTom Stellard2014-05-09
* R600: Move MIN/MAX matching from LowerOperation() to PerformDAGCombine()Tom Stellard2014-05-09
* Attempt to pacify the bots - this commit requires asserts.James Molloy2014-05-09
* ARM: HFAs must be passed in consecutive registersOliver Stannard2014-05-09
* [mips][mips64r6] Add experimental support for MIPS32r6 and MIPS64r6Daniel Sanders2014-05-09
* ARM: support PIC on Windows on ARMSaleem Abdulrasool2014-05-09
* Optimize shufflevector that copies an i64/f64 and zeros the rest.Filipe Cabecinhas2014-05-08
* test/CodeGen: Check that the correct register is used in a storeJustin Bogner2014-05-08
* Make a CodeGen test more robust against vector register selectionJustin Bogner2014-05-08
* [X86] Add target specific combine rules to fold SSE2/AVX2 packed arithmetic s...Andrea Di Biagio2014-05-08
* test: fix test on WindowsSaleem Abdulrasool2014-05-08
* ARM big endian function argument passingChristian Pirker2014-05-08
* [ARM64-BE] Teach fast-isel about how to set up sub-word stack arguments for b...James Molloy2014-05-08
* ARM64: make sure FastISel emits SSA MachineInstrsTim Northover2014-05-08
* AArch64/ARM64: Port NEON post-increment load/store with 2/3/4 vectors to ARM6...Hao Liu2014-05-08
* Lower certain build_vectors to insertps instructionsFilipe Cabecinhas2014-05-08
* [X86] Add a test case for r208252.Quentin Colombet2014-05-07
* [ARM64][fast-isel] Disable target specific optimizations at -O0. Functionally,Chad Rosier2014-05-07
* AArch64/ARM64: optimise vector selects & enable testTim Northover2014-05-07
* [ARM64-BE] Fix fast-isel, and add appropriate RUN lines to appropriate tests.James Molloy2014-05-07
* [ARM64-BE] Fix variable-argument saving.James Molloy2014-05-07
* [ARM64-BE] Implement the lane-twiddling logic at AAPCS boundaries for big end...James Molloy2014-05-07