Rename LowerAllocations.h to ChangeAllocations.h since it now contains the
[oota-llvm.git] / include /
2002-01-22 Chris LattnerPull RaiseAllocations stuff out of the CleanGCC pass...
2002-01-21 Chris LattnerLowerAllocations is really a BasicBlock pass. Make...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-21 Chris LattnerFix for problem that caused both HUGE and INVALID laten...
2002-01-21 Chris LattnerInclude all header files individually instead of this one
2002-01-21 Chris LattnerPull stuff out of opt namespace
2002-01-21 Chris LattnerMoved header
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-07 Ruchira SasankaAdded more comments
2002-01-07 Ruchira SasankaMachineRegInfo: Added a method to get the size of a...
2002-01-07 Ruchira SasankaAdded comments, destructors where necessary.
2001-12-15 Vikram S. AdveEliminate function getIndicesBROKEN().
2001-12-15 Vikram S. AdveEliminate all uses of memInst->getIndicesBROKEN().
2001-12-15 Vikram S. AdvegetIndexedOffset() shd take vector of Values, not of...
2001-12-14 Chris LattnerInitial checkin of instcombine
2001-12-14 Chris LattnerRefactor trace values to work as a proper pass. Before...
2001-12-14 Chris Lattner* Remove support for unsized arrays.
2001-12-14 Chris LattnerPointerType and ArrayType now subclass Sequential type...
2001-12-13 Chris LattnerSwap operands now preserves the semantics of the binary...
2001-12-13 Chris LattnerImplement some nice functions useful for looking at...
2001-12-13 Chris LattnerImplement proper iterator tags
2001-12-13 Chris LattnerSubclasses can change the opcode of an instruction
2001-12-13 Chris LattnerConstants KNOW they are of a derived type
2001-12-08 Ruchira SasankaAdded comments are more documentation info
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSimplify induction variables pass
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-12-03 Chris LattnerInduction variables must be phi nodes
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support
2001-11-26 Chris LattnerRemove unused method
2001-11-26 Chris LattnerExpose constant prop of an instruction
2001-11-26 Chris LattnerFix field initialization order problem
2001-11-26 Chris LattnerAllow output of manipulators for GCC 2.96 compatibility
2001-11-26 Chris LattnerAdd writer support for call graph nodes and loops and...
2001-11-26 Chris LattnerImplement an entry node for the call graph
2001-11-26 Chris LattnerImplement "internal vs external linkage" which correspo...
2001-11-26 Chris LattnerImplement DCE of global values
2001-11-26 Chris Lattner* Implement dominator based loop identification
2001-11-26 Chris LattnerRearrange code
2001-11-26 Chris LattnerAllow array indexing
2001-11-26 Chris LattnerBe more const correct
2001-11-26 Chris Lattner* Remove the indexVec stuff which gets out of sync...
2001-11-26 Chris LattnerNew Method isLosslesslyConvertableTo
2001-11-26 Chris LattnerAdd new CompositeType shared baseclass of ArrayType...
2001-11-26 Chris LattnerAdd casts
2001-11-15 Chris LattnerFix protection probs
2001-11-15 Vikram S. AdveModify method AllocateLocalVar to take size argument.
2001-11-15 Vikram S. AdveBug fix for Chris.
2001-11-15 Chris Lattner-cleangcc pass now remove type names that are never...
2001-11-14 Vikram S. AdveAdd function returning which operand holds immediate...
2001-11-14 Ruchira Sasankaadded isPseudoInstr()
2001-11-14 Chris LattnerRemove much cruft from the MemAccessInst instruction
2001-11-12 Ruchira SasankaChanged for adding Phi Elimination code
2001-11-10 Ruchira SasankaMade isPhi const
2001-11-10 Chris LattnerInitail checking of structure swapper
2001-11-10 Chris LattnerInitial checkin of Structure mutator
2001-11-10 Chris LattnerProvide const version of function with the name the...
2001-11-10 Chris LattnerRefactor some functionality to expose more useful stuff
2001-11-09 Chris LattnerNew pass to figure out what types are in use by a program
2001-11-09 Vikram S. AdveCache parameters for target machine.
2001-11-09 Vikram S. AdveAdded class MachineCacheInfo.
2001-11-08 Chris LattnerRemove unneeded forward decl
2001-11-08 Vikram S. AdveAdd handle to object MachineFrameInfo.
2001-11-08 Vikram S. AdveInclude handle to TargetMachine in each Machine...Info...
2001-11-08 Vikram S. AdveAdd method CreateCodeToCopyIntToFloat.
2001-11-08 Vikram S. AdveMachine-independent interface to target's stack frame...
2001-11-08 Vikram S. AdveUse different op labels for bitwise logical operations...
2001-11-08 Vikram S. AdveAdded a second constructor for and improved class TmpIn...
2001-11-08 Vikram S. AdveMajor overhaul of stack frame management.
2001-11-08 Vikram S. AdveOld file which was moved to include/llvm/Target some...
2001-11-08 Vikram S. AdveRemoved MachineCodeForMethod object and made it an...
2001-11-07 Chris LattnerInitial checkin of pointer safety checker
2001-11-07 Chris LattnerOkay, so this is a huge hack. Fixme later
2001-11-07 Chris LattnerNew class to provide high performance writing.
2001-11-05 Vikram S. AdveMake reg. numbers signed ints.
2001-11-04 Chris LattnerMinor method rename
2001-11-03 Chris LattnerAdd a helper function to PHI node
2001-11-03 Chris LattnerExpose method to merge identically named methods
2001-11-03 Ruchira SasankaMoved InsertCallerSaveInstr to the SparcRegInfo.cpp...
2001-11-03 Chris LattnerFix major bugs in type resolution
2001-11-03 Chris LattnerFix the linker. This bug was not fun to track down...
2001-11-01 Chris LattnerPrint floating point numbers in expodential form so...
2001-11-01 Chris LattnerExpose the low level DCE mechanism to external users
2001-11-01 Chris LattnerImplement constant propogation of null pointer values.
2001-11-01 Chris LattnerAdd simpler to use ctors. Add getType() overload to...
2001-11-01 Chris LattnerAdd new isNullValue method
2001-11-01 Chris LattnerInitial checkin of level raising code
2001-11-01 Chris LattnerMove level change xfor into the transforms directory
2001-11-01 Chris LattnerAdd some useful accessors
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 LattnerNew GCC cleanup pass interface
2001-10-30 Chris LattnerFix ordering problem. Found by purify. :)
2001-10-29 Chris LattnerExpose some more printing functionality from the assemb...
2001-10-29 Chris LattnerSystems headers use <> not ""
2001-10-29 Chris LattnerInclude functionality to get a string array constant...
next