Fix bugs
[oota-llvm.git] / lib / Transforms /
2001-11-06 Chris LattnerFix bugs
2001-11-06 Chris LattnerFix many bugs. Implement PHI transforms & other cycles
2001-11-05 Chris LattnerFix bug with ADD nodes and malloc promotion
2001-11-05 Chris LattnerDon't print spurious linking warnings about methods...
2001-11-05 Chris LattnerUse the expression map correctly.
2001-11-04 Chris LattnerNew file for expression tree conversion
2001-11-04 Chris LattnerRefactor code to share stuff
2001-11-04 Chris Lattner* Relax restriction that prevented malloc promotion...
2001-11-04 Chris Lattner* Disable debug output
2001-11-04 Chris LattnerConvert backward conversion of expression trees into...
2001-11-04 Chris LattnerMinor method rename
2001-11-04 Chris LattnerAdd transformations for Load and GetElementPtr. Fix...
2001-11-04 Chris LattnerFix cast instructions that end up in bad places in...
2001-11-03 Chris LattnerAvoid making a broken transformation!
2001-11-03 Chris LattnerAdd new cleanup pass:
2001-11-03 Chris Lattner* Export method to merge identically named methods
2001-11-03 Ruchira SasankaCommented out code so that copies are inserted for...
2001-11-03 Chris LattnerChanges to compile the TSP benchmark successfully....
2001-11-03 Chris LattnerAdd code to link method together with the same name...
2001-11-03 Chris LattnerDon't forget to link type names together too. Fix...
2001-11-03 Chris LattnerAdd extra code for debugging linker problems
2001-11-01 Chris Lattner* Add comments for peepholes
2001-11-01 Chris LattnerAdd DCE as integral part of the level raising to avoid...
2001-11-01 Chris LattnerExpose the low level DCE mechanism to external users
2001-11-01 Chris Lattner* Implement expression type conversion for constant...
2001-11-01 Chris LattnerSimplify DCE code a lot
2001-11-01 Chris Lattner* Convert getelementptr/store pairs into a single store
2001-11-01 Chris LattnerInitial checkin of level raising code, after move and...
2001-11-01 Chris LattnerPropogate name to the malloc itself instead of to the...
2001-10-31 Chris LattnerUse the correct prototype for malloc and free
2001-10-31 Chris LattnerImplement code to convert %malloc and %free FUNCTION...
2001-10-31 Chris LattnerImplemented constant propogation of cast instructions
2001-10-31 Chris LattnerInitial version of GCC cleanup pass: just removes extra...
2001-10-31 Chris LattnerFix bug when inlining a method that refers to a global...
2001-10-29 Chris LattnerFix broken assertion. Didn't allow for pointer case
2001-10-29 Chris LattnerPull method symbols over when linking. Otherwise the...
2001-10-28 Vikram S. AdveMake newlines be newlines! This should now work in...
2001-10-28 Chris LattnerRemove non linking related stuff
2001-10-28 Vikram S. AdveAdded name-mangling routines for future use.
2001-10-28 Vikram S. AdveUse separate functions for printing values of each...
2001-10-23 Chris LattnerFix problem linking in a method prototype when a method...
2001-10-18 Chris LattnerRefix bugs, stop using deprecated strstream header
2001-10-18 Chris LattnerInitial checkin
2001-10-18 Vikram S. AdveOnly print values live at BB or method exit, and insert...
2001-10-18 Vikram S. AdveHandle multiple exit blocks correctly.
2001-10-18 Chris LattnerConvert to be compatible with lli.
2001-10-18 Chris LattnerMassive hacks to try to fix subtle logic bugs. I think...
2001-10-18 Chris LattnerConvert to new simpler pass itf
2001-10-18 Chris LattnerConvert optimizations to the pass infrastructure
2001-10-15 Chris LattnerAdd new Pass infrastructure and some examples
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-15 Chris Lattner* getExitNode() doesn't exist in method anymore
2001-10-15 Vikram S. AdveAdded Instrumentation subdirectory.
2001-10-15 Chris LattnerImplement linking of global variable constant references
2001-10-14 Chris LattnerMinor cleanup
2001-10-14 Chris LattnerImplement linker. It's 95% working now.
2001-10-14 Vikram S. AdveInsert code to trace values at basic block and method...
2001-10-13 Chris LattnerCheck in makefile
2001-10-13 Chris LattnerStart of a linker
2001-10-13 Chris LattnerSupport the invoke instruction
2001-10-13 Chris LattnerSupport indirect calls
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-28 Chris LattnerADCE is broken but at least we know why
2001-09-09 Chris LattnerMake ADCE more robust, it still has problems, but it...
2001-09-07 Chris LattnerTypes and constants are wierd things in symbol tables now
2001-09-07 Chris Lattner* Eliminate reference to ConstantPool class
2001-09-07 Chris LattnerConstant pool is dead
2001-09-07 Chris LattnerConstants are now global unique objects
2001-09-07 Chris Lattner* Eliminate constant pool dependancies:
2001-09-07 Chris Lattner* Supoprt global constants
2001-07-28 Chris LattnerEnable the elimination of method prototypes that are...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-15 Chris LattnerSupport external methods
2001-07-14 Chris LattnerAdd knowledge about the struct form of the GetElementPt...
2001-07-14 Chris LattnerRemove dependency on the structure of ValueHolder.
2001-07-09 Chris LattnerDon't clean out the type plane of the constant pool...
2001-07-08 Chris LattnerImplement checking for new instructions
2001-07-08 Chris LattnerUse the CDG to mark branches alive on demand.
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-07-06 Chris LattnerAdd method to unify all exit nodes of a method
2001-07-06 Chris LattnerUpdate to include right file
2001-06-30 Chris LattnerInitial checkin. Should print dead instructions, excep...
2001-06-30 Chris LattnerRename DoSparseConditionalConstantProp -> DoSCCP
2001-06-30 Chris LattnerOptimizations got their own header files
2001-06-29 Chris LattnerExport ConstantFoldTerminator, allow it to fold conditi...
2001-06-29 Chris LattnerAdded documentation. Constant fold terminators.
2001-06-29 Chris Lattner* Factored RemovePredecessorFromBlock into BasicBlock...
2001-06-29 Chris LattnerWe need to make sure to remove PHI nodes in the success...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-27 Chris LattnerAdd a new Sparse Conditional Constant Propogation pass
2001-06-27 Chris LattnerMisc cleanup
2001-06-27 Chris Lattner* Expose DoConstantPoolMerging
2001-06-25 Chris LattnerImplement induction variable injection!
next