aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/DataTypes.h.cmake
Commit message (Expand)AuthorAgeFilesLines
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-261-3/+0
* Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cour...Aaron Ballman2013-07-041-1/+5
* Remove OpenBSD defines:Bill Wendling2012-08-081-12/+0
* Fix warnings when building with VS11.Michael J. Spencer2012-03-111-0/+3
* Fix pasto.Benjamin Kramer2011-11-051-2/+2
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-051-0/+15
* Support/DataTypes.h: Clean up some types and add matching (but presumablyDaniel Dunbar2011-10-111-1/+3
* Add -D__STDC_FORMAT_MACROS to use PRIx64.NAKAMURA Takumi2011-10-111-0/+5
* DataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats -2147483648 as -(2147...NAKAMURA Takumi2011-08-111-1/+2
* Merge System into Support.Michael J. Spencer2010-11-291-0/+189
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-152/+0
* Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u...Douglas Gregor2009-10-011-5/+2
* Convert comments to C90-style so llvm-c can import DataTypes.h.Erick Tryzelaar2009-08-101-28/+31
* Include cmath/math.h in DataTypes.h regardless of whether MSVC is being used.Stefanus Du Toit2009-07-281-6/+6
* Attempt to fix BuildBot breakage with MSVC.Eli Friedman2009-07-221-0/+5
* CMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in.Oscar Fuentes2008-10-251-0/+13
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+134