aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/iSwitch.cpp
AgeCommit message (Expand)Author
2004-07-29Merge i*.cpp definitions into Instructions.cpp as part of bug403.Alkis Evlogimenos
2004-07-29Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos
2004-05-26Inline trivial constructors.Alkis Evlogimenos
2004-05-26Refactor common initialization code in private init() functions.Alkis Evlogimenos
2003-11-20* Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2003-08-23Rename SwitchInst::dest_push_back -> addCaseChris Lattner
2002-09-10Add capability to insert an instruction into a basic block immediately afterChris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-09Add a couple of extra casts to avoid extra #includeChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-07-07Changed the fundemental architecture of Operands for Instructions. NowChris Lattner
2001-06-06Initial revisionChris Lattner