aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors.Hao Liu2013-11-182-101/+1269
* Testcase for PR17964Bill Wendling2013-11-171-0/+10
* DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal...Benjamin Kramer2013-11-171-0/+2
* Added a size field to the stack map record to handle subregister spills.Andrew Trick2013-11-172-60/+132
* Use right address space pointer sizeMatt Arsenault2013-11-171-0/+11
* Fix assert on unaligned access to global with different address space size.Matt Arsenault2013-11-161-1/+23
* Fix codegen for null different sized pointer.Matt Arsenault2013-11-161-0/+11
* R600: Make dot_4 instructions predicableVincent Lejeune2013-11-161-0/+27
* Implemented aarch64 Neon scalar vmulx_lane intrinsicsAna Pazos2013-11-153-12/+238
* [AArch64] Fix the scalar NEON ACLE functions so that they return float/doubleChad Rosier2013-11-151-24/+16
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-153-0/+72
* R600/SI: Add VReg_96 register class to SIRegisterInfo::hasVGPRs()Tom Stellard2013-11-151-0/+46
* [mips][msa] Merge basic_operations_little.ll into basic_operations.ll.Daniel Sanders2013-11-152-639/+184
* Add AVX512 unmasked FMA intrinsics and support.Cameron McInally2013-11-151-0/+97
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-159-26/+134
* [NVPTX] Fix handling of indirect callsJustin Holewinski2013-11-151-0/+10
* [mips][msa] Build all the tests in little and big endian modes and correct an...Daniel Sanders2013-11-1559-3/+666
* Redirect unused test case output to /dev/nullAlexey Samsonov2013-11-151-1/+1
* Platform proof a test case.Andrew Trick2013-11-151-3/+3
* Add target hook to prevent folding some bitcasted loads.Matt Arsenault2013-11-151-0/+42
* Make all the conditional Mips 16 branches get initially set for theReed Kotler2013-11-154-0/+86
* Add addrspacecast instruction.Matt Arsenault2013-11-151-4/+4
* R600: Fix scheduling of instructions that use the LDS output queueTom Stellard2013-11-152-3/+104
* Simplify testcase.Eric Christopher2013-11-141-1/+1
* ARM: produce friendly error for invalid inline asmTim Northover2013-11-141-0/+16
* Add a triple and switch test to FileCheck.Rafael Espindola2013-11-141-1/+8
* Error if we see an alias to a declaration.Rafael Espindola2013-11-149-26/+70
* AVX-512: Handled extractelement from mask vector;Elena Demikhovsky2013-11-142-0/+33
* R600/SI: Add testcase for problem I ran intoMatt Arsenault2013-11-141-0/+18
* Minor extension to llvm.experimental.patchpoint: don't require a call.Andrew Trick2013-11-141-0/+16
* Add test case for AArch64 NEON instruction set misc.Kevin Qin2013-11-141-0/+1609
* Don't mangle \n and "Rafael Espindola2013-11-141-0/+6
* Implement aarch64 neon instruction class SIMD misc.Kevin Qin2013-11-141-112/+56
* Implement AArch64 NEON instruction set AdvSIMD (table).Jiangning Liu2013-11-141-0/+828
* Take care of long short branch immediate instructions for mips16 inReed Kotler2013-11-132-0/+59
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-134-20/+27
* R600/SI: Prefer SALU instructions for bit shift operationsTom Stellard2013-11-138-109/+128
* [AArch64] Add support for legacy AArch32 NEON scalar shift by immediateChad Rosier2013-11-131-18/+18
* Enable generating legacy IT block for AArch32Weiming Zhao2013-11-139-2/+15
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-132-14/+14
* XCore target: implement exception handlingRobert Lytton2013-11-132-8/+137
* Allow the code which returns the length for inline assembler to knowReed Kotler2013-11-131-0/+29
* Add a test case to verify that misusing anyregcc crashes as expected.Andrew Trick2013-11-131-0/+17
* R600: Fix selection failure on EXTLOADMatt Arsenault2013-11-131-0/+51
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-11-131-0/+42
* Cleanup the stackmap operand folding code and fix a corner case.Andrew Trick2013-11-121-1/+21
* [mips] Fix a bug in function CC_MipsO32_FP64. The second double precisionAkira Hatanaka2013-11-121-6/+6
* [mips] Run test case with command line option -mattr=+fp64.Akira Hatanaka2013-11-121-16/+39
* [mips] Fix and re-enable a test case that has been disabled for a long time.Akira Hatanaka2013-11-121-99/+120
* Simplify operand folding when rematerializing a load.Andrew Trick2013-11-121-11/+6