summaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Add doxygen comment for namespaceChris Lattner2003-06-031-1/+4
* dyn_cast_or_null should work just the same as dyn_cast doesChris Lattner2003-05-291-3/+3
* Remove long dead codeChris Lattner2003-05-221-27/+0
* Add support for a new "CommaSeparated" modifierChris Lattner2003-05-221-3/+15
* Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman2003-05-201-1/+1
* Updates to match recent timer updatesChris Lattner2003-05-091-1/+2
* Add support for the new VarArgInst instruction, reindent some stuffChris Lattner2003-05-081-7/+9
* Revert last checkin. Note that PHI nodes can use basic blocks also!Chris Lattner2003-04-261-1/+8
* Remove long-dead obsolete cruftChris Lattner2003-04-251-10/+2
* Remove support for "targetdata pass ctors"Chris Lattner2003-04-241-2/+1
* Kill unneccesary &*Chris Lattner2003-04-231-1/+1
* Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type.Chris Lattner2003-04-231-2/+2
* Initial checkin of CallSite wrapper for Call/Invoke instructionsChris Lattner2003-02-241-0/+49
* Allow the addition of edge source labelsChris Lattner2003-02-051-1/+4
* Move annotation to support libraryChris Lattner2003-01-141-9/+7
* New files for miscompilation detectionChris Lattner2002-12-231-0/+46
* Give better error message if two passes of the same argument are registeredChris Lattner2002-12-071-2/+6
* Ignore options that are ""Chris Lattner2002-11-191-1/+1
* Add facility to compute peak memory usageChris Lattner2002-11-181-0/+11
* Fix a problem where bad graphs could be generatedChris Lattner2002-11-101-1/+3
* Allow memory sizes to be negative, eliminate TmpRSSChris Lattner2002-11-041-5/+3
* 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