- Nov 06, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 167462
-
Dmitry Vyukov authored
llvm-svn: 167458
-
Dmitry Vyukov authored
llvm-svn: 167457
-
Dmitry Vyukov authored
llvm-svn: 167456
-
Dmitry Vyukov authored
llvm-svn: 167455
-
Dmitry Vyukov authored
llvm-svn: 167454
-
Dmitry Vyukov authored
llvm-svn: 167453
-
Dmitry Vyukov authored
llvm-svn: 167452
-
Dmitry Vyukov authored
llvm-svn: 167451
-
Dmitry Vyukov authored
llvm-svn: 167450
-
Dmitry Vyukov authored
llvm-svn: 167449
-
Dmitry Vyukov authored
The file uses namespaces and extern "LANG", so it's kinda senseless to use #ifdef __cplusplus llvm-svn: 167448
-
Dmitry Vyukov authored
__declspec is not _WIN32, it's _MSC_VER llvm-svn: 167447
-
Dmitry Vyukov authored
llvm-svn: 167446
-
Richard Smith authored
llvm-svn: 167434
-
- Nov 02, 2012
-
-
Alexey Samsonov authored
[Sanitizer] Add internal_isatty to sanitizer_libc and PrintsToTty to determine whether error reports are printed to terminal llvm-svn: 167298
-
Alexey Samsonov authored
llvm-svn: 167297
-
Alexey Samsonov authored
llvm-svn: 167296
-
Alexey Samsonov authored
llvm-svn: 167294
-
Alexey Samsonov authored
llvm-svn: 167291
-
Alexey Samsonov authored
llvm-svn: 167290
-
- Oct 30, 2012
-
-
Alexey Samsonov authored
llvm-svn: 167010
-
- Oct 29, 2012
-
-
Richard Smith authored
llvm-svn: 166966
-
Richard Smith authored
bogus gcc warning. Take this opportunity to move the declaration to the header, since it's part of the API of this file. llvm-svn: 166965
-
- Oct 26, 2012
-
-
Alexander Potapenko authored
llvm-svn: 166775
-
Alexander Potapenko authored
llvm-svn: 166774
-
Alexey Samsonov authored
llvm-svn: 166771
-
Alexander Potapenko authored
This may result in a crash at startup. Fixes http://code.google.com/p/address-sanitizer/issues/detail?id=123. llvm-svn: 166768
-
- Oct 25, 2012
-
-
Richard Smith authored
llvm-svn: 166660
-
- Oct 24, 2012
-
-
Evgeniy Stepanov authored
llvm-svn: 166559
-
Alexander Potapenko authored
Replace the allocator only if the replace_cfallocator flag is set (in some cases it wasn't checked) llvm-svn: 166550
-
Alexander Potapenko authored
llvm-svn: 166549
-
Alexey Samsonov authored
[ASan] Due to data races, ASan malloc stats are inaccurate, which may cause certain ASan interface functions returning negative values (casted to unsigned). Return a reasonable value if such a case is detected. llvm-svn: 166548
-
- Oct 19, 2012
-
-
Alexey Samsonov authored
llvm-svn: 166284
-
Alexey Samsonov authored
llvm-svn: 166282
-
Bob Wilson authored
llvm-svn: 166246
-
- Oct 18, 2012
-
-
Evgeniy Stepanov authored
llvm-svn: 166180
-
Alexey Samsonov authored
llvm-svn: 166177
-
Chandler Carruth authored
limitations of the pass manager stack in the pass manager builder. llvm-svn: 166173
-
- Oct 17, 2012
-
-
Daniel Dunbar authored
- The cctools' ranlib on 10.6 has a bug and can't understand our ARM object files. llvm-svn: 166114
-