Delete the really inefficient method: void remove(const Type* Typ);
[oota-llvm.git] / include / llvm / Support /
2005-02-27 Chris LattnerFix this to create a recursive mutex. Patch by Evan...
2005-02-27 Chris LattnerRename include guard, patch contributed by Evan Jones!
2005-02-13 Chris LattnerMove private helper function into the only .cpp file...
2005-02-01 Chris LattnerSwitch from using an ilist for uses to using a custom...
2005-01-29 Chris LattnerThere is no reason to include ostream here, include...
2005-01-29 Chris LattnerFix quotes.
2005-01-29 Jeff CohenUnbreak VC++ build
2005-01-29 Chris LattnerMemory used is a delta between memuse at the start...
2005-01-23 Chris LattnerRemove two dead methods and improve the comments for...
2005-01-23 Chris LattnerNew method.
2005-01-22 Jeff CohenFix VC++ complaint
2005-01-20 Chris LattnerApparently destroyFile() now throws an exception. ...
2005-01-19 Jeff CohenAdd missing data types for VC++
2005-01-13 Chris LattnerAdd a method
2005-01-11 Chris LattnerAdd support for bottom-up graphs.
2005-01-10 Chris LattnerAdd a helper method
2005-01-08 Jeff CohenUse size_t instead of long to represent memory usage...
2005-01-02 Reid SpencerMake printing a warning message optional in CheckByteco...
2005-01-01 Reid SpencerImplement a function to print a warning if bytecode...
2004-12-22 Reid SpencerFor PR351:
2004-12-21 Jeff CohenFix VC++ compilation error
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Reid SpencerGet rid of inclusion of config.h because this file...
2004-12-15 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerAdded a size_type typedef to LLVM containers to make...
2004-12-13 Reid SpencerRemove commented out functions that have been replaced...
2004-12-13 Reid SpencerFor PR351:Remove the file type checking methods (now...
2004-12-09 Jeff CohenFix residual Visual Studio build problems
2004-12-05 Reid SpencerMake a const method const
2004-11-25 Reid SpencerRestrict the interface to not allow algorithm selection
2004-11-22 John CriswellMoved into the poolalloc tree.
2004-11-21 Chris LattnerIgnore generated files
2004-11-18 Chris LattnerUpdate comments, now that CPR's are gone, inline the...
2004-11-16 Reid SpencerStandardize on 'class' instead of 'struct'. Gets rid...
2004-11-16 Reid SpencerPer code review:
2004-11-14 Reid SpencerLinker is its own module now. Moved to include/llvm...
2004-11-14 Reid SpencerAdd higher level interface to simplify use of Compressor
2004-11-14 Reid SpencerAdd the MoreHelp function pointer. If non-null, this...
2004-11-13 Chris LattnerAdd useful method, minor cleanups
2004-11-13 Chris LattnerAdd support for shifts
2004-11-03 Chris Lattnerdefining __STDC_LIMIT_MACROS on the command line is...
2004-10-28 John CriswellCommented out the _Alloc_traits specialization entirely...
2004-10-28 John CriswellOnly add the _Alloc_traits specialization in if we...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-26 Chris LattnerFix header
2004-10-26 Misha Brukman* DataTypesFix.h moved to AIXDataTypesFix.h
2004-10-25 Chris LattnerPatch to support MSVC better, contributed by Morten...
2004-10-18 Misha BrukmanMove code to redefine INT64_{MIN,MAX} on AIX/PowerPC...
2004-10-18 Misha Brukman* AIX on Power defines INT64_MIN and INT64_MAX in ways...
2004-10-16 Chris LattnerAdd support for the unreachable instruction
2004-10-04 Chris LattnerFix #include flavor
2004-10-04 Reid SpencerAdd a context for the callback so different compression...
2004-10-04 Reid SpencerFirst version of a support utility to provide generaliz...
2004-09-24 John CriswellUpdated the last two header files so that they are...
2004-09-24 John CriswellConfigure Datatypes.h.in with AC_CONFIG_HEADERS. This...
2004-09-03 Misha BrukmanI was actually wrong in my "simplification".
2004-09-03 Misha BrukmanSimplify check for uint64_t and u_int64_t
2004-09-03 Reid SpencerProvide correct definition of uint64_t for platforms...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-17 Chris LattnerAdd an overload
2004-08-17 Chris LattnerAllow an arbitrary prefix.
2004-08-13 Reid SpencerAllow any cl::opt to use the method getPosition() to...
2004-08-04 Chris LattnerMinor efficiency improvements
2004-07-30 Misha BrukmanEnable compilation.
2004-07-30 Chris LattnerCheck in some useful helper routines for doing ML-style...
2004-07-24 Chris LattnerProvide timeout values to all abstract interpreters
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 Brian GaekeAdd prototypes for platform-independent wrappers for...
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-11 Chris LattnerProvide better support for pointer-valued command line...
2004-07-11 Chris LattnerAdd a new header
2004-07-08 Chris LattnerAdd a new method
2004-06-27 Chris LattnerGet rid of Annotable's vtable. If anyone deletes an...
2004-06-23 Brian GaekeProvide prototypes for IsNAN() wrapper.
2004-06-19 Chris LattnerInitial checkin of the StableBasicBlockNumbering, a...
2004-06-05 Chris LattnerWarning foo
2004-06-04 Chris LattnerAdd some constants for VC
2004-06-04 Chris LattnerFix a *really* dumb warning on VC
2004-06-04 Chris LattnerAdd ssize_t for VC++
2004-06-04 Chris LattnerAdd more needed typedefs
2004-06-04 Chris LattnerMake this work with VC++
2004-06-03 Chris LattnerThe prototype for ParseCommandLineOptions changed at...
2004-06-02 Chris LattnerAdd a new CopyFile function
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-25 Reid SpencerRemoved unused, useless header file.
2004-05-23 Alkis EvlogimenosRemove virtual destructor from InstVisitor. This class...
2004-05-23 Vikram S. AdveAdd getCaller() method.
2004-05-21 Chris LattnerStarting an identifier with an _ is not legal C/C+...
2004-05-07 Chris LattnerAdd the enum corresponding to the source change I made...
next