| Commit message (Expand) | Author | Age | Files | Lines |
* | Add doxygen comment for namespace | Chris Lattner | 2003-06-03 | 1 | -1/+4 |
* | dyn_cast_or_null should work just the same as dyn_cast does | Chris Lattner | 2003-05-29 | 1 | -3/+3 |
* | Remove long dead code | Chris Lattner | 2003-05-22 | 1 | -27/+0 |
* | Add support for a new "CommaSeparated" modifier | Chris Lattner | 2003-05-22 | 1 | -3/+15 |
* | Hopefully, the final fix for `[Pp]ropogate'. | Misha Brukman | 2003-05-20 | 1 | -1/+1 |
* | Updates to match recent timer updates | Chris Lattner | 2003-05-09 | 1 | -1/+2 |
* | Add support for the new VarArgInst instruction, reindent some stuff | Chris Lattner | 2003-05-08 | 1 | -7/+9 |
* | Revert last checkin. Note that PHI nodes can use basic blocks also! | Chris Lattner | 2003-04-26 | 1 | -1/+8 |
* | Remove long-dead obsolete cruft | Chris Lattner | 2003-04-25 | 1 | -10/+2 |
* | Remove support for "targetdata pass ctors" | Chris Lattner | 2003-04-24 | 1 | -2/+1 |
* | Kill unneccesary &* | Chris Lattner | 2003-04-23 | 1 | -1/+1 |
* | Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type. | Chris Lattner | 2003-04-23 | 1 | -2/+2 |
* | Initial checkin of CallSite wrapper for Call/Invoke instructions | Chris Lattner | 2003-02-24 | 1 | -0/+49 |
* | Allow the addition of edge source labels | Chris Lattner | 2003-02-05 | 1 | -1/+4 |
* | Move annotation to support library | Chris Lattner | 2003-01-14 | 1 | -9/+7 |
* | New files for miscompilation detection | Chris Lattner | 2002-12-23 | 1 | -0/+46 |
* | Give better error message if two passes of the same argument are registered | Chris Lattner | 2002-12-07 | 1 | -2/+6 |
* | Ignore options that are "" | Chris Lattner | 2002-11-19 | 1 | -1/+1 |
* | Add facility to compute peak memory usage | Chris Lattner | 2002-11-18 | 1 | -0/+11 |
* | Fix a problem where bad graphs could be generated | Chris Lattner | 2002-11-10 | 1 | -1/+3 |
* | Allow memory sizes to be negative, eliminate TmpRSS | Chris Lattner | 2002-11-04 | 1 | -5/+3 |
* | Don't #include <Support/*>, #include "Support/*" | Chris Lattner | 2002-10-28 | 1 | -1/+1 |
* | Old GCC's don't have an <ostream> | Chris Lattner | 2002-10-27 | 1 | -1/+1 |
* | Don't emit braces around something without outgoing edges | Chris Lattner | 2002-10-18 | 1 | -3/+5 |
* | Break up the GraphWriter into smaller chunks to be used in different ways | Chris Lattner | 2002-10-17 | 1 | -10/+17 |
* | As wierd as it feels to type it, const void* is more generic than void* | Chris Lattner | 2002-10-17 | 1 | -9/+19 |
* | Allow simple nodes to have outgoing edges | Chris Lattner | 2002-10-16 | 1 | -5/+16 |
* | * Factor printing code again, add emitSimpleNode method | Chris Lattner | 2002-10-16 | 1 | -8/+29 |
* | * Add new DOTGraphTraits::addCustomGraphFeatures method | Chris Lattner | 2002-10-16 | 2 | -0/+13 |
* | * Significantly refactor GraphWriter into a class. | Chris Lattner | 2002-10-16 | 1 | -41/+69 |
* | - Generic graph printing infrastructure changes: | Chris Lattner | 2002-10-16 | 1 | -18/+19 |
* | Expose API to graph library to allow iteration over all nodes, even unreachab... | Chris Lattner | 2002-10-10 | 1 | -1/+10 |
* | * Don't only print out reachable nodes in the graph. | Chris Lattner | 2002-10-10 | 1 | -7/+7 |
* | Add new getGraphProperties that may be specialized by graphs | Chris Lattner | 2002-10-10 | 1 | -0/+8 |
* | Don't rotate paper. | Chris Lattner | 2002-10-07 | 1 | -2/+1 |
* | - Allow printing generic LLVM graphs to 'dot' files, so they can be | Chris Lattner | 2002-10-07 | 2 | -0/+188 |
* | Fix bug in last checkin | Chris Lattner | 2002-10-07 | 1 | -0/+1 |
* | Implement operator= for SuccIterators | Chris Lattner | 2002-10-07 | 1 | -0/+5 |
* | The wall clock timer (implementing using the RTC or cycle counter on x86) is | Chris Lattner | 2002-10-03 | 1 | -7/+1 |
* | Checkin generic interval timer support | Chris Lattner | 2002-10-01 | 1 | -0/+136 |
* | Fix ambiguity problem due to builtin log2(double) function | Chris Lattner | 2002-09-17 | 1 | -1/+1 |
* | *** empty log message *** | Vikram S. Adve | 2002-09-16 | 1 | -1/+2 |
* | Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96 | Chris Lattner | 2002-09-13 | 1 | -0/+4 |
* | Eliminate the GenericBinaryInst class | Chris Lattner | 2002-09-10 | 1 | -1/+0 |
* | Checkin initial support for automatic memory leak detection routines | Chris Lattner | 2002-09-08 | 1 | -0/+79 |
* | Implement operator== and != for ranges | Chris Lattner | 2002-09-03 | 1 | -0/+9 |
* | Add printing support to ConstantRange class | Chris Lattner | 2002-09-02 | 1 | -0/+14 |
* | Initial implementation of ConstantRange support | Chris Lattner | 2002-09-01 | 1 | -0/+97 |
* | Eliminated the MemAccessInst class, folding contents into GEP class. | Chris Lattner | 2002-08-22 | 1 | -3/+2 |
* | Load & Store Inst now no longer derive from MemAccessInst | Chris Lattner | 2002-08-22 | 1 | -2/+2 |