Merge i*.h headers into Instructions.h as part of bug403.
[oota-llvm.git] / lib / VMCore / iSwitch.cpp
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-05-26 Alkis EvlogimenosInline trivial constructors.
2004-05-26 Alkis EvlogimenosRefactor common initialization code in private init...
2003-11-20 Chris Lattner* Finegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-13 Chris LattnerRegularize header file comments
2003-08-23 Chris LattnerRename SwitchInst::dest_push_back -> addCase
2002-09-10 Chris LattnerAdd capability to insert an instruction into a basic...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-09 Chris LattnerAdd a couple of extra casts to avoid extra #include
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-06 Chris LattnerInitial revision