- Jun 24, 2011
-
-
Jay Foad authored
llvm-svn: 133790
-
Evan Cheng authored
llvm-svn: 133787
-
Greg Clayton authored
llvm-svn: 133786
-
Greg Clayton authored
connected process connection. Also added support for more kinds of continue packet when multiple threads need to continue where some want to continue with signals. llvm-svn: 133785
-
Alexis Hunt authored
conventions. I then discovered a typo in the using declaration bit in LookupSpecialMember. This led to discovering [namespace.udecl]p15, which clang implements incorrectly. Thus I've added a comment and implemented the code consistently with the rest of clang - that is incorrectly. And because I don't want to include tests of something incorrect, I've ripped the test out. llvm-svn: 133784
-
Evan Cheng authored
target machine from those that are only needed by codegen. The goal is to sink the essential target description into MC layer so we can start building MC based tools without needing to link in the entire codegen. First step is to refactor TargetRegisterInfo. This patch added a base class MCRegisterInfo which TargetRegisterInfo is derived from. Changed TableGen to separate register description from the rest of the stuff. llvm-svn: 133782
-
Peter Collingbourne authored
llvm-svn: 133781
-
Johnny Chen authored
llvm-svn: 133780
-
Argyrios Kyrtzidis authored
Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. rdar://9477613. llvm-svn: 133779
-
Johnny Chen authored
It should not crash lldb. This checkin adds calls for SBAddress. llvm-svn: 133778
-
Jakub Staszak authored
llvm-svn: 133776
-
Fariborz Jahanian authored
diagnose it properly and don't throw clang into an infinit loop. // rdar://9653341 llvm-svn: 133773
-
Johnny Chen authored
main.cpp is contributed from Enrico. Modify CommandObjectType.cpp to set status on the CommandReturnObject when succeeded as well. llvm-svn: 133772
-
Jim Grosbach authored
llvm-svn: 133770
-
Alexis Hunt authored
llvm-svn: 133769
-
Johnny Chen authored
Assign the test method name to self.testMethodName. This can be useful for the test directory (see test/types for a good example) which houses a bunch of executables compiled from different source files. The default build action is to create a.out as the binary executable, which can confuse the module cacheing mechanism and result in the debugger getting a stale image as the target to be debugged, and chaos ensues. o AbstractBase.py, TestThreadAPI.py: Use self.testMethodName to our advantage. o TestLoadUnload.py: Add expected failure marker to test case test_modules_search_paths(). llvm-svn: 133768
-
- Jun 23, 2011
-
-
Jakub Staszak authored
llvm-svn: 133767
-
Jakub Staszak authored
llvm-svn: 133766
-
Greg Clayton authored
the FormatManager class. Modified the format arguments in any commands to be able to use a single character format, or a full format name, or a partial format name if no full format names match. Modified any code that was displaying formats to use the new FormatManager calls so that our help text and errors never get out of date. Modified the display of the "type format list" command to be a bit more human readable by showing the format as a format string rather than the single character format char. llvm-svn: 133765
-
Johnny Chen authored
For now, use 'b.out' compiled from main2.cpp as the executable name for test_run_to_address_with_dsym/dwarf() to distinguish between other test cases which use 'a.out' compiled from main.cpp. llvm-svn: 133764
-
-
Argyrios Kyrtzidis authored
llvm-svn: 133762
-
John McCall authored
works in a 'while(false)' loop. Simplify this code; it was complicated only in anticipation of C++0x lambdas, and it can become complicated again when those happen. :) llvm-svn: 133761
-
Fariborz Jahanian authored
c++ catch in fragile abi - per Eli's request. llvm-svn: 133760
-
Eli Friedman authored
llvm-svn: 133759
-
Douglas Gregor authored
llvm-svn: 133757
-
Eli Friedman authored
llvm-svn: 133756
-
Peter Collingbourne authored
llvm-svn: 133755
-
Fariborz Jahanian authored
to its header to avoid an explicit instantiation. llvm-svn: 133753
-
Douglas Gregor authored
llvm-svn: 133750
-
Johnny Chen authored
executable names given to each test method. llvm-svn: 133749
-
Fariborz Jahanian authored
in fragile abi mode and some other cleanups. // rdar://8940528 llvm-svn: 133747
-
Charles Davis authored
llvm-svn: 133744
-
Greg Clayton authored
Added a fix for where you might have already displayed something with a given type, then did a "type format add ...", then you display the type again. This patch will figure out that the format changed and allow us to display the type with the correct new format. llvm-svn: 133743
-
Eli Friedman authored
llvm-svn: 133741
-
Evan Cheng authored
llvm-svn: 133739
-
Evan Cheng authored
llvm-svn: 133738
-
Eli Friedman authored
Fix Sema::CheckVectorOperands so that it doesn't try to insert a cast expression into the LHS of a compound assignment. Fixes compound assignment of various "compatible" vector types, including NEON-vector and gcc-vector types. <rdar://problem/9640356> llvm-svn: 133737
-
Justin Holewinski authored
parameters if SM >= 2.0 - Update test cases to be more robust against register allocation changes - Bump up the number of registers to 128 per type - Include Python script to re-generate register file with any number of registers llvm-svn: 133736
-
Justin Holewinski authored
llvm-svn: 133735
-