| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Kill warning when compiling in optimized mode | Chris Lattner | 2003-10-09 | 1 | -0/+1 |
* | Change getConstantValue to throw an exception on error, not return null | Chris Lattner | 2003-10-09 | 2 | -10/+7 |
* | Make getContainedType more efficient by not returning null if out of range! | Chris Lattner | 2003-10-09 | 2 | -8/+7 |
* | Do not read past the end of the contained type list | Chris Lattner | 2003-10-09 | 1 | -2/+2 |
* | Remove potentially N^2 algorithm from symbol table reader. No speedup | Chris Lattner | 2003-10-09 | 1 | -5/+13 |
* | Major refactoring of the bytecode reader. This includes the following | Chris Lattner | 2003-10-09 | 4 | -315/+171 |
* | Significantly clean up parsing of instructions. This exceptionizes and | Chris Lattner | 2003-10-09 | 3 | -144/+106 |
* | Include the new docs directory, whenever it gets added. www is gone | Chris Lattner | 2003-10-09 | 1 | -1/+1 |
* | Added 177.mesa to the list of Makefiles to propogate to the object root. | John Criswell | 2003-10-09 | 2 | -86/+125 |
* | Eliminate the instruction placeholder. Simplify a bunch of code. | Chris Lattner | 2003-10-09 | 2 | -15/+1 |
* | Eliminate the old LateResolveValues data structure, replacing it with a | Chris Lattner | 2003-10-09 | 2 | -25/+27 |
* | Remove a dead method | Chris Lattner | 2003-10-09 | 2 | -12/+0 |
* | This patch substantially simplifies and cleans up handling of basic blocks | Chris Lattner | 2003-10-08 | 3 | -60/+84 |
* | Inline the postResolveValues method. It was poorly named anyway | Chris Lattner | 2003-10-08 | 2 | -34/+26 |
* | test/Programs/NoSource and www are gone from the tree; don't try to configure | Brian Gaeke | 2003-10-08 | 1 | -7/+0 |
* | Use 3-arg form of AC_DEFINE. | Brian Gaeke | 2003-10-08 | 1 | -2/+2 |
* | Use 3-arg form of AC_DEFINE. | Brian Gaeke | 2003-10-08 | 1 | -4/+8 |
* | I really meant to use that AUTOHEADER variable I put in there. | Brian Gaeke | 2003-10-08 | 1 | -1/+1 |
* | Various cleanups and simplifications. This speeds up reading a bytecode file | Chris Lattner | 2003-10-08 | 3 | -61/+57 |
* | Destroy allocated resources on exception. | Misha Brukman | 2003-10-08 | 1 | -3/+13 |
* | Make more error messages have gccld's name in them. | Brian Gaeke | 2003-10-08 | 2 | -8/+12 |
* | old testcase | Chris Lattner | 2003-10-08 | 1 | -0/+12 |
* | Checkin an old bug, which appears to be fixed | Chris Lattner | 2003-10-08 | 1 | -0/+17 |
* | Update comment | Chris Lattner | 2003-10-08 | 1 | -2/+2 |
* | Use a set to keep track of which edges have been noticed as executable already | Chris Lattner | 2003-10-08 | 1 | -15/+27 |
* | Minor fixes here and there | Chris Lattner | 2003-10-08 | 1 | -22/+21 |
* | Avoid building data structures we don't really need. This improves the runtime | Chris Lattner | 2003-10-08 | 1 | -10/+39 |
* | Convert over to short bug URLs | Chris Lattner | 2003-10-08 | 1 | -6/+6 |
* | Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs | Alkis Evlogimenos | 2003-10-08 | 6 | -48/+64 |
* | Properly close anchor tags in column descriptions | Alkis Evlogimenos | 2003-10-08 | 1 | -4/+4 |
* | Forward declare class Type since it is used in this class and Type.h is not i... | Alkis Evlogimenos | 2003-10-08 | 1 | -0/+1 |
* | Add rule for regenerating config.h.in using autoheader. | Brian Gaeke | 2003-10-07 | 1 | -1/+5 |
* | Regenerated with (at top-level llvm directory): | Brian Gaeke | 2003-10-07 | 2 | -132/+164 |
* | whoops, don't accidentally lose variable names | Chris Lattner | 2003-10-07 | 1 | -1/+1 |
* | Fix bug: InstCombine/cast.ll:test11 / PR#7 | Chris Lattner | 2003-10-07 | 1 | -1/+23 |
* | new testcase | Chris Lattner | 2003-10-07 | 1 | -0/+7 |
* | Refactor code a bit | Chris Lattner | 2003-10-07 | 1 | -4/+12 |
* | Add a sanity check for constant expression casts | Chris Lattner | 2003-10-07 | 1 | -0/+2 |
* | Add links to bugzilla | Chris Lattner | 2003-10-07 | 1 | -10/+21 |
* | Renamed -use-spec to -use-spec2000. | John Criswell | 2003-10-07 | 2 | -52/+67 |
* | Cleanups, include a list of passes | Chris Lattner | 2003-10-07 | 1 | -7/+52 |
* | Fix bugs in mmap()-of-files test program on Mac OS X: | Brian Gaeke | 2003-10-07 | 1 | -5/+5 |
* | Fixed the location of the expectations file. | John Criswell | 2003-10-07 | 1 | -2/+3 |
* | Switching over to the new test database. | John Criswell | 2003-10-07 | 3 | -37/+44 |
* | Add more credits | Chris Lattner | 2003-10-07 | 1 | -1/+1 |
* | cleanup analyze documents | Chris Lattner | 2003-10-07 | 1 | -35/+24 |
* | Ensure both columns take 50% | Chris Lattner | 2003-10-07 | 1 | -3/+3 |
* | no this really isn't extract | Chris Lattner | 2003-10-07 | 1 | -1/+1 |
* | initial checkin of the bugpoint doxs | Chris Lattner | 2003-10-07 | 1 | -0/+113 |
* | TTify, add links between pages | Chris Lattner | 2003-10-07 | 3 | -130/+92 |