Add support for MacOS and (hopefully) other BSD derivatives.
[oota-llvm.git] / lib / Transforms / IPO / FunctionResolution.cpp
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-08-01 Chris LattnerRemove unneccesary #inlcude
2002-07-30 Chris LattnerFix bug with last patch which would occur when a call...
2002-07-30 Chris Lattner* Make sure the resolved function call instructions...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris LattnerRename header
2002-07-23 Chris Lattner* Remove getPassName implementation
2002-07-18 Chris LattnerOnly functions with external linkage can be resolved...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-24 Chris LattnerFix "unimplemented features":
2002-05-24 Chris LattnerSplit the FunctionResolution pass out of CleanGCCOutput...