summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* AArch64: improve handling & modelling of FP_TO_XINT nodes.Tim Northover2014-06-15
* AArch64: improve vector [su]itofp handling.Tim Northover2014-06-15
* Don't expect tests always crashing. Add "REQUIRES:asserts".NAKAMURA Takumi2014-06-15
* R600: Add failing testcases.Matt Arsenault2014-06-14
* R600: Fix asserts related to constant initializersMatt Arsenault2014-06-14
* Move GlobalMerge from Transform to CodeGen.Jiangning Liu2014-06-13
* DebugInfo: Reference abstract definitions from variables in concrete definiti...David Blaikie2014-06-13
* DebugInfo: Following up to r209677, refactor local variable emission to delay...David Blaikie2014-06-13
* DebugInfo: Refactor some tests to allow DW_AT_name to not be the first attrib...David Blaikie2014-06-13
* test/DebugInfo/X86/dbg-value-isel.s: correct lexical block descriptor to matc...David Blaikie2014-06-13
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-13
* X86: lower ATOMIC_CMP_SWAP_WITH_SUCCESS directlyTim Northover2014-06-13
* Atomics: make use of the "cmpxchg weak" instruction.Tim Northover2014-06-13
* Atomics: switch direction of cmpxchg comparisonTim Northover2014-06-13
* SCCP: update for cmpxchg returning { iN, i1 } now.Tim Northover2014-06-13
* [mips][mips64r6] Relocation R_MIPS_PC18_S3Zoran Jovanovic2014-06-13
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* Fix bad copy-and-paste from r210652. AVX512 masked leading zero intrinsics.Cameron McInally2014-06-13
* [mips] Add cache and pref instructionsDaniel Sanders2014-06-13
* [mips][mips64r6] bc1any[24] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-13
* [mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal i...Daniel Sanders2014-06-13
* [mips][mips64r6] daddi is not available on MIPS64r6Daniel Sanders2014-06-13
* llvm/test/CodeGen/X86/fast-isel-args-fail2.ll: Don't expect to fail with -Ass...NAKAMURA Takumi2014-06-13
* CPP backend: set volatile property on atomic instructions.Tim Northover2014-06-13
* ARM: Fix fastcc calling convention for Thumb1Oliver Stannard2014-06-13
* R600/SI: Fix selection error on i64 rotl / rotr.Matt Arsenault2014-06-13
* [FastISel][X86] Add support for cvttss2si/cvttsd2si intrinsics.Juergen Ributzka2014-06-13
* [FastISel][X86] - Add branch weightsJuergen Ributzka2014-06-13
* [DWARF parser] Fix broken address ranges construction.Alexey Samsonov2014-06-12
* [FastISel][X86] Add MachineMemOperand to load/store instructions.Juergen Ributzka2014-06-12
* Move test for r210734 to Feature/aliases.ll.Bob Wilson2014-06-12
* Update test case to use "not" instead of "XFAIL".Juergen Ributzka2014-06-12
* GVN: Enable value forwarding for callocDuncan P. N. Exon Smith2014-06-12
* R600: Mostly remove remaining AMDIL intrinsics.Matt Arsenault2014-06-12
* [FastISel][X86] Argument lowering test caseJuergen Ributzka2014-06-12
* [FastIsel][X86] Add support for lowering the first 8 floating-point arguments.Juergen Ributzka2014-06-12
* CodeGen: enable mov.w/mov.t pairs with minsize for WoASaleem Abdulrasool2014-06-12
* Revert "[FastIsel][X86] Add support for lowering the first 8 floating-point a...Juergen Ributzka2014-06-12
* [llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit D...Alexey Samsonov2014-06-12
* Revert r210721 as it causes breakage in internal builds (and possibly GDB).Eli Bendersky2014-06-12
* Revert "SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (and x, y))...Tom Stellard2014-06-12
* Disable the load/store optimization pass for Thumb-1.James Molloy2014-06-12
* [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] bc2[ft] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] [sl][duw]xc1 are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* This removes TODO added in http://reviews.llvm.org/D3658Dinesh Dwivedi2014-06-12
* [mips][mips64r6] prefx is not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ...Daniel Sanders2014-06-12
* [mips][mips64r6] jalx is not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] Add R_MIPS_PC19_S2Zoran Jovanovic2014-06-12