Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git] / include / llvm / Support / DataTypes.h.in
2014-11-04 Reid KlecknerRename END_WITH_NULL to LLVM_END_WITH_NULL and move...
2014-05-28 Reid KlecknerFix standard integer definitions for MSVC in DataTypes.h
2013-07-26 Reid KlecknerRemove dead or useless header checks from cmake and...
2013-07-04 Aaron BallmanChanging long to int for consistency.
2013-07-04 Aaron BallmanSupporting ssize_t on WIN64 with its proper size. ...
2012-08-08 Bill WendlingRemove OpenBSD defines:
2011-11-05 Benjamin KramerFix pasto.
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-10-11 Daniel DunbarSupport/DataTypes.h: Clean up some types and add matchi...
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-11-29 Michael J. SpencerMerge System into Support.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-08-10 Erick TryzelaarConvert comments to C90-style so llvm-c can import...
2009-07-28 Stefanus Du ToitInclude cmath/math.h in DataTypes.h regardless of wheth...
2008-10-30 Bill WendlingRevert r58411. The user needs to #define this when...
2008-10-30 Bill WendlingRevert part of r58048. It was breaking on SnowLeopard...
2008-10-23 Steve NaroffChanges to make the Windows build work...
2008-10-23 Argyrios KyrtzidisIntroduce INT64_C macro and unbreak LLVM on MSVC.
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-05-07 Jeff CohenUnbreak VC++ build.
2006-11-09 Jim Laskeymath.h creates ambiguity
2006-11-09 Jim Laskeymath.h for C's sake.
2006-11-08 Jim LaskeyMake sure <cmath> comes first
2006-11-08 Jim LaskeyAdd backup support for HUGH_VALF.
2006-04-20 Reid SpencerAdd in missing #defines for _OpenBSD_ systems.
2005-10-26 Jeff CohenEliminate use of sed in Visual Studio builds.
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-01-19 Jeff CohenAdd missing data types for VC++
2004-12-16 Reid SpencerGet rid of inclusion of config.h because this file...
2004-12-09 Jeff CohenFix residual Visual Studio build problems
2004-11-03 Chris Lattnerdefining __STDC_LIMIT_MACROS on the command line is...
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-04 Chris LattnerFix #include flavor
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-07-19 John CriswellAdded support for stdint.h. It is now automatically...
2004-06-04 Chris LattnerAdd some constants for 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-02-23 Brian GaekeDataTypes.h is now output from configure, and shortened