summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Fix spelling, grammar, and match naming convention for test files.Eric Christopher2013-10-21
* [AArch64] Add the constraint to NEON scalar mla/mls instructions.Chad Rosier2013-10-21
* Fix CodeGen for vectors of pointers with address spaces.Matt Arsenault2013-10-21
* Fix CodeGen for different size address space GEPsMatt Arsenault2013-10-21
* X86 vector element shift-by-immediate instructions take i8 immediates. MakeLang Hames2013-10-21
* AVX-512: MUL operation lowering for v8i64Elena Demikhovsky2013-10-21
* [mips][msa] Fix definition of SLD instruction.Matheus Almeida2013-10-21
* Emit prefix data after debug and EH directives.Peter Collingbourne2013-10-20
* Update PPC loop tests after SCEV non-unit-stride checkin r193015.Andrew Trick2013-10-19
* Test case for r192957David Majnemer2013-10-18
* [PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE before PHI with fast-isel)Bill Schmidt2013-10-18
* [AArch64] Add support for NEON scalar extract narrow instructions.Chad Rosier2013-10-18
* [mips][msa] Added a regression test that depended on multiple patches to pass.Daniel Sanders2013-10-18
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-18
* 17309 ARM backend incorrectly lowers COPY_STRUCT_BYVAL_I32 for thumb1 targetsDavid Peixotto2013-10-17
* [AArch64] Add support for NEON scalar three register different instructionChad Rosier2013-10-17
* Add testcase to make sure we don't generate a compact unwind section for ELF ...Bill Wendling2013-10-17
* [mips][msa] Added lsa instructionDaniel Sanders2013-10-17
* Fix tests not to depend on specific regalloc or instruction order.Benjamin Kramer2013-10-17
* Fix r192888: test/CodeGen/Mips/msa/3r_ld_st.ll should have been deletedDaniel Sanders2013-10-17
* Replace sra with srl if a single sign bit is requiredRichard Sandiford2013-10-17
* Fix edge condition in DAGCombiner to improve codegen of shift sequences.Andrea Di Biagio2013-10-17
* x86: Move bitcasts outside concat_vector.Jim Grosbach2013-10-17
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-17
* [AArch64] Add support for NEON scalar negate instruction.Chad Rosier2013-10-16
* [AArch64] Add support for NEON scalar absolute value instruction.Chad Rosier2013-10-16
* Enabling 3DNow! prefetch instruction for a few AMD processors: bobcat, jaguar,Yunzhong Gao2013-10-16
* R600: Fix a crash in the AMDILCFGStructurizerTom Stellard2013-10-16
* Port to FileCheck.Rafael Espindola2013-10-16
* [AArch64] Add support for NEON scalar signed saturating accumulated of unsignedChad Rosier2013-10-16
* DAGCombiner: Don't fold xor into not if getNOT would introduce an illegal con...Benjamin Kramer2013-10-16
* [SystemZ] Handle extensions in RxSBG optimizationsRichard Sandiford2013-10-16
* [SystemZ] Improve handling of SETCCRichard Sandiford2013-10-16
* Handle (shl (anyext (shr ...))) in SimpilfyDemandedBitsRichard Sandiford2013-10-16
* Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi2013-10-16
* Add a triple to this test.Rafael Espindola2013-10-16
* Add support for metadata representing .ident directives.Rafael Espindola2013-10-16
* MC: Better handling of tricky symbol and section namesHans Wennborg2013-10-16
* Enable MI Sched for x86.Andrew Trick2013-10-15
* [AArch64] Add support for NEON scalar signed saturating absolute value andChad Rosier2013-10-15
* Struct byval: fix a copy-paste error for thumb2.Manman Ren2013-10-15
* Fix PR17546Michael Liao2013-10-15
* Fix PR16807Michael Liao2013-10-15
* [mips][msa] Added support for build_vector for v4f32 and v2f64.Daniel Sanders2013-10-15
* [SystemZ] Use A(G)SI when spilling the target of a constant additionRichard Sandiford2013-10-15
* Fix MSP430 calling convention to match MSPGCCJob Noorman2013-10-15
* llvm/test/CodeGen/X86/break-avx-dep.ll: Relax an expression to be matched to ...NAKAMURA Takumi2013-10-15
* Improve on r192635, ExeDepsFix for avx, and add a test case.Andrew Trick2013-10-15
* [mips] Transfer kill flag to the newly created operand.Akira Hatanaka2013-10-15
* [X86][FastISel] During X86 fastisel, the address of indirect call was resolvedQuentin Colombet2013-10-14