- Oct 06, 2011
-
-
Eli Friedman authored
<rdar://problem/10230751> llvm-svn: 141310
-
Bob Wilson authored
llvm-svn: 141309
-
Bob Wilson authored
llvm-svn: 141308
-
Johnny Chen authored
llvm-svn: 141307
-
Justin Holewinski authored
llvm-svn: 141306
-
Benjamin Kramer authored
llvm-svn: 141305
-
Peter Collingbourne authored
llvm-svn: 141304
-
Tobias Grosser authored
llvm-svn: 141303
-
Fariborz Jahanian authored
operator= is called. Issue a warning for non-trivial case until runtime support is provided. // rdar://6137845 llvm-svn: 141302
-
Peter Collingbourne authored
This frontend-only flag is used by the IR generator to determine whether to filter CUDA declarations for the host or for the device. llvm-svn: 141301
-
Peter Collingbourne authored
llvm-svn: 141300
-
Benjamin Kramer authored
llvm-svn: 141299
-
Peter Collingbourne authored
llvm-svn: 141296
-
David Greene authored
Compare the entire keyword string. llvm-svn: 141295
-
Peter Collingbourne authored
llvm-svn: 141294
-
Peter Collingbourne authored
llvm-svn: 141293
-
Erik Verbruggen authored
llvm-svn: 141292
-
Peter Collingbourne authored
the build systems to use clang-tblgen. llvm-svn: 141291
-
Torok Edwin authored
They are not in sync now, for example Bitcast would show up as LLVMCall. So instead introduce 2 functions that map to and from the opcodes in the C bindings. llvm-svn: 141290
-
Torok Edwin authored
llvm-svn: 141289
-
Torok Edwin authored
llvm-svn: 141288
-
Torok Edwin authored
llvm-svn: 141287
-
Torok Edwin authored
llvm-svn: 141286
-
Torok Edwin authored
llvm-svn: 141285
-
Torok Edwin authored
llvm-svn: 141284
-
Torok Edwin authored
llvm-svn: 141283
-
Erik Verbruggen authored
llvm-svn: 141282
-
Erik Verbruggen authored
llvm-svn: 141281
-
Richard Smith authored
PR11067: A definition of a constexpr static variable doesn't need an initializer if the in-class declaration had one. Such a declaration must be initialized by a constant expression. llvm-svn: 141279
-
Erik Verbruggen authored
Added CXAvailability_NotAccessible to indicate that a declaration is available, but not accessible from the current code completion context. llvm-svn: 141278
-
Argyrios Kyrtzidis authored
and a callback and finds all identifier references of the cursor in the file. rdar://7948304 llvm-svn: 141277
-
Argyrios Kyrtzidis authored
a cxcursor::getOverriddenCursors C++ function, because SmallVectors are groovier that malloc'ing buffers. llvm-svn: 141276
-
Tobias Grosser authored
This also adds some other cleanups I performed on my way. llvm-svn: 141275
-
Craig Topper authored
Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This was done by creating a new register group that excludes AX registers. Fixes PR10345. Also added aliases for flipping the order of the operands of xchg <reg>, %eax. llvm-svn: 141274
-
Ted Kremenek authored
Use a sidetable in ASTContext for ParmVarDecls whose index exceeds the 8 bits reserved for that value in VarDecl. Fixes PR 10538. llvm-svn: 141273
-
Ted Kremenek authored
Hoist truncation checking for ParmVarDeclBitfields::ParameterIndex into its own helper method. No functionality change. llvm-svn: 141272
-
Peter Collingbourne authored
which enables support for C99 storage-class specifiers. This extension is intended to be used by implementations to implement OpenCL C built-in functions. llvm-svn: 141271
-
Peter Collingbourne authored
llvm-svn: 141270
-
Evan Cheng authored
llvm-svn: 141269
-
Ivan Krasin authored
llvm-svn: 141268
-