summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenPrepare.cpp
Commit message (Expand)AuthorAge
* Create macro INITIALIZE_TM_PASS.Jiangning Liu2014-06-11
* Remove use of comma operator.Richard Trieu2014-05-30
* Similar to bitcast, treat addrspacecast as a foldable operand.Eli Bendersky2014-05-22
* Add missing line breaks to debug output in CodeGenPrepareLouis Gerbarg2014-05-13
* [CGP] r205941 changed the logic, so that a cast happens *before* 'Result' isJoey Gouly2014-05-13
* Make helper functions static.Benjamin Kramer2014-04-27
* Revert r206749 till a final decision about the intrinsics is made.Michael Zolotukhin2014-04-26
* This reapplies r207235 with an additional bugfixes caught by the msanAdrian Prantl2014-04-25
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-25
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-25
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-25
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-25
* Revert "Debug info for optimized code: Support variables that are on the stac...Adrian Prantl2014-04-25
* Debug info for optimized code: Support variables that are on the stack andAdrian Prantl2014-04-24
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [CodeGenPrepare] Use APInt to check the value of the immediate in a andQuentin Colombet2014-04-22
* ARM64: Combine shifts and uses from different basic block to bit-extract inst...Yi Jiang2014-04-21
* Reapply r206732. This time without optimization of branches.Michael Zolotukhin2014-04-21
* Revert r206732 which is causing llc to crash on most of the build bots.Chandler Carruth2014-04-21
* Implement builtins for safe division: safe.sdiv.iN, safe.udiv.iN, safe.srem.iN,Michael Zolotukhin2014-04-21
* Use unique_ptr to manage TypePromotionActions owned by TypePromotionTransaction.David Blaikie2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Add the ability to use GEPs for address sinking in CGPHal Finkel2014-04-12
* Fix to support properly cleaning up failed address sinking against constantsJim Grosbach2014-04-10
* Disable each MachineFunctionPass for 'optnone' functions, unless thatPaul Robinson2014-03-31
* CodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz inst.Tim Northover2014-03-29
* Fix for incorrect address sinking in the presence of potential overflows.Jim Grosbach2014-03-26
* CodeGenPrep: sink extends of illegal types into use block.Manuel Jacob2014-03-13
* Revert r203230, "CodeGenPrep: sink extends of illegal types into use block."NAKAMURA Takumi2014-03-09
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* CodeGenPrep: sink extends of illegal types into use block.Tim Northover2014-03-07
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-04
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* [Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth2014-03-04
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-04
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Make helper function static.Benjamin Kramer2014-03-01
* [CodeGenPrepare] Fix the check of the legality of an instruction.Quentin Colombet2014-02-22
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-22