- Apr 23, 2013
-
-
Dmitry Vyukov authored
llvm-svn: 180113
-
Tom Stellard authored
llvm-svn: 180112
-
Ashok Thirumurthi authored
- Includes tests that write, verify and restore floating-point register content using SBFrame. Reviewed by: Daniel Malea llvm-svn: 180111
-
Benjamin Kramer authored
Silences a sign compare warning on 32 bit archs. llvm-svn: 180110
-
Ashok Thirumurthi authored
and a failing test for register expressions. Also factors out common setup code in preparation to add a few new tests. Reviewed by: Daniel Malea llvm-svn: 180109
-
Howard Hinnant authored
llvm-svn: 180108
-
Evgeniy Stepanov authored
llvm-svn: 180107
-
Alexey Samsonov authored
[ASan] Disable strict-init-order checker once we have more than one thread, as this mode is thread-hostile llvm-svn: 180106
-
Daniel Jasper authored
Before: #if !defined(AAAAAAAAAAAAAAAA) && (defined CCCCCCCC || \ defined DDDDDDDD) && defined(BBBBBBBB) After: #if !defined(AAAAAAAAAAAAAAAA) && (defined CCCCCCCC || defined DDDDDDDD) && \ defined(BBBBBBBB) This fixes llvm.org/PR15828. llvm-svn: 180105
-
Carlo Kok authored
llvm-svn: 180104
-
Alexey Samsonov authored
llvm-svn: 180103
-
Alexey Samsonov authored
llvm-svn: 180102
-
Evgeniy Stepanov authored
llvm-svn: 180101
-
Carlo Kok authored
llvm-svn: 180100
-
Reid Kleckner authored
This was r180041 and r180046, which was reverted in r180066. Re-committing this should fix the dragonegg bootstrap, which I presume needs LD_LIBRARY_PATH to be propagated to the child. Tested on Linux, Windows, and Mac OS 10.6. llvm-svn: 180099
-
Alexey Samsonov authored
llvm-svn: 180098
-
Alexander Potapenko authored
llvm-svn: 180097
-
Sylvestre Ledru authored
llvm-svn: 180095
-
Alexey Samsonov authored
llvm-svn: 180094
-
Alexander Potapenko authored
See https://code.google.com/p/address-sanitizer/issues/detail?id=131. llvm-svn: 180093
-
Rafael Espindola authored
llvm-svn: 180092
-
Evgeniy Stepanov authored
llvm-svn: 180091
-
Evgeniy Stepanov authored
llvm-svn: 180090
-
Alexey Samsonov authored
This makes llvm-dwarfdump and llvm-symbolizer understand debug info sections compressed by ld.gold linker. llvm-svn: 180088
-
Hans Wennborg authored
llvm-svn: 180087
-
Jason Molenda authored
llvm-svn: 180086
-
Jason Molenda authored
lldb-179 version numberings and the new lldb-300 version numberings. Remove the pretense that someone might run this from the command line; this is only used from within a live lldb debug session. Fix the loading so it can be loaded via "script import lldb.macosx" or the script can be loaded individually like "command script import unwind_diagnose.py" llvm-svn: 180085
-
Alexey Samsonov authored
llvm-svn: 180084
-
Alexey Samsonov authored
Add basic zlib support to LLVM. This would allow to use compression/uncompression in selected LLVM tools. llvm-svn: 180083
-
Alexey Samsonov authored
llvm-svn: 180082
-
Pekka Jaaskelainen authored
even if erroneously annotated with the parallel loop metadata. Fixes Bug 15794: "Loop Vectorizer: Crashes with the use of llvm.loop.parallel metadata" llvm-svn: 180081
-
Tim Northover authored
AArch64 always demands a register-scavenger, so the pointer should never be NULL. However, in the spirit of paranoia, we'll assert it before use just in case. llvm-svn: 180080
-
Jason Molenda authored
unwind instructions for a function/symbol which contains that address. Update the unwind_diagnose.py script to use this instead of doing image show-unwind by name to avoid cases where there are multiple name definitions. llvm-svn: 180079
-
Jason Molenda authored
the lldb.macosx folder. llvm-svn: 180078
-
Jason Molenda authored
It will be installed in the LLDB.framework and can be loaded with (lldb) script import lldb.macosx after which a "unwind-diagnose" command will be registered. Select the thread which has a bad backtrace and run this command -- a lot of information about the stack frames, and an alternate backtrace algorithm, will be used. The information will often be sufficient for a remote person to figure out why the backtrace failed. <rdar://problem/13679300> llvm-svn: 180077
-
Richard Trieu authored
C++98 mode. This improves on the previous diagnostic message of: error: expected identifier or '{' llvm-svn: 180076
-
Jordan Rose authored
No functionality change. <rdar://problem/13710586> llvm-svn: 180075
-
rdar://problem/13437949Enrico Granata authored
Making sure that CF*{Array|Dictionary}Ref provide synthetic children correctly. llvm-svn: 180074
-
Ted Kremenek authored
llvm-svn: 180073
-
Howard Hinnant authored
llvm-svn: 180072
-