- Oct 29, 2010
-
-
Sean Callanan authored
an #ifndef. llvm-svn: 117706
-
Johnny Chen authored
rdar://problem/8584431 Assert in clang while evaluating expression llvm-svn: 117705
-
Owen Anderson authored
llvm-svn: 117704
-
Jim Grosbach authored
llvm-svn: 117703
-
Jim Grosbach authored
llvm-svn: 117702
-
Dan Gohman authored
return success if the child process is killed with a signal. llvm-svn: 117701
-
Johnny Chen authored
llvm-svn: 117700
-
Owen Anderson authored
llvm-svn: 117699
-
Dan Gohman authored
they may have ValuesAtScopes map entries referencing their outer loops. This fixes a user-after-free reported in PR8471. llvm-svn: 117698
-
Rafael Espindola authored
systems. llvm-svn: 117697
-
Owen Anderson authored
llvm-svn: 117696
-
Jim Grosbach authored
llvm-svn: 117695
-
Owen Anderson authored
llvm-svn: 117694
-
Owen Anderson authored
llvm-svn: 117693
-
Fariborz Jahanian authored
user error, fail gracefully. Fixes pr8508. llvm-svn: 117692
-
Nick Kledzik authored
llvm-svn: 117691
-
Owen Anderson authored
llvm-svn: 117690
-
Owen Anderson authored
llvm-svn: 117689
-
Johnny Chen authored
1. FoundationDisassembleTestCase.test_simple_disasm_with_dsym; and 2. FoundationDisassembleTestCase.test_simple_disasm_with_dwarf the reason being the test was issuing 'disassemble' command to disassemble the current frame function when stopped. The 'disassemble' command worked previously but it was a result of bad option specification. Fix the disassemble command so that it will require 'disassemble -f' for disassembly of the current frame function. llvm-svn: 117688
-
Jim Grosbach authored
llvm-svn: 117687
-
Owen Anderson authored
llvm-svn: 117686
-
Owen Anderson authored
llvm-svn: 117685
-
Owen Anderson authored
llvm-svn: 117684
-
Owen Anderson authored
llvm-svn: 117683
-
Owen Anderson authored
llvm-svn: 117682
-
Owen Anderson authored
llvm-svn: 117681
-
Sean Callanan authored
7pm, and made minor integration fixes. llvm-svn: 117680
-
Owen Anderson authored
Replace this test with the less fragile .s version. Still XFAIL'd, since the ASM parser doesn't parse vabal yet. llvm-svn: 117679
-
Fariborz Jahanian authored
protocols, including those added to class, super class and categories; otherewise issue a warning. This fixes pr8453. llvm-svn: 117678
-
Jakob Stoklund Olesen authored
llvm-svn: 117677
-
Owen Anderson authored
llvm-svn: 117676
-
Evan Cheng authored
operand and one of them has a single use that is a live out copy, favor the one that is live out. Otherwise it will be difficult to eliminate the copy if the instruction is a loop induction variable update. e.g. BB: sub r1, r3, #1 str r0, [r2, r3] mov r3, r1 cmp bne BB => BB: str r0, [r2, r3] sub r3, r3, #1 cmp bne BB This fixed the recent 256.bzip2 regression. llvm-svn: 117675
-
Evan Cheng authored
- Compute CopyToReg use operand latency correctly. llvm-svn: 117674
-
Jakob Stoklund Olesen authored
llvm-svn: 117673
-
Jim Grosbach authored
llvm-svn: 117672
-
Benjamin Kramer authored
llvm-svn: 117671
-
Jakob Stoklund Olesen authored
We don't want unused values forming their own equivalence classes, so we lump them all together in one class, and then merge them with the class of the last used value. llvm-svn: 117670
-
Jakob Stoklund Olesen authored
llvm-svn: 117669
-
Johnny Chen authored
Change the test case to not check it for an SBVariable's print description. llvm-svn: 117668
-
John Thompson authored
Inline asm multiple alternative constraints development phase 2 - improved basic logic, added initial platform support. llvm-svn: 117667
-