summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* [SystemZ] Fix incorrect use of RISBG for a zero-extended right shiftRichard Sandiford2013-11-26
* Refactored the implementation of AArch64 NEON instruction ZIP, UZPKevin Qin2013-11-26
* [AArch64]Implement 128 bit register copy with NEON.Kevin Qin2013-11-26
* StackMap: Implement support for DirectMemRefOp.Andrew Trick2013-11-26
* DebugInfo: Update test case due to dumper improvements in r195698David Blaikie2013-11-26
* DebugInfo: Avoid emitting pubtype entries for type DIEs that just indirect to...David Blaikie2013-11-26
* Add an intrinsic for the SSE2 PAUSE instruction.Cameron McInally2013-11-26
* Add the test case that I missed when committing r195528. Doh!Chandler Carruth2013-11-25
* Use -triple to fix the test on non-ELF hosts.Rafael Espindola2013-11-25
* Don't use nopl in cpus that don't support it.Rafael Espindola2013-11-25
* ARM integrated assembler generates incorrect nop opcodeDavid Peixotto2013-11-25
* Unrevert r195599 with testcase fix.Bill Wendling2013-11-25
* Fix .comm and .lcomm on COFF.Rafael Espindola2013-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
* Fixed a bug about disassembling AArch64 post-index load/store single element ...Hao Liu2013-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
* StructurizeCFG: Fix verification failure with some loops.Matt Arsenault2013-11-22
* StructurizeCFG: Fix inverting a branch on an argumentMatt Arsenault2013-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
* Add a fixed version of r195470 back.Rafael Espindola2013-11-22
* Fix PR18014Michael Liao2013-11-22
* [SystemZ] Fix TMHH and TMHL usage for z10 with -O0Richard Sandiford2013-11-22
* Revert "Convert linkonce* to weak* instead of strong."Rafael Espindola2013-11-22
* Add a Scalarizer pass.Richard Sandiford2013-11-22
* Convert linkonce* to weak* instead of strong.Rafael Espindola2013-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
* SLP Vectorizer: Extract cost will only be added once even if the scalar has m...Yi Jiang2013-11-22
* SelectionDAG: Optimize expansion of vec_type = BITCAST scalar_typeTom Stellard2013-11-22
* In Dwarf 3 (and Dwarf 2) attributes whose value are offsets into aEric Christopher2013-11-21