- May 24, 2012
-
-
Bill Wendling authored
llvm-svn: 157348
-
- May 23, 2012
-
-
Argyrios Kyrtzidis authored
idiom that is used commonly in setters: [backingValue autorelease]; backingValue = [newValue retain]; // in general a +1 assign rdar://9914061 llvm-svn: 157347
-
Chad Rosier authored
rdar://11518308 llvm-svn: 157346
-
Johnny Chen authored
Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. Add default Process::GetWatchpointSupportInfo() impl which returns an error of "not supported". Add "qWatchpointSupportInfo" packet to the gdb communication layer to support this, and modify TestWatchpointCommands.py to test it. llvm-svn: 157345
-
Nicolas Geoffray authored
llvm-svn: 157342
-
Kaelyn Uhrain authored
CHECK. The latter error was hidden by the former, and the test harness used by e.g. "make check" silently ignored that opt was printing an error message about an unknown flag instead of running on the test file. llvm-svn: 157341
-
Jakob Stoklund Olesen authored
Now that the coalescer keeps live intervals and machine code in sync at all times, it needs to deal with identity copies differently. When merging two virtual registers, all identity copies are removed right away. This means that other identity copies must come from somewhere else, and they are going to have a value number. Deal with such copies by merging the value numbers before erasing the copy instruction. Otherwise, we leave dangling value numbers in the live interval. This fixes PR12927. llvm-svn: 157340
-
Ted Kremenek authored
llvm-svn: 157339
-
Tim Northover authored
llvm-svn: 157337
-
Chad Rosier authored
Patch by Jush Lu <jush.msn@gmail.com>. llvm-svn: 157336
-
Manuel Klimek authored
that allows easy refactoring across translation units. llvm-svn: 157331
-
Filipe Cabecinhas authored
llvm-svn: 157330
-
Nuno Lopes authored
llvm-svn: 157329
-
Filipe Cabecinhas authored
llvm-svn: 157328
-
Jim Ingham authored
Process::Destroy should Halt before it tries to destroy so we don't have race conditions where we are in the middle of trying to service an event when we go to Destroy. The AttachCompletionHandler should note that it has restarted the target if it indeed does so. llvm-svn: 157327
-
Evgeniy Stepanov authored
llvm-svn: 157326
-
Nuno Lopes authored
Apparently LLVM only stopped emitting this after LLVM 3.0 llvm-svn: 157325
-
Patrik Hägglund authored
inline threshold if the global inline threshold is lower (as for -Oz). Reviewed by Chandler Carruth and Bill Wendling. llvm-svn: 157323
-
Patrik Hägglund authored
llvm-svn: 157320
-
Patrik Hägglund authored
llvm-svn: 157319
-
Evgeniy Stepanov authored
llvm-svn: 157318
-
Evgeniy Stepanov authored
llvm-svn: 157317
-
Stepan Dyatkovskiy authored
llvm-svn: 157315
-
Dmitry Vyukov authored
llvm-svn: 157314
-
Craig Topper authored
llvm-svn: 157313
-
Chris Lattner authored
case. llvm-svn: 157312
-
Richard Smith authored
start with a cv-qualifier. DeclaratorDecl::getTypeSpecStartLoc() does not produce the location of the first type-specifier (the cv-qualifier) in this case, because we don't track source locations for cv-qualifiers. No test here: I've not found a way to test this with a lit-style test, and introducing a gtest test for this seems unwarranted. Suggestions welcome! Patch by Daniel Jasper! llvm-svn: 157311
-
Richard Smith authored
pointer, but such folding encounters side-effects, ignore the side-effects rather than performing them at runtime: CodeGen generates wrong code for __builtin_object_size in that case. llvm-svn: 157310
-
Craig Topper authored
llvm-svn: 157309
-
Richard Smith authored
llvm-svn: 157308
-
Eric Christopher authored
llvm-svn: 157306
-
Eric Christopher authored
llvm-svn: 157305
-
Eric Christopher authored
Part of rdar://11496790 llvm-svn: 157304
-
Eric Christopher authored
Part of rdar://11496790 llvm-svn: 157303
-
Johnny Chen authored
self.expect("expr -- $ax == (($ah << 8) | $al)", substrs = ['true']) llvm-svn: 157302
-
Nuno Lopes authored
teach computeAllocSize about realloc, reallocf, and valloc llvm-svn: 157298
-
- May 22, 2012
-
-
NAKAMURA Takumi authored
llvm-svn: 157292
-
Sean Callanan authored
(0xd 0xd 0xa0 0xf4, or "vld2hs.8 {d0[], d1[]}, [r0]!") llvm-svn: 157289
-
John McCall authored
on the RecordDecl. Persist the MS portability type attributes and ignore them in Sema rather than the parser. Patch by João Matos! llvm-svn: 157288
-
John McCall authored
llvm-svn: 157287
-