- Jun 21, 2011
-
-
Chad Rosier authored
llvm-svn: 133499
-
Greg Clayton authored
only in a specific module), or in a SBTarget (all modules for a target). llvm-svn: 133498
-
Akira Hatanaka authored
handle functions with return type Complex long long. llvm-svn: 133497
-
Akira Hatanaka authored
llvm-svn: 133496
-
Johnny Chen authored
if not already specified by the test driver (via ./dotest -w). Remove the AbstractBase.setUp() method definition when/if we find out the cause of the failures if no delays are inserted between these test cases. llvm-svn: 133495
-
Akira Hatanaka authored
llvm-svn: 133494
-
Bill Wendling authored
stick around even during fast isel. <rdar://problem/9637156> llvm-svn: 133493
-
Nick Lewycky authored
llvm-svn: 133492
-
Nick Lewycky authored
llvm-svn: 133491
-
Daniel Dunbar authored
the architecture being bound. - Fixes things like -Xarch_armv7. llvm-svn: 133490
-
Nick Lewycky authored
an assembly file it worked correctly, while for a .c file it would given an error about how --noexecstack is not a supported argument to -Wa. llvm-svn: 133489
-
Johnny Chen authored
We still have the the issue where running: ./dotest.py -v types we have test failures where the inferior either runs to exited with status 0 or the inferior stops but not because of breakpoint (for example): runCmd: process status output: Process 90060 stopped * thread #1: tid = 0x2d03, 0x000000010000e2ca, stop reason = EXC_BAD_ACCESS (code=2, address=0x10000e2ca) frame #0: 0x000000010000e2ca There are two cases where the inferior stops for the breakpoint (good), but the expression parser prints out the wrong information. The two failures are: Failure-TestFloatTypesExpr.FloatTypesExprTestCase.test_double_type_with_dsym.log Failure-TestFloatTypesExpr.FloatTypesExprTestCase.test_double_type_with_dwarf.log I'll file a radar on the two expression parser misbehave, while continue investigating why the inferior stops for the wrong reason or does not stop at all. For now, you'll need to do: ./dotest.py -v -w types llvm-svn: 133488
-
rdar://problem/9624306Nick Kledzik authored
<rdar://problem/9624306> clean up darwin platform to use xcrun. Set up variables in darwin_bni.mk. Use GetCNAVar in AppleBI.mk llvm-svn: 133487
-
Eric Christopher authored
Fixes rdar://9425559 llvm-svn: 133486
-
Eric Christopher authored
register aliases. Fixes unnecessary renames of clobbers. Fixes part of rdar://9425559 llvm-svn: 133485
-
Peter Collingbourne authored
Fixes segfault when launching process on Linux. llvm-svn: 133484
-
Peter Collingbourne authored
This is to ensure that session files are written to the correct directory if the -r option is given. llvm-svn: 133483
-
Nick Kledzik authored
llvm-svn: 133481
-
-
Jim Ingham authored
llvm-svn: 133479
-
Dan Gohman authored
functions do not appear in the module. llvm-svn: 133478
-
Johnny Chen authored
llvm-svn: 133476
-
Johnny Chen authored
after initial construction. There are two exceptions to the above general rules, though; the API objects are SBCommadnReturnObject and SBStream. llvm-svn: 133475
-
Bill Wendling authored
llvm-svn: 133473
-
- Jun 20, 2011
-
-
Jordy Rose authored
llvm-svn: 133472
-
Jakob Stoklund Olesen authored
llvm-svn: 133470
-
Fariborz Jahanian authored
message sent to an objc method (or property access) // rdar://9474349 llvm-svn: 133469
-
Johnny Chen authored
../make/Makefile.rules:217: *** missing `endif'. Stop. llvm-svn: 133466
-
Argyrios Kyrtzidis authored
[arcmt] Find out whether there is an ARC runtime directly from the triple, avoid hacky delegation to the driver for that. llvm-svn: 133464
-
Peter Collingbourne authored
llvm-svn: 133463
-
Peter Collingbourne authored
llvm-svn: 133462
-
Peter Collingbourne authored
llvm-svn: 133461
-
Peter Collingbourne authored
This is required to run the test suite outside of the source tree or on a case sensitive file system. llvm-svn: 133460
-
Peter Collingbourne authored
This is required to run the test suite without installing. llvm-svn: 133459
-
Peter Collingbourne authored
rather than the current directory. This is required to run the test suite outside of the source tree. llvm-svn: 133458
-
Peter Collingbourne authored
llvm-svn: 133457
-
Peter Collingbourne authored
llvm-svn: 133456
-
Johnny Chen authored
Revert r133358 which forgoes printing of breakpoint command when doing a breakpoint list where the description level is not eDescriptionLevelBrief. It broke test/TestAliases.py. Besides, to have a brief breakpoint list, you can do "breakpoint list -b". llvm-svn: 133455
-
Justin Holewinski authored
llvm-svn: 133454
-
-