aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use 3-arg form of AC_DEFINE.Brian Gaeke2003-10-081-4/+8
* I really meant to use that AUTOHEADER variable I put in there.Brian Gaeke2003-10-081-1/+1
* Various cleanups and simplifications. This speeds up reading a bytecode fileChris Lattner2003-10-083-61/+57
* Destroy allocated resources on exception.Misha Brukman2003-10-081-3/+13
* Make more error messages have gccld's name in them.Brian Gaeke2003-10-082-8/+12
* old testcaseChris Lattner2003-10-081-0/+12
* Checkin an old bug, which appears to be fixedChris Lattner2003-10-081-0/+17
* Update commentChris Lattner2003-10-081-2/+2
* Use a set to keep track of which edges have been noticed as executable alreadyChris Lattner2003-10-081-15/+27
* Minor fixes here and thereChris Lattner2003-10-081-22/+21
* Avoid building data structures we don't really need. This improves the runtimeChris Lattner2003-10-081-10/+39
* Convert over to short bug URLsChris Lattner2003-10-081-6/+6
* Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefsAlkis Evlogimenos2003-10-086-48/+64
* Properly close anchor tags in column descriptionsAlkis Evlogimenos2003-10-081-4/+4
* Forward declare class Type since it is used in this class and Type.h is not i...Alkis Evlogimenos2003-10-081-0/+1
* Add rule for regenerating config.h.in using autoheader.Brian Gaeke2003-10-071-1/+5
* Regenerated with (at top-level llvm directory):Brian Gaeke2003-10-072-132/+164
* whoops, don't accidentally lose variable namesChris Lattner2003-10-071-1/+1
* Fix bug: InstCombine/cast.ll:test11 / PR#7Chris Lattner2003-10-071-1/+23
* new testcaseChris Lattner2003-10-071-0/+7
* Refactor code a bitChris Lattner2003-10-071-4/+12
* Add a sanity check for constant expression castsChris Lattner2003-10-071-0/+2