- ec42d98 Ignore configure produced files by Chris Lattner · 21 years ago
- 909f6cf Add new function by Chris Lattner · 21 years ago
- e9f6f2c Update comment at head of file. Also fix C 'typedef struct' nonsense I by Brian Gaeke · 21 years ago
- 620ee02 Add more architectures, and ELF64 stuff. by Brian Gaeke · 21 years ago
- 757c1f9 Fix my sloppiness by Brian Gaeke · 21 years ago
- 6c39a42 ELF constants and data structures. by Brian Gaeke · 21 years ago
- 1cd4c72 Make sure that at least one virtual method is defined in a .cpp file to avoid by Chris Lattner · 21 years ago
- 7c78afe Fix a bug in the densemap that was killing the local allocator, and probably by Chris Lattner · 21 years ago
- 00fa65b Fix typeo. grow() cannot shrink storage. clear() should really nuke storage by Chris Lattner · 21 years ago
- 4d0d864 Add DenseMap template and actually use it for for mapping virtual regs by Alkis Evlogimenos · 21 years ago
- bb92f6f Cygwin defines log2 as a macro. Undef it here IFF it has already been defined, by Brian Gaeke · 21 years ago
- 7b3d73b Use the new LLVM is_class template instead of the boost one, allowing us to by Chris Lattner · 21 years ago
- 5c4d53a Check in a new type_traits header which provides the mysterious is_class by Chris Lattner · 21 years ago
- c50879d Noone cares about similarity to boost by Chris Lattner · 21 years ago
- 95ee9bd DataTypes.h is now output from configure, and shortened by Brian Gaeke · 21 years ago
- a6eb7c1 ThreadSupport.h is now output from configure. by Brian Gaeke · 21 years ago
- cbc20b4 Renamed to hash_set.in; move to using autoconf substitution tags. by Brian Gaeke · 21 years ago
- 6cd5244 Renamed to hash_map.in; move to using autoconf substitution tags. by Brian Gaeke · 21 years ago
- c134395 Renamed from include/Support/iterator. Doxygenify comments; add autoconf substitution tags. by Brian Gaeke · 21 years ago
- 0e67d4c Replaced by include/Support/iterator.in. by Brian Gaeke · 21 years ago
- 9717ee9 Add a new function by Chris Lattner · 21 years ago
- f5c8146 Change the order of the arguments to the ctor, allowing us to make the boolean default to true by Chris Lattner · 21 years ago
- f1e3285 Move a helper class out of bugpoint to here. by Chris Lattner · 21 years ago
- bc79471 Add next() and prior() iterator utility functions. Unlike std::advance by Alkis Evlogimenos · 21 years ago
- a0031cc Update the example here in the header file. by Brian Gaeke · 21 years ago
- 6a6dd6f If a node has more than 64 outgoing edges, make the edges go from the 'truncated' block, by Chris Lattner · 21 years ago
- 71be6db Add global methods that prevent us from using ilist::iterators as by Alkis Evlogimenos · 21 years ago
- 2cca300 One of the 'annoying' things about ilists is that the iterators don't behave by Chris Lattner · 21 years ago
- 5616dc9 Use autoconf answers from config.h (FIXME, should autoconf this file by Brian Gaeke · 21 years ago
- a55e040 fix copy-and-pasto by Chris Lattner · 21 years ago
- 440f87e Revision of Brian's threading support library to be a bit more generic and by Chris Lattner · 21 years ago
- 88fc1b0 Remove ENDIAN_* support. LLVM does not need it anymore. by Chris Lattner · 21 years ago
- d924edb add support for -- for symmetry by Chris Lattner · 21 years ago
- 9e26027 * Add a new helper progress method by Chris Lattner · 21 years ago
- 7a312bc add new function by Chris Lattner · 21 years ago
- cf90277 clarify comments by Chris Lattner · 21 years ago
- a2e9363 New class, useful for command-line interactive programs. by Chris Lattner · 21 years ago
- a7e2321 doxygenify by Chris Lattner · 21 years ago
- 9c4c66e Add new function by Chris Lattner · 21 years ago
- 9899ae3 Further revisions of the FDHandle idea. In this version we use ownership by Chris Lattner · 21 years ago
- 9b448b7 Add trivial exception specs to produce better code since the methods cannot by Chris Lattner · 21 years ago
- 2d6481c Factor FDHandle out of the bytecode reader into the FileUtilities.h support by Chris Lattner · 21 years ago
- 9fc8a3e add new function by Chris Lattner · 21 years ago
- cfde00b This header is dead by Chris Lattner · 21 years ago
- 59e47e3 Lock abstraction, introduced with a view toward making the JIT thread-safe. by Brian Gaeke · 21 years ago
- d2aa7b8 Hrm, how could this compile? by Chris Lattner · 21 years ago
- a140b3c Expose functionality to query if a file is an ELF shared object. by Misha Brukman · 21 years ago
- 9bb2188 A better way to get std::pair into the compiler's little, walnut-sized brain. by Brian Gaeke · 21 years ago
- 6de98f2 This is a hack to make this file compile under g++-3.0.x; by Brian Gaeke · 21 years ago
- 825b02d Fix copy-and-pasteo by Chris Lattner · 21 years ago
- 8b70b78 Fixes for PR114: Thanks to Reid Spencer! by Chris Lattner · 21 years ago
- a3f5f80 Remove needless dependence on boost by Chris Lattner · 21 years ago
- de0579d Add namespace qualifier by Chris Lattner · 21 years ago
- 2d3e1ee Minor cleanups by Chris Lattner · 21 years ago
- e94e0ed Fix faulty namespacification by Chris Lattner · 21 years ago
- fed0b29 Regress to not using the llvm namespace. by John Criswell · 21 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
- f33d00f Add prototypes for CheckMagic, IsArchive, and IsBytecode. by Brian Gaeke · 21 years ago
- 6a9127e VS: ---------------------------------------------------------------------- by Brian Gaeke · 21 years ago
- 278a4ac Patch to fix PR102, contributed by Reid Spencer. by Brian Gaeke · 21 years ago
- 94db570 Provide a specialization of _Alloc_traits, which allows the G++ runtime to avoid by Chris Lattner · 21 years ago
- f0d6b49 Add some ctors for this allocator by Chris Lattner · 21 years ago
- e292da2 Add std::pair tier. This is a much simplified version of boost::tie by Alkis Evlogimenos · 21 years ago
- c2630f7 New file, for use by the pool allocator project by Chris Lattner · 21 years ago
- 1926f69 Escape "'s, which are frequent visitors to C++ types by Chris Lattner · 21 years ago
- 0b64ca3 Apparently my Mac OS X fixes were not entirely compatible with SPARC...hmm. by Brian Gaeke · 21 years ago
- 78e1dcc Add support for utostr(unsigned long) by Brian Gaeke · 21 years ago
- 681453d Pull in stdint.h here, if we have it. Some systems keep by Brian Gaeke · 21 years ago
- 8be7aa1 Remove __STDC_LIMIT_MACROS from here. by Brian Gaeke · 21 years ago
- 60f1445 This #include is no longer necessary by Chris Lattner · 21 years ago
- b2109ce Added LLVM notice. by John Criswell · 21 years ago
- 803f03e This file uses assert and doesn't include anything which already #includes <cassert> by Chris Lattner · 21 years ago
- 1e79609 Add missing default argument by Chris Lattner · 21 years ago
- 9061e99 add support for "external" depth first iterators, which store the 'visited' set by Chris Lattner · 21 years ago
- 4846f4b Extricate the "reverse" support from the depth-first iterator. This is really by Chris Lattner · 21 years ago
- f212e47 Add my abstracted dynamic linker support files. by Brian Gaeke · 21 years ago
- 29f7361 Moved to llvm/include/llvm/Support because it is LLVM-specific. by Misha Brukman · 21 years ago
- aacd3c8 Doxygenize class comments. Add new NamedRegionTimer class by Chris Lattner · 21 years ago
- 27db7e0 Output a very high-precision number by Chris Lattner · 21 years ago
- 4848689 Standardize header file comments by Chris Lattner · 21 years ago
- f474449 Add a file header by Chris Lattner · 21 years ago
- 24ef734 Remove unused header by Chris Lattner · 21 years ago
- 29afb64 Abstracted away the process of running our tools + gcc from bugpoint. by Misha Brukman · 21 years ago
- 516d4b1 Tersified and fixed whitespace (tabs -> spaces). by Misha Brukman · 21 years ago
- e5b3e15 In ExecWait(), made the child process exit if it can't execve() the new by John Criswell · 21 years ago
- e9ba8b3 Added the ExecWait() function. by John Criswell · 21 years ago
- 776f776 Fix spello by Chris Lattner · 21 years ago
- 66622be Added the MakeFileReadable() method. by John Criswell · 21 years ago
- 6991a03 Added the MakeFileExecutable() method. This method takes a filename and by John Criswell · 21 years ago
- 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 22 years ago
- ff8fc07 ELIMINATE the SCC class completely. One less thing deriving from std::vector by Chris Lattner · 22 years ago
- 94d1092 Move the HasLoop method from the SCC class to the iterator class by Chris Lattner · 22 years ago
- b55cae2 * Cleanups by Chris Lattner · 22 years ago
- 22ab2a1 Remove usage of unsigned long: unsigned should be enough! by Chris Lattner · 22 years ago
- ca82e6c This file uses cerr without including <iostream>. Since it's just for debugging, comment it out by Chris Lattner · 22 years ago
- 40c6fb6 Fix compilation problems with G++ 3.4 by Chris Lattner · 22 years ago
- 88d942d Spell `incompatible' correctly. by Misha Brukman · 22 years ago
- 31a6db0 Changes to work better with GCC3.4/LLVM G++ by Chris Lattner · 22 years ago
- 7d8fab9 Remove unused file by Chris Lattner · 22 years ago
- 3c7eb1f Make assertion message more helpful in a case that might happen... by Chris Lattner · 22 years ago