- Sep 09, 2010
-
-
Chris Lattner authored
llvm-svn: 113426
-
Owen Anderson authored
Generalize instcombine's support for combining multiple bit checks into a single test. Patch by Dirk Steinke! llvm-svn: 113423
-
-
Caroline Tice authored
llvm-svn: 113421
-
Dale Johannesen authored
llvm-svn: 113420
-
- Sep 08, 2010
-
-
Argyrios Kyrtzidis authored
llvm-svn: 113419
-
Fariborz Jahanian authored
llvm-svn: 113418
-
Eric Christopher authored
llvm-svn: 113417
-
Douglas Gregor authored
llvm-svn: 113416
-
Douglas Gregor authored
function-style cast. Previously, we had a (redundant, incorrect) semantic-checking path for non-class types, which allowed value-initialization of a reference type and then crashed. llvm-svn: 113415
-
Fariborz Jahanian authored
use of 'struct objc_object*' for 'is' (and others) in clang. llvm-svn: 113414
-
Argyrios Kyrtzidis authored
llvm-svn: 113413
-
Bill Wendling authored
llvm-svn: 113412
-
Jakob Stoklund Olesen authored
llvm-svn: 113411
-
Dale Johannesen authored
llvm-svn: 113409
-
Caroline Tice authored
llvm-svn: 113408
-
Johnny Chen authored
of 10 seconds in order for the debugger to attach. llvm-svn: 113407
-
Dale Johannesen authored
llvm-svn: 113406
-
Michael J. Spencer authored
llvm-svn: 113405
-
Howard Hinnant authored
Updated by-chapter-summary with weekly test results, and fixed up some bad paths in some tests caused by aligning the test suite with N3126. llvm-svn: 113403
-
Bill Wendling authored
llvm-svn: 113401
-
Jim Grosbach authored
Re-running some nightly testers w/ it enabled to verify. llvm-svn: 113399
-
Bill Wendling authored
llvm-svn: 113398
-
Fariborz Jahanian authored
Radar 8400356. llvm-svn: 113397
-
Sean Callanan authored
certain functions from being resolved correctly. Some functions (particularly varargs functions) are BitCast before being called, and the problem was that a CallInst where getCalledValue() returned a BitCast ConstantExpr was not being relocated at all. This problem should now be resolved for the case of BitCast. llvm-svn: 113396
-
Duncan Sands authored
llvm-svn: 113395
-
Jim Grosbach authored
pointer was intended. rdar://8401980 llvm-svn: 113394
-
Duncan Sands authored
llvm-svn: 113393
-
Eric Christopher authored
llvm-svn: 113392
-
Argyrios Kyrtzidis authored
PCH got a severe beating by the boost-using test case reported here: http://llvm.org/PR8099 Fix issues like: -When PCH reading, make sure Decl's getASTContext() doesn't get called since a Decl in the parent hierarchy may be initializing. -In ASTDeclReader::VisitFunctionDecl VisitRedeclarable should be called before using FunctionDecl's isCanonicalDecl() -In ASTDeclReader::VisitRedeclarableTemplateDecl CommonOrPrev must be initialized before anything else. llvm-svn: 113391
-
Dale Johannesen authored
Omission of memory form of PI2PD is intentional; this does not use an MMX register and does not put the chip into MMX mode (PI2PS, oddly enough, does). Operands of PI2PS follow the gcc builtin, not Intel. llvm-svn: 113388
-
Eric Christopher authored
llvm-svn: 113387
-
Jakob Stoklund Olesen authored
llvm-svn: 113386
-
Owen Anderson authored
llvm-svn: 113385
-
Bill Wendling authored
2-phase build of llvm and llvm-gcc, similar to what the buildbots do, and runs the regression testsuite. Things to do: - Work out some bugs with llvm-gcc flags. - Not all platforms support ObjC. - Run the test-suite. llvm-svn: 113382
-
Bill Wendling authored
llvm-svn: 113381
-
Owen Anderson authored
so that it can access them. These are not intended to be externally accessible APIs. llvm-svn: 113380
-
Daniel Dunbar authored
llvm-svn: 113379
-
Bruno Cardoso Lopes authored
llvm-svn: 113378
-
Roman Divacky authored
llvm-svn: 113375
-