- Aug 27, 2011
-
-
Andrew Trick authored
These tests have been failing since the beginning of buildbot time: crash-recovery-code-complete.c crash-recovery-reparse.c crash-recovery.c llvm-svn: 138672
-
Argyrios Kyrtzidis authored
of the migrated files. rdar://10022801 llvm-svn: 138671
-
Chad Rosier authored
llvm-svn: 138670
-
Jim Grosbach authored
llvm-svn: 138669
-
Douglas Gregor authored
are lexically within a particular DeclContext. Test forthcoming. llvm-svn: 138668
-
- Aug 26, 2011
-
-
Owen Anderson authored
llvm-svn: 138667
-
Chad Rosier authored
for catching this. llvm-svn: 138666
-
Jim Grosbach authored
This handles only the handling of the IT instruction itself, not the processing and validation of the instructions in the IT block. That's next, and will include encoding tests for IT itself. llvm-svn: 138665
-
Bill Wendling authored
llvm-svn: 138664
-
Chad Rosier authored
cases we want the prefix to be the original file name less the suffix. For an input such as test.c to named temporary would be something like test-3O4Clq.o Part of <rdar://problem/8314451> llvm-svn: 138662
-
Douglas Gregor authored
after having already deserialized the fields, clear out the fields first. This makes sure that we keep all of the declarations in the lexical context (including those implicitly added by later type-checking) within the same list. A test case for this behavior is coming as part of another commit; testing for this problem in isolation is a nightmare. llvm-svn: 138661
-
Eli Friedman authored
llvm-svn: 138660
-
Fariborz Jahanian authored
finding life-time conflict with its declared ivar. // rdar://10007230 llvm-svn: 138659
-
Bill Wendling authored
split it in the other place where we're splitting critical edges. llvm-svn: 138658
-
Owen Anderson authored
llvm-svn: 138657
-
Bill Wendling authored
llvm-svn: 138656
-
John McCall authored
emit all gl-value arguments as reference bindings. llvm-svn: 138655
-
Eric Christopher authored
llvm-svn: 138654
-
Owen Anderson authored
invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We were failing to specify enough fixed bits of LDR_PRE/LDRB_PRE, resulting in decoding conflicts. Separate them into immediate vs. register versions, allowing us to specify the necessary fixed bits. This in turn results in the test being decoded properly, and being rejected as UNPREDICTABLE rather than a hard failure. llvm-svn: 138653
-
Andrew Trick authored
I'll clean up the rest of the XFAIL: vg_leak lines if this works. llvm-svn: 138652
-
Bill Wendling authored
llvm-svn: 138651
-
Jordy Rose authored
llvm-svn: 138649
-
Eli Friedman authored
llvm-svn: 138648
-
Andrew Trick authored
llvm-svn: 138647
-
Greg Clayton authored
file that had a symbol that had a section specified where the section had zero size. We now honor this section definition for the symbol and don't assert anymore. llvm-svn: 138646
-
Eli Friedman authored
Make sure we don't crash printing builtin candidates for overloads of deleted operators. Fixes PR10757. llvm-svn: 138645
-
Jim Ingham authored
Move DIE location reporting into the DWARFDebugInfo class, use it from there in SymbolFileDWARF::ParseType (and eventually in other interesting places as well.) llvm-svn: 138644
-
Owen Anderson authored
llvm-svn: 138642
-
Douglas Gregor authored
llvm-svn: 138640
-
John McCall authored
llvm-svn: 138639
-
John McCall authored
the crazy comma expression so that we get an r-value in the varargs position. llvm-svn: 138638
-
Chad Rosier authored
<rdar://problem/10027287> llvm-svn: 138637
-
Benjamin Kramer authored
This should fix PR10772. llvm-svn: 138636
-
Owen Anderson authored
Support an extension of ARM asm syntax to allow immediate operands to ADR instructions. This is helpful for disassembler testing, and indeed exposed a disassembler bug that is also fixed here. llvm-svn: 138635
-
Benjamin Kramer authored
llvm-svn: 138634
-
Axel Naumann authored
llvm-svn: 138631
-
Kalle Raiskila authored
llvm-svn: 138630
-
John McCall authored
better. llvm-svn: 138628
-
John McCall authored
really shouldn't be optional. Fix the remaining place where a temporary was being passed as potentially-aliased memory. Fixes PR10756. llvm-svn: 138627
-
Owen Anderson authored
llvm-svn: 138626
-