- Jul 20, 2012
-
-
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
-
Nuno Lopes authored
It is optimal at least up to 7 bits (I've tested all such cases) This change to truncate() allows a little simplification to the multiplication code, and it also makes multiplication optimal :) llvm-svn: 160512
-
rdar://11806334Argyrios Kyrtzidis authored
Makes sure we don't overflow the stack. llvm-svn: 160511
-
Howard Hinnant authored
llvm-svn: 160510
-
Howard Hinnant authored
llvm-svn: 160509
-
Alexey Samsonov authored
[ASan] subtract one from PCs in ASan error reports (as they originally contain return addresses). Make output tests stricter. llvm-svn: 160508
-
Benjamin Kramer authored
llvm-svn: 160507
-
Filipe Cabecinhas authored
Make git not delete my_working_dir. Otherwise a git checkout would be different from an svn checkout. llvm-svn: 160506
-
NAKAMURA Takumi authored
test/DebugInfo/dwarfdump-test.test: Tweak expressions for Win32 to match backslashes. They are still odd, though. For example, Paths are printed on Win32 as below; /tmp/dbginfo\def2.cc:4:0 /tmp/dbginfo\include\decl2.h:1:0 /tmp/include\decl.h:5:0 llvm-svn: 160505
-
Kostya Serebryany authored
llvm-svn: 160504
-
Kostya Serebryany authored
llvm-svn: 160503
-
Alexander Potapenko authored
llvm-svn: 160502
-
Benjamin Kramer authored
No functionality change. llvm-svn: 160501
-
Jush Lu authored
llvm-svn: 160500
-
Alexey Samsonov authored
[Sanitizer] When obtaining the data for loaded modules, add address ranges of loadable segments only. Looks like address range of PT_TLS segment may intersect with loadable segments of other modules. llvm-svn: 160498
-
Alexey Samsonov authored
(instead of basenames) from DWARF. Use this behavior in llvm-dwarfdump tool. Reviewed by Benjamin Kramer. llvm-svn: 160496
-
Ted Kremenek authored
Simplify UninitializedValues.cpp by removing logic to handle the previous (imprecise) representation of '&&' and '||' in the CFG. This is no longer needed, and greatly simplifies the code. llvm-svn: 160494
-
Galina Kistanova authored
llvm-svn: 160493
-
Michael Han authored
llvm-svn: 160492
-
Bob Wilson authored
This macro was being unconditionally set to zero, preceded by a FIXME comment. This fixes <rdar://problem/11845441>. Patch by Michael Gottesman! llvm-svn: 160491
-
Aaron Ballman authored
Relaxed enumeration constant naming rules for scoped enumerators so they no longer emit a diagnostic when the enumeration's name matches that of the class. Fixes PR13128. llvm-svn: 160490
-
Richard Smith authored
llvm-svn: 160488
-
rdar://problem/11908082Greg Clayton authored
Allow debugserver to match process names that are longer than MAXCOMLEN (16) characters. We do this by digging up argv[0] from another sysctl if the process name supplied is longer than 16 characters. llvm-svn: 160487
-
NAKAMURA Takumi authored
It crashes mingw32-gcc-4.4. llvm-svn: 160486
-
Richard Smith authored
llvm-svn: 160485
-
Bob Wilson authored
The hack of recognizing a -D__IPHONE_OS_VERSION_MIN_REQUIRED option in place of -mios-simulator-version-min leaves the Darwin version unspecified. It can be set separately with -mmacosx-version-min (which makes no sense) or inferred to match the host version (which is unpredictable and usually wrong). This really needs to get cleaned up, but in the meantime, force the OS X version to 10.6 so that the behavior is sane for the iOS simulator. Thanks for Argyrios for the patch. <rdar://problem/11858187> llvm-svn: 160484
-
Bill Wendling authored
llvm-svn: 160483
-
Bill Wendling authored
llvm-svn: 160482
-