summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/InlineSimple.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* s/Method/FunctionChris Lattner2002-03-291-3/+3
| | | | llvm-svn: 2043
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-1/+15
| | | | | | creation functions in their public header file, unless they can help it. llvm-svn: 1816
* When inlining basic blocks and instructions, give them a name!Chris Lattner2002-02-251-0/+4
| | | | llvm-svn: 1796
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-211-10/+7
| | | | | | directories. Eliminate the opt namespace. llvm-svn: 1520
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-6/+7
| | | | llvm-svn: 1503
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-1/+1
| | | | | | | Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-0/+1
| | | | llvm-svn: 1405
* Fix bug when inlining a method that refers to a global variableChris Lattner2001-10-311-2/+2
| | | | llvm-svn: 1056
* Convert optimizations to the pass infrastructureChris Lattner2001-10-181-1/+1
| | | | llvm-svn: 873
* Minor cleanupChris Lattner2001-10-141-1/+1
| | | | llvm-svn: 812
* Support indirect callsChris Lattner2001-10-131-2/+3
| | | | llvm-svn: 764
* Commit more code over to new cast styleChris Lattner2001-10-021-7/+5
| | | | llvm-svn: 697
* Convert more code to use new style castsChris Lattner2001-10-011-1/+1
| | | | | | Eliminate old style casts from value.h llvm-svn: 696
* Constant pool is deadChris Lattner2001-09-071-16/+2
| | | | llvm-svn: 455
* Support external methodsChris Lattner2001-07-151-0/+1
| | | | llvm-svn: 200
* Broad superficial changes:Chris Lattner2001-07-071-4/+4
| | | | | | | | | * Renamed getOpcode to getOpcodeName * Changed getOpcodeName to return a const char * instead of string * Added a getOpcode method to replace getInstType * Changed code to use getOpcode instead of getInstType llvm-svn: 152
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-5/+4
| | | | | | | | | | | Operands are maintained as a vector<Use> in the User class, and operator iterators are provided as before. Getting an operand no longer requires a virtual function call. WARNING: getOperand(x) where x >= getNumOperands() will now assert instead of returning null! llvm-svn: 149
* Optimizations got their own header filesChris Lattner2001-06-301-5/+6
| | | | | | | Optimizations now live in the 'opt' namespace include/llvm/Opt was renamed include/llvm/Optimizations llvm-svn: 113
* Miscellaneous cleanups:Chris Lattner2001-06-271-25/+19
| | | | | | | | | | | * Convert post to pre-increment for for loops * Use generic programming more * Use new Value::cast* instructions * Use new Module, Method, & BasicBlock forwarding methods * Use new facilities in STLExtras.h * Use new Instruction::isPHINode() method llvm-svn: 96
* Updates to supportChris Lattner2001-06-111-1/+1
| | | | | | * Changes in PHI node structure llvm-svn: 25
* Initial revisionChris Lattner2001-06-061-0/+283
llvm-svn: 2
OpenPOWER on IntegriCloud