aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a transformation to turn:Chris Lattner2002-11-041-0/+36
* Ack: Fix bug in previous checkin.Chris Lattner2002-11-041-1/+1
* Be more generous about level raising constant expressions don't force eachChris Lattner2002-11-041-24/+20
* Make sure to _delete_ memory allocated by worklistsChris Lattner2002-11-041-0/+2
* code to lightly instrument at branchesAnand Shukla2002-11-031-0/+210
* Make sure to include name information if we have itChris Lattner2002-11-011-1/+2
* Fixes to the reassociate pass to make it respect dominance propertiesChris Lattner2002-10-311-57/+54
* BreakCriticalEdges should update dominance frontier information as well asChris Lattner2002-10-312-4/+28
* Fix spelling of `propagate'.Misha Brukman2002-10-295-52/+52
* Ensure definate initializationChris Lattner2002-10-221-1/+1
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-2112-13/+13
* * Apparently string::find doesn't work right on our sun boxes. Work around t...Chris Lattner2002-10-171-4/+9
* Really disable pool allocatorChris Lattner2002-10-171-2/+3