2003-10-10 |
Chris Lattner | Ok, the "fix" for this is to do a real associative... |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Chris Lattner | Add documentation for weak variables |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Chris Lattner | Add support for the weak linkage specifier |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Chris Lattner | new testcase. globaldce should not delete the global |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Chris Lattner | Accept 'weak' as a linkage type. For now, just turn... |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Chris Lattner | Add better checking |
commit | commitdiff | tree | snapshot |
2003-10-10 |
John Criswell | Added the eon and perlbmk benchmarks. |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Chris Lattner | Another 10% performance improvement by not using replac... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Chris Lattner | Reserve space for PHI nodes when we read them in. ... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Chris Lattner | Add a method to reserve space for operands |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Chris Lattner | Use the version of getValue that takes the type plane... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Chris Lattner | Pass a vector around to reduce dynamic allocation |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Chris Lattner | Kill warning when compiling in optimized mode |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Chris Lattner | Change getConstantValue to throw an exception on error... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Chris Lattner | Make getContainedType more efficient by not returning... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Chris Lattner | Do not read past the end of the contained type list |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Chris Lattner | Remove potentially N^2 algorithm from symbol table... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Chris Lattner | Major refactoring of the bytecode reader. This include... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Chris Lattner | Significantly clean up parsing of instructions. This... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Chris Lattner | Include the new docs directory, whenever it gets added... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
John Criswell | Added 177.mesa to the list of Makefiles to propogate... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Chris Lattner | Eliminate the instruction placeholder. Simplify a... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Chris Lattner | Eliminate the old LateResolveValues data structure... |
commit | commitdiff | tree | snapshot |
2003-10-09 |
Chris Lattner | Remove a dead method |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Chris Lattner | This patch substantially simplifies and cleans up handl... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Chris Lattner | Inline the postResolveValues method. It was poorly... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Brian Gaeke | test/Programs/NoSource and www are gone from the tree... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Brian Gaeke | Use 3-arg form of AC_DEFINE. |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Brian Gaeke | Use 3-arg form of AC_DEFINE. |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Brian Gaeke | I really meant to use that AUTOHEADER variable I put... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Chris Lattner | Various cleanups and simplifications. This speeds... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Misha Brukman | Destroy allocated resources on exception. |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Brian Gaeke | Make more error messages have gccld's name in them. |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Chris Lattner | old testcase |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Chris Lattner | Checkin an old bug, which appears to be fixed |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Chris Lattner | Update comment |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Chris Lattner | Use a set to keep track of which edges have been notice... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Chris Lattner | Minor fixes here and there |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Chris Lattner | Avoid building data structures we don't really need... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Chris Lattner | Convert over to short bug URLs |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Alkis Evlogimenos | Change MRegisterDesc::AliasSet, TargetInstrDescriptor... |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Alkis Evlogimenos | Properly close anchor tags in column descriptions |
commit | commitdiff | tree | snapshot |
2003-10-08 |
Alkis Evlogimenos | Forward declare class Type since it is used in this... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Brian Gaeke | Add rule for regenerating config.h.in using autoheader. |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Brian Gaeke | Regenerated with (at top-level llvm directory): |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | whoops, don't accidentally lose variable names |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | Fix bug: InstCombine/cast.ll:test11 / PR#7 |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | Refactor code a bit |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | Add a sanity check for constant expression casts |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | Add links to bugzilla |
commit | commitdiff | tree | snapshot |
2003-10-07 |
John Criswell | Renamed -use-spec to -use-spec2000. |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | Cleanups, include a list of passes |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Brian Gaeke | Fix bugs in mmap()-of-files test program on Mac OS X: |
commit | commitdiff | tree | snapshot |
2003-10-07 |
John Criswell | Fixed the location of the expectations file. |
commit | commitdiff | tree | snapshot |
2003-10-07 |
John Criswell | Switching over to the new test database. |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | Add more credits |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | cleanup analyze documents |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | Ensure both columns take 50% |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | no this really isn't extract |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | initial checkin of the bugpoint doxs |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | TTify, add links between pages |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | Consistently set the background color |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | <tt>ify things |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | Make the index page a big more attractive |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | More changes and updates |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | <tt>ify, other minor cleanups |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | <tt> stuff |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | Add pointer to LLC for code generator options. <tt... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | separate options into X86 and sparc specific options |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | Fix bugzilla bug #5 |
commit | commitdiff | tree | snapshot |
2003-10-07 |
John Criswell | These scripts are no longer needed. They have been... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | Bill contributed this major rewrite of the -lowerswitch... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Brian Gaeke | Add target to regenerate top-level "configure" script. |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | Wrap at 80 columns |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | Renamed llvmas.html llvmdis.html and llvmlink.html... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | remove options specific to the -internalize pass, add... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Misha Brukman | Depend on config.status instead of config.h, because... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | Fix bug in previous checkin |
commit | commitdiff | tree | snapshot |
2003-10-07 |
John Criswell | Added targets that force users to re-run autoconf when... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | This header file moved. Thanks to Bill and Nightly... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Brian Gaeke | regenerated using autoconf-2.57. |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Brian Gaeke | Don't abort if dlopen cannot be found; it's not like... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Brian Gaeke | Check for functions: strtoq, strtoll. |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Chris Lattner | new testcase, distilled by Brian |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Misha Brukman | Break lines so that they fit within 80 columns. |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Misha Brukman | * Alphabetized order of tools |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Chris Lattner | Actually _PASS IN_ NO_RESERVE if we have it. |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Misha Brukman | ToolRunner.h has been moved from include/Support to... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Misha Brukman | Moved to llvm/include/llvm/Support because it is LLVM... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Chris Lattner | Remove unneeded dtors |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Chris Lattner | Users can never be null |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Chris Lattner | Minor speedups for the instcombine pass |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Chris Lattner | Speed up the predicate used to decide when to inline... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Brian Gaeke | Add # of printed instructions statistic to both the... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Brian Gaeke | I wanted to make the top of the page less verbose.... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Chris Lattner | Avoid doing pointless work. Amazingly, this makes... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Chris Lattner | Implement the NamedRegionTimer class |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Chris Lattner | Doxygenize class comments. Add new NamedRegionTimer... |
commit | commitdiff | tree | snapshot |
next |