- c9456ca Change getConstantValue to throw an exception on error, not return null by Chris Lattner · 22 years ago
- 1bc33a5 Make getContainedType more efficient by not returning null if out of range! by Chris Lattner · 22 years ago
- ae19bf7 Do not read past the end of the contained type list by Chris Lattner · 22 years ago
- 9073613 Remove potentially N^2 algorithm from symbol table reader. No speedup by Chris Lattner · 22 years ago
- 927b185 Major refactoring of the bytecode reader. This includes the following by Chris Lattner · 22 years ago
- 3483f54 Significantly clean up parsing of instructions. This exceptionizes and by Chris Lattner · 22 years ago
- abb84f8 Include the new docs directory, whenever it gets added. www is gone by Chris Lattner · 22 years ago
- 5ab7346 Added 177.mesa to the list of Makefiles to propogate to the object root. by John Criswell · 22 years ago
- bf43ac6 Eliminate the instruction placeholder. Simplify a bunch of code. by Chris Lattner · 22 years ago
- 8eb10ce Eliminate the old LateResolveValues data structure, replacing it with a by Chris Lattner · 22 years ago
- 13eb871 Remove a dead method by Chris Lattner · 22 years ago
- 4ee8ef2 This patch substantially simplifies and cleans up handling of basic blocks by Chris Lattner · 22 years ago
- 6e44802 Inline the postResolveValues method. It was poorly named anyway by Chris Lattner · 22 years ago
- 1f9bcd3 test/Programs/NoSource and www are gone from the tree; don't try to configure by Brian Gaeke · 22 years ago
- 1ea4fac Use 3-arg form of AC_DEFINE. by Brian Gaeke · 22 years ago
- a25d7ca Use 3-arg form of AC_DEFINE. by Brian Gaeke · 22 years ago
- b68e334 I really meant to use that AUTOHEADER variable I put in there. by Brian Gaeke · 22 years ago
- 36392bc Various cleanups and simplifications. This speeds up reading a bytecode file by Chris Lattner · 22 years ago
- 7f58de2 Destroy allocated resources on exception. by Misha Brukman · 22 years ago
- 608e75c Make more error messages have gccld's name in them. by Brian Gaeke · 22 years ago
- ecfecfe old testcase by Chris Lattner · 22 years ago
- b8d3fd0 Checkin an old bug, which appears to be fixed by Chris Lattner · 22 years ago
- 929c6fb Update comment by Chris Lattner · 22 years ago
- 16b18fd Use a set to keep track of which edges have been noticed as executable already by Chris Lattner · 22 years ago
- 3d405b0 Minor fixes here and there by Chris Lattner · 22 years ago
- 7d275f4 Avoid building data structures we don't really need. This improves the runtime by Chris Lattner · 22 years ago
- 0d4379a Convert over to short bug URLs by Chris Lattner · 22 years ago
- 73ff512 Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs by Alkis Evlogimenos · 22 years ago
- 6b8b225 Properly close anchor tags in column descriptions by Alkis Evlogimenos · 22 years ago
- 185a7ab Forward declare class Type since it is used in this class and Type.h is not included by Alkis Evlogimenos · 22 years ago
- e9b5090 Add rule for regenerating config.h.in using autoheader. by Brian Gaeke · 22 years ago
- cbeedf7 Regenerated with (at top-level llvm directory): by Brian Gaeke · 22 years ago
- d558dc3 whoops, don't accidentally lose variable names by Chris Lattner · 22 years ago
- 6c266db Fix bug: InstCombine/cast.ll:test11 / PR#7 by Chris Lattner · 22 years ago
- d1c5ea1 new testcase by Chris Lattner · 22 years ago
- a44d8a2 Refactor code a bit by Chris Lattner · 22 years ago
- 9eacf8a Add a sanity check for constant expression casts by Chris Lattner · 22 years ago
- fcc54b3 Add links to bugzilla by Chris Lattner · 22 years ago
- 5512659 Renamed -use-spec to -use-spec2000. by John Criswell · 22 years ago
- 47ad72c Cleanups, include a list of passes by Chris Lattner · 22 years ago
- f204012 Fix bugs in mmap()-of-files test program on Mac OS X: by Brian Gaeke · 22 years ago
- 0c9efc2 Fixed the location of the expectations file. by John Criswell · 22 years ago
- f424d74 Switching over to the new test database. by John Criswell · 22 years ago
- 71ab896 Add more credits by Chris Lattner · 22 years ago
- 644b8ee cleanup analyze documents by Chris Lattner · 22 years ago
- 651fbec Ensure both columns take 50% by Chris Lattner · 22 years ago
- 83273d5 no this really isn't extract by Chris Lattner · 22 years ago
- 1213bc7 initial checkin of the bugpoint doxs by Chris Lattner · 22 years ago
- 26814d0 TTify, add links between pages by Chris Lattner · 22 years ago
- 08a04fd Consistently set the background color by Chris Lattner · 22 years ago
- bf6f438 <tt>ify things by Chris Lattner · 22 years ago
- d053efd Make the index page a big more attractive by Chris Lattner · 22 years ago
- 537a02c More changes and updates by Chris Lattner · 22 years ago
- aaba10c by Chris Lattner · 22 years ago
- f8cf416 <tt> stuff simplify a bit by Chris Lattner · 22 years ago
- 090fcc1 Add pointer to LLC for code generator options. <tt> a bunch of stuff which should be by Chris Lattner · 22 years ago
- 7a59bc8 separate options into X86 and sparc specific options by Chris Lattner · 22 years ago
- da78b00 Fix bugzilla bug #5 by Chris Lattner · 22 years ago
- 8324fa7 These scripts are no longer needed. They have been replaced by QMTest. by John Criswell · 22 years ago
- ebbc1a5 Bill contributed this major rewrite of the -lowerswitch pass to make it generate by Chris Lattner · 22 years ago
- 7528343 Add target to regenerate top-level "configure" script. by Brian Gaeke · 22 years ago
- 8bf3385 Wrap at 80 columns by Chris Lattner · 22 years ago
- 3a8bddb Renamed llvmas.html llvmdis.html and llvmlink.html to have hyphens in them by Chris Lattner · 22 years ago
- a2a628f remove options specific to the -internalize pass, add the -debug option by Chris Lattner · 22 years ago
- 94fe1f9 Depend on config.status instead of config.h, because config.h timestamp may not by Misha Brukman · 22 years ago
- 6061000 Fix bug in previous checkin by Chris Lattner · 22 years ago
- bd08280 Added targets that force users to re-run autoconf when the script has been by John Criswell · 22 years ago
- 5de0bac This header file moved. Thanks to Bill and Nightly tester for noticing by Chris Lattner · 22 years ago
- c45be04 regenerated using autoconf-2.57. by Brian Gaeke · 22 years ago
- 4c42378 Don't abort if dlopen cannot be found; it's not like it's going to break by Brian Gaeke · 22 years ago
- a6e91d6 Check for functions: strtoq, strtoll. by Brian Gaeke · 22 years ago
- 85c5a3f new testcase, distilled by Brian by Chris Lattner · 22 years ago
- 1b36d67 Break lines so that they fit within 80 columns. by Misha Brukman · 22 years ago
- ef0ad41 * Alphabetized order of tools by Misha Brukman · 22 years ago
- 011efae Actually _PASS IN_ NO_RESERVE if we have it. by Chris Lattner · 22 years ago
- 6873450 ToolRunner.h has been moved from include/Support to include/llvm/Support. by Misha Brukman · 22 years ago
- 29f7361 Moved to llvm/include/llvm/Support because it is LLVM-specific. by Misha Brukman · 22 years ago
- b0a994b Remove unneeded dtors by Chris Lattner · 22 years ago
- 4e84e77 Users can never be null by Chris Lattner · 22 years ago
- 4bb7c02 Minor speedups for the instcombine pass by Chris Lattner · 22 years ago
- 884d6c4 Speed up the predicate used to decide when to inline by caching the size by Chris Lattner · 22 years ago
- 2c9b913 Add # of printed instructions statistic to both the SPARC and X86 LLC backends. by Brian Gaeke · 22 years ago
- 1bb9a48 I wanted to make the top of the page less verbose. Hope this helps. by Brian Gaeke · 22 years ago
- 5f92e2b Avoid doing pointless work. Amazingly, this makes us go faster. by Chris Lattner · 22 years ago
- d5a310e Implement the NamedRegionTimer class by Chris Lattner · 22 years ago
- aacd3c8 Doxygenize class comments. Add new NamedRegionTimer class by Chris Lattner · 22 years ago
- 378b524 All of our supported operating systems (so far) and FreeBSD technically by Brian Gaeke · 22 years ago
- 9bf6239 Hand update the configure script for moved directories by Chris Lattner · 22 years ago
- 5c866e1 Changes for the move of the support directory back into utils by Chris Lattner · 22 years ago
- 69091be This changes the PromoteMemToReg function to create "pruned" SSA form, not by Chris Lattner · 22 years ago
- 43f820d Change the interface to PromoteMemToReg to also take a DominatorTree by Chris Lattner · 22 years ago
- 5b15dee new testcase by Chris Lattner · 22 years ago
- 24011be Speed up the mem2reg transform for allocas which are only read/written in a single by Chris Lattner · 22 years ago
- 55e3459 The support directory no longer exists by Chris Lattner · 22 years ago
- 3fd064c Oops, missed the . files by Chris Lattner · 22 years ago
- 5516347 Move support/lib into lib/Support Move support/tools into utils by Chris Lattner · 22 years ago
- 091bbba Revert back to keeping Burg and TableGen in the utils directory by Chris Lattner · 22 years ago
- 0a92ebf Move support/tools/* back into utils by Chris Lattner · 22 years ago
- f708c79 Move support/lib/Support back to lib/Support by Chris Lattner · 22 years ago
- 35fccb7 The sparc backend now support invoke, but still doesn't support unwind by Chris Lattner · 22 years ago