Go to file
Douglas Gregor a1aec29a2d Enable enumeration types with a fixed underlying type, e.g.,
enum X : long { Value = 0x100000000 };

when in Microsoft-extension mode (-fms-extensions). This (now C++0x)
feature has been supported since Microsoft Visual Studio .NET 2003.

llvm-svn: 126243
2011-02-22 20:32:04 +00:00
clang Enable enumeration types with a fixed underlying type, e.g., 2011-02-22 20:32:04 +00:00
compiler-rt clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. 2011-01-21 18:23:47 +00:00
debuginfo-tests test case for r125249. 2011-02-10 00:41:14 +00:00
libcxx Jean-Daniel Dupas fixes install directions 2011-02-22 14:18:34 +00:00
lldb Add "cmp<c>.w <Rn>, #<const>" emulation to EmulateCMPImm() method, 2011-02-22 19:48:22 +00:00
llvm VFP single precision arith instructions can go down to NEON pipeline, but on Cortex-A8 only. 2011-02-22 19:53:14 +00:00