- Jun 04, 2011
-
-
Jordy Rose authored
llvm-svn: 132605
-
Jonathan D. Turner authored
Improvements to abbreviations for PCH which add support for EnumDecl, ObjCIvarDecl, TypedefDecl, VarDecl and FieldDecl and improve support for ParmVarDecl. llvm-svn: 132604
-
Douglas Gregor authored
libclang. Fixes <rdar://problem/9537904>. llvm-svn: 132603
-
Jakob Stoklund Olesen authored
llvm-svn: 132602
-
Jakob Stoklund Olesen authored
Materializing the stack pointer update before a call requires a scratch register that may not be available. llvm-svn: 132601
-
Galina Kistanova authored
llvm-svn: 132600
-
Greg Clayton authored
the thread we were running on (other thread crashed or had exceptional stop reason). llvm-svn: 132599
-
Eric Christopher authored
constraint lengths. Part of rdar://9037836 and rdar://9119939 llvm-svn: 132598
-
Greg Clayton authored
llvm-svn: 132597
-
- Jun 03, 2011
-
-
Jonathan D. Turner authored
llvm-svn: 132596
-
Johnny Chen authored
llvm-svn: 132594
-
Alexis Hunt authored
suggested by Chandler. llvm-svn: 132593
-
Eric Christopher authored
Part of rdar://9037836 and rdar://9119939 llvm-svn: 132592
-
Eric Christopher authored
Part of rdar://9037836 and rdar://9119939 llvm-svn: 132590
-
Bill Wendling authored
llvm-svn: 132589
-
Peter Collingbourne authored
llvm-svn: 132588
-
Peter Collingbourne authored
llvm-svn: 132587
-
Peter Collingbourne authored
llvm-svn: 132586
-
Peter Collingbourne authored
llvm-svn: 132585
-
Peter Collingbourne authored
llvm-svn: 132584
-
Peter Collingbourne authored
Currently the runtime dynamic linker lacks object file support for anything other than Mach-O. llvm-svn: 132583
-
Peter Collingbourne authored
llvm-svn: 132582
-
Jakob Stoklund Olesen authored
of reserved registers. Use RegisterClassInfo in RABasic as well. This slightly changes som allocation orders because RegisterClassInfo puts CSR aliases last. llvm-svn: 132581
-
Jakob Stoklund Olesen authored
Previously, these aliases would be ordered alphabetically. (BH, BL) Print out the computed allocation orders. llvm-svn: 132580
-
Dan Gohman authored
of conservatively choosing MayAlias. llvm-svn: 132579
-
Devang Patel authored
llvm-svn: 132578
-
Howard Hinnant authored
llvm-svn: 132577
-
Devang Patel authored
Emit debug info only if there is an insertion point. The debug info should not force an insertion point. Codegen may later on decide to not emit code for some reason, see extensive comment in CodeGenFunction::EmitStmt(), and debug info should not get in the way. llvm-svn: 132576
-
Bill Wendling authored
llvm-svn: 132575
-
Howard Hinnant authored
llvm-svn: 132573
-
Alexis Hunt authored
destructors are implemented but other special members are on the way, which is where the real benefits of this will be visible. llvm-svn: 132572
-
Galina Kistanova authored
llvm-svn: 132571
-
Matt Beaumont-Gay authored
passing -Wunknown-warning-option will re-enable warnings about -Wno-foo. llvm-svn: 132570
-
Alexis Hunt authored
llvm-svn: 132566
-
Hans Wennborg authored
Warn in cases such as "x + someCondition ? 42 : 0;", where the condition expression looks arithmetic, and has a right-hand side that looks boolean. This (partly) addresses http://llvm.org/bugs/show_bug.cgi?id=9969 llvm-svn: 132565
-
Alexis Hunt authored
special member functions. llvm-svn: 132564
-
Hans Wennborg authored
In code such as "char* volatile const j()", Clang warns that "volatile const" will be ignored. Make it point to the first ignored qualifier, and simplify the code a bit. llvm-svn: 132563
-
Howard Hinnant authored
llvm-svn: 132562
-
Eric Christopher authored
addressing mode problem mentioned in r132559. Backend part of rdar://9037836 and part of rdar://9119939 llvm-svn: 132561
-
Devang Patel authored
llvm-svn: 132560
-