aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/TargetFolder.h
Commit message (Expand)AuthorAgeFilesLines
* Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface.Owen Anderson2009-07-101-38/+38
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-8/+0
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-061-2/+2
* Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson2009-07-061-2/+5
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-0/+12
* Change TargetFolder's TD member from a reference to aDan Gohman2009-06-031-5/+7
* Add a NullFolder class that doesn't fold constants.Duncan Sands2008-08-121-2/+14
* Point people to ConstantExpr and ConstantFolding,Duncan Sands2008-08-121-6/+10
* Make it possible to use different constantDuncan Sands2008-08-111-0/+193