summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Split public interface out into header fileChris Lattner2003-02-031-115/+27
* Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)Chris Lattner2003-02-011-6/+6
* Fix typoChris Lattner2003-02-011-1/+1
* Fix a bug resolving sprintf(...) to sprintf(char*, char*, ...)Chris Lattner2003-01-301-3/+8
* Actually print the function _name_ if there is a problemChris Lattner2003-01-301-1/+2
* * Fix linking of opaque types and their non-opaque versionsChris Lattner2003-01-301-7/+17
* Eliminate using declsChris Lattner2003-01-301-35/+33
* * Fix function resolution for varargs function to generate incorrect bytecode...Chris Lattner2003-01-301-24/+29
* Fix levelraise/2003-01-30-ShiftCrash.llChris Lattner2003-01-301-1/+1
* Initial checkin of pool allocation codeChris Lattner2003-01-291-0/+531
* Disable construction of pool allocatorChris Lattner2003-01-241-4/+2
* Fix bug: LevelRaise/2003-01-22-GEPProblem.llChris Lattner2003-01-231-1/+1
* Fix bug: ADCE/2003-01-22-PredecessorProblem.llChris Lattner2003-01-231-7/+18
* Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrument...Chris Lattner2003-01-142-2/+2
* Fix typeoChris Lattner2003-01-141-1/+1
* Remove unused header and functionChris Lattner2003-01-141-7/+0
* Clean up #includesChris Lattner2003-01-146-27/+7
* Fix bugChris Lattner2003-01-141-0/+1
* Add debugging helperChris Lattner2003-01-131-1/+2
* Make sure to handle %'s in strings correctly so that the names of BB's and fu...Chris Lattner2003-01-131-10/+9
* Fix references to functionsChris Lattner2003-01-131-6/+8
* Fix a huge performance problem in reassociate by introducing aChris Lattner2002-12-151-1/+7
* Minor changes:Chris Lattner2002-12-151-19/+13
* External routines used to identify Cilk operations inserted by theVikram S. Adve2002-12-102-0/+89
* This file implements the function DemoteRegToStack(), which takes aVikram S. Adve2002-12-101-0/+193
* This file implements a pass that automatically parallelizes a program,Vikram S. Adve2002-12-101-0/+548
* Fix bug that was bugging bugpointChris Lattner2002-12-071-2/+2
* Remove dead codeChris Lattner2002-12-071-32/+0
* Fix bug: 2002-12-05-MissedConstProp.ll pointed out by Casey CarterChris Lattner2002-12-051-1/+2
* Fix big bug introduced with symbol table changesChris Lattner2002-12-031-2/+2
* Initial checkin of Module cloning support stuffChris Lattner2002-11-204-4/+179
* Fix symbol table problemChris Lattner2002-11-201-11/+10
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-206-42/+36
* Fix minor bugsChris Lattner2002-11-201-2/+2
* Remove unneccesary #includeChris Lattner2002-11-191-1/+0
* Implement the CloneFunction functionChris Lattner2002-11-191-0/+40
* Minor changes to cloning interfaceChris Lattner2002-11-192-18/+14
* Fix two fixmes: integrate with inlining, and documentChris Lattner2002-11-191-6/+7
* Rework inline pass to use cloning infrastructure to do the dirty workChris Lattner2002-11-192-119/+52
* Start using the new function cloning headerChris Lattner2002-11-192-4/+5
* Move MutatStructTypes.h out of IPOChris Lattner2002-11-192-2/+2
* Rename CloneFunction.h to Cloning.hChris Lattner2002-11-191-1/+1
* Move the function extractor pass from tools/extract into lib/Xform/IPOChris Lattner2002-11-191-0/+83
* Fix bug: 2002-11-13-PointerFunction.llChris Lattner2002-11-131-1/+40
* Fix testcase: FunctionResolve/2002-11-09-ExternFn.llChris Lattner2002-11-101-19/+37
* Fix warningChris Lattner2002-11-092-3/+5
* Fix spelling errorChris Lattner2002-11-081-1/+1
* Use the new getMainFunction() method to efficiently locate mainChris Lattner2002-11-081-10/+5
* Fix bug: FunctionResolve/2002-11-07-RetMismatch.llChris Lattner2002-11-081-2/+1
* Instcombine this away:Chris Lattner2002-11-041-1/+7
OpenPOWER on IntegriCloud