cleanup some long-dead code
[oota-llvm.git] / include / Support /
2004-04-02 Chris LattnerIgnore configure produced files
2004-04-02 Chris LattnerAdd new function
2004-02-29 Brian GaekeUpdate comment at head of file. Also fix C 'typedef...
2004-02-29 Brian GaekeAdd more architectures, and ELF64 stuff.
2004-02-28 Brian GaekeFix my sloppiness
2004-02-28 Brian GaekeELF constants and data structures.
2004-02-26 Chris LattnerMake sure that at least one virtual method is defined...
2004-02-26 Chris LattnerFix a bug in the densemap that was killing the local...
2004-02-26 Chris LattnerFix typeo. grow() cannot shrink storage. clear()...
2004-02-25 Alkis EvlogimenosAdd DenseMap template and actually use it for for mappi...
2004-02-25 Brian GaekeCygwin defines log2 as a macro. Undef it here IFF it...
2004-02-24 Chris LattnerUse the new LLVM is_class template instead of the boost...
2004-02-24 Chris LattnerCheck in a new type_traits header which provides the...
2004-02-24 Chris LattnerNoone cares about similarity to boost
2004-02-23 Brian GaekeDataTypes.h is now output from configure, and shortened
2004-02-23 Brian GaekeThreadSupport.h is now output from configure.
2004-02-23 Brian GaekeRenamed to hash_set.in; move to using autoconf substitu...
2004-02-23 Brian GaekeRenamed to hash_map.in; move to using autoconf substitu...
2004-02-23 Brian GaekeRenamed from include/Support/iterator. Doxygenify comme...
2004-02-23 Brian GaekeReplaced by include/Support/iterator.in.
2004-02-19 Chris LattnerAdd a new function
2004-02-18 Chris LattnerChange the order of the arguments to the ctor, allowing...
2004-02-18 Chris LattnerMove a helper class out of bugpoint to here.
2004-02-14 Alkis EvlogimenosAdd next() and prior() iterator utility functions....
2004-02-13 Brian GaekeUpdate the example here in the header file.
2004-02-11 Chris LattnerIf a node has more than 64 outgoing edges, make the...
2004-02-09 Alkis EvlogimenosAdd global methods that prevent us from using ilist...
2004-02-08 Chris LattnerOne of the 'annoying' things about ilists is that the...
2004-02-06 Brian GaekeUse autoconf answers from config.h (FIXME, should autoc...
2004-01-17 Chris Lattnerfix copy-and-pasto
2004-01-17 Chris LattnerRevision of Brian's threading support library to be...
2004-01-15 Chris LattnerRemove ENDIAN_* support. LLVM does not need it anymore.
2004-01-14 Chris Lattneradd support for -- for symmetry
2003-12-31 Chris Lattner* Add a new helper progress method
2003-12-31 Chris Lattneradd new function
2003-12-31 Chris Lattnerclarify comments
2003-12-31 Chris LattnerNew class, useful for command-line interactive programs.
2003-12-31 Chris Lattnerdoxygenify
2003-12-30 Chris LattnerAdd new function
2003-12-30 Chris LattnerFurther revisions of the FDHandle idea. In this versio...
2003-12-29 Chris LattnerAdd trivial exception specs to produce better code...
2003-12-29 Chris LattnerFactor FDHandle out of the bytecode reader into the...
2003-12-29 Chris Lattneradd new function
2003-12-15 Chris LattnerThis header is dead
2003-12-01 Brian GaekeLock abstraction, introduced with a view toward making...
2003-11-29 Chris LattnerHrm, how could this compile?
2003-11-24 Misha BrukmanExpose functionality to query if a file is an ELF share...
2003-11-23 Brian GaekeA better way to get std::pair into the compiler's littl...
2003-11-23 Brian GaekeThis is a hack to make this file compile under g++...
2003-11-17 Chris LattnerFix copy-and-pasteo
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-13 Chris LattnerRemove needless dependence on boost
2003-11-13 Chris LattnerAdd namespace qualifier
2003-11-13 Chris LattnerMinor cleanups
2003-11-12 Chris LattnerFix faulty namespacification
2003-11-12 John CriswellRegress to not using the llvm namespace.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Brian GaekeAdd prototypes for CheckMagic, IsArchive, and IsBytecode.
2003-11-11 Brian Gaeke VS: ---------------------------------------------...
2003-11-10 Brian GaekePatch to fix PR102, contributed by Reid Spencer.
2003-11-07 Chris LattnerProvide a specialization of _Alloc_traits, which allows...
2003-11-07 Chris LattnerAdd some ctors for this allocator
2003-11-05 Alkis EvlogimenosAdd std::pair tier. This is a much simplified version...
2003-11-04 Chris LattnerNew file, for use by the pool allocator project
2003-10-31 Chris LattnerEscape "'s, which are frequent visitors to C++ types
2003-10-30 Brian GaekeApparently my Mac OS X fixes were not entirely compatib...
2003-10-29 Brian GaekeAdd support for utostr(unsigned long)
2003-10-29 Brian GaekePull in stdint.h here, if we have it. Some systems...
2003-10-28 Brian GaekeRemove __STDC_LIMIT_MACROS from here.
2003-10-20 Chris LattnerThis #include is no longer necessary
2003-10-20 John CriswellAdded LLVM notice.
2003-10-15 Chris LattnerThis file uses assert and doesn't include anything...
2003-10-13 Chris LattnerAdd missing default argument
2003-10-13 Chris Lattneradd support for "external" depth first iterators, which...
2003-10-13 Chris LattnerExtricate the "reverse" support from the depth-first...
2003-10-10 Brian GaekeAdd my abstracted dynamic linker support files.
2003-10-06 Misha BrukmanMoved to llvm/include/llvm/Support because it is LLVM...
2003-10-06 Chris LattnerDoxygenize class comments. Add new NamedRegionTimer...
2003-10-05 Chris LattnerOutput a very high-precision number
2003-09-30 Chris LattnerStandardize header file comments
2003-09-30 Chris LattnerAdd a file header
2003-09-30 Chris LattnerRemove unused header
2003-09-29 Misha BrukmanAbstracted away the process of running our tools +...
2003-09-29 Misha BrukmanTersified and fixed whitespace (tabs -> spaces).
2003-09-17 John CriswellIn ExecWait(), made the child process exit if it can...
2003-09-17 John CriswellAdded the ExecWait() function.
2003-09-10 Chris LattnerFix spello
2003-09-02 John CriswellAdded the MakeFileReadable() method.
2003-09-02 John CriswellAdded the MakeFileExecutable() method. This method...
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerELIMINATE the SCC class completely. One less thing...
2003-08-31 Chris LattnerMove the HasLoop method from the SCC class to the itera...
2003-08-31 Chris Lattner* Cleanups
2003-08-31 Chris LattnerRemove usage of unsigned long: unsigned should be enough!
2003-08-31 Chris LattnerThis file uses cerr without including <iostream>. ...
2003-08-29 Chris LattnerFix compilation problems with G++ 3.4
2003-08-27 Misha BrukmanSpell `incompatible' correctly.
2003-08-22 Chris LattnerChanges to work better with GCC3.4/LLVM G++
2003-08-21 Chris LattnerRemove unused file
2003-08-19 Chris LattnerMake assertion message more helpful in a case that...
next