- Jul 20, 2012
-
-
Jordan Rose authored
The CFG creates dummy DeclStmts with one Decl per statement, and it has to do so from last to first in order to build the graph correctly. llvm-svn: 160560
-
Daniel Dunbar authored
color. llvm-svn: 160559
-
Daniel Dunbar authored
llvm-svn: 160558
-
Daniel Dunbar authored
llvm-svn: 160557
-
Daniel Dunbar authored
subprocesses. llvm-svn: 160556
-
Eric Christopher authored
rdar://11842763 llvm-svn: 160554
-
Sylvestre Ledru authored
llvm-svn: 160553
-
Fariborz Jahanian authored
of c-functions nested in namespace in method implementations by turning off its delayed parsing until a proper solution is figured out. pr13418 llvm-svn: 160552
-
Dmitri Gribenko authored
llvm-svn: 160551
-
Dmitri Gribenko authored
paragraph. llvm-svn: 160550
-
NAKAMURA Takumi authored
llvm-svn: 160549
-
Richard Osborne authored
GetBestDestForJumpOnUndef() assumes there is at least 1 successor, which isn't true if the block ends in an indirect branch with no successors. Fix this by bailing out earlier in this case. llvm-svn: 160546
-
Kostya Serebryany authored
[asan] make sure that the crash callbacks do not get merged (Chandler's idea: insert an empty InlineAsm). Change the order in which the new BBs are inserted: the slow path BB is insert between old BBs, the crash BB is inserted at the end. Don't create an empty BB (introduced by recent commits). Update the test. The experimental code that does manual crash callback merge will most likely be deleted later. llvm-svn: 160544
-
Craig Topper authored
Don't use implicit register operands to calculate L-bit for AVX instructions. Needed because super reg defs and kills are added as implicit operands on 128-bit instructions. Fixes PR13349. Patch by Jose Fonseca. llvm-svn: 160543
-
Nico Weber authored
llvm-svn: 160542
-
Nico Weber authored
Fixes PR13413, -Wunused-private-field now warns on unused fields initialized to NULL. llvm-svn: 160541
-
Owen Anderson authored
Make RegisterOperand a subclass of DAGOperand so that RegisterOperands can be passed into multiclasses that take DAGOperands as multiclass parameters. llvm-svn: 160540
-
Jason Molenda authored
char*'s - Greg removed the methods which accept char*'s earlier today. llvm-svn: 160539
-
Nico Weber authored
make it match the flag it tests. llvm-svn: 160536
-
Chandler Carruth authored
FileCheck. This avoids copying files around needlessly during test runs. llvm-svn: 160535
-
Chandler Carruth authored
clients to default text files to 'eol-native'. llvm-svn: 160534
-
Nick Lewycky authored
llvm-svn: 160532
-
Pete Cooper authored
llvm-svn: 160531
-
Anna Zaks authored
same implementation for call evaluation. llvm-svn: 160530
-
Nick Lewycky authored
memory. This makes clang play nice with leak checkers. llvm-svn: 160529
-
Eric Christopher authored
llvm-svn: 160528
-
Eric Christopher authored
previous ResetObjCLayout calls since this is now handled in Sema. Part of rdar://11842763 llvm-svn: 160527
-
Eric Christopher authored
or implementation since we've now got a different layout. Fixes rdar://11842763 llvm-svn: 160526
-
- Jul 19, 2012
-
-
Galina Kistanova authored
llvm-svn: 160525
-
Greg Clayton authored
llvm-svn: 160524
-
Greg Clayton authored
llvm-svn: 160523
-
Aaron Ballman authored
llvm-svn: 160522
-
Preston Gurd authored
Atom buildbot will auto-detect Atom. llvm-svn: 160521
-
Preston Gurd authored
processor. Patches by Tyler Nowicki, Andy Zhang, and Preston Gurd! llvm-svn: 160520
-
Dmitri Gribenko authored
llvm-svn: 160519
-
Sebastian Pop authored
This fixes a bunch of make check failures of the form: Unknown Architecture Version. UNREACHABLE executed at ../lib/Target/Hexagon/HexagonSubtarget.cpp:60! llvm-svn: 160518
-
Jordan Rose authored
While we still want to consider this a hard error (non-POD variadic args are normally a DefaultError warning), delaying the diagnostic allows us to give better error messages, which also match the usual non-POD errors more closely. In addition, this change improves the diagnostic messages for format string argument type mismatches by passing down the type of the callee, so we can say "variadic method" or "variadic function" appropriately. <rdar://problem/11825593> llvm-svn: 160517
-
Jordan Rose authored
No functionality change. llvm-svn: 160516
-
Jordan Rose authored
Previously, we would ask for the SourceLocation of an argument even if it were NULL (i.e. if Sema resulted in an ExprError trying to build it). <rdar://problem/11890818> llvm-svn: 160515
-
Sean Callanan authored
port range. Also added a comment indicating that more work is needed. <rdar://problem/11580051> llvm-svn: 160514
-