- Oct 14, 2010
-
-
John McCall authored
llvm-svn: 116470
-
John McCall authored
not a decl. llvm-svn: 116469
-
John McCall authored
llvm-svn: 116468
-
Johnny Chen authored
and 'process handle'. The test suite would like to control the asynch/sync execution of the interpreter during the middle of the test method, so the CommandInterpreter::SetSynchronous(bool value) is modified to allow the mode to be changed more than once. In practice, it would be advisable to control the process and to set the async/sync mode from a single thread, too. llvm-svn: 116467
-
Bill Wendling authored
llvm-svn: 116466
-
Evan Cheng authored
llvm-svn: 116465
-
Bill Wendling authored
- Add missing patterns for some multiply add/subtract instructions. - Add encodings for VMRS and VMSR. llvm-svn: 116464
-
Johnny Chen authored
which broke test/breakpoint_locations. Add a comment about intentional fall-through in the case statement. llvm-svn: 116463
-
Chris Lattner authored
llvm-svn: 116462
-
Chris Lattner authored
llvm-svn: 116461
-
Chris Lattner authored
by Martin Vejnar! llvm-svn: 116460
-
Jim Grosbach authored
llvm-svn: 116459
-
Jim Grosbach authored
llvm-svn: 116458
-
Chris Lattner authored
logic to use the new APInt methods. Among other things this implements rdar://8501501 - llvm.smul.with.overflow.i32 should constant fold which comes from "clang -ftrapv", originally brought to my attention from PR8221. llvm-svn: 116457
-
Chris Lattner authored
llvm-svn: 116456
-
Chris Lattner authored
llvm-svn: 116455
-
Jim Grosbach authored
llvm-svn: 116454
-
Chris Lattner authored
into APInt. llvm-svn: 116453
-
Chris Lattner authored
return an overflow flag. llvm-svn: 116452
-
Jim Grosbach authored
llvm-svn: 116451
-
Jim Grosbach authored
llvm-svn: 116450
-
Jim Grosbach authored
llvm-svn: 116449
-
Douglas Gregor authored
in a base class. Fixes PR8168. llvm-svn: 116448
-
Jim Grosbach authored
llvm-svn: 116447
-
Douglas Gregor authored
members. Provide a hard error when the qualification doesn't match the current class type, or a warning + Fix-it if it does match the current class type. Fixes PR8159. llvm-svn: 116445
-
Jim Grosbach authored
llvm-svn: 116444
-
Owen Anderson authored
llvm-svn: 116443
-
- Oct 13, 2010
-
-
Owen Anderson authored
Conversely, Analysis-implementations do NOT need to initialize the AnalysisGroup. It will only matter when someone tries to require that AG, in which case it is the requester's responsibility to initialize it. llvm-svn: 116442
-
Owen Anderson authored
llvm-svn: 116441
-
Jim Grosbach authored
llvm-svn: 116440
-
David Chisnall authored
Don't claim that things that are Objective-C keywords if preceded by an @ are keywords unless they are preceded by an @. For example, don't claim that end is a keyword in: unsigned end; llvm-svn: 116439
-
Eric Christopher authored
llvm-svn: 116438
-
Jim Grosbach authored
llvm-svn: 116437
-
Douglas Gregor authored
llvm-svn: 116436
-
Nick Kledzik authored
llvm-svn: 116435
-
Nick Kledzik authored
llvm-svn: 116434
-
Jim Grosbach authored
and handle the operand explicitly. Flesh out encoding information. Add an explicit disassembler testcase for the instruction. llvm-svn: 116432
-
Bill Wendling authored
llvm-svn: 116431
-
Caroline Tice authored
Add missing break statment to case statement in Process::ShouldBroadcastEvent. Add new command, "process handle" to allow users to control process behavior on the receipt of various Unix signals (whether the process should stop; whether the process should be passed the signal; whether the debugger user should be notified that the signal came in). llvm-svn: 116430
-
Douglas Gregor authored
that the class type into which the pointer points be complete, even though the standard requires it. GCC/EDG do not require a complete type here, so we're calling this a problem with the standard. Fixes PR8328. llvm-svn: 116429
-