aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-281-1/+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
* Expose API to graph library to allow iteration over all nodes, even unreachab...Chris Lattner2002-10-101-1/+10
* * 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
* Fix bug in last checkinChris Lattner2002-10-071-0/+1
* Implement operator= for SuccIteratorsChris Lattner2002-10-071-0/+5
* The wall clock timer (implementing using the RTC or cycle counter on x86) isChris Lattner2002-10-031-7/+1
* Checkin generic interval timer supportChris Lattner2002-10-011-0/+136
* Fix ambiguity problem due to builtin log2(double) functionChris Lattner2002-09-171-1/+1
* *** empty log message ***Vikram S. Adve2002-09-161-1/+2
* Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96Chris Lattner2002-09-131-0/+4
* Eliminate the GenericBinaryInst classChris Lattner2002-09-101-1/+0
* Checkin initial support for automatic memory leak detection routinesChris Lattner2002-09-081-0/+79
* Implement operator== and != for rangesChris Lattner2002-09-031-0/+9
* Add printing support to ConstantRange classChris Lattner2002-09-021-0/+14
* Initial implementation of ConstantRange supportChris Lattner2002-09-011-0/+97
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-221-3/+2
* Load & Store Inst now no longer derive from MemAccessInstChris Lattner2002-08-221-2/+2
* Add missing forward declChris Lattner2002-08-211-0/+1
* Remove support for unary instructionsChris Lattner2002-08-141-3/+1
* Simplify interface to parsers.Chris Lattner2002-08-071-92/+77
* Factor PassNameParser out of opt.cpp so that analyze and eventually llc can u...Chris Lattner2002-07-261-0/+106
* *** empty log message ***Chris Lattner2002-07-251-3/+2
* *** empty log message ***Chris Lattner2002-07-251-0/+9
* *** empty log message ***Chris Lattner2002-07-241-3/+7
* Changes to build with GCC 3.1Chris Lattner2002-07-241-11/+11
* Add missing typename's that GCC3.1 is whining about.Chris Lattner2002-07-241-11/+12
* Disable the operator= in ValueChris Lattner2002-07-241-0/+3
* Initial checkinChris Lattner2002-07-231-0/+65
* Add support for removing an option from a genericparserChris Lattner2002-07-231-1/+16
* Change to avoid bug in GCC 3.0.4Chris Lattner2002-07-231-3/+4
* Checkin CommandLine 2.0Chris Lattner2002-07-221-229/+762
* MEGAPATCH checkin.Chris Lattner2002-06-254-80/+304
* Add ability to update existing variables with values read from the command lineChris Lattner2002-05-221-9/+48
* Cleanups, rename IsPowerOf2 to isPowerOf2Chris Lattner2002-05-191-27/+18
* Added log2 for log-base-2 and also modified IsPower2 to use it.Vikram S. Adve2002-05-191-9/+15
* Make sure to call the derived visit versions from the ranged iterator.Chris Lattner2002-05-101-1/+1
* Add explicit abort so optimized build knows that the function does not returnChris Lattner2002-05-101-0/+1
* Update header after moving fileChris Lattner2002-05-071-4/+3