| Age | Commit message (Expand) | Author |
| 2003-06-30 | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell |
| 2003-06-28 | Add support for 'unsigned' command line arguments | Chris Lattner |
| 2003-06-22 | Remove a ton of extraneous #includes | Chris Lattner |
| 2003-06-17 | * Add new CallSite::get factory method | Chris Lattner |
| 2003-06-17 | Make sure accessor is properly doxygenized. It wants two lines | Chris Lattner |
| 2003-06-17 | Add accessor | Chris Lattner |
| 2003-06-17 | Make CallSite's default constructable, copyable, and assignable (explicitly) | Chris Lattner |
| 2003-06-17 | Regularize the names of #include-guards. | Brian Gaeke |
| 2003-06-11 | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell |
| 2003-06-03 | Add doxygen comment for namespace | Chris Lattner |
| 2003-05-29 | dyn_cast_or_null should work just the same as dyn_cast does | Chris Lattner |
| 2003-05-22 | Remove long dead code | Chris Lattner |
| 2003-05-22 | Add support for a new "CommaSeparated" modifier | Chris Lattner |
| 2003-05-20 | Hopefully, the final fix for `[Pp]ropogate'. | Misha Brukman |
| 2003-05-09 | Updates to match recent timer updates | Chris Lattner |
| 2003-05-08 | Add support for the new VarArgInst instruction, reindent some stuff | Chris Lattner |
| 2003-04-26 | Revert last checkin. Note that PHI nodes can use basic blocks also! | Chris Lattner |
| 2003-04-25 | Remove long-dead obsolete cruft | Chris Lattner |
| 2003-04-24 | Remove support for "targetdata pass ctors" | Chris Lattner |
| 2003-04-23 | Kill unneccesary &* | Chris Lattner |
| 2003-04-23 | Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type. | Chris Lattner |
| 2003-02-24 | Initial checkin of CallSite wrapper for Call/Invoke instructions | Chris Lattner |
| 2003-02-05 | Allow the addition of edge source labels | Chris Lattner |
| 2003-01-14 | Move annotation to support library | Chris Lattner |
| 2002-12-23 | New files for miscompilation detection | Chris Lattner |
| 2002-12-07 | Give better error message if two passes of the same argument are registered | Chris Lattner |
| 2002-11-19 | Ignore options that are "" | Chris Lattner |
| 2002-11-18 | Add facility to compute peak memory usage | Chris Lattner |
| 2002-11-10 | Fix a problem where bad graphs could be generated | Chris Lattner |
| 2002-11-04 | Allow memory sizes to be negative, eliminate TmpRSS | Chris Lattner |
| 2002-10-28 | Don't #include <Support/*>, #include "Support/*" | Chris Lattner |
| 2002-10-27 | Old GCC's don't have an <ostream> | Chris Lattner |
| 2002-10-18 | Don't emit braces around something without outgoing edges | Chris Lattner |
| 2002-10-17 | Break up the GraphWriter into smaller chunks to be used in different ways | Chris Lattner |
| 2002-10-17 | As wierd as it feels to type it, const void* is more generic than void* | Chris Lattner |
| 2002-10-16 | Allow simple nodes to have outgoing edges | Chris Lattner |
| 2002-10-16 | * Factor printing code again, add emitSimpleNode method | Chris Lattner |
| 2002-10-16 | * Add new DOTGraphTraits::addCustomGraphFeatures method | Chris Lattner |
| 2002-10-16 | * Significantly refactor GraphWriter into a class. | Chris Lattner |
| 2002-10-16 | - Generic graph printing infrastructure changes: | Chris Lattner |
| 2002-10-10 | Expose API to graph library to allow iteration over all nodes, even unreachab... | Chris Lattner |
| 2002-10-10 | * Don't only print out reachable nodes in the graph. | Chris Lattner |
| 2002-10-10 | Add new getGraphProperties that may be specialized by graphs | Chris Lattner |
| 2002-10-07 | Don't rotate paper. | Chris Lattner |
| 2002-10-07 | - Allow printing generic LLVM graphs to 'dot' files, so they can be | Chris Lattner |
| 2002-10-07 | Fix bug in last checkin | Chris Lattner |
| 2002-10-07 | Implement operator= for SuccIterators | Chris Lattner |
| 2002-10-03 | The wall clock timer (implementing using the RTC or cycle counter on x86) is | Chris Lattner |
| 2002-10-01 | Checkin generic interval timer support | Chris Lattner |
| 2002-09-17 | Fix ambiguity problem due to builtin log2(double) function | Chris Lattner |