index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
DataTypes.h.cmake
Age
Commit message (
Expand
)
Author
2012-08-08
Remove OpenBSD defines:
Bill Wendling
2012-03-11
Fix warnings when building with VS11.
Michael J. Spencer
2011-11-05
Fix pasto.
Benjamin Kramer
2011-11-05
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-10-11
Support/DataTypes.h: Clean up some types and add matching (but presumably
Daniel Dunbar
2011-10-11
Add -D__STDC_FORMAT_MACROS to use PRIx64.
NAKAMURA Takumi
2011-08-11
DataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats -2147483648 as -(2147...
NAKAMURA Takumi
2010-11-29
Merge System into Support.
Michael J. Spencer
2009-10-26
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-01
Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u...
Douglas Gregor
2009-08-10
Convert comments to C90-style so llvm-c can import DataTypes.h.
Erick Tryzelaar
2009-07-28
Include cmath/math.h in DataTypes.h regardless of whether MSVC is being used.
Stefanus Du Toit
2009-07-22
Attempt to fix BuildBot breakage with MSVC.
Eli Friedman
2008-10-25
CMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in.
Oscar Fuentes
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes