[llvm-c] Simplify signature of LLVMGetTargetFromName
[oota-llvm.git] / test / CodeGen /
2013-11-15 Reed KotlerMake all the conditional Mips 16 branches get initially...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-15 Tom StellardR600: Fix scheduling of instructions that use the LDS...
2013-11-14 Eric ChristopherSimplify testcase.
2013-11-14 Tim NorthoverARM: produce friendly error for invalid inline asm
2013-11-14 Rafael EspindolaAdd a triple and switch test to FileCheck.
2013-11-14 Rafael EspindolaError if we see an alias to a declaration.
2013-11-14 Elena DemikhovskyAVX-512: Handled extractelement from mask vector;
2013-11-14 Matt ArsenaultR600/SI: Add testcase for problem I ran into
2013-11-14 Andrew TrickMinor extension to llvm.experimental.patchpoint: don...
2013-11-14 Kevin QinAdd test case for AArch64 NEON instruction set misc.
2013-11-14 Rafael EspindolaDon't mangle \n and "
2013-11-14 Kevin QinImplement aarch64 neon instruction class SIMD misc.
2013-11-14 Jiangning LiuImplement AArch64 NEON instruction set AdvSIMD (table).
2013-11-13 Reed KotlerTake care of long short branch immediate instructions...
2013-11-13 Tom StellardR600/SI: Add support for private address space load...
2013-11-13 Tom StellardR600/SI: Prefer SALU instructions for bit shift operations
2013-11-13 Chad Rosier[AArch64] Add support for legacy AArch32 NEON scalar...
2013-11-13 Weiming ZhaoEnable generating legacy IT block for AArch32
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-11-13 Robert LyttonXCore target: implement exception handling
2013-11-13 Reed KotlerAllow the code which returns the length for inline...
2013-11-13 Andrew TrickAdd a test case to verify that misusing anyregcc crashe...
2013-11-13 Matt ArsenaultR600: Fix selection failure on EXTLOAD
2013-11-13 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-11-12 Andrew TrickCleanup the stackmap operand folding code and fix a...
2013-11-12 Akira Hatanaka[mips] Fix a bug in function CC_MipsO32_FP64. The secon...
2013-11-12 Akira Hatanaka[mips] Run test case with command line option -mattr...
2013-11-12 Akira Hatanaka[mips] Fix and re-enable a test case that has been...
2013-11-12 Andrew TrickSimplify operand folding when rematerializing a load.
2013-11-12 Daniel Sanders[mips][msa] Enable inlinse assembly for MSA.
2013-11-12 Daniel Sanders[mips][msa] Added support for matching bclr, and bclri...
2013-11-12 Bradley Smith[ARM] Add support for FP_HP_extension build attribute
2013-11-12 Daniel Sanders[mips][msa] Added support for matching bset, bseti...
2013-11-12 Daniel Sanders[mips][msa] Change constant used in ori tests to avoid...
2013-11-12 Robert LyttonXCore target: fix bug in aligning 'byval i8*' on the...
2013-11-12 Robert LyttonXCore target test for hidden declaration
2013-11-12 Robert LyttonAdd XCore support for ATOMIC_FENCE.
2013-11-12 Robert LyttonXCore target: return error for unsupported alignment
2013-11-12 Matt ArsenaultR600/SI: Change formatting of printed registers.
2013-11-12 Reed KotlerChange the default branch instruction to be the 16...
2013-11-11 Matt ArsenaultR600/SI: Add test that fails due to requiring i64 mul...
2013-11-11 Andrew TrickFix the recently added anyregcc convention to handle...
2013-11-11 Vincent LejeuneR600: Use function inputs to represent data stored...
2013-11-11 Akira Hatanaka[mips] Partially revert r193641. Stack alignment should...
2013-11-11 Justin Holewinski[NVPTX] Properly handle bitcast ConstantExpr when check...
2013-11-11 Justin Holewinski[NVPTX] Fix logic error in loading vector parameters...
2013-11-11 Chad Rosier[AArch64] The shift right/left and insert immediate...
2013-11-11 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-11 Daniel SandersVector forms of SHL, SRA, and SRL can be constant folde...
2013-11-11 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 3r-a.ll test.
2013-11-11 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 2rf_int_float.ll test.
2013-11-11 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 2rf_float_int.ll test.
2013-11-11 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 2rf.ll test.
2013-11-11 Matheus Almeida[mips][msa] CHECK-DAG-ize MSA 2r.ll test.
2013-11-11 Hal FinkelAdd PPC option for full register names in asm
2013-11-10 Reed KotlerMostly finish up constant islands port for Mips for...
2013-11-09 Akira Hatanaka[mips] Make sure there is a chain edge dependency betwe...
2013-11-09 Juergen Ributzka[Stackmap] Materialize the jump address within the...
2013-11-08 Juergen Ributzka[Stackmap] Add AnyReg calling convention support for...
2013-11-08 Quentin Colombet[VirtRegMap] Fix for PR17825. Do not ignore noreturn...
2013-11-08 Tim NorthoverARM: fold prologue/epilogue sp updates into push/pop...
2013-11-06 Vincent LejeuneR600: Fix LowerUDIVREM
2013-11-06 Jiangning LiuImplement AArch64 Neon instruction set Perm.
2013-11-06 Jiangning LiuImplement AArch64 Neon instruction set Bitwise Extract.
2013-11-05 Andrew TrickSlightly change the way stackmap and patchpoint intrins...
2013-11-05 Jiangning LiuImplement AArch64 Neon Crypto instruction classes AES...
2013-11-05 Reed KotlerFix r194019 as requested by Eric Christopher.
2013-11-05 Hao LiuImplement AArch64 post-index vector load/store multiple...
2013-11-05 Kevin QinImplemented aarch64 neon intrinsic vcopy_lane with...
2013-11-04 NAKAMURA TakumiRevert r194019 to r194021, "Submit the basic port of...
2013-11-04 Tim NorthoverAArch64: use default asm operand printing when modifier...
2013-11-04 Reed KotlerAdd the test case that goes with the previous submissio...
2013-11-04 Eric ChristopherCheck for both styles of clobbers, those produced by...
2013-11-04 Cameron McInallyAdd support for AVX512 masked vector blend intrinsics.
2013-11-03 Elena DemikhovskyAVX-512: added VPCONFLICT instruction and intrinsics,
2013-11-03 Venkatraman Govind... [SparcV9] Handle i64 <-> float conversions in sparcv9...
2013-11-03 Venkatraman Govind... [Sparc] Expand FP_TO_UINT, UINT_TO_FP for fp128.
2013-11-03 Bob WilsonEnable optimization of sin / cos pair into call to...
2013-11-03 Venkatraman Govind... [SparcV9] Add ctpop instruction for i64. Also, expand...
2013-11-02 Michael LiaoFix PR17764
2013-11-01 Bradley Smith[ARM] Add Virtualization subtarget feature and more...
2013-11-01 Bradley Smith[ARM] Fix Tag_ABI_HardFP_use build attribute
2013-10-31 Andrew TrickThese test cases for experimental features are a bit...
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar fixed-point conve...
2013-10-31 Andrew TrickAdd new calling convention for WebKit Java Script.
2013-10-31 Andrew TrickAdd support for stack map generation in the X86 backend.
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar shift immediate...
2013-10-31 Roman DivackySparcV9 doesnt have rem instruction either.
2013-10-31 Roman DivackyMerge and filecheckize.
2013-10-31 Cameron McInallyAdd AVX512 unmasked integer broadcast intrinsics and...
2013-10-31 Elena DemikhovskyAVX-512: Implemented CMOV for 512-bit vectors
2013-10-31 Richard Sandiford[SystemZ] Automatically detect zEC12 and z196 hosts
2013-10-31 Amara Emerson[AArch64] Make the use of FP instructions optional...
2013-10-31 Jim GrosbachLegalize: Improve legalization of long vector extends.
2013-10-30 Matt ArsenaultFix CodeGen for unaligned loads with address spaces
2013-10-30 Rafael EspindolaProduce .weak_def_can_be_hidden for some linkonce_odr...
2013-10-30 Tom StellardR600: Custom lower f32 = uint_to_fp i64
2013-10-30 Daniel Sanders[mips][msa] Correct definition of bins[lr] and CHECK...
2013-10-30 Daniel Sanders[mips][msa] Added support for matching bmnz, bmnzi...
next