- Sep 25, 2012
-
-
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
-
Bob Wilson authored
llvm-svn: 164550
-
Douglas Gregor authored
the fact. Test cases will come when we're actually (de-)serializing macro history. llvm-svn: 164549
-
Chad Rosier authored
llvm-svn: 164548
-
Argyrios Kyrtzidis authored
This was renamed in r162632 which was badness because the C API needs to be stable. rdar://12360096 llvm-svn: 164547
-
Dmitri Gribenko authored
silenced by -Wno-long-long. Thanks Richard Smith for the fix idea! llvm-svn: 164546
-
Dmitri Gribenko authored
> 'long long' is an extension when C99 mode is not enabled to > 'long long' is a C++11 extension while compiling in C++98 mode. llvm-svn: 164545
-
Jim Ingham authored
llvm-svn: 164544
-
Anna Zaks authored
Thanks to Byoungyoung for realizing taht we are not passing the default option correctly. llvm-svn: 164543
-