aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO
Commit message (Expand)AuthorAgeFilesLines
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-191-1/+1
* Decrease usage of use_size()Chris Lattner2003-10-151-1/+1
* Whoops, we inserted into the wrong set. What's up with the dead set anyway?Chris Lattner2003-10-131-4/+2
* Use external df iterators to avoid revisiting blocks in functions withChris Lattner2003-10-131-1/+3
* Regularize header file commentsChris Lattner2003-10-132-2/+2
* Minor cleanupsChris Lattner2003-10-131-5/+3
* Checkin an improvement contributed by Bill:Chris Lattner2003-10-131-6/+30
* Fix spelling.Misha Brukman2003-10-105-7/+7
* Fix bugzilla bug #5Chris Lattner2003-10-071-1/+6
* Speed up the predicate used to decide when to inline by caching the sizeChris Lattner2003-10-061-13/+28
* Credits are now in top-level CREDITS.TXTMisha Brukman2003-09-221-2/+0
* Global variables with APPENDING linkage are very important to keep around!Chris Lattner2003-09-201-3/+6
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-201-1/+1
* Fix bug raising allocations whose call sites were invoke instructions.Chris Lattner2003-09-161-0/+15
* This is effectively a complete rewrite of the globaldce algorithm, resultingChris Lattner2003-09-161-177/+104
* Minor cleanups, give credit, remove code that should not be necessary, andChris Lattner2003-09-151-28/+5
* Initial checkin of the Setjmp/Longjmp lowering/transformation pass,Chris Lattner2003-09-151-0/+501
* Ugh, a bug fix needed because of the bug in the CallGraph codeChris Lattner2003-09-151-2/+4
* Fix bug: PruneEH/2003-09-14-ExternalCall.llxChris Lattner2003-09-151-1/+4
* Spell `definitely' correctly.Misha Brukman2003-09-111-1/+1
* Fix spell-o'sChris Lattner2003-09-101-1/+1
* Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner2003-09-081-5/+6
* Add support for the unwind instructionChris Lattner2003-09-081-0/+1
* Final cleanup: remove dead codeChris Lattner2003-09-011-39/+0
* Not only is this a lot smaller, it actually works if there is already aChris Lattner2003-09-011-5/+1
* Dead filesChris Lattner2003-09-012-87/+0
* If "These should be used only by the auto-parallelization pass", we might asChris Lattner2003-09-011-1/+31
* Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is notChris Lattner2003-09-012-4/+2
* Minor cleanupsChris Lattner2003-09-011-13/+8
* Change the RaiseAllocations pass to be a Pass instead of a BasicBlock pass.Chris Lattner2003-09-011-54/+75
* Heavily refactor code:Chris Lattner2003-08-313-127/+198
* Add accessor functionChris Lattner2003-08-311-0/+2
* Initial checkin of the -prune-eh pass, a very simple exception handling remov...Chris Lattner2003-08-311-0/+93
* Inline invoke instructions as well as call instructionsChris Lattner2003-08-241-13/+18
* Big diff for a small change: delete inlined functions if all callees haveChris Lattner2003-08-241-21/+32
* Fix bug: FunctionResolve/2003-08-23-ArgumentWarning.llChris Lattner2003-08-231-6/+6
* Unless we CANNOT merge the arguments, do soChris Lattner2003-08-201-1/+3
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Fix FIXME by removing FIXMEChris Lattner2003-08-131-1/+1
* Removing the pool allocator from the main CVS tree.John Criswell2003-08-132-2963/+0
* Bug fix: Some nodes pointed to by globals may not be marked incomplete and ne...Sumant Kowshik2003-08-121-5/+18
* Fix handling of 'free' if it has absolutely no prototypeChris Lattner2003-08-111-0/+7
* Fixed a segfault in gccld.John Criswell2003-08-071-2/+4
* Added code for pool allocating only the pool-allocatable data structures in t...Sumant Kowshik2003-08-071-12/+46
* Remove unnecessary use of NonCopyableChris Lattner2003-08-061-4/+3
* Minor changes:Chris Lattner2003-08-051-52/+48
* Major bug fixes including a memory leak and tracking some exceptional conditi...Sumant Kowshik2003-08-051-83/+317
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-015-4/+7
* Fix bug: FunctionResolve/2003-07-23-CPR-Reference.llChris Lattner2003-07-231-6/+8
* Eliminate using declarations, adjust for new DSGraph APIChris Lattner2003-06-301-21/+19