Renamed inst_const_iterator -> const_inst_iterator
[oota-llvm.git] / lib / Transforms / Utils / LowerAllocations.cpp
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-07 Chris LattnerAdd #includes to enable buiding in Release mode
2001-10-31 Chris LattnerUse the correct prototype for malloc and free
2001-10-18 Chris LattnerConvert to new simpler pass itf
2001-10-15 Chris LattnerAdd new Pass infrastructure and some examples