summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAge
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-20
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fix PR#50Chris Lattner2003-10-18
* Add support for 'weak' linkage.Chris Lattner2003-10-16
* CleanupChris Lattner2003-10-15
* Do not move variable sized allocations to the top of the caller, which mightChris Lattner2003-10-14
* Add support to the loop canonicalization pass to make it transform loops toChris Lattner2003-10-13
* Rename loop preheaders pass to loop simplifyChris Lattner2003-10-12
* File is renamed to LoopSimplify.cppChris Lattner2003-10-12
* First step in renaming the preheaders pass to loopsimplifyChris Lattner2003-10-12
* The preheader insertion pass only depends on the CFG. Mark it as such, whichChris Lattner2003-10-12
* Fix spelling.Misha Brukman2003-10-10
* Bill contributed this major rewrite of the -lowerswitch pass to make it generateChris Lattner2003-10-07
* Avoid doing pointless work. Amazingly, this makes us go faster.Chris Lattner2003-10-06
* This changes the PromoteMemToReg function to create "pruned" SSA form, notChris Lattner2003-10-05
* Change the interface to PromoteMemToReg to also take a DominatorTreeChris Lattner2003-10-05
* Speed up the mem2reg transform for allocas which are only read/written in a s...Chris Lattner2003-10-05
* Initial checkin of the LLVM->LLVM transform to support code generators whichChris Lattner2003-10-05
* The first PHI node may be null, scan for the first non-null oneChris Lattner2003-10-05
* The VersionNumbers vector is only used during PHI placement. Turn it into an...Chris Lattner2003-10-05
* * Update file header commentChris Lattner2003-10-05
* Simplify the loop a bitChris Lattner2003-10-05
* There is no need for separate WriteSets and PhiNodeBlocks lists. It is just aChris Lattner2003-10-05
* The PhiNodes 2D vector is only used during PHI node placement. It doesn'tChris Lattner2003-10-05
* * Document instance vars betterChris Lattner2003-10-05
* Two small cleanups/speedups:Chris Lattner2003-10-05
* * Minor cleanupsChris Lattner2003-10-05
* Fix bugs in the last changeChris Lattner2003-09-22
* Fix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.llChris Lattner2003-09-22
* Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.llChris Lattner2003-09-22
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-20
* Minor cleanups, no functional changesChris Lattner2003-09-20
* Fix bug: Inline/2003-09-14-InlineValue.llChris Lattner2003-09-15
* Renamed DominatorTree::Node::getNode() -> getBlock()Chris Lattner2003-09-11
* Expand the pass to unify all of the unwind blocks as wellChris Lattner2003-09-10
* Spell `occurrence' correctly.Misha Brukman2003-09-09
* Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner2003-09-08
* Should invokify is always trueChris Lattner2003-09-08
* Use new interface, simplifies codeChris Lattner2003-08-31
* Fix bug where we considered function types equivalent even if they had differ...Chris Lattner2003-08-28
* Remove special casingChris Lattner2003-08-25
* Fix bug: Linker/2003-08-23-GlobalVarLinking.llChris Lattner2003-08-24
* Implement: Linker/2003-08-24-InheritPtrSize.llChris Lattner2003-08-24
* Implement SimplifyCFG/InvokeEliminate.llChris Lattner2003-08-24
* rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner2003-08-24
* *** Implement inlining of Invoke instructions!Chris Lattner2003-08-24
* Implement: Inline/cfg_preserve_test.llChris Lattner2003-08-24
* Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5Chris Lattner2003-08-23
* Fix bug: LowerSwitch/2003-08-23-EmptySwitch.llChris Lattner2003-08-23
* Do not consider any types that exist in the global symbol table!Chris Lattner2003-08-23