summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update MCSymbolizer and its subclasses' constructors to reflect the fact thatLang Hames2014-03-27
* inalloca: *Really* fix the docsReid Kleckner2014-03-27
* Remove unneeded stale type.Reid Kleckner2014-03-27
* inalloca: Fix incorrect example IR and remove LangRef warningReid Kleckner2014-03-27
* Remove forward declaration for Target class - Target is already defined here.Lang Hames2014-03-27
* [X86][Vectorizer Cost Model] Correct vectorization cost model for v2i64->v2f64Quentin Colombet2014-03-27
* Correctly propagates st_size.Rafael Espindola2014-03-27
* add 'requires asserts' to test that needs itJim Grosbach2014-03-27
* llvm-cov: When reading strings in gcov data, skip leading zerosJustin Bogner2014-03-27
* X86: Correct vectorization cost model for v8f32->v8i8.Jim Grosbach2014-03-27
* Treat lifetime.start'd memory like we treat freshly alloca'd memory. Patch by...Nick Lewycky2014-03-26
* Reorder arguments on test command line to make it easier to cut andEric Christopher2014-03-26
* [PowerPC] Generate VSX permutations for v2[fi]64 vectorsHal Finkel2014-03-26
* llvm-cov: Move XFAIL after the body of the testJustin Bogner2014-03-26
* llvm-cov: Disable test on big endian machinesJustin Bogner2014-03-26
* CloneFunction: Clone all attributes, including the CCReid Kleckner2014-03-26
* This is a fix for PR# 19051. I noticed code gen differences due to code motio...Ekaterina Romanova2014-03-26
* Add comments. Addressing review comments from Evan on r204690.Manman Ren2014-03-26
* llvm-cov: Handle functions with no line numberJustin Bogner2014-03-26
* Fix a problem with the ARM assembler incorrectly matching aKevin Enderby2014-03-26
* Add a unit test for Invoke iteration, similar to the one for CallEli Bendersky2014-03-26
* PR15967 Fix in basicaa for faulty returning no alias.Arnold Schwaighofer2014-03-26
* Simplify PBQP graph removeAdjEdgeId implementation.Lang Hames2014-03-26
* Fix bot breakage in InstructionsTest.Eli Bendersky2014-03-26
* Fix problem with r204836Eli Bendersky2014-03-26
* [PowerPC] VSX loads and stores support unaligned accessHal Finkel2014-03-26
* Fix the ARM VST4 (single 4-element structure from one lane)Kevin Enderby2014-03-26
* Remove PBQP-cost dimension sanity assertion in PBQP::Graph::addConstructedEdge.Lang Hames2014-03-26
* [PowerPC] Use v2f64 <-> v2i64 VSX conversion instructionsHal Finkel2014-03-26
* Change the PBQP graph adjacency list structure from std::set to std::vector.Lang Hames2014-03-26
* R600: Add a testcase for sext_in_reg I missed.Matt Arsenault2014-03-26
* [PowerPC] Remove some dead VSX v4f32 store patternsHal Finkel2014-03-26
* [PowerPC] Use VSX vector load/stores for v2[fi]64Hal Finkel2014-03-26
* [MCJIT] Check if there have been errors during RuntimeDyld execution.Juergen Ributzka2014-03-26
* Enable range-for iteration over call/invoke arguments.Eli Bendersky2014-03-26
* Add args() iteartor adapter to Function, for range-for loops.Eli Bendersky2014-03-26
* Fix for incorrect address sinking in the presence of potential overflows.Jim Grosbach2014-03-26
* Revert "X86 memcpy lowering: use "rep movs" even when esi is used as base poi...Hans Wennborg2014-03-26
* [PowerPC] Add v2i64 as a legal VSX typeHal Finkel2014-03-26
* [mips] Use TwoOperandAliasConstraint for ArithLogicR instructions.Matheus Almeida2014-03-26
* [mips] Add support to the '.dword' directive.Matheus Almeida2014-03-26
* Clarify that select is only non-branching on the IR-level, it often endsJoerg Sonnenberger2014-03-26
* [mips] Rename function in MipsAsmParser.Matheus Almeida2014-03-26
* [mips] Add support to '.set mips64'.Matheus Almeida2014-03-26
* AArch64_BE Elf support for MC-JIT runtime dynamic linkerChristian Pirker2014-03-26
* [mips] Add support to '.set mips64r2'.Matheus Almeida2014-03-26
* AArch64_BE function argument passing for ARM ABIChristian Pirker2014-03-26
* ARM: add intrinsics for the v8 ldaex/stlexTim Northover2014-03-26
* Clarify llvm.clear_cache description.Joerg Sonnenberger2014-03-26
* [mips] Hoist common functionality into a new function.Matheus Almeida2014-03-26