summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Convert test to FileCheck.Rafael Espindola2014-02-06
* [CodeGenPrepare] Move away sign extensions that get in the way of addressingQuentin Colombet2014-02-06
* Track register pressure a bit more carefully (weird corner case).Andrew Trick2014-02-06
* Revert r200095 and r200152. It turns out when compiling with -arch armv7 -mcp...Evan Cheng2014-02-06
* R600/SI: Add a MUBUF store pattern for Reg+Imm offsetsTom Stellard2014-02-06
* R600/SI: Add a MUBUF store pattern for Imm offsetsTom Stellard2014-02-06
* R600/SI: Add a MUBUF load pattern for Reg+Imm offsetsTom Stellard2014-02-06
* R600/SI: Use immediates offsets for SMRD instructions whenever possibleTom Stellard2014-02-06
* Remove const_cast for STI when parsing inline asmDavid Peixotto2014-02-06
* X86: add costs for 64-bit vector ext/trunc & rebalanceTim Northover2014-02-06
* Add a -suppress-warnings option to bitcode linking.Eli Bendersky2014-02-06
* Yet another patch to reduce compile time for small programs:Puyan Lotfi2014-02-06
* X86: deduplicate V[SZ]EXT_MOVL and V[SZ]EXT nodesTim Northover2014-02-06
* The following patch' purpose is to reduce compile time for compilation of smallPuyan Lotfi2014-02-06
* This small change reduces compile time for small programs on targets that havePuyan Lotfi2014-02-06
* A memcpy out of an fresh alloca is a no-op, delete it. Patch by Patrick Walton!Nick Lewycky2014-02-06
* Delete all of the CodeGenInstructions from CodeGenTarget destructor.Craig Topper2014-02-06
* [PM] Fix horrible typos that somehow didn't cause a failure in a C++11Chandler Carruth2014-02-06
* [PM] Add a new "lazy" call graph analysis pass for the new pass manager.Chandler Carruth2014-02-06
* [PM] Back out one hunk of the patch in r200901 that was *supposed* to goChandler Carruth2014-02-06
* [PM] Wire up the analysis managers in the opt driver. This isn't reallyChandler Carruth2014-02-06
* [DAG] Don't pull the binary operation though the shift if the operands have o...Juergen Ributzka2014-02-06