Make the text of this file a little more useful.
[oota-llvm.git] / include / Support /
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-27 Alkis EvlogimenosAdd size member function.
2004-08-26 Alkis EvlogimenosAdd default index functor (an identity functor). You...
2004-08-18 Misha BrukmanInstead of int64_t, overload itostr with `long long...
2004-08-17 Chris LattnerAdd an overload
2004-08-17 Misha BrukmanAdd itostr(long) for our furry 64-bit friends.
2004-08-13 Reid SpencerAllow any cl::opt to use the method getPosition() to...
2004-07-29 Brian GaekeFix typo in comment.
2004-07-25 Chris LattnerAdd back() and pop_back() methods to SetVector
2004-07-24 Chris LattnerAdd support for killing the program if it executes...
2004-07-21 Brian GaekeInclude <iostream> here, because most people using...
2004-07-21 Alkis EvlogimenosAdd greater_ptr functor.
2004-07-21 Brian GaekeAdd prototypes for platform-independent wrappers for...
2004-07-20 Misha BrukmanUse C++-style <cstdio> instead of C-style <stdio.h>
2004-07-20 Misha BrukmanDump the old-fashioned C-style <ctype.h> in favor of...
2004-07-20 Misha Brukmanisupper() and tolower() are declared in <ctype.h>
2004-07-19 John CriswellAdded support for stdint.h. It is now automatically...
2004-07-16 Chris LattnerAdd a new macro to be used for the end of enum lists.
2004-07-15 Chris LattnerGive SetVector range support
2004-07-12 Chris LattnerFix warning compiling with VC++
2004-07-11 Chris LattnerProvide better support for pointer-valued command line...
2004-07-11 Chris LattnerAdd a new header
2004-07-08 Reid SpencerGet rid of some cruft in the insert method.
2004-07-08 Reid SpencerFirst version of a vector with uniqueness constraints...
2004-07-04 Alkis EvlogimenosAdd more operators.
2004-06-27 Chris LattnerGet rid of Annotable's vtable. If anyone deletes an...
2004-06-25 Chris LattnerUnbreak the build. tsk tsk
2004-06-24 Misha BrukmanAdd a LowercaseString() utility function, courtesy...
2004-06-23 Brian GaekeProvide prototypes for IsNAN() wrapper.
2004-06-04 Chris LattnerAdd some constants for VC
2004-06-04 Chris LattnerFix a *really* dumb warning on VC
2004-06-04 Chris LattnerGCC doesn't like prefix form of cast with two identifie...
2004-06-04 Chris LattnerSilence a warning
2004-06-04 Chris LattnerAdd ssize_t for VC++
2004-06-04 Chris LattnerAdd more needed typedefs
2004-06-04 Chris LattnerAdd explicit casts to silence warnings. There is no...
2004-06-04 Chris LattnerMake this work with VC++
2004-06-03 Chris LattnerThe prototype for ParseCommandLineOptions changed at...
2004-06-03 Chris LattnerOnly use the non-standards-compliant std::distance...
2004-06-02 Chris LattnerAdd a new CopyFile function
2004-05-30 Alkis EvlogimenosAdd comparator useful for natural comparisons on collec...
2004-05-28 Chris LattnerAdd a new function for the JIT
2004-05-28 Chris LattnerAdd a pair of functions to hide system specific details...
2004-05-27 Chris LattnerBeta-test moving a header from include/Support into...
2004-05-23 Vikram S. AdveRemember the set of leaders. Also compute on demand...
2004-05-07 Chris LattnerAdd the enum corresponding to the source change I made...
2004-05-05 Brian GaekeMove the stuff that fixes the size, orientation & fonts...
2004-04-21 Alkis EvlogimenosDeclare iterator as public since it is defined as such...
2004-04-16 Brian GaekeSwitch to including <iostream> for compatibility with...
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!
next