summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* MC: prevent early DCE of empty sectionsSaleem Abdulrasool2014-06-06
* X86: Don't turn shifts into ands if there's another use that may not check fo...Benjamin Kramer2014-06-06
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Match the full hex offsets in test/DebugInfo/X86/gnu-public-names.llDavid Blaikie2014-06-06
* Remove DWARF3 testing of test/DebugInfo/X86/gnu-public-names.llDavid Blaikie2014-06-06
* Fixed a bug in lowering shuffle_vectors to insertpsFilipe Cabecinhas2014-06-06
* Fix typo in a test from r210342.Michael Zolotukhin2014-06-06
* [SLP] Enable vectorization of GEP expressions.Michael Zolotukhin2014-06-06
* [PPC64LE] Fix lowering of BUILD_VECTOR and SHUFFLE_VECTOR for little endianBill Schmidt2014-06-06
* lld test for configure & makeIain Sandoe2014-06-06
* Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Win...Timur Iskhodzhanov2014-06-06
* [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan2014-06-06
* Added select flavour for ABS and NEG(ABS)Dinesh Dwivedi2014-06-06
* Fix PR19657 (scalar loads not combined into vector load)Karthik Bhat2014-06-06
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-06
* Correctly set the comdat symbol on COFF.Rafael Espindola2014-06-05
* [PPC64LE] Add test case for r210282 commitBill Schmidt2014-06-05
* Fixed several correctness issues in SeparateConstOffsetFromGEPJingyue Wu2014-06-05
* Adding explicit triples to the ARM jumptable testsTom Roeder2014-06-05
* Add a testcase where there is an overflow when combining two constants.Rafael Espindola2014-06-05
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-05
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* [asancov] Fix coverage line info some more.Evgeniy Stepanov2014-06-05
* XFAIL: test/DebugInfo/missing-abstract-variable.ll on s390x as wellUlrich Weigand2014-06-05
* [mips] Modify long branch for NaCl:Sasa Stankovic2014-06-05
* Prevent hoisting the instruction whose def might be clobbered by the terminator.Sasa Stankovic2014-06-05
* [mips] Fix triple.Matheus Almeida2014-06-05
* R600: Fix test. Using wrong check prefix.Matt Arsenault2014-06-05
* Fix coverage for files with global constructors again. Adds a testcase to the...Nick Lewycky2014-06-05
* PR19388: DebugInfo: Emit dead arguments in their originally declared order.David Blaikie2014-06-05
* Use AArch64 instead of now removed ARM64 in test configsAlexey Samsonov2014-06-05
* R600/SI: Match rsq instructionsMatt Arsenault2014-06-05
* DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract Dbg...David Blaikie2014-06-04
* Don't emit structors for available_externally globals (PR19933)Hans Wennborg2014-06-04
* XFAIL: test/DebugInfo/missing-abstract-variable.ll on mips and ppc64 due to a...David Blaikie2014-06-04
* InstCombine: Improvement to check if signed addition overflows.Rafael Espindola2014-06-04
* DebugInfo: Partial revert r209984 due to more cases where abstract DbgVariabl...David Blaikie2014-06-04
* Revert r209381 as it isn't a local variable. Add a testcase so thatEric Christopher2014-06-03
* Fix a small bug in the parsing of anonymous globals.Rafael Espindola2014-06-03
* [AArch64] Add regression tests for the load/store optimizer which cover post-...Tilmann Scheller2014-06-03
* [asan] Fix coverage instrumentation with -asan-globals=0.Evgeniy Stepanov2014-06-03
* AArch64: mark small types (i1, i8, i16) as promotedTim Northover2014-06-03
* Ignore line numbers on debug intrinsics. Add an assert to ensure that we aren...Nick Lewycky2014-06-03
* [AArch64] Correctly deal with VPR stack parameter passing.Jiangning Liu2014-06-03
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* Add back commit r210029.Rafael Espindola2014-06-02
* Convert test to FileCheck.Rafael Espindola2014-06-02
* Revert "Add the nsw flag when we detect that an add will not signed overflow."Rafael Espindola2014-06-02
* Added support to optimize comparisons with "lshr exact" of a constant.Rafael Espindola2014-06-02
* [X86] Fix checked arithmetic for i8 on X86.Andrea Di Biagio2014-06-02