- Oct 07, 2010
-
-
Bill Wendling authored
llvm-svn: 115872
-
Fariborz Jahanian authored
And its documentation. Finishes off // rdar: // 6734520. llvm-svn: 115862
-
Tom Care authored
- Fixed some iterator style issues - Don't process blocks that have been visited already - Fixed a case where a unreachable block cycle was not reported - Minor test case changes - Added one test case from flow-sensitive version of the check. More coming. llvm-svn: 115861
-
Jim Grosbach authored
llvm-svn: 115860
-
Jason W Kim authored
Lifted the EmitRawText calls to ARMAsmPrinter::emitAttribute() Added ARMAsmPrinter::emitAttributes() (plural s). TODO: .cpu attribute needs to be refactored llvm-svn: 115859
-
Rafael Espindola authored
llvm-svn: 115858
-
Owen Anderson authored
llvm-svn: 115857
-
Fariborz Jahanian authored
llvm-svn: 115856
-
Greg Clayton authored
Move anything that creates a new process into SBTarget. Marked some functions as deprecated. I will remove them after our new API changes make it through a build cycle. llvm-svn: 115854
-
Jim Grosbach authored
llvm-svn: 115853
-
- Oct 06, 2010
-
-
Jim Grosbach authored
llvm-svn: 115845
-
Jim Grosbach authored
"lane" operand modifier. llvm-svn: 115843
-
Fariborz Jahanian authored
attribute(unavailable) to do next. // rdar:// 6734520. llvm-svn: 115842
-
Jim Grosbach authored
llvm-svn: 115841
-
Jim Grosbach authored
pseudo instructions. llvm-svn: 115840
-
Douglas Gregor authored
of the precompiled preamble (or any PCH file it depends on) fails during reparsing. llvm-svn: 115838
-
Tobias Grosser authored
llvm-svn: 115837
-
Rafael Espindola authored
being aliased. llvm-svn: 115836
-
Owen Anderson authored
llvm-svn: 115835
-
Devang Patel authored
llvm-svn: 115834
-
Devang Patel authored
llvm-svn: 115833
-
Johnny Chen authored
testclass.testmethod to be run and with a '-g' option which instructs the test driver to only admit the module which satisfy the filterspec condition to the test suite. Example: # This only runs the test case under the array_types directory which has class # name of 'ArrayTypesTestCase' and the test method name of 'test_with_dwarf_and_run_command'. /Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v -f 'ArrayTypesTestCase.test_with_dwarf_and_run_command' -g array_types ---------------------------------------------------------------------- Collected 1 test test_with_dwarf_and_run_command (TestArrayTypes.ArrayTypesTestCase) Test 'frame variable var_name' on some variables with array types. ... ok ---------------------------------------------------------------------- Ran 1 test in 1.353s OK # And this runs the test cases under the array_types and the hello_world directories. # If the module discovered has the 'ArrayTypesTestCase.test_with_dwarf_and_run_command' # attribute, only the test case specified by the filterspec for the module will be run. # If the module does not have the said attribute, e.g., the module under hello_world, # the whole module is still admitted to the test suite. /Volumes/data/lldb/svn/trunk/test $ ./dotest.py -v -f 'ArrayTypesTestCase.test_with_dwarf_and_run_command' array_types hello_world ---------------------------------------------------------------------- Collected 3 tests test_with_dwarf_and_run_command (TestArrayTypes.ArrayTypesTestCase) Test 'frame variable var_name' on some variables with array types. ... ok test_with_dsym_and_run_command (TestHelloWorld.HelloWorldTestCase) Create target, breakpoint, launch a process, and then kill it. ... ok test_with_dwarf_and_process_launch_api (TestHelloWorld.HelloWorldTestCase) Create target, breakpoint, launch a process, and then kill it. ... ok ---------------------------------------------------------------------- Ran 3 tests in 4.964s OK llvm-svn: 115832
-
Jim Grosbach authored
llvm-svn: 115831
-
Michael J. Spencer authored
llvm-svn: 115830
-
Michael J. Spencer authored
llvm-svn: 115829
-
Bill Wendling authored
llvm-svn: 115827
-
Johnny Chen authored
condition has been fixed. llvm-svn: 115826
-
Owen Anderson authored
rather than being fixed to the global registry. llvm-svn: 115824
-
Johnny Chen authored
llvm-svn: 115822
-
Johnny Chen authored
expression parser in light of the recent check ins. Example: runCmd: expr a output: (double) $0 = 1100.12 llvm-svn: 115821
-
Johnny Chen authored
for the test case test_set_term_width() after the recent changes. llvm-svn: 115820
-
Johnny Chen authored
llvm-svn: 115819
-
Johnny Chen authored
llvm-svn: 115818
-
Rafael Espindola authored
llvm-svn: 115817
-
John McCall authored
deal with the consequences. Fixes rdar://problem/8224178. llvm-svn: 115816
-
Greg Clayton authored
Leaving in deprecated functions until we can get a clean build with the new APIs in place before removing the deprecated functions. llvm-svn: 115815
-
Nick Lewycky authored
llvm-svn: 115806
-
Devang Patel authored
This is tested by ptype.exp in gdb testsuite. llvm-svn: 115805
-
Johnny Chen authored
llvm-svn: 115804
-
Nick Lewycky authored
llvm-svn: 115802
-