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