summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/CodeGenPrepare.cpp
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* Every pass deserves a name, even codegenprep.Evan Cheng2012-12-21
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-11
* Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT.Patrik Hagglund2012-12-11
* Set the 'MadeChange' variable if we are deleting blocks.Bill Wendling2012-12-06
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Replace r168930 with a more reasonable patch.Bill Wendling2012-11-30
* Handle the situation where CodeGenPrepare removes a reference to a BB that hasBill Wendling2012-11-29
* When we delete a dead basic block, see if any of its successors are dead andBill Wendling2012-11-28
* CodeGenPrepare: Move ret duplication out of the instruction iteration loop.Benjamin Kramer2012-11-23
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-30
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Per the C++ standard, we need to include the definition of llvm::Calculate inRichard Smith2012-10-23
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-15
* Remove the bitwise XOR operator from the Attributes class. Replace it with th...Bill Wendling2012-10-14
* Remove the final bits of Attributes being declared in the AttributeBill Wendling2012-10-10
* Create enums for the different attributes.Bill Wendling2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd2012-10-04
* Use method to query for attributes.Bill Wendling2012-10-04
* Do not delete BBs if their addresses are taken. rdar://12396696Evan Cheng2012-09-28
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* CodeGenPrep: turn lookup tables into switches for some targets.Hans Wennborg2012-09-19
* Stylistic and 80-col fixesEvan Cheng2012-09-14
* Fix Doxygen issues:Dmitri Gribenko2012-09-13
* Generic Bypass Slow DivPreston Gurd2012-09-04
* Not all targets have efficient ISel code generation for select instructions.Nadav Rotem2012-09-02
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* revise debug output to avoid dangling pointerMichael Liao2012-08-21
* Remove dead flag.Bill Wendling2012-08-15
* During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem2012-08-14
* Teach CodeGenPrep to look past bitcast when it's duplicating return instructionEvan Cheng2012-07-27
* make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes2012-07-25
* Clean whitespaces.Nadav Rotem2012-07-24
* CodeGenPrepare: Don't crash when TLI is not available.Benjamin Kramer2012-06-29
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* Switch the select to branch transformation on by default.Benjamin Kramer2012-05-06
* CodeGenPrepare: Add a transform to turn selects into branches in some cases.Benjamin Kramer2012-05-05
* Refactor the interface to recursively simplifying instructions to be tadChandler Carruth2012-03-24
* Target override to allow CodeGenPrepare to sink address operands to intrinsic...Pete Cooper2012-03-13
* Do trivial CSE of dead BBs during codegen preparation.Bill Wendling2012-03-04
* Extend Attributes to 64 bitsKostya Serebryany2012-01-20
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-01
* Fold two identical set lookups into one. No functionality change.Nick Lewycky2011-09-29
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-27
* Use IRBuilder.Devang Patel2011-09-06
* Dramatically speedup codegen prepare by a) avoiding use of dominator tree and...Devang Patel2011-08-18