summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Provide CMake package modules in install treeNAKAMURA Takumi2014-02-09
* Add version, arch, system libs, and targets to Makefile.configNAKAMURA Takumi2014-02-09
* Load exported lib and exe targets from LLVMConfigNAKAMURA Takumi2014-02-09
* Export lib and exe build target names from build treeNAKAMURA Takumi2014-02-09
* Export lib and exe build target names from install treeNAKAMURA Takumi2014-02-09
* Provide LLVMConfig in both build and install treeNAKAMURA Takumi2014-02-09
* Teach LLVMConfig to avoid modifying CMAKE_MODULE_PATHNAKAMURA Takumi2014-02-09
* De-duplicate references to share/llvm/cmake pathNAKAMURA Takumi2014-02-09
* AsmParser: Parse (and ignore) nested .macro definitions.Benjamin Kramer2014-02-09
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-09
* Fix formatting introduced in r200941David Blaikie2014-02-09
* Remove unnecessary include.Craig Topper2014-02-09
* Remove some unnecessary code. The conditions it was checking had already been...Craig Topper2014-02-09
* tools: cast the right operandSaleem Abdulrasool2014-02-09
* [docs] [tblgen] clarify that code fragments are just string literalsSean Silva2014-02-09
* [docs] [tblgen] There is no "code" type.Sean Silva2014-02-09
* [docs] TableGen easter egg: Multiline string literalsSean Silva2014-02-09
* tools: explicitly cast to avoid a warningSaleem Abdulrasool2014-02-09
* tools: handle out-of-line personality 0 decodingSaleem Abdulrasool2014-02-08
* ARM: change attribute tests to use parsed formSaleem Abdulrasool2014-02-08
* LoopVectorizer: Keep track of conditional store basic blocksArnold Schwaighofer2014-02-08
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Add LLVM_OVERRIDE to a few declarations.Rafael Espindola2014-02-08
* [Constant Hoisting] Fix insertion point for constant materialization.Juergen Ributzka2014-02-08
* [Constant Hoisting] Don't update the use list while traversing it - DOH!Juergen Ributzka2014-02-08
* Remove dead code.Rafael Espindola2014-02-07
* Improve existing visualizers by:Nikola Smiljanic2014-02-07
* Comment cleanup. Don't repeat the function name in the comment.Rafael Espindola2014-02-07
* Comment cleanup. Don't repeat the function name in the comment.Rafael Espindola2014-02-07
* Remove training whitespace.Rafael Espindola2014-02-07
* Always create a temporary symbol to use with the cfi frame.Rafael Espindola2014-02-07
* Use FileCheck variables to simplify this test.Rafael Espindola2014-02-07
* Fix Darwin bots from EHABI changeRenato Golin2014-02-07
* R600/SI: Add failing test for 3 x i64 vectors.Matt Arsenault2014-02-07
* Remove -arm-disable-ehabi optionRenato Golin2014-02-07
* Don't internalize linkonce_odr non constant variables.Rafael Espindola2014-02-07
* Fix an invalid check for duplicate option categories.Alexander Kornienko2014-02-07
* [mips] Forbid the use of registers t6, t7 and t8 if the target is NaCl.Sasa Stankovic2014-02-07
* Fix a bug with .weak_def_can_be_hidden: Mutable variables cannot use it.Rafael Espindola2014-02-07
* Refactor logic into a function predicate.Rafael Espindola2014-02-07
* Try to unbreak the mingw32 build.Benjamin Kramer2014-02-07
* LLVM-1163: AAPCS-VFP violation when CPRC allocated to stackOliver Stannard2014-02-07
* Changed comment.Sasa Stankovic2014-02-07
* [Sparc] Add support for parsing synthetic instruction 'mov'. Venkatraman Govindaraju2014-02-07
* [Sparc] Emit correct encoding for atomic instructions. Also, add support for ...Venkatraman Govindaraju2014-02-07
* [Sparc] Emit relocations for Thread Local Storage (TLS) when integrated assem...Venkatraman Govindaraju2014-02-07
* [Sparc] Emit correct relocations for PIC code when integrated assembler is used.Venkatraman Govindaraju2014-02-07
* [Sparc] Use SparcMCExpr::VariantKind itself as MachineOperand's target flags.Venkatraman Govindaraju2014-02-07
* PGO branch weight: fix PR18752.Manman Ren2014-02-07
* X86: Resolve a long standing FIXME and properly isel pextr[bw].Jim Grosbach2014-02-07