- Sep 25, 2012
-
-
John McCall authored
llvm-svn: 164593
-
John McCall authored
llvm-svn: 164592
-
John McCall authored
Patch by Andy Gibbs! llvm-svn: 164591
-
John McCall authored
Patch by Andy Gibbs! llvm-svn: 164590
-
John McCall authored
into the enclosing scope; this is a more accurate model but is (I believe) unnecessary in my test case due to other flaws. However, one of those flaws is now intentional: blocks which appear in return statements can be trivially observed to not extend in lifetime past the return, and so we can allow a jump past them. Do the necessary magic in IR-generation to make this work. llvm-svn: 164589
-
Evan Cheng authored
Fix an illegal tailcall opt where the callee returns a double via xmm while caller returns x86_fp80 via st0. rdar://12229511 llvm-svn: 164588
-
Nico Weber authored
llvm-svn: 164587
-
Richard Smith authored
function being instantiated. An error recovery codepath was recursively performing name lookup (and triggering an unbounded stack of template instantiations which blew out the stack before hitting the depth limit). Patch by Wei Pan! llvm-svn: 164586
-
Chandler Carruth authored
David (I think), but I would appreciate folks verifying that this fixes the big crasher. I'm still working on a reduced test case, but because this was causing problems I wanted to get the fix checked in quickly. llvm-svn: 164585
-
rdar://problem/9959501Greg Clayton authored
More KDP debugging process. We can not set breakpoints, hit them, resume, step and detach while running. llvm-svn: 164584
-
Nick Lewycky authored
it's not a dead store if that pointer is used. Whoops! llvm-svn: 164583
-
Michael Ilseman authored
Unit tests for IntegerDivision. Currently, just a basic sanity check to ensure that the code was generated properly. Future work would be finding some way to test the actual result that would be computed. llvm-svn: 164582
-
Eli Friedman authored
llvm-svn: 164580
-
Anna Zaks authored
dispatch. llvm-svn: 164579
-
Richard Smith authored
instantiations if we encountered errors parsing some of the initializers. llvm-svn: 164578
-
Jim Grosbach authored
rdar://9795790 llvm-svn: 164577
-
Nick Lewycky authored
declaration to use the same form as in the rest of the file. No functionality change. llvm-svn: 164576
-
Howard Hinnant authored
Apply the emulated nullptr_t with constexpr. This is an unusual configuration that would take advantage of this. But it has popped up in the wild and does no harm to support it. llvm-svn: 164575
-
Enrico Granata authored
llvm-svn: 164574
-
Sean Callanan authored
which builds a Debug+Asserts build of Clang and links LLDB against it. The Debug configuration builds Clang with Release+Asserts, for faster linking and smaller memory footprint when debugging the build LLDB. llvm-svn: 164573
-
Sean Callanan authored
llvm-svn: 164572
-
Jim Grosbach authored
Even out-of-line jump tables can be in the code section, so mark them as data-regions for those targets which support the directives. rdar://12362871&12362974 llvm-svn: 164571
-
Chad Rosier authored
llvm-svn: 164570
-
Eli Friedman authored
unused expression warnings. <rdar://problem/12359208>. llvm-svn: 164569
-
Chad Rosier authored
llvm-svn: 164568
-
Chad Rosier authored
Also remove an unused argument. llvm-svn: 164567
-
Fariborz Jahanian authored
to the feature. llvm-svn: 164566
-
rdar://12360497Bob Wilson authored
I also moved the SDKROOT setting into the make flags, since clearing it from the environment isn't good enough to override a setting on the make command line. That hasn't been a problem but it could be, and it's good to be consistent with the way UNIVERSAL_SDK_PATH is handled. llvm-svn: 164565
-
Jason Molenda authored
that volatile registers are correctly reported for this ABI. We were incorrectly passing up volatile registers from callee frames. llvm-svn: 164564
-
Sean Callanan authored
top-of-tree. Removed all local patches and llvm.zip. The intent is that fron now on top-of-tree will always build against LLVM/Clang top-of-tree, and that problems building will be resolved as they occur. Stable release branches of LLDB can be constructed as needed and linked to specific release branches of LLVM/Clang. llvm-svn: 164563
-
Nick Lewycky authored
dead. llvm-svn: 164561
-
Nick Lewycky authored
No functionality change. llvm-svn: 164560
-
Fariborz Jahanian authored
'instance variable' in text of all diagnostics for objective-C: // rdar://12352442 llvm-svn: 164559
-
- Sep 24, 2012
-
-
Sean Callanan authored
"frame variable". "expr" finds hidden ivars correctly. llvm-svn: 164558
-
Ted Kremenek authored
llvm-svn: 164557
-
Dmitri Gribenko authored
llvm-svn: 164556
-
Dmitri Gribenko authored
llvm-svn: 164555
-
Dmitri Gribenko authored
llvm-svn: 164554
-
Roman Divacky authored
store when handling byval arguments. Thus preventing reordering of the store with load with post-RA scheduler. llvm-svn: 164553
-
Bob Wilson authored
llvm-svn: 164551
-