aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-09-20Fixed to actually work correctly and be the basis for other tools byReid Spencer
2004-09-20Fix loop condition so that we don't decrement off the beginning of theAlkis Evlogimenos
2004-09-20Don't count .lo files :)Chris Lattner
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-20Finegrainify namespacificationChris Lattner
2004-09-20Prototype more accuratelyChris Lattner
2004-09-20Prototype these functions more accuratelyChris Lattner
2004-09-20Do not prototype any of these passes as returning Pass*. Instead, be specificChris Lattner
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-20Adjust to API changesChris Lattner
2004-09-20Put in a #error in the event that we don't have an mmap that can map a fileReid Spencer
2004-09-20Fix problems with AC_FUNC_MMAP_FILE and AC_LINK_USE_R that caused problemsReid Spencer
2004-09-20Correct the use AC_RUN_IFELSE to ensure it builds programs correctly byReid Spencer
2004-09-20Allow the suffix for shared libraries to be obtained correctly so we canReid Spencer
2004-09-20The problem with depending on the internal implementation of third partyReid Spencer
2004-09-20libtool's name is now back to mklib.Reid Spencer
2004-09-20Change to support creation of "mklib" instead of "libtool" in builddir.Reid Spencer
2004-09-20Update the script to generate mklib instead of libtool.Reid Spencer
2004-09-19Adjust the libtool macros so that libtool's name is "mklib". Also, tidy upReid Spencer
2004-09-19Various minor cleanups and replacement of obsoleted macro names.Reid Spencer
2004-09-19Numerous fixes to convert ~ into ; that (probably) occurred during dataReid Spencer
2004-09-19The lexicon doc is more of a user guide than programming doxChris Lattner
2004-09-19Bring the script out of the dark ages and into modern autoconfness.Reid Spencer
2004-09-19Make the "Warning" notice a LOT more prominent.Reid Spencer
2004-09-19Add in version dependency checks on all the tools we depend on. This isReid Spencer
2004-09-19Add our own version of libtool.m4 instead of relying on the installed one.Reid Spencer
2004-09-19better codeChris Lattner
2004-09-19Make isSafeToLoadUnconditionally a bit smarter, implementing PR362 andChris Lattner
2004-09-19New testcase for PR362: Icky code generated for std::min/std::maxChris Lattner
2004-09-19Fix a nasty iterator invalidation problem I introduced yesterday. ThisChris Lattner
2004-09-19Remove a whole bunch of horrible hacky code that was used to promote allocasChris Lattner
2004-09-19Instcombine now helps out with theseChris Lattner
2004-09-19Make instruction combining a bit more aggressive in the face of volatileChris Lattner
2004-09-19Add two new testcases that instcombine should handleChris Lattner
2004-09-19Minor correction to Signals implementation.Reid Spencer
2004-09-19Add commentChris Lattner
2004-09-18Fix the inliner to always delete any edges from the external call node toChris Lattner
2004-09-18Add CallGraphNode::removeAnyCallEdgeTo methodChris Lattner
2004-09-18Use the /dev/zero device as the device on which the pages are mapped.Reid Spencer
2004-09-18Porting of Unix implementation to Win32.Reid Spencer
2004-09-18Get rid of file descriptor leak in create_file.Reid Spencer
2004-09-18Misha implemented the ModuleProvider interface back in 9/18/2003.Chris Lattner
2004-09-18Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's andChris Lattner
2004-09-18Make this HTML 4.01 strictChris Lattner
2004-09-18Don't include libtool "object" filesChris Lattner
2004-09-18Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminatesChris Lattner
2004-09-18Make sure to remove the Select instruction as wellChris Lattner
2004-09-18When changing a function, make sure to update the CallGraphNode for theChris Lattner
2004-09-18Implement new changeFunction method, nuke a never implemented one.Chris Lattner