Use -Wl,-x instead of -s: it is more portable, and in particular,
[oota-llvm.git] / lib / VMCore / ConstantFold.h
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-08-14 Chris LattnerRemove constant propogation support for NOT instruction
2002-07-30 Chris LattnerImplement constant propogation of logical (and, or...
2002-05-06 Chris LattnerMove a bunch of code to a .cpp file, don't #include...
2002-05-06 Chris LattnerImplement constant propogation of shift instructions
2002-05-03 Chris LattnerImplement remainder
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-08 Chris LattnerMinor change to reflect that ConstantHandling is now...
2002-04-07 Chris LattnerImplement constant propogation of multiply and divide...
2002-01-21 Chris LattnerPull stuff out of opt namespace
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-26 Chris LattnerBe more const correct
2001-11-01 Chris LattnerImplement constant propogation of null pointer values.
2001-10-31 Chris LattnerImplemented constant propogation of cast instructions
2001-10-13 Chris Lattnernot is a keyword in Ansi C++. Avoid it
2001-09-09 Chris LattnerConvert ConstRules to use annotations to clean it up.
2001-09-07 Chris LattnerYou no longer have to delete constants! They are locat...
2001-07-21 Chris LattnerAdd support for casting operators
2001-07-20 Chris LattnerAdd multiply as a supported constant propogation operation
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-06-30 Chris LattnerSplit AllOpts.h into lots of little .h files.
2001-06-27 Chris LattnerAdd instructions to fold unary and binary instructions.
2001-06-06 Chris LattnerInitial revision