Rename ConstPoolVal -> Constant
[oota-llvm.git] / lib / Transforms /
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-12-03 Chris LattnerInitial checkin of indvar stuff
2001-12-03 Chris LattnerCompile the scalar directory
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerTurn off debug info
2001-11-26 Chris LattnerMake strings be internal
2001-11-26 Chris LattnerRemove debugging output
2001-11-26 Chris LattnerSupport internal linkage
2001-11-26 Chris LattnerBuild IPO directory
2001-11-26 Chris LattnerImplement support for internal methods
2001-11-26 Chris LattnerInclude const prop as part of -raise
2001-11-26 Chris LattnerMisc cleanups
2001-11-26 Chris LattnerExpose constant propogation of an instruction in a...
2001-11-26 Chris LattnerImplement DCE of global values
2001-11-26 Chris LattnerSupport array indexing
2001-11-26 Chris LattnerSupport Composite's, not just structs
2001-11-26 Chris LattnerlosslessCastableTypes is moved to Type class
2001-11-26 Chris LattnerSupport selectable structure transformations
2001-11-26 Chris LattnerSupport mutation of array indexing
2001-11-26 Chris LattnerClean up code, implement array indexing stuff
2001-11-26 Chris LattnerImplement array indexing reverse engineering
2001-11-15 Vikram S. AdvePrint incoming arguments and return values.
2001-11-15 Chris Lattner-cleangcc pass now remove type names that are never...
2001-11-14 Chris LattnerRemove much cruft from the MemAccessInst instruction
2001-11-14 Chris LattnerBetter heuristics for handling arrays
2001-11-13 Chris Lattner* Change ExpressionConvertableToType to more closely...
2001-11-13 Chris LattnerAvoid assertion failure when taking size of unsized...
2001-11-12 Chris LattnerFix minor bug
2001-11-12 Ruchira SasankaChanged insert instructions only for CONSTANTS - back...
2001-11-10 Chris LattnerInitail checking of structure swapper
2001-11-10 Chris LattnerInitial checkin of structure mutator
2001-11-09 Chris LattnerRemove false optimization that basically broke everything
2001-11-08 Chris Lattner* Add better caching of data to avoid silly recusions
2001-11-08 Chris LattnerImprove raising significantly
2001-11-08 Vikram S. AdveBug fix: cannot modify Phi operands while iterating...
2001-11-07 Chris LattnerAdd #includes to enable buiding in Release mode
2001-11-06 Chris LattnerFix minor bug for shifts
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
next