History log of /external/llvm/include/llvm/Support/DataTypes.h.cmake
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd81d94322a39503e4a3e87b6ee03d4fcb3465fb 21-Jul-2014 Stephen Hines <srhines@google.com> Update LLVM for rebase to r212749.

Includes a cherry-pick of:
r212948 - fixes a small issue with atomic calls

Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18
/external/llvm/include/llvm/Support/DataTypes.h.cmake
65985348c5ece4efecce485029b147c45453c4c8 26-Jul-2013 Reid Kleckner <reid@kleckner.net> Remove dead or useless header checks from cmake and autoconf

On Windows, this improves clean cmake configuration time on my
workstation from 1m58s to 1m32s, which is pretty significant. There's
probably more that can be done here, but this is the low hanging fruit.

Eric volunteered to regenerate ./configure for me.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187209 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake
98abba7b661502f71a090ab254fb3f0db248c4c6 04-Jul-2013 Aaron Ballman <aaron@aaronballman.com> Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cournapeau!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185627 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake
ba7b890d0b8ca554fac24d24f8c17cb93adc3abc 08-Aug-2012 Bill Wendling <isanbard@gmail.com> Remove OpenBSD defines:

- The defines are in stddint.h, which is #include'd already.
- The block wasn't used anyway, since it was _OpenBSD_, and not __OpenBSD__

Patch by David Hill!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161515 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake
f522ce1f18726313058d81ba74ed8b44fa279d99 11-Mar-2012 Michael J. Spencer <bigcheesegs@gmail.com> Fix warnings when building with VS11.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152523 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake
c09b770c13594ce6fd91820b31f934aadddc1bcd 05-Nov-2011 Benjamin Kramer <benny.kra@googlemail.com> Fix pasto.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143802 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake
41a964931a0e0943ceef28b0c691843bf8ca87b7 05-Nov-2011 Benjamin Kramer <benny.kra@googlemail.com> Add more PRI.64 macros for MSVC and use them throughout the codebase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143799 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake
b5e8bc1fac7475ae8e2d0f8210bd72b7fe04df4b 11-Oct-2011 Daniel Dunbar <daniel@zuster.org> Support/DataTypes.h: Clean up some types and add matching (but presumably
unused) code from .cmake to DataTypes.h.in so that the files are essentially in
sync module differences in autoconf/cmake replacement syntax.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141702 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake
e2aa5d53db175dff634069cacb31487e3ddb9754 11-Oct-2011 NAKAMURA Takumi <geek4civic@gmail.com> Add -D__STDC_FORMAT_MACROS to use PRIx64.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141663 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake
4c7324d032adec5dcd4a6d638e70cfae03742d7c 11-Aug-2011 NAKAMURA Takumi <geek4civic@gmail.com> DataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats -2147483648 as -(2147483648U).

It caused an unexpected behavior since r137254.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137365 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake
1f6efa3996dd1929fbc129203ce5009b620e6969 29-Nov-2010 Michael J. Spencer <bigcheesegs@gmail.com> Merge System into Support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120298 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake
8b67f774e9c38b7718b2b300b628388f966df4e0 26-Oct-2009 Chandler Carruth <chandlerc@gmail.com> Move DataTypes.h to include/llvm/System, update all users. This breaks the last
direct inclusion edge from System to Support.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85086 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake
9c091a4846044f18cfdd8bca55957c2aa6c9a8a5 01-Oct-2009 Douglas Gregor <dgregor@apple.com> Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, uint64_t, and u_int64_t, from Yonggang Luo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83203 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake
a84b15575906b6a0e9ada7646724cc716cff1cd1 10-Aug-2009 Erick Tryzelaar <idadesub@users.sourceforge.net> Convert comments to C90-style so llvm-c can import DataTypes.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78590 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake
9b97fc785b5a925966c70919c2ee2889f4beff7e 28-Jul-2009 Stefanus Du Toit <stefanus.dutoit@rapidmind.com> Include cmath/math.h in DataTypes.h regardless of whether MSVC is being used.

Fixes MSVC build of LiveInterval.cpp.

Patch by Nicolas Capens.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77317 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake
1126038436feef10620baa9f1528ad5c3c61fd4f 22-Jul-2009 Eli Friedman <eli.friedman@gmail.com> Attempt to fix BuildBot breakage with MSVC.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76722 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake
cd6213233ea584531cf4c137db838551a3c454ff 25-Oct-2008 Oscar Fuentes <ofv@wanadoo.es> CMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58131 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake
3d01fc7de86c75926e4e5ac7cc49f0116018893d 22-Sep-2008 Oscar Fuentes <ofv@wanadoo.es> Initial support for the CMake build system.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56419 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DataTypes.h.cmake