aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support
AgeCommit message (Expand)Author
2002-11-19Ignore options that are ""Chris Lattner
2002-11-18Add facility to compute peak memory usageChris Lattner
2002-11-10Fix a problem where bad graphs could be generatedChris Lattner
2002-11-04Allow memory sizes to be negative, eliminate TmpRSSChris Lattner
2002-10-28Don't #include <Support/*>, #include "Support/*"Chris 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-10Expose 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-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-07Fix bug in last checkinChris Lattner
2002-10-07Implement operator= for SuccIteratorsChris Lattner
2002-10-03The wall clock timer (implementing using the RTC or cycle counter on x86) isChris Lattner
2002-10-01Checkin generic interval timer supportChris Lattner
2002-09-17Fix ambiguity problem due to builtin log2(double) functionChris Lattner
2002-09-16*** empty log message ***Vikram S. Adve
2002-09-13Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96Chris Lattner
2002-09-10Eliminate the GenericBinaryInst classChris Lattner
2002-09-08Checkin initial support for automatic memory leak detection routinesChris Lattner
2002-09-03Implement operator== and != for rangesChris Lattner
2002-09-02Add printing support to ConstantRange classChris Lattner
2002-09-01Initial implementation of ConstantRange supportChris Lattner
2002-08-22Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner
2002-08-22Load & Store Inst now no longer derive from MemAccessInstChris Lattner
2002-08-21Add missing forward declChris Lattner
2002-08-14Remove support for unary instructionsChris Lattner
2002-08-07Simplify interface to parsers.Chris Lattner
2002-07-26Factor PassNameParser out of opt.cpp so that analyze and eventually llc can u...Chris Lattner
2002-07-25*** empty log message ***Chris Lattner
2002-07-25*** empty log message ***Chris Lattner
2002-07-24*** empty log message ***Chris Lattner
2002-07-24Changes to build with GCC 3.1Chris Lattner
2002-07-24Add missing typename's that GCC3.1 is whining about.Chris Lattner
2002-07-24Disable the operator= in ValueChris Lattner
2002-07-23Initial checkinChris Lattner
2002-07-23Add support for removing an option from a genericparserChris Lattner
2002-07-23Change to avoid bug in GCC 3.0.4Chris Lattner
2002-07-22Checkin CommandLine 2.0Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-22Add ability to update existing variables with values read from the command lineChris Lattner
2002-05-19Cleanups, rename IsPowerOf2 to isPowerOf2Chris Lattner