aboutsummaryrefslogtreecommitdiff
path: root/tools/gccld/gccld.cpp
AgeCommit message (Expand)Author
2002-07-22*** empty log message ***Chris Lattner
2002-06-30YEs, we really do want to sort.Chris Lattner
2002-06-25Changes for 64bit gccAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-20Use literal newline instead of endlChris Lattner
2002-05-07Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner
2002-05-07Oops, somehow lost a slash. FixedChris Lattner
2002-05-07Updates to move some header files out of include/llvm/Transforms intoChris Lattner
2002-04-28Run the internalize pass to mark all functions except main internal whenChris Lattner
2002-04-18Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner
2002-04-10* The cleangcc pass is broken into two parts, we only want toChris Lattner
2002-04-08Add support for the gnu ld -s (strip) optionChris Lattner
2002-04-08GCCLD actually does transformations to simplify the linked program now.Chris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-12Echo the right tool name on errorChris Lattner
2002-03-11* Implement linking to librariesChris Lattner
2002-01-24Initial Checkin of gccldChris Lattner