summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [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
* Set default of inlinecold-threshold to 225.Manman Ren2014-02-06
* Update the X86 assembler for .intel_syntax to acceptKevin Enderby2014-02-06
* don't set HasReliableSymbolDifference for ELF.Rafael Espindola2014-02-06
* doesSectionRequireSymbols is meaningless on ELF, remove.Rafael Espindola2014-02-06
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-06
* Just returning false is the default.Rafael Espindola2014-02-06
* Pass address space to allowsUnalignedMemoryAccessesMatt Arsenault2014-02-05
* Add address space argument to allowsUnalignedMemoryAccess.Matt Arsenault2014-02-05
* Inliner uses a smaller inline threshold for callees with cold attribute.Manman Ren2014-02-05
* Fix layering StringRef copy using BumpPtrAllocator.Nick Kledzik2014-02-05
* [RegAlloc] Add a last chance recoloring mechanism when everything else failed toQuentin Colombet2014-02-05
* [PM] Don't require analysis results to be const in the new pass manager.Chandler Carruth2014-02-05
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Revert "Fix an invalid check for duplicate option categories."Rafael Espindola2014-02-05
* [mips] Add NaCl target and forbid indexed loads and stores for itPetar Jovanovic2014-02-05
* Fix an invalid check for duplicate option categories.Alexander Kornienko2014-02-05
* mips: XFAIL non-extern-addend-smallcodemodel testPetar Jovanovic2014-02-05
* AVX-512: optimized icmp -> sext -> icmp patternElena Demikhovsky2014-02-05
* Test commitAlon Mishne2014-02-05
* ARM: Resolve thumb_bl fixup in same MCFragment.Logan Chien2014-02-05
* AVX-512: fixed a bug in EVEX encoding (the bug appeared after r200624)Elena Demikhovsky2014-02-05
* R600/SI: Add pattern for zero-extending i1 to i32Michel Danzer2014-02-05
* Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 boo...Craig Topper2014-02-05
* Get rid of a vector copy by just making a pointer out of the reference return...Craig Topper2014-02-05
* Fix a vector that was passed by value instead of reference.Craig Topper2014-02-05
* ARM: Enable use of relocation type tlsldo in debug info for tls data.Kai Nacke2014-02-05
* Fix a doxygen comment referencing the wrong method name.Craig Topper2014-02-05
* Move matching for x86 BMI BLSI/BLSMSK/BLSR instructions to isel patterns inst...Craig Topper2014-02-05
* AVX-512: Added intrinsic for cvtph2ps.Elena Demikhovsky2014-02-05