aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Finish the documentation.Reid Spencer2004-09-201-9/+5
* Tighten up the specification of what counts as a code file. The previousReid Spencer2004-09-201-11/+60
* Base the implementation on the llvmdo script so that we only have toReid Spencer2004-09-203-38/+11
* Fixed to actually work correctly and be the basis for other tools byReid Spencer2004-09-201-9/+39
* Fix loop condition so that we don't decrement off the beginning of theAlkis Evlogimenos2004-09-201-5/+5
* Don't count .lo files :)Chris Lattner2004-09-201-0/+1
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-2064-186/+193
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-10/+19
* Finegrainify namespacificationChris Lattner2004-09-203-21/+12
* Prototype more accuratelyChris Lattner2004-09-201-1/+1
* Prototype these functions more accuratelyChris Lattner2004-09-2012-13/+15
* Do not prototype any of these passes as returning Pass*. Instead, be specificChris Lattner2004-09-202-33/+33
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-27/+30
* Adjust to API changesChris Lattner2004-09-201-2/+2
* Put in a #error in the event that we don't have an mmap that can map a fileReid Spencer2004-09-201-0/+1
* Fix problems with AC_FUNC_MMAP_FILE and AC_LINK_USE_R that caused problemsReid Spencer2004-09-201-10/+34
* Correct the use AC_RUN_IFELSE to ensure it builds programs correctly byReid Spencer2004-09-202-14/+8
* Allow the suffix for shared libraries to be obtained correctly so we canReid Spencer2004-09-201-1/+1
* The problem with depending on the internal implementation of third partyReid Spencer2004-09-201-1/+1
* libtool's name is now back to mklib.Reid Spencer2004-09-201-1/+1
* Change to support creation of "mklib" instead of "libtool" in builddir.Reid Spencer2004-09-201-1/+1
* Update the script to generate mklib instead of libtool.Reid Spencer2004-09-201-1/+1
* Adjust the libtool macros so that libtool's name is "mklib". Also, tidy upReid Spencer2004-09-191-1719/+3079
* Various minor cleanups and replacement of obsoleted macro names.Reid Spencer2004-09-191-14/+13
* Numerous fixes to convert ~ into ; that (probably) occurred during dataReid Spencer2004-09-191-61/+45
* The lexicon doc is more of a user guide than programming doxChris Lattner2004-09-191-3/+3
* Bring the script out of the dark ages and into modern autoconfness.Reid Spencer2004-09-1912-124/+115
* Make the "Warning" notice a LOT more prominent.Reid Spencer2004-09-191-1/+10
* Add in version dependency checks on all the tools we depend on. This isReid Spencer2004-09-191-6/+17
* Add our own version of libtool.m4 instead of relying on the installed one.Reid Spencer2004-09-191-0/+6010
* better codeChris Lattner2004-09-191-4/+6
* Make isSafeToLoadUnconditionally a bit smarter, implementing PR362 andChris Lattner2004-09-191-6/+28
* New testcase for PR362: Icky code generated for std::min/std::maxChris Lattner2004-09-191-0/+34
* Fix a nasty iterator invalidation problem I introduced yesterday. ThisChris Lattner2004-09-191-5/+5
* Remove a whole bunch of horrible hacky code that was used to promote allocasChris Lattner2004-09-191-145/+7
* Instcombine now helps out with theseChris Lattner2004-09-192-4/+7
* Make instruction combining a bit more aggressive in the face of volatileChris Lattner2004-09-191-3/+60
* Add two new testcases that instcombine should handleChris Lattner2004-09-191-0/+23
* Minor correction to Signals implementation.Reid Spencer2004-09-192-28/+48
* Add commentChris Lattner2004-09-191-1/+1
* Fix the inliner to always delete any edges from the external call node toChris Lattner2004-09-181-8/+7
* Add CallGraphNode::removeAnyCallEdgeTo methodChris Lattner2004-09-182-0/+17
* Use the /dev/zero device as the device on which the pages are mapped.Reid Spencer2004-09-181-1/+7
* Porting of Unix implementation to Win32.Reid Spencer2004-09-182-96/+380
* Get rid of file descriptor leak in create_file.Reid Spencer2004-09-182-2/+6
* Misha implemented the ModuleProvider interface back in 9/18/2003.Chris Lattner2004-09-181-28/+0
* Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's andChris Lattner2004-09-181-15/+130
* Make this HTML 4.01 strictChris Lattner2004-09-181-4/+4
* Don't include libtool "object" filesChris Lattner2004-09-182-0/+2
* Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminatesChris Lattner2004-09-181-39/+33