- Jul 06, 2011
-
-
John McCall authored
exception in Objective-C; in Objective-C++ we still use std::terminate(). This is only available in very recent runtimes. llvm-svn: 134456
-
John McCall authored
llvm-svn: 134455
-
Fariborz Jahanian authored
llvm-svn: 134454
-
John McCall authored
structure to hold inferred information, then propagate each invididual bit down to -cc1. Separate the bits of "supports weak" and "has a native ARC runtime"; make the latter a CodeGenOption. The tool chain is still driving this decision, because it's the place that has the required deployment target information on Darwin, but at least it's better-factored now. llvm-svn: 134453
-
Johnny Chen authored
llvm-svn: 134452
-
Johnny Chen authored
llvm-svn: 134451
-
Fariborz Jahanian authored
passed to it, and unknown selectors causing potential leak. // rdar://9659270 llvm-svn: 134449
-
Tobias Grosser authored
isl changed a function name, we did not properly initialize some variables and we freed an isl_ctx object. llvm-svn: 134448
-
Dan Gohman authored
llvm-svn: 134447
-
Johnny Chen authored
Fix typos in the comment for Module.h. llvm-svn: 134446
-
Dan Gohman authored
hardwired into the default pass list. llvm-svn: 134445
-
Dan Gohman authored
extension points to be used by clang. llvm-svn: 134444
-
- Jul 05, 2011
-
-
Eli Friedman authored
llvm-svn: 134443
-
Devang Patel authored
llvm-svn: 134442
-
Devang Patel authored
llvm-svn: 134441
-
Devang Patel authored
llvm-svn: 134440
-
Benjamin Kramer authored
llvm-svn: 134439
-
Joerg Sonnenberger authored
llvm-svn: 134438
-
Johnny Chen authored
Add doxygen/docstring to SBProcess.RemoteAttachToProcessWithID() API method. llvm-svn: 134437
-
Rafael Espindola authored
llvm-svn: 134436
-
Tobias Grosser authored
llvm-svn: 134435
-
Tobias Grosser authored
Commit 133435 "Change how PHINodes store their operands" broke Polly. Fix this breakage by adapting to the changes in the commit. llvm-svn: 134434
-
Rafael Espindola authored
llvm-svn: 134433
-
Tobias Grosser authored
The construct '< %s' complicates debugging with gdb --args as the content of %s is interpreted as gdb input. llvm-svn: 134432
-
Devang Patel authored
llvm-svn: 134431
-
Chad Rosier authored
used for open is 0666. Therefore, add the necessary permission bits for consistency. rdar://8621462 llvm-svn: 134430
-
Raghesh Aloor authored
This is a complete rewrite to memaccess.html file. This removed some unwanted html tags. llvm-svn: 134429
-
Jakob Stoklund Olesen authored
This is impossible in theory, I can prove it. In practice, our near-zero threshold can cause the network to oscillate between equally good solutions. <rdar://problem/9720596> llvm-svn: 134428
-
Rafael Espindola authored
llvm-svn: 134427
-
Douglas Gregor authored
instantiated function template was written with a prototype or via some kind of typedef. Fixes PR10273 / <rdar://problem/9723679>. llvm-svn: 134426
-
Joerg Sonnenberger authored
llvm-svn: 134425
-
Eli Friedman authored
Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use proper aliases for the pclmullqlqdq and friends. PR10269. llvm-svn: 134424
-
Andrew Trick authored
Putting back the helper that I removed on 7/1 to do this right. llvm-svn: 134423
-
Joerg Sonnenberger authored
llvm-svn: 134422
-
Douglas Gregor authored
llvm-svn: 134419
-
Douglas Gregor authored
llvm-svn: 134418
-
Douglas Gregor authored
repetition and better reflect the actual grammar, from John Freeman! llvm-svn: 134417
-
Douglas Gregor authored
ActOnDeclarator can return NULL. Fixes PR10270, from Hans Wennborg! llvm-svn: 134416
-
Jim Grosbach authored
If the function allocates reserved stack space for callee argument frames, estimateStackSize() needs to account for that, as it doesn't show up as ordinary frame objects. Otherwise, a callee with a large argument list will throw off the calculations for whether to allocate an emergency spill slot and we get assert() failures in the register scavenger. rdar://9715469 llvm-svn: 134415
-
Fariborz Jahanian authored
Patch by Jean-Daniel Dupas. llvm-svn: 134414
-