- Sep 25, 2012
-
-
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
-
Anna Zaks authored
llvm-svn: 164542
-
Anna Zaks authored
(Unfortunately, I do not have a good reduced test case for this.) llvm-svn: 164541
-
Richard Osborne authored
llvm-svn: 164540
-
Richard Osborne authored
This avoids a crash in visitAllocaInst when target data isn't available. llvm-svn: 164539
-
Marshall Clow authored
llvm-svn: 164490
-
Marshall Clow authored
llvm-svn: 164489
-
Alexey Samsonov authored
[TSan] one more attempt to fix sleep_sync test: call sleep in the spawned thread so that sleep-synchronization will be detected even if child thread is started late. llvm-svn: 164488
-
Alexey Samsonov authored
[TSan] Provide replacements for operators new/delete instead of declaring extern C functions with weirdly mangled names (same strategy is used in ASan). llvm-svn: 164487
-
Alexey Samsonov authored
[ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the same time, remove ASan from CMake build on Windows after conversation with Timur. We don't want to support building ASan on Windows until it is in a working state. llvm-svn: 164486
-
Alexander Potapenko authored
Use an explicit target to test that source fortification is off when building for Darwin with -faddress-sanitizer. llvm-svn: 164485
-
Dmitri Gribenko authored
StringRef makes code cleaner. Also, make the temporary buffer smaller: 512 characters is unreasonably large for integer literals. llvm-svn: 164484
-
Alexey Samsonov authored
llvm-svn: 164483
-
Chandler Carruth authored
the new SROA pass. This is a benign change: the order of PHI nodes changed. llvm-svn: 164481
-
Chandler Carruth authored
Queue the fallout. ;] llvm-svn: 164480
-