aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow the inlining limit to be controlled from the command line!Chris Lattner2003-06-281-1/+5
* Add support to globaldce for deleting dead function prototypesChris Lattner2003-06-261-1/+7
* When internalizing global ctor/dtor list, also mark it constant. This is gro...Chris Lattner2003-06-261-0/+8
* Add argument to DAE to allow operation on non-internal functionsChris Lattner2003-06-251-9/+21
* Fix the build. :(Chris Lattner2003-06-201-3/+3
* Changes to privatize NodeTypeChris Lattner2003-06-191-6/+6
* Remove a bunch of complicated code. The functionality is implemented in inst...Chris Lattner2003-06-191-118/+6
* Handle arguments passed in through the va_arg areaChris Lattner2003-06-181-1/+7
* Initial checkin of DAE passChris Lattner2003-06-171-0/+304
* Fix compilation problem on GCC 2.9xChris Lattner2003-06-071-1/+1
* Made changes suggested by ChrisSumant Kowshik2003-06-041-51/+55
* Fix bug: FunctionResolve/2003-05-31-AllInternalDecls.llChris Lattner2003-05-311-0/+17
* Fix bug: FuncResolve/2003-05-31-InternalDecl.llChris Lattner2003-05-311-2/+6
* Simplify funcresolve a bit moreChris Lattner2003-05-311-7/+7
* Fix bug: FunctionResolve/2003-05-31-FuncPointerResolve.llChris Lattner2003-05-311-11/+3
* Added support for function pointersSumant Kowshik2003-05-291-104/+583
* * Separate all of the grunt work of inlining out into the Utils library.Chris Lattner2003-05-291-169/+127
* Remove using declarationsChris Lattner2003-05-222-27/+20
* Make the list accept comma separated namesChris Lattner2003-05-221-1/+2