ADd support for TargetGlobalAddress nodes
[oota-llvm.git] / include / llvm / Support /
2005-08-17 Jim Laskeyinclude/llvm/Support/MathExtras.h
2005-08-17 Jim LaskeyAdded support for converting raw bits to FP, and FP...
2005-08-03 Chris LattnerFix an obvious bug in the Log2 stuff that broke SingleS...
2005-08-03 Chris LattnerWrap comments to 80 cols, fix code sequence for CountLe...
2005-08-03 Chris LattnerFix another bug in the clz patch that caused miscompila...
2005-08-02 Chris LattnerFix the non-gcc 4.0 paths for countleadingzeros
2005-08-02 Chris LattnerFix inverted conditionals
2005-08-02 Chris LattnerFix the non-gcc 4.0 path to compile
2005-08-02 Chris LattnerConsolidate all of the various log2 computing functions...
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-12 Reid SpencerFor PR540:
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-06-18 Andrew Lenharthheader file changes for varargs
2005-06-18 Reid SpencerMake sure a variable is initialized before use to clean...
2005-06-17 Chris Lattnersilence a huge number of bogus warnings with GCC 4...
2005-06-15 Reid SpencerDon't lie to the casual reader about Value subclassing...
2005-05-15 Reid SpencerSome cleanups for compilation with GCC 4.0.0 to remove...
2005-05-06 Chris LattnerAdd support for explicit calling conventions
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Reid SpencerChange some old-style casts to C++ style casts to avoid...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-09 Chris LattnerUse static_cast and #include Instructions.h
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...
next