- 7d8fab9 Remove unused file by Chris Lattner · 21 years ago
- 3c7eb1f Make assertion message more helpful in a case that might happen... by Chris Lattner · 21 years ago
- 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
- c48ef2a lib/Support/CommandLine.cpp: by Brian Gaeke · 21 years ago
- b60fe77 hash_map and hash_set: by Misha Brukman · 21 years ago
- 53523e5 Reordered includes to be consistent with the LLVM style. by Misha Brukman · 21 years ago
- 20968a2 Remove extraneous cl:: namespace qualifiers by Chris Lattner · 21 years ago
- 06b06c5 Add support for reading command line arguments from an environment variable. by Brian Gaeke · 21 years ago
- 80d79fa If we can't find INT64_MAX, set it to a reasonable default value, by Brian Gaeke · 21 years ago
- 35d402f Remove references to `bugpoint' from the now-generic system utilities. by Misha Brukman · 21 years ago
- 3d1b0c7 Moved removeFile() and getUniqueFilename() into FileUtilities. by Misha Brukman · 21 years ago
- 2dd93ed Move debugging support out of Statistic.h into Debug.h, implement the new DEBUG_TYPE facilities by Chris Lattner · 21 years ago
- aeac00e Including statistics into an anonymous namespace that gets #included into by Chris Lattner · 21 years ago
- 4181a4f New file by Chris Lattner · 21 years ago
- 9ef719a This file doesn't need this include by Chris Lattner · 21 years ago
- c78022e Enable JIT when the platform supports it. by John Criswell · 21 years ago
- 02a31a5 Fix another accessibility problem illuminated by GCC 3.3 by Chris Lattner · 21 years ago
- d091d85 Fix visibility problem exposed by GCC 3.3 by Chris Lattner · 21 years ago
- d957518 Use the C++ <cassert> header, not the C <assert.h> header by Chris Lattner · 21 years ago
- a44a4cd Add includes of assert by Chris Lattner · 21 years ago
- 32862da Fix accessibility problems GCC 3.3 by Chris Lattner · 21 years ago
- ab63bd1 Add assert.h include by Chris Lattner · 21 years ago
- 9c37f9c Convert to C++ style comments by Chris Lattner · 21 years ago
- 7f90b52 Include vector into these two files to ensure that specializations like by Vikram S. Adve · 21 years ago
- bc0e998 The word `separate' only has one `e'. by Misha Brukman · 21 years ago
- b5c520b Lowercase versions of `occurrence' need to be spelled correctly, too. by Misha Brukman · 21 years ago
- dd6cb6a `Occurrence' has no `a' and the `r' is doubled. by Misha Brukman · 21 years ago
- 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
- d2a6fc3 Add support for 'unsigned' command line arguments by Chris Lattner · 21 years ago
- 680a7c2 Get rid of WORDSIZE macro which can pollute untold numbers of translation units by Chris Lattner · 21 years ago
- 3889a2c Remove a ton of extraneous #includes by Chris Lattner · 21 years ago
- a9f6e4a Regularize the names of #include-guards. by Brian Gaeke · 21 years ago
- ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
- 5c91898 Whoops. I didn't mean to step on John's changes. by Brian Gaeke · 21 years ago
- 6d3b7fa This version supports FreeBSD. by Brian Gaeke · 21 years ago
- a277ca8 Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG. by John Criswell · 21 years ago
- be583b9 Included assert.h so that the code compiles under newer versions of GCC. by John Criswell · 21 years ago
- a3e5764 Made changes suggested by Chris; Renamed 'union' function to unionSetsWith by Sumant Kowshik · 21 years ago
- 0c0583a There are now no uses of NonCopyableV by Chris Lattner · 21 years ago
- bf0ac3f Add doxygen comment for namespace by Chris Lattner · 21 years ago
- 87a991e Implementation of Equivalence Classes by Sumant Kowshik · 21 years ago
- 1ff1da7 dyn_cast_or_null should work just the same as dyn_cast does by Chris Lattner · 21 years ago
- b3b729b Add support for a new "CommaSeparated" modifier by Chris Lattner · 21 years ago
- 806cebc Updates to match recent timer updates by Chris Lattner · 22 years ago
- 011ce8d Allow autoconversion from ilist_iterator<T> to T* in a dyn_cast and friends by Chris Lattner · 22 years ago
- ea0f49e Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type. by Chris Lattner · 22 years ago
- 6f2ec7f Update comment by Chris Lattner · 22 years ago
- 8fb1fe1 Fix problems with BitSetVector that makes it not compile under GCC 3.0 and 2.95 by Chris Lattner · 22 years ago
- 24e03d3 Fix #endif by Chris Lattner · 22 years ago
- a430bc7 Add support for the slist extension by Chris Lattner · 22 years ago
- a329733 Allow the addition of edge source labels by Chris Lattner · 22 years ago
- 7f306c8 Add hash_multimap support by Chris Lattner · 22 years ago
- fd373cb Initial checking: defult the make_vector function by Chris Lattner · 22 years ago
- cb09cc2 Move annotation to support library by Chris Lattner · 22 years ago
- 4a10645 New files for miscompilation detection by Chris Lattner · 22 years ago
- 2a77df3 Fix header by Chris Lattner · 22 years ago
- 1818275 Bug fix in operator==() and in method fini(). by Vikram S. Adve · 22 years ago
- 0e2cf76 Several fixes: by Vikram S. Adve · 22 years ago
- 44a9267 Add facility to compute peak memory usage by Chris Lattner · 22 years ago
- d8a947e Fix warning by Chris Lattner · 22 years ago
- 169f8b8 Add tarj_end() method by Chris Lattner · 22 years ago
- d8d97ce Fix a problem where bad graphs could be generated by Chris Lattner · 22 years ago
- 691cd89 Include HashExtras.h since it is almost always needed anyway. by Vikram S. Adve · 22 years ago
- 45a9116 Make maxSize a private variable, add a size() accessor by Chris Lattner · 22 years ago
- 5f76054 An implementation of the bit-vector representation of sets. by Vikram S. Adve · 22 years ago
- b7843a4 Allow memory sizes to be negative, eliminate TmpRSS by Chris Lattner · 22 years ago
- 5fe9171 Generic graph iterator to enumerate the SCCs of a graph by Vikram S. Adve · 22 years ago
- 4932b31 Statistic class should return const reference to *this, not a reference to by Chris Lattner · 22 years ago
- 4a63b72 Don't #include <Support/*>, #include "Support/*" by Chris Lattner · 22 years ago
- df6f583 Add neccesary #include by Chris Lattner · 22 years ago
- ab77194 Old GCC's don't have an <ostream> by Chris Lattner · 22 years ago
- 137d399 Don't emit braces around something without outgoing edges by Chris Lattner · 22 years ago
- dc05fffe Break up the GraphWriter into smaller chunks to be used in different ways by Chris Lattner · 22 years ago
- a16adb7 As wierd as it feels to type it, const void* is more generic than void* by Chris Lattner · 22 years ago
- 7be17dd Allow simple nodes to have outgoing edges by Chris Lattner · 22 years ago
- 96f5493 * Factor printing code again, add emitSimpleNode method by Chris Lattner · 22 years ago
- 834a9d1 * Add new DOTGraphTraits::addCustomGraphFeatures method by Chris Lattner · 22 years ago
- 8c836ce * Significantly refactor GraphWriter into a class. by Chris Lattner · 22 years ago
- 63a32de - Generic graph printing infrastructure changes: by Chris Lattner · 22 years ago
- d063725 disable the unused "pointer" member by Chris Lattner · 22 years ago
- b38e4fd Add dummy entries to document what members can be added by Chris Lattner · 22 years ago
- f6516da * Don't only print out reachable nodes in the graph. by Chris Lattner · 22 years ago
- e981283 Add new getGraphProperties that may be specialized by graphs by Chris Lattner · 22 years ago
- 9106a58 Don't rotate paper. by Chris Lattner · 22 years ago
- 95b923d - Allow printing generic LLVM graphs to 'dot' files, so they can be by Chris Lattner · 22 years ago
- b0d0f5b The wall clock timer (implementing using the RTC or cycle counter on x86) is by Chris Lattner · 22 years ago
- 96ef1b9 - Rework Statistics: by Chris Lattner · 22 years ago
- 6c38a79 Checkin generic interval timer support by Chris Lattner · 22 years ago
- 16ca2b9 Fix ambiguity problem due to builtin log2(double) function by Chris Lattner · 22 years ago
- 33adbcc Add ilist_iterator constructor from a node reference. by Vikram S. Adve · 22 years ago
- 86bdc54 Fix to work correctly under linux by Chris Lattner · 22 years ago
- 0d0d3ee Add support for MacOS and (hopefully) other BSD derivatives. by Vikram S. Adve · 22 years ago
- dbc436c Tighten up sanity checking by Chris Lattner · 22 years ago
- 9ada838 Try to work well on multiple platforms. by Chris Lattner · 22 years ago
- ff7f701 Add better linux support by using the right macro. This still should be by Chris Lattner · 22 years ago
- 4042332 Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96 by Chris Lattner · 22 years ago
- 96c2ce8 Checkin initial support for automatic memory leak detection routines by Chris Lattner · 22 years ago
- d23a35b Simplify interface to parsers. by Chris Lattner · 22 years ago
- 2440db2 Add support for GCC 3.0.4 by Chris Lattner · 22 years ago
- de32fed GCC 3.1 changes by Chris Lattner · 22 years ago