Make sure that for C++ emitting LwConstant32 pseudos, that it corresponds
[oota-llvm.git] / test / CodeGen /
2013-11-24 Reed KotlerMake sure that for C++ emitting LwConstant32 pseudos...
2013-11-24 Reed KotlerUpdate older test cases for latest patch.
2013-11-24 Reed KotlerFix a funny bug I introduced during conversion of ARM...
2013-11-23 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-22 Tom StellardR600/SI: Fixing handling of condition codes
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-22 Jim GrosbachX86: Perform integer comparisons at i32 or larger.
2013-11-22 Paul RobinsonTeach ISel not to optimize 'optnone' functions (revised).
2013-11-22 Andrew Trickpatchpoint: factor SD builder code for live vars. Plain...
2013-11-22 Michael LiaoFix PR18014
2013-11-22 Richard Sandiford[SystemZ] Fix TMHH and TMHL usage for z10 with -O0
2013-11-22 Daniel Sanders[mips][msa] Add test case that should have been added...
2013-11-22 Rafael EspindolaDon't produce tail calls when the caller is x86_thiscallcc.
2013-11-22 Tim NorthoverARM: use CHECK-LABEL on a test.
2013-11-22 Richard BartonAdd support for Cortex-A12.
2013-11-22 Daniel Sanders[mips][msa] Float vector constants cannot use ldi....
2013-11-22 Kostya SerebryanyRevert r195318 as it causes miscompilation (PR18029)
2013-11-22 Hao LiuFix the bugs about AArch64 Load/Store vector types...
2013-11-22 Jiangning LiuFor AArch64 back-end instruction selection, lower Neon_...
2013-11-22 NAKAMURA TakumiTweak 3 tests in llvm/test/CodeGen/X86 to add -mcpu...
2013-11-22 Tom StellardSelectionDAG: Optimize expansion of vec_type = BITCAST...
2013-11-21 Ekaterina RomanovaSHLD/SHRD are VectorPath (microcode) instructions known...
2013-11-21 Artyom Skrobov[ARM] add the overlooked tests for Cortex-A7 build...
2013-11-21 Daniel Sanders[mips][msa] Fix a corner case in performORCombine(...
2013-11-21 Daniel SandersAdd support for legalizing SETNE/SETEQ by inverting...
2013-11-21 Daniel Sanders[mips][msa/dsp] Only do DSP combines if DSP is enabled.
2013-11-21 NAKAMURA TakumiRevert r195317 (and r195333), "Teach ISel not to optimi...
2013-11-21 Kostya Serebryanyadd 'REQUIRES: asserts' to a test that uses 'llc -debug...
2013-11-21 Ana PazosImplemented Neon scalar vdup_lane intrinsics.
2013-11-21 Ana PazosImplemented Neon scalar by element intrinsics.
2013-11-21 Bill WendlingThe basic problem is that some mainstream programs...
2013-11-21 Paul RobinsonTeach ISel not to optimize 'optnone' functions.
2013-11-21 Reed KotlerAdd, to constant islands, long jumps similar to ARM...
2013-11-20 Hal FinkelPPC popcnt[dw] do not have record forms
2013-11-20 Benjamin KramerMachineBlockPlacement: Strengthen the source order...
2013-11-20 Elena DemikhovskyAVX-512: Concat 4 128-bit vectors in one 512-bit vector.
2013-11-20 Hal FinkelPPC: Optimize rldicl generation for masked shifts
2013-11-19 Cameron McInallyFix assembly operands for the SSE2 cvtsd2ss instruction.
2013-11-19 Simon Atanasyan[Mips] Adjust float ABI settings in case of MIPS16...
2013-11-19 Andrew TrickUse symbolic operands in the patchpoint folding routine...
2013-11-19 Hao LiuImplement AArch64 neon instructions class SIMD lsone...
2013-11-19 Jiangning LiuImplement AArch64 SISD intrinsics for vget_high and...
2013-11-19 Jiangning LiuAdd predicate for AArch64 crypto instructions.
2013-11-18 Matt ArsenaultR600/SI: Fix moveToVALU when the first operand is VSrc.
2013-11-18 Matt ArsenaultR600/SI: Fix multiple SGPR reads when using VCC.
2013-11-18 Matt ArsenaultR600/SI: Implement add i64, but do not yet enable.
2013-11-18 Matt ArsenaultR600/SI: Move patterns to match add / sub to scalar...
2013-11-18 Tom StellardR600: Enable the IR structurizer by default
2013-11-18 Tom StellardR600: Fix a crash in the AMDILCFGStrucurizer
2013-11-18 Tom StellardR600/SI: Fix illegal VGPR->SGPR copy inside of loop
2013-11-18 Tom StellardR600/SI: Fix another case of illegal VGPR->SGPR copy
2013-11-18 NAKAMURA Takumi[PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak...
2013-11-18 Daniel Sanders[mips] Fix 'ran out of registers' in MIPS32 with FP64...
2013-11-18 Hao LiuImplement the newly added ACLE functions for ld1/st1...
2013-11-17 Bill WendlingTestcase for PR17964
2013-11-17 Benjamin KramerDAGCombiner: Partially revert r192795, getNOT was fixed...
2013-11-17 Andrew TrickAdded a size field to the stack map record to handle...
2013-11-17 Matt ArsenaultUse right address space pointer size
2013-11-16 Matt ArsenaultFix assert on unaligned access to global with different...
2013-11-16 Matt ArsenaultFix codegen for null different sized pointer.
2013-11-16 Vincent LejeuneR600: Make dot_4 instructions predicable
2013-11-15 Ana PazosImplemented aarch64 Neon scalar vmulx_lane intrinsics
2013-11-15 Chad Rosier[AArch64] Fix the scalar NEON ACLE functions so that...
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-11-15 Tom StellardR600/SI: Add VReg_96 register class to SIRegisterInfo...
2013-11-15 Daniel Sanders[mips][msa] Merge basic_operations_little.ll into basic...
2013-11-15 Cameron McInallyAdd AVX512 unmasked FMA intrinsics and support.
2013-11-15 Daniel SandersFix illegal DAG produced by SelectionDAG::getConstant...
2013-11-15 Justin Holewinski[NVPTX] Fix handling of indirect calls
2013-11-15 Daniel Sanders[mips][msa] Build all the tests in little and big endia...
2013-11-15 Alexey SamsonovRedirect unused test case output to /dev/null
2013-11-15 Andrew TrickPlatform proof a test case.
2013-11-15 Matt ArsenaultAdd target hook to prevent folding some bitcasted loads.
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...
next