summaryrefslogtreecommitdiff
path: root/include/Support
Commit message (Expand)AuthorAge
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-28
* Add neccesary #includeChris Lattner2002-10-27
* Old GCC's don't have an <ostream>Chris Lattner2002-10-27
* Don't emit braces around something without outgoing edgesChris Lattner2002-10-18
* Break up the GraphWriter into smaller chunks to be used in different waysChris Lattner2002-10-17
* As wierd as it feels to type it, const void* is more generic than void*Chris Lattner2002-10-17
* Allow simple nodes to have outgoing edgesChris Lattner2002-10-16
* * Factor printing code again, add emitSimpleNode methodChris Lattner2002-10-16
* * Add new DOTGraphTraits::addCustomGraphFeatures methodChris Lattner2002-10-16
* * Significantly refactor GraphWriter into a class.Chris Lattner2002-10-16
* - Generic graph printing infrastructure changes:Chris Lattner2002-10-16
* disable the unused "pointer" memberChris Lattner2002-10-13
* Add dummy entries to document what members can be addedChris Lattner2002-10-13
* * Don't only print out reachable nodes in the graph.Chris Lattner2002-10-10
* Add new getGraphProperties that may be specialized by graphsChris Lattner2002-10-10
* Don't rotate paper.Chris Lattner2002-10-07
* - Allow printing generic LLVM graphs to 'dot' files, so they can beChris Lattner2002-10-07
* The wall clock timer (implementing using the RTC or cycle counter on x86) isChris Lattner2002-10-03
* - Rework Statistics:Chris Lattner2002-10-01
* Checkin generic interval timer supportChris Lattner2002-10-01
* Fix ambiguity problem due to builtin log2(double) functionChris Lattner2002-09-17
* Add ilist_iterator constructor from a node reference.Vikram S. Adve2002-09-16
* Fix to work correctly under linuxChris Lattner2002-09-14
* Add support for MacOS and (hopefully) other BSD derivatives.Vikram S. Adve2002-09-14
* Tighten up sanity checkingChris Lattner2002-09-13
* Try to work well on multiple platforms.Chris Lattner2002-09-13
* Add better linux support by using the right macro. This still should beChris Lattner2002-09-13
* Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96Chris Lattner2002-09-13
* Checkin initial support for automatic memory leak detection routinesChris Lattner2002-09-08
* Simplify interface to parsers.Chris Lattner2002-08-07
* Add support for GCC 3.0.4Chris Lattner2002-07-25
* GCC 3.1 changesChris Lattner2002-07-25
* GCC 3.1 fixesChris Lattner2002-07-24
* Changes to build with GCC 3.1Chris Lattner2002-07-24
* Use the new include/Support/iterator fileChris Lattner2002-07-24
* Add forward_iterator wrapperChris Lattner2002-07-24
* Add another GCC2.95->3.1 compatibility headerChris Lattner2002-07-24
* Spiff up the header filesChris Lattner2002-07-24
* Move hash_* extension headers from ext/ to Support/ so that we can supportChris Lattner2002-07-24
* Changes to make it GCC 3.1 compatibleChris Lattner2002-07-24
* Add missing typename's that GCC3.1 is whining about.Chris Lattner2002-07-24
* Disable the operator= in ValueChris Lattner2002-07-24
* Initial checkinChris Lattner2002-07-23
* Add support for removing an option from a genericparserChris Lattner2002-07-23
* Change to avoid bug in GCC 3.0.4Chris Lattner2002-07-23
* Checkin CommandLine 2.0Chris Lattner2002-07-22
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Implement DataTypes.h in terms of inttypes.hChris Lattner2002-05-23
* Implement a new command line option, -debug, which is meant to unify all ofChris Lattner2002-05-22