aboutsummaryrefslogtreecommitdiff
path: root/include/Support
AgeCommit message (Expand)Author
2003-01-28Initial checking: defult the make_vector functionChris Lattner
2003-01-14Move annotation to support libraryChris Lattner
2002-12-23New files for miscompilation detectionChris Lattner
2002-12-12Fix headerChris Lattner
2002-12-06Bug fix in operator==() and in method fini().Vikram S. Adve
2002-11-27Several fixes:Vikram S. Adve
2002-11-18Add facility to compute peak memory usageChris Lattner
2002-11-15Fix warningChris Lattner
2002-11-10Add tarj_end() methodChris Lattner
2002-11-10Fix a problem where bad graphs could be generatedChris Lattner
2002-11-08Include HashExtras.h since it is almost always needed anyway.Vikram S. Adve
2002-11-06Make maxSize a private variable, add a size() accessorChris Lattner
2002-11-06An implementation of the bit-vector representation of sets.Vikram S. Adve
2002-11-04Allow memory sizes to be negative, eliminate TmpRSSChris Lattner
2002-11-04Generic graph iterator to enumerate the SCCs of a graphVikram S. Adve
2002-10-31Statistic class should return const reference to *this, not a reference toChris Lattner
2002-10-28Don't #include <Support/*>, #include "Support/*"Chris Lattner
2002-10-27Add neccesary #includeChris Lattner
2002-10-27Old GCC's don't have an <ostream>Chris Lattner
2002-10-18Don't emit braces around something without outgoing edgesChris Lattner
2002-10-17Break up the GraphWriter into smaller chunks to be used in different waysChris Lattner
2002-10-17As wierd as it feels to type it, const void* is more generic than void*Chris Lattner
2002-10-16Allow simple nodes to have outgoing edgesChris Lattner
2002-10-16 * Factor printing code again, add emitSimpleNode methodChris Lattner
2002-10-16 * Add new DOTGraphTraits::addCustomGraphFeatures methodChris Lattner
2002-10-16 * Significantly refactor GraphWriter into a class.Chris Lattner
2002-10-16 - Generic graph printing infrastructure changes:Chris Lattner
2002-10-13disable the unused "pointer" memberChris Lattner
2002-10-13Add dummy entries to document what members can be addedChris Lattner
2002-10-10* Don't only print out reachable nodes in the graph.Chris Lattner
2002-10-10Add new getGraphProperties that may be specialized by graphsChris Lattner
2002-10-07Don't rotate paper.Chris Lattner
2002-10-07 - Allow printing generic LLVM graphs to 'dot' files, so they can beChris Lattner
2002-10-03The wall clock timer (implementing using the RTC or cycle counter on x86) isChris Lattner
2002-10-01 - Rework Statistics:Chris Lattner
2002-10-01Checkin generic interval timer supportChris Lattner
2002-09-17Fix ambiguity problem due to builtin log2(double) functionChris Lattner
2002-09-16Add ilist_iterator constructor from a node reference.Vikram S. Adve
2002-09-14Fix to work correctly under linuxChris Lattner
2002-09-14Add support for MacOS and (hopefully) other BSD derivatives.Vikram S. Adve
2002-09-13Tighten up sanity checkingChris Lattner
2002-09-13Try to work well on multiple platforms.Chris Lattner
2002-09-13Add better linux support by using the right macro. This still should beChris Lattner
2002-09-13Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96Chris Lattner
2002-09-08Checkin initial support for automatic memory leak detection routinesChris Lattner
2002-08-07Simplify interface to parsers.Chris Lattner
2002-07-25Add support for GCC 3.0.4Chris Lattner
2002-07-25GCC 3.1 changesChris Lattner
2002-07-24GCC 3.1 fixesChris Lattner
2002-07-24Changes to build with GCC 3.1Chris Lattner