- Aug 25, 2011
-
-
Fariborz Jahanian authored
llvm-svn: 138584
-
Douglas Gregor authored
to "when loading a particular module" validation, since it was only validating local information anyway. This shouldn't change anything. llvm-svn: 138583
-
Douglas Gregor authored
and .cpp files, since ASTReader.cpp was getting way too large. No functionality change. llvm-svn: 138582
-
John McCall authored
creators to tell us whether something needs GC barriers. No functionality change. llvm-svn: 138581
-
Argyrios Kyrtzidis authored
out-of-sync how a file is compiled. Patch by Matthias Kleine! llvm-svn: 138580
-
David Greene authored
Make ConstantInt::uge() const so it may be used in const contexts. llvm-svn: 138579
-
Chad Rosier authored
llvm-svn: 138578
-
Johnny Chen authored
currently selected thread. And update the call sites accordingly. llvm-svn: 138577
-
Ted Kremenek authored
Teach -Wunreachable-code about dead code caused by macro expansions. This should suppress false positives resulting from 'assert' and friends. llvm-svn: 138576
-
Owen Anderson authored
Port over additional encoding tests to decoding tests, and fix an operand ordering bug this exposed. llvm-svn: 138575
-
Douglas Gregor authored
chain to a proper search. llvm-svn: 138574
-
Benjamin Kramer authored
llvm-svn: 138573
-
Douglas Gregor authored
search in ASTReader::ReadPreprocessedEntities(). llvm-svn: 138572
-
Fariborz Jahanian authored
llvm-svn: 138571
-
Andrew Trick authored
rdar://10005094: miscompile of 176.gcc llvm-svn: 138568
-
Fariborz Jahanian authored
as in @class foo, bar. More cleanup to follow. llvm-svn: 138567
-
Andrew Trick authored
llvm-svn: 138566
-
Johnny Chen authored
llvm-svn: 138565
-
Chad Rosier authored
-fapple-kext. Fixes <rdar://problem/10013310>. Reverts <rdar://problem/7809940>. llvm-svn: 138564
-
Johnny Chen authored
With some slight modification. llvm-svn: 138563
-
Jim Grosbach authored
llvm-svn: 138562
-
Douglas Gregor authored
redeclarations of a particular entity would occur in source order. Friend declarations that occur within class templates (or member classes thereof) do not follow this, nor would modules. Big thanks to Erik Verbruggen for reducing this problem from the Very Large Qt preamble testcase he found. llvm-svn: 138557
-
Douglas Gregor authored
given selector, rather than walking the chain backwards. Teach its visitor how to merge multiple result sets into a single result set, combining the results of selector lookup in several different modules into a single result set. llvm-svn: 138556
-
Tobias Grosser authored
Due to the recent introduction of isl_id, parameters need now always to be aligned. This was not yet taken care of in the code path of vectorization and dependence analysis. llvm-svn: 138555
-
Tobias Grosser authored
llvm-svn: 138554
-
Craig Topper authored
Add more missing TB encodings to VEX instructions to allow them to be disassembled. Fixes remainder of PR10678. llvm-svn: 138553
-
Craig Topper authored
Give ATTR_VEX higher priority when generating the disassembler context table. Fixes disassembling of VEX instructions with 'pp'=00. Fixes subset of PR10678. llvm-svn: 138552
-
Craig Topper authored
Add TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD to allow them to be disassembled. Fixes PR10723. llvm-svn: 138551
-
Bill Wendling authored
proper function to do it. llvm-svn: 138550
-
Greg Clayton authored
the Apple Generic Version number from the Xcode project. llvm-svn: 138549
-
Benjamin Kramer authored
llvm-svn: 138548
-
Bruno Cardoso Lopes authored
llvm-svn: 138546
-
Bruno Cardoso Lopes authored
llvm-svn: 138545
-
Jason Molenda authored
to frame-format and thread-format. llvm-svn: 138544
-
Jason Molenda authored
(in addition to the previous error message if the value could not be parsed as a numbe). These both generate reasonable errors now - reg write rip 0x500000000000000000000a reg write rip 0x5jjjj llvm-svn: 138543
-
Eli Friedman authored
llvm-svn: 138542
-
Bill Wendling authored
llvm-svn: 138541
-
Evan Cheng authored
llvm-svn: 138540
-
Bill Wendling authored
llvm-svn: 138539
-
Jordy Rose authored
[analyzer] Move the leak bugs from CFRefCount to RetainReleaseChecker, with a level of indirection to handle GC vs. non-GC. llvm-svn: 138538
-