aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support
Commit message (Expand)AuthorAgeFilesLines
* Add facility to compute peak memory usageChris Lattner2002-11-181-0/+11
* Fix warningChris Lattner2002-11-151-3/+1
* Add tarj_end() methodChris Lattner2002-11-101-0/+5
* Fix a problem where bad graphs could be generatedChris Lattner2002-11-101-1/+3
* Include HashExtras.h since it is almost always needed anyway.Vikram S. Adve2002-11-082-0/+4
* Make maxSize a private variable, add a size() accessorChris Lattner2002-11-061-4/+6
* An implementation of the bit-vector representation of sets.Vikram S. Adve2002-11-061-0/+239
* Allow memory sizes to be negative, eliminate TmpRSSChris Lattner2002-11-041-5/+3
* Generic graph iterator to enumerate the SCCs of a graphVikram S. Adve2002-11-041-0/+221
* Statistic class should return const reference to *this, not a reference toChris Lattner2002-10-311-6/+6
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-284-4/+4
* Add neccesary #includeChris Lattner2002-10-271-0/+1
* Old GCC's don't have an <ostream>Chris Lattner2002-10-271-1/+1
* Don't emit braces around something without outgoing edgesChris Lattner2002-10-181-3/+5
* Break up the GraphWriter into smaller chunks to be used in different waysChris Lattner2002-10-171-10/+17
* As wierd as it feels to type it, const void* is more generic than void*Chris Lattner2002-10-171-9/+19
* Allow simple nodes to have outgoing edgesChris Lattner2002-10-161-5/+16
* * Factor printing code again, add emitSimpleNode methodChris Lattner2002-10-161-8/+29
* * Add new DOTGraphTraits::addCustomGraphFeatures methodChris Lattner2002-10-162-0/+13
* * Significantly refactor GraphWriter into a class.Chris Lattner2002-10-161-41/+69
* - Generic graph printing infrastructure changes:Chris Lattner2002-10-161-18/+19
* disable the unused "pointer" memberChris Lattner2002-10-131-1/+3
* Add dummy entries to document what members can be addedChris Lattner2002-10-131-0/+7
* * Don't only print out reachable nodes in the graph.Chris Lattner2002-10-101-7/+7
* Add new getGraphProperties that may be specialized by graphsChris Lattner2002-10-101-0/+8
* Don't rotate paper.Chris Lattner2002-10-071-2/+1
* - Allow printing generic LLVM graphs to 'dot' files, so they can beChris Lattner2002-10-072-0/+188
* The wall clock timer (implementing using the RTC or cycle counter on x86) isChris Lattner2002-10-031-7/+1
* - Rework Statistics:Chris Lattner2002-10-012-97/+12
* Checkin generic interval timer supportChris Lattner2002-10-011-0/+136
* Fix ambiguity problem due to builtin log2(double) functionChris Lattner2002-09-171-1/+1
* Add ilist_iterator constructor from a node reference.Vikram S. Adve2002-09-161-0/+1
* Fix to work correctly under linuxChris Lattner2002-09-141-9/+18
* Add support for MacOS and (hopefully) other BSD derivatives.Vikram S. Adve2002-09-141-1/+5
* Tighten up sanity checkingChris Lattner2002-09-131-3/+1
* Try to work well on multiple platforms.Chris Lattner2002-09-131-4/+12
* Add better linux support by using the right macro. This still should beChris Lattner2002-09-131-1/+1
* Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96Chris Lattner2002-09-131-0/+4
* Checkin initial support for automatic memory leak detection routinesChris Lattner2002-09-081-0/+79
* Simplify interface to parsers.Chris Lattner2002-08-071-92/+77
* Add support for GCC 3.0.4Chris Lattner2002-07-252-0/+26
* GCC 3.1 changesChris Lattner2002-07-252-1/+8
* GCC 3.1 fixesChris Lattner2002-07-244-8/+24
* Changes to build with GCC 3.1Chris Lattner2002-07-242-14/+16
* Use the new include/Support/iterator fileChris Lattner2002-07-241-8/+3
* Add forward_iterator wrapperChris Lattner2002-07-241-0/+7
* Add another GCC2.95->3.1 compatibility headerChris Lattner2002-07-241-0/+36
* Spiff up the header filesChris Lattner2002-07-242-0/+25
* Move hash_* extension headers from ext/ to Support/ so that we can supportChris Lattner2002-07-243-1/+13
* Changes to make it GCC 3.1 compatibleChris Lattner2002-07-241-3/+20