summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Add some target triples for better determinismDuncan P. N. Exon Smith2014-04-18
* AArch64/ARM64: add more NEON tests.Tim Northover2014-04-18
* ARM64: disable generation of .loh directives outside MachO.Tim Northover2014-04-18
* ARM64: don't emit .subsections_via_symbols on ELF.Tim Northover2014-04-18
* ARM64: add extra NEG pattern.Tim Northover2014-04-18
* AArch64/ARM64: port more AArch64 tests to ARM64.Tim Northover2014-04-18
* AArch64/ARM64: add non-scalar lowering for more FCVT operations.Tim Northover2014-04-18
* AArch64/ARM64: improve spotting of EXT instructions from VECTOR_SHUFFLE.Tim Northover2014-04-18
* X86: Pattern match scalar loads + vcvtph2ps into just vcvtph2ps.Benjamin Kramer2014-04-18
* AArch64/ARM64: port atomics test to ARM64.Tim Northover2014-04-18
* AArch64/ARM64: spot a greater variety of concat_vector operations.Tim Northover2014-04-18
* ARM64: implement cunning optimisation from AArch64Tim Northover2014-04-18
* AArch64/ARM64: emit all vector FP comparisons as such.Tim Northover2014-04-18
* AArch64/ARM64: port BSL logic from AArch64 & enable test.Tim Northover2014-04-18
* AArch64/ARM64: copy byval implementation from AArch64.Tim Northover2014-04-18
* This is one of the optimizations ported from ARM64 to AArch64 to address the ...Jiangning Liu2014-04-18
* R600/SI: Try to use scalar BFE.Matt Arsenault2014-04-18
* This commit enables unaligned memory accesses of vector types on AArch64 back...Jiangning Liu2014-04-18
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-18
* blockfreq: Rewrite BlockFrequencyInfoImplDuncan P. N. Exon Smith2014-04-18
* R600/SI: Match sign_extend_inreg to s_sext_i32_i8 and s_sext_i32_i16Matt Arsenault2014-04-18
* R600/SI: Use SReg_64 instead of VSrc_64 when selecting BUILD_PAIRTom Stellard2014-04-18
* Make test/CodeGen/ARM64/vector-insertion.ll explicitly select neon syntaxLouis Gerbarg2014-04-17
* R600/SI: Stop using i128 as the resource descriptor typeTom Stellard2014-04-17
* Improve ARM64 vector creationLouis Gerbarg2014-04-17
* ARM64: [su]xtw use W regs as inputs, not X regs.Jim Grosbach2014-04-17
* ARM64: switch to IR-based atomic operations.Tim Northover2014-04-17
* ARM64: add acquire/release versions of the existing atomic intrinsics.Tim Northover2014-04-17
* [stack protector] Make the StackProtector pass respect ssp-buffer-size.Josh Magee2014-04-17
* R600/SI: f64 frint is legal on CIMatt Arsenault2014-04-17
* R600/SI: Fix zext from i1 to i64Matt Arsenault2014-04-17
* [ARM64] Fix "Cannot select" for vector ctpopAdam Nemet2014-04-17
* [mips] Add initial support for NaN2008 in the back-end.Matheus Almeida2014-04-16
* AArch64/ARM64: port some NEON tests to ARM64Tim Northover2014-04-16
* [mips] Fix emission of '.option pic0' for MIPS-IV.Daniel Sanders2014-04-16
* [mips] Correct r206370 to account for non-Linux targets using the small data ...Daniel Sanders2014-04-16
* ARM64: specify triple so that Linux tests passTim Northover2014-04-16
* AArch64/ARM64: add another set of tests from AArch64Tim Northover2014-04-16
* AArch64/ARM64: port across stub handling for ELF C++ exceptions.Tim Northover2014-04-16
* ARM64: use 32-bit moves for constants where possible.Tim Northover2014-04-16
* ARM64: use the integrated assembler on ELF.Tim Northover2014-04-16
* [mips] Emit '.set nomicromips' before a function's entry labelMatheus Almeida2014-04-16
* [mips] Correct callee saved list for the N32 ABI and enable testDaniel Sanders2014-04-16
* [mips] Add calling convention tests covering O32, N32, and N64.Daniel Sanders2014-04-16
* ARM64: explicitly ask for Apple NEON syntax so test passes on LinuxTim Northover2014-04-16
* ARM64: mark x7 as used when an i128 gets shunted onto the stack.Tim Northover2014-04-16
* DAGCombiner: don't optimise non-existant litpool loadTim Northover2014-04-16
* R600: Extend r600 sign_extend_inreg tests for EGMatt Arsenault2014-04-16
* R600/SI: Print more immediates in hex formatMatt Arsenault2014-04-15
* Make this test not match its own filename, when being run from a path that in...Nick Lewycky2014-04-15