- Oct 27, 2009
-
-
Oscar Fuentes authored
CMakeLists.txt, Makefiles, ... it's better to whitelist what we really want to install. Patch by Ingmar Vanhassel! llvm-svn: 85282
-
Evan Cheng authored
Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which returns true if the fp immediate can be natively codegened by target. llvm-svn: 85281
-
Bob Wilson authored
instruction format that already takes care of setting this. llvm-svn: 85280
-
Daniel Dunbar authored
llvm-svn: 85278
-
Daniel Dunbar authored
llvm-svn: 85277
-
Oscar Fuentes authored
Based on a patch by Ingmar Vanhassel. llvm-svn: 85276
-
Daniel Dunbar authored
type have mismatched Objective-C types. - <rdar://problem/7336352> [irgen] crash in synthesized property construction llvm-svn: 85275
-
Chris Lattner authored
(assembler,asmprinter, bc reader+writer) and document it. Codegen currently aborts on it. llvm-svn: 85274
-
Johnny Chen authored
for the r/rr fragment of the multiclass AI_unary_rrot/AI_bin_rrot. llvm-svn: 85271
-
Douglas Gregor authored
members that have a definition. Also, use CheckSpecializationInstantiationRedecl as part of this instantiation to make sure that we diagnose the various kinds of problems that can occur with explicit instantiations. llvm-svn: 85270
-
Rafael Espindola authored
llvm-svn: 85266
-
Daniel Dunbar authored
llvm-svn: 85264
-
Daniel Dunbar authored
llvm-svn: 85263
-
Daniel Dunbar authored
llvm-svn: 85262
-
Daniel Dunbar authored
llvm-svn: 85261
-
Daniel Dunbar authored
Also, fix some brokenness in the test script w.r.t REMOTE. llvm-svn: 85260
-
Daniel Dunbar authored
llvm-svn: 85259
-
Chris Lattner authored
llvm-svn: 85258
-
Sanjiv Gupta authored
llvm-svn: 85257
-
Chris Lattner authored
llvm-svn: 85256
-
Johnny Chen authored
llvm-svn: 85255
-
Chris Lattner authored
llvm-svn: 85254
-
Chris Lattner authored
thread safe either. llvm-svn: 85253
-
Chris Lattner authored
llvm-svn: 85252
-
Nick Lewycky authored
llvm-svn: 85251
-
Chris Lattner authored
llvm-svn: 85250
-
Fariborz Jahanian authored
implementation technique doesn't call the constructor at that point. DR302. Fixes pr5296. llvm-svn: 85249
-
Chris Lattner authored
llvm-svn: 85248
-
Douglas Gregor authored
llvm-svn: 85244
-
Douglas Gregor authored
llvm-svn: 85243
-
John Thompson authored
llvm-svn: 85242
-
Edward O'Callaghan authored
llvm-svn: 85241
-
Rafael Espindola authored
The user visible changes are: *) Frameworks are only searched on OS X *) The Cygwin c++ headers are now marked as c++ aware. I am almost sure that not marking them was a bug. llvm-svn: 85240
-
rdar://problem/7303360Steve Naroff authored
- 4 new functions (clang_getCursorSourceFile, clang_getDeclSourceFile, clang_getFileName, clang_getFileTime). - Should remove clang_getDeclSource() and clang_getCursorSource(). For now, just put 'deprecate' comment in header. - Also changed CXX style comment to C style (to eliminate warning). llvm-svn: 85238
-
Anders Carlsson authored
llvm-svn: 85237
-
John Thompson authored
llvm-svn: 85236
-
Rafael Espindola authored
llvm-svn: 85235
-
John Thompson authored
llvm-svn: 85234
-
Benjamin Kramer authored
llvm-svn: 85232
-
Sebastian Redl authored
Implement Chris's suggestions for the precendence warnings. Reformat the code a bit. Test the fixits. llvm-svn: 85231
-