summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
...
* [AArch64]Implement 128 bit register copy with NEON.Kevin Qin2013-11-26
* StackMap: Implement support for DirectMemRefOp.Andrew Trick2013-11-26
* Add an intrinsic for the SSE2 PAUSE instruction.Cameron McInally2013-11-26
* Unrevert r195599 with testcase fix.Bill Wendling2013-11-25
* [ARM] Enable FeatureMP for Cortex-A5 by default.Amara Emerson2013-11-25
* Revert r195599 as it broke the builds.Amara Emerson2013-11-25
* Fixed tryFoldToZero() for vector types that need expansion.Daniel Sanders2013-11-25
* Don't look past volatile loads.Bill Wendling2013-11-25
* [Sparc] Emit large negative adjustments to SP/FP with sethi+xor instead of se...Venkatraman Govindaraju2013-11-24
* [SparcV9]: Do not emit .register directives for global registers that are clo...Venkatraman Govindaraju2013-11-24
* [SparcV9] Enable custom lowering of DYNAMIC_STACKALLOC in sparc64.Venkatraman Govindaraju2013-11-24
* Make sure that for C++ emitting LwConstant32 pseudos, that it correspondsReed Kotler2013-11-24
* Update older test cases for latest patch.Reed Kotler2013-11-24
* Fix a funny bug I introduced during conversion of ARM constant islands to Mips.Reed Kotler2013-11-24
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-23
* R600/SI: Fixing handling of condition codesTom Stellard2013-11-22
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-22
* X86: Perform integer comparisons at i32 or larger.Jim Grosbach2013-11-22
* Teach ISel not to optimize 'optnone' functions (revised).Paul Robinson2013-11-22
* patchpoint: factor SD builder code for live vars. Plain stackmap also optimiz...Andrew Trick2013-11-22
* Fix PR18014Michael Liao2013-11-22
* [SystemZ] Fix TMHH and TMHL usage for z10 with -O0Richard Sandiford2013-11-22
* [mips][msa] Add test case that should have been added in r195456.Daniel Sanders2013-11-22
* Don't produce tail calls when the caller is x86_thiscallcc.Rafael Espindola2013-11-22
* ARM: use CHECK-LABEL on a test.Tim Northover2013-11-22
* Add support for Cortex-A12.Richard Barton2013-11-22
* [mips][msa] Float vector constants cannot use ldi.[wd] directly. Bitcast from...Daniel Sanders2013-11-22
* Revert r195318 as it causes miscompilation (PR18029)Kostya Serebryany2013-11-22
* Fix the bugs about AArch64 Load/Store vector types and bitcast between i64 an...Hao Liu2013-11-22
* For AArch64 back-end instruction selection, lower Neon_Lowxxx with EXTRCT_SUB...Jiangning Liu2013-11-22
* Tweak 3 tests in llvm/test/CodeGen/X86 to add -mcpu=generic since r195383.NAKAMURA Takumi2013-11-22
* SelectionDAG: Optimize expansion of vec_type = BITCAST scalar_typeTom Stellard2013-11-22
* SHLD/SHRD are VectorPath (microcode) instructions known to have poor latency ...Ekaterina Romanova2013-11-21
* [ARM] add the overlooked tests for Cortex-A7 build attributesArtyom Skrobov2013-11-21
* [mips][msa] Fix a corner case in performORCombine() when combining nodes into...Daniel Sanders2013-11-21
* Add support for legalizing SETNE/SETEQ by inverting the condition code and th...Daniel Sanders2013-11-21
* [mips][msa/dsp] Only do DSP combines if DSP is enabled.Daniel Sanders2013-11-21
* Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."NAKAMURA Takumi2013-11-21
* add 'REQUIRES: asserts' to a test that uses 'llc -debug'; this fixes the no-a...Kostya Serebryany2013-11-21
* Implemented Neon scalar vdup_lane intrinsics.Ana Pazos2013-11-21
* Implemented Neon scalar by element intrinsics.Ana Pazos2013-11-21
* The basic problem is that some mainstream programs cannot deal with the wayBill Wendling2013-11-21
* Teach ISel not to optimize 'optnone' functions.Paul Robinson2013-11-21
* Add, to constant islands, long jumps similar to ARM far branch.Reed Kotler2013-11-21
* PPC popcnt[dw] do not have record formsHal Finkel2013-11-20
* MachineBlockPlacement: Strengthen the source order bias when picking an exit ...Benjamin Kramer2013-11-20
* AVX-512: Concat 4 128-bit vectors in one 512-bit vector.Elena Demikhovsky2013-11-20
* PPC: Optimize rldicl generation for masked shiftsHal Finkel2013-11-20
* Fix assembly operands for the SSE2 cvtsd2ss instruction.Cameron McInally2013-11-19
* [Mips] Adjust float ABI settings in case of MIPS16 mode.Simon Atanasyan2013-11-19