Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Transforms / IPO / MutateStructTypes.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-13 Chris LattnerRegularize header file comments
2003-10-10 Misha BrukmanFix spelling.
2003-09-08 Chris LattnerAdd support for the unwind instruction
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-05-22 Chris LattnerRemove using declarations
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2002-11-20 Chris LattnerFix symbol table problem
2002-11-19 Chris LattnerMove MutatStructTypes.h out of IPO
2002-10-13 Chris Lattner - Change Function's so that their argument list is...
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-14 Misha BrukmanFollowing Chris's advice, I'm pruning some unnecessary...
2002-09-13 Chris LattnerChange the MallocInst & AllocaInst ctors to take the...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-21 Chris LattnerDo not create load/stores with indexes
2002-08-14 Chris LattnerRemove support for NOT instruction
2002-07-25 Chris Lattner*** empty log message ***
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-22 Chris LattnerConvert transforms over to standardize debugging output...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-27 Chris LattnerChanges because the Terminator::getSuccessor function...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerAdd #includes to make up for #includes pruned out of...
2002-04-08 Chris Lattners/Method/Function
2002-04-04 Chris LattnerPATypeHolder is now not a template
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris Lattners/method/function
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-06 Chris LattnerTake CallGraph out of the CFG namespace. It has nothin...
2002-01-31 Chris LattnerConvert xforms over to new pass structure.
2002-01-21 Chris LattnerRename SwapStructureContents -> IPO/SimpleStructMutation
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-26 Chris LattnerSupport internal linkage
2001-11-26 Chris LattnerSupport mutation of array indexing
2001-11-10 Chris LattnerInitial checkin of structure mutator