- Dec 26, 2013
-
-
Venkatraman Govindaraju authored
llvm-svn: 198029
-
Venkatraman Govindaraju authored
llvm-svn: 198028
-
- Dec 25, 2013
-
-
Alexey Samsonov authored
This allows us to avoid retrieving file/line info for suppressed modules. llvm-svn: 198025
-
Joey Gouly authored
llvm-svn: 198024
-
Alexander Potapenko authored
Per Nick Kledzik (http://llvm.org/bugs/show_bug.cgi?id=17976): """ For MacOSX, the labels in __cstring section should be 'L' labels, and the labels in the __const section should be non-L or 'l' labels. The later ('l') will cause the linker to remove the label in the final executable. """ , so we need to ensure that the globals emitted by ASan have appropriate labels. llvm-svn: 198022
-
Sergey Matveev authored
- introduce logging macros - fix incorrect vector construction llvm-svn: 198021
-
Alexander Potapenko authored
llvm-svn: 198020
-
Simon Atanasyan authored
consider to generate stubs for mips16 hard-float mode. The patch reviewed by Reed Kotler. llvm-svn: 198019
-
Alexander Potapenko authored
[ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/bugs/show_bug.cgi?id=17976 by setting the correct linkage (as stated in the bug). llvm-svn: 198018
-
Alexander Potapenko authored
This should fix http://llvm.org/bugs/show_bug.cgi?id=17976 Another test checking for the global variables' locations and prefixes on Darwin will be committed separately. llvm-svn: 198017
-
Rui Ueyama authored
llvm-svn: 198016
-
Rui Ueyama authored
Subsystem field in the PE/COFF file header has no meanining for the DLL. It looks like MSVC link.exe sets the default subsystem (Windows GUI) to the field if no /subsystem option is specified. llvm-svn: 198015
-
Alexey Samsonov authored
llvm-svn: 198014
-
Elena Demikhovsky authored
llvm-svn: 198013
-
Alexey Samsonov authored
Make a unit test added in r198004 more robust. llvm-svn: 198012
-
NAKAMURA Takumi authored
llvm-svn: 198011
-
Zoran Jovanovic authored
llvm-svn: 198010
-
Zoran Jovanovic authored
llvm-svn: 198009
-
Elena Demikhovsky authored
llvm-svn: 198008
-
Alexey Samsonov authored
llvm-svn: 198007
-
Alexey Samsonov authored
[Sanitizer] Don't use MemoryMappingLayout in StackTrace::PrintStack - it is now a responsibility of Symbolizer class. llvm-svn: 198006
-
Alexey Samsonov authored
llvm-svn: 198005
-
Alexey Samsonov authored
Use this to implement GetListOfModules() on Mac and on Android (on Linux we use dl_iterate_phdr). llvm-svn: 198004
-
Alexey Samsonov authored
llvm-svn: 198003
-
Rui Ueyama authored
llvm-svn: 198002
-
Hao Liu authored
E.g. the codegen result is fmls v1.2s, v0.2s, v2.s[3] which is expected to be fmls v0.2s, v1.2s, v2.s[3] llvm-svn: 198001
-
Alexey Samsonov authored
[Sanitizer] Replace Symbolizer::IsAvailable and Symbolizer::IsExternalAvailable with Symbolizer::CanReturnFileLineInfo. Remove now redundant checks in symbolizer initialization in TSan and MSan. llvm-svn: 198000
-
Rui Ueyama authored
llvm-svn: 197999
-
Rui Ueyama authored
If the same symbol is specified multiple times as arguments of /export, the first definition should be used. llvm-svn: 197998
-
NAKAMURA Takumi authored
llvm-svn: 197997
-
NAKAMURA Takumi authored
Thanks, Vinson Lee! llvm-svn: 197996
-
Alp Toker authored
Even g++ considers this a valid C++ identifier and it should only have been visible in C mode. Also drop the associated low-value diagnostic. llvm-svn: 197995
-
Jiangning Liu authored
llvm-svn: 197994
-
Jiangning Liu authored
llvm-svn: 197993
-
Alp Toker authored
C++11-style forward declared enums weren't supported until MSVC 2012. llvm-svn: 197992
-
- Dec 24, 2013
-
-
Nico Weber authored
(See discussion in the bug for why this isn't XFAILed.) llvm-svn: 197991
-
Joey Gouly authored
llvm-svn: 197990
-
Alexey Samsonov authored
llvm-svn: 197989
-
Alexey Samsonov authored
llvm-svn: 197988
-
Richard Sandiford authored
llvm-svn: 197986
-