aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms
AgeCommit message (Expand)Author
2007-01-30The inliner/cloner can now optionally take TargetData info, which can beChris Lattner
2007-01-30Change constant folding APIs to take an optional TargetData, and changeChris Lattner
2007-01-28Propagate changes from my local tree. This patch includes:Anton Korobeynikov
2007-01-26Inherit CallGraphSCCPass directly from Pass.Devang Patel
2007-01-25Inherit BasicBlockPass directly from Pass.Devang Patel
2007-01-07remove an old instrumentation pass that is not used anymore.Chris Lattner
2006-12-23For PR950:Reid Spencer
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-10-28add option to isCriticalEdgeChris Lattner
2006-10-28Expose a smarter way to break critical edges.Chris Lattner
2006-10-13Corrected formatting.Bill Wendling
2006-09-04add setJumpBufSize() and setJumpBufAlignment() to target-lowering.Duraid Madina
2006-08-28Add PredicateSimplifier pass. Collapses equal variables into one formNick Lewycky
2006-08-21For PR885:Reid Spencer
2006-08-01Introducing plugable register allocators and instruction schedulers.Jim Laskey
2006-07-20Add new constructor to accept vector of exported names while creatingDevang Patel
2006-06-08Update some comments, and expose LCSSAID in preparation for having other passesOwen Anderson
2006-06-02Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.hChris Lattner
2006-05-27Implement a new method: CloneAndPruneFunctionInto, as documented.Chris Lattner
2006-05-27Add an interface to constant fold and instruction given it's opcode, typeChris Lattner
2006-05-26Skeletal LCSSA pass. This is currently non-functional. Expect functionalityOwen Anderson
2006-05-17Add a CloneModule call that exposes the mapping of values from the old moduleChris Lattner
2006-05-14This is a proper fix for the compiler warning. A termination condition isChris Lattner
2006-05-13Fix an infinite loop bug that Vladimir Prus identified.Reid Spencer
2006-05-02Add pass ID's for various passes, so they can be AddRequiredID. Patch byChris Lattner
2006-04-20remove a dead prototypeChris Lattner
2006-04-10Add a simple pass to make sure that all (non-library) calls to malloc and freeAndrew Lenharth
2006-03-16For each loop, keep track of all the IV expressions inserted indexed byEvan Cheng
2006-03-13Added target lowering hooks which LSR consults to make more intelligentEvan Cheng
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner
2006-02-10Remove a level of indirection.Chris Lattner
2006-01-16Remove a never-working passChris Lattner
2006-01-14Teach inline function how to update the callgraph when it makes changes.Chris Lattner
2006-01-13Allow the code cloning interfaces to capture some important info about theChris Lattner
2005-11-28Added documented rsprofiler interface. Also remove new profiler passes, theAndrew Lenharth
2005-11-28Random sampling (aka Arnold and Ryder) profiling. This is still preliminary,...Andrew Lenharth
2005-11-22Reg2Mem is something a pass may depend on, so allow thatAndrew Lenharth
2005-11-10needs to go here to apparently.Andrew Lenharth
2005-11-10The pass everyone has been waiting for!Andrew Lenharth
2005-11-05Add support alignment of allocation instructions.Nate Begeman
2005-10-29Remove the LowerConstantExpressionsPass passChris Lattner
2005-10-27Move some constant folding functions into LLVMAnalysis since they are usedJohn Criswell
2005-10-24Don't link these three passes in anymoreChris Lattner
2005-10-24Don't invade the system namespaceChris Lattner
2005-10-24There is no need for this to be VC++ onlyChris Lattner
2005-10-19Make this work with the internalize changeChris Lattner
2005-10-18add an option to the internalize passChris Lattner
2005-09-27allow demotion to volatile valuesChris Lattner
2005-09-26add a new functionChris Lattner
2005-08-17add a helperChris Lattner