aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix grammar.Misha Brukman2003-10-106-7/+7
* Fix spelling/grammar.Misha Brukman2003-10-107-17/+17
* * Tabs to spacesMisha Brukman2003-10-101-8/+16
* Fix spelling.Misha Brukman2003-10-105-5/+5
* * Doxygenified commentsMisha Brukman2003-10-102-16/+16
* Use 'F' for Function instead of 'M'.Misha Brukman2003-10-101-1/+1
* Print out just the filename being compiled/linked, not the full path to it.Misha Brukman2003-10-101-12/+12
* Renamed dis.cpp => llvm-dis.cppMisha Brukman2003-10-101-129/+0
* Renamed as.cpp => llvm-as.cpp; this should've happened a long time ago.Misha Brukman2003-10-101-115/+0
* The code that called strsignal is toast.Brian Gaeke2003-10-101-5/+1
* Never set any signal handlers.Brian Gaeke2003-10-101-37/+2
* Rewrite head-of-file comment.Brian Gaeke2003-10-101-14/+16
* Change to use GetAddressOfSymbol instead of dlsym.Brian Gaeke2003-10-102-18/+9
* Change to use LinkDynamicObject instead of dlopen.Brian Gaeke2003-10-101-3/+5
* Change to use strtoul instead of strtoll.Brian Gaeke2003-10-101-2/+7
* Fixing the spelling of this filename.Misha Brukman2003-10-101-669/+0
* Add my abstracted dynamic linker support files.Brian Gaeke2003-10-103-0/+100
* Reserve space for PHI operandsChris Lattner2003-10-101-0/+1
* Removed information about compiling the GCC front end. This will be in aJohn Criswell2003-10-101-149/+60
* Make the message stand out moreChris Lattner2003-10-101-2/+4
* Re-did some of the text wrapping (sorry).John Criswell2003-10-101-143/+167
* Ok, the "fix" for this is to do a real associative container. Symbol tablesChris Lattner2003-10-101-15/+11
* Add documentation for weak variablesChris Lattner2003-10-101-2/+10
* Add support for the weak linkage specifierChris Lattner2003-10-102-2/+2
* new testcase. globaldce should not delete the globalChris Lattner2003-10-101-0/+6
* Accept 'weak' as a linkage type. For now, just turn it into linkonce linkageChris Lattner2003-10-102-1/+3
* New testcaseChris Lattner2003-10-101-0/+15
* Add better checkingChris Lattner2003-10-101-0/+6
* Added the eon and perlbmk benchmarks.John Criswell2003-10-102-28/+42
* Another 10% performance improvement by not using replaceAllUsesWithChris Lattner2003-10-091-13/+20
* Reserve space for PHI nodes when we read them in. This provides a VERYChris Lattner2003-10-091-0/+1
* Add a method to reserve space for operandsChris Lattner2003-10-091-0/+2
* Use the version of getValue that takes the type plane instead of the typeChris Lattner2003-10-092-17/+18
* Pass a vector around to reduce dynamic allocationChris Lattner2003-10-093-13/+17
* Kill warning when compiling in optimized modeChris Lattner2003-10-091-0/+1
* Change getConstantValue to throw an exception on error, not return nullChris Lattner2003-10-092-10/+7
* Make getContainedType more efficient by not returning null if out of range!Chris Lattner2003-10-092-8/+7
* Do not read past the end of the contained type listChris Lattner2003-10-091-2/+2
* Remove potentially N^2 algorithm from symbol table reader. No speedupChris Lattner2003-10-091-5/+13
* Major refactoring of the bytecode reader. This includes the followingChris Lattner2003-10-094-315/+171
* Significantly clean up parsing of instructions. This exceptionizes andChris Lattner2003-10-093-144/+106
* Include the new docs directory, whenever it gets added. www is goneChris Lattner2003-10-091-1/+1
* Added 177.mesa to the list of Makefiles to propogate to the object root.John Criswell2003-10-092-86/+125
* Eliminate the instruction placeholder. Simplify a bunch of code.Chris Lattner2003-10-092-15/+1
* Eliminate the old LateResolveValues data structure, replacing it with aChris Lattner2003-10-092-25/+27
* Remove a dead methodChris Lattner2003-10-092-12/+0
* This patch substantially simplifies and cleans up handling of basic blocksChris Lattner2003-10-083-60/+84
* Inline the postResolveValues method. It was poorly named anywayChris Lattner2003-10-082-34/+26
* test/Programs/NoSource and www are gone from the tree; don't try to configureBrian Gaeke2003-10-081-7/+0
* Use 3-arg form of AC_DEFINE.Brian Gaeke2003-10-081-2/+2