summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* [mips] Use multiple FileCheck prefixes rather than run the test multiple timesDaniel Sanders2014-02-19
* [Sparc] Remove spurious checks from a testcase.Venkatraman Govindaraju2014-02-19
* Fix AVX512 vector sqrt assembly strings.Cameron McInally2014-02-19
* Revert r201622 and r201608.Daniel Jasper2014-02-19
* Avoid an infinite cycle with private linkage and -f{data|function}-sections.Rafael Espindola2014-02-19
* Fix PR18743.Rafael Espindola2014-02-18
* [AArch64] Expanded sin, cos, pow with FP vector types inputsAna Pazos2014-02-18
* XCore target: Handle common linkageRobert Lytton2014-02-18
* XCore target: Fix llvm.eh.return and EH info register handlingRobert Lytton2014-02-18
* X86: use vpsllvd (& friends) for 16-bit shifts on HaswellTim Northover2014-02-18
* Fix a typo about lowering AArch64 va_copy.Jiangning Liu2014-02-18
* AVX-512: implemented zext fron i1 to i16Elena Demikhovsky2014-02-17
* Use 16 byte stack alignment for NaCl on ARMMark Seaborn2014-02-16
* Fix more broken CHECK linesNico Rieck2014-02-16
* Add extra CHECK prefix to tests with explicit prefixNico Rieck2014-02-16
* Actually call FileCheck in testsNico Rieck2014-02-16
* AVX-512: simpyfied BUILD_VECTOR for masks; fixed cmp/test sequenceElena Demikhovsky2014-02-16
* Fix broken CHECK linesNico Rieck2014-02-16
* [CodeGenPrepare][AddressingModeMatcher] Give up on type promotion if theQuentin Colombet2014-02-14
* TargetLowering: n * r where n > 2 should be an illegal addressing modeTom Stellard2014-02-14
* This patch has two main functions:Reed Kotler2014-02-14
* Generate the DWARF stack frame decode operations in the function prologue for...Artyom Skrobov2014-02-14
* [AArch64 NEON] Fix a bug to avoid using floating type as condition type in lo...Kevin Qin2014-02-14
* [AArch64]Fix the assertion failure caused by "v1i1 SETCC" DAG node.Hao Liu2014-02-14
* R600/SI: Expand all v8[if]32 operationsTom Stellard2014-02-13
* R600/SI: Add a pattern for i32 anyextTom Stellard2014-02-13
* R600/SI: Completely Disable TypeRewriter on computeTom Stellard2014-02-13
* R600/SI: Split global vector loads with more than 4 elementsTom Stellard2014-02-13
* R600/SI: Add ShaderType attribute to some testsTom Stellard2014-02-13
* Use __literal16. It has been supported by the linker since 2005.Rafael Espindola2014-02-13
* Add triples to try to fix the windows bots.Rafael Espindola2014-02-13
* .file is only available on ELF, use a triple instead of -march.Rafael Espindola2014-02-13
* "foo" is not a ppc instruction, don't try to parse it.Rafael Espindola2014-02-13
* Specify a triple. MachO AArch64 support is missing.Rafael Espindola2014-02-13
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-13
* llvm/test/CodeGen/AArch64/cpus.ll: Tweak to use -mtriple=aarch64-unknown-unkn...NAKAMURA Takumi2014-02-13
* ARM: remove floating-point patterns for @llvm.arm.neon.vabsTim Northover2014-02-13
* Add Cortex-A53 and Cortex-A57 cores to the AArch64 backendOliver Stannard2014-02-13
* [AArch64]Fix the problems that can't select mul/add/sub of v1i8/v1i16/v1i32 t...Hao Liu2014-02-13
* [DAG] Fix the recognition of opaque constants in the SelectionDAGBuilder.Juergen Ributzka2014-02-13
* [AArch64]Add support for spilling FPR8/FPR16.Hao Liu2014-02-13
* [X86] Teach the backend how to lower vector shift left into multiply rather t...Andrea Di Biagio2014-02-12
* Pass edges weights to MachineBasicBlock::addSuccessor in TailDuplicatePass toAkira Hatanaka2014-02-12
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-12
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-12
* Tweak ARM fastcc by adopting these two AAPCS rules:Evan Cheng2014-02-11
* DebugInfo: Remove dependence on file numbering in the line table.David Blaikie2014-02-11
* R600/SI: Fix assertion on infinite loops.Matt Arsenault2014-02-11
* Teach the DAGCombiner how to fold concat_vector nodes when the input is twoRobert Lougher2014-02-11
* XCore target: fix const section handlingRobert Lytton2014-02-11