2001-07-15 |
Chris Lattner | Add a function to convert a double to a string |
commit | commitdiff | tree | snapshot |
2001-07-15 |
Chris Lattner | Add support to write and read a fixed amount of raw... |
commit | commitdiff | tree | snapshot |
2001-07-15 |
Chris Lattner | Add a note |
commit | commitdiff | tree | snapshot |
2001-07-14 |
Chris Lattner | * ValueHolder now takes 3 arguments |
commit | commitdiff | tree | snapshot |
2001-07-14 |
Chris Lattner | Add knowledge about the struct form of the GetElementPt... |
commit | commitdiff | tree | snapshot |
2001-07-14 |
Chris Lattner | Remove dependency on the structure of ValueHolder. |
commit | commitdiff | tree | snapshot |
2001-07-14 |
Chris Lattner | * The parent of a constant pool is a symtabvalue, not... |
commit | commitdiff | tree | snapshot |
2001-07-14 |
Chris Lattner | The parent of a constant pool is a symtabvalue, not... |
commit | commitdiff | tree | snapshot |
2001-07-14 |
Chris Lattner | Added some comments, preparing to add global variables... |
commit | commitdiff | tree | snapshot |
2001-07-14 |
Chris Lattner | * The parent of a constant pool is a SymTabValue, not... |
commit | commitdiff | tree | snapshot |
2001-07-14 |
Chris Lattner | Made the following changes: |
commit | commitdiff | tree | snapshot |
2001-07-14 |
Chris Lattner | Added more todo's. Don't I ever accomplish anything? |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Chris Lattner | Add DebugValue member. |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Chris Lattner | Made it not inline |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Chris Lattner | Add DebugValue global function |
commit | commitdiff | tree | snapshot |
2001-07-09 |
Chris Lattner | Don't clean out the type plane of the constant pool... |
commit | commitdiff | tree | snapshot |
2001-07-09 |
Chris Lattner | Make sure that types go in the constant pool if they... |
commit | commitdiff | tree | snapshot |
2001-07-09 |
Chris Lattner | hasSideEffects should be marked virtual |
commit | commitdiff | tree | snapshot |
2001-07-09 |
Chris Lattner | Modify notes |
commit | commitdiff | tree | snapshot |
2001-07-09 |
Chris Lattner | Fix stupid typo |
commit | commitdiff | tree | snapshot |
2001-07-09 |
Chris Lattner | Initial checkin of coding standards |
commit | commitdiff | tree | snapshot |
2001-07-09 |
Chris Lattner | Updated documentation for load, store & getelementptr |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | add coverage of newly implemented instructions. |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Implementation of Store & GetElementPtr |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Implement checking for new instructions |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Add note |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Implemented shl, shl, & load instructions |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Moved Cast from being a Unary instruction to being... |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Use the CDG to mark branches alive on demand. |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Add a new "addOperand" method to User. |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Fixed post dominator frontiers! Yaay! |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Neg instruction removed. Cast instruction implemented. |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Neg instruction removed. TODO item fulfilled. |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Removing unnecesary file |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Convert BinaryOperand and UnaryOperator to only take... |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Broad superficial changes: |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Devirtualize User::dropAllReferences |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Remove dtor's that simply call dropAllReferences |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Changed the fundemental architecture of Operands for... |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Changed memory reference instructions to store the... |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Fixed some error messages to be nicer |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Add note about nuking Instruction::neg |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Chris Lattner | Initial checkin |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Chris Lattner | Add better support for post dominator information. |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Chris Lattner | Add method to unify all exit nodes of a method |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Chris Lattner | Implement support for postdominators, except in dom... |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Chris Lattner | New file, includes method to merge exit nodes together |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Chris Lattner | * Add a DominatorBase base class to maintain root of... |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Chris Lattner | * Added comments |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Chris Lattner | Update to include right file |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Initial checkin of analyze tool. |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Build new analyze tool |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Added analyze to path for SetupOpt script |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Add analyze tool to path for Setup script |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | IntervalPartition was changed to inherit from vector... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | IntervalPartition was changed to inherit from vector... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Checkin of new Analysis result printing header |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Code got moved from the lib/Assembly/Writer/IntervalWri... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Remove code for printing out Analysis data structures... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Update documentation a bit, correct #include guard |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Add note about tool idea. Change command line of note... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Chris Lattner | Add printing code for dominator info |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Chris Lattner | Checkin of new dominator calculation routines. These... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Chris Lattner | Enable printing of dominator related information. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Chris Lattner | Add new anaysis routines for building dominator related... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Chris Lattner | Addition of 'deleter' function. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Chris Lattner | Moved deleter to include/llvm/Tools/STLExtras.h |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Initial checkin. Should print dead instructions, excep... |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Include ADCE pass, rename include/Opt directory to... |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Rename DoSparseConditionalConstantProp -> DoSCCP |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Add note |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Add prototypes for ADCE pass |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Rename DoSparseConditionalConstantProp to DoSCCP |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Optimizations got their own header files |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Implement reduceApply method |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Add a new pop_back() method |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | The ConstRules class got moved to the opt namespace |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Add a reduceApply method |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Split AllOpts.h into lots of little .h files. |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Export ConstantFoldTerminator, allow it to fold conditi... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Added documentation. Constant fold terminators. |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Added prototype for ConstantFoldTerminator |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Add a check to avoid allowing V->replaceAllUsesWith(V) |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Add implementation of BasicBlock::removePredecessor... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | * Factored RemovePredecessorFromBlock into BasicBlock... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | We need to make sure to remove PHI nodes in the success... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Added a note about a new verification the verifier... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Added new removePredecessor method prototype |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Added note, moved note |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Fixed the obnoxious problem that caused an entire direc... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Miscellaneous cleanups: |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Add a new Sparse Conditional Constant Propogation pass |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Add command line arguments for Constant Pool Merging... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Put in test of SCCP. Watch out though, because we... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Change to use the new GenericBinaryInst class. Support... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Misc cleanup |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | * Expose DoConstantPoolMerging |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Convert ugly postincrement to efficient preincrement |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | * Move stuff around a bit. |
commit | commitdiff | tree | snapshot |
next |