summaryrefslogtreecommitdiff
path: root/include/llvm/Support/DataTypes.h.cmake
Commit message (Expand)AuthorAge
* Fix standard integer definitions for MSVC in DataTypes.hReid Kleckner2014-05-28
* Remove dead or useless header checks from cmake and autoconfReid Kleckner2013-07-26
* Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cour...Aaron Ballman2013-07-04
* Remove OpenBSD defines:Bill Wendling2012-08-08
* Fix warnings when building with VS11.Michael J. Spencer2012-03-11
* Fix pasto.Benjamin Kramer2011-11-05
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-05
* Support/DataTypes.h: Clean up some types and add matching (but presumablyDaniel Dunbar2011-10-11
* Add -D__STDC_FORMAT_MACROS to use PRIx64.NAKAMURA Takumi2011-10-11
* DataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats -2147483648 as -(2147...NAKAMURA Takumi2011-08-11
* Merge System into Support.Michael J. Spencer2010-11-29
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u...Douglas Gregor2009-10-01
* Convert comments to C90-style so llvm-c can import DataTypes.h.Erick Tryzelaar2009-08-10
* Include cmath/math.h in DataTypes.h regardless of whether MSVC is being used.Stefanus Du Toit2009-07-28
* Attempt to fix BuildBot breakage with MSVC.Eli Friedman2009-07-22
* CMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in.Oscar Fuentes2008-10-25
* Initial support for the CMake build system.Oscar Fuentes2008-09-22