- Mar 14, 2014
-
-
Kostya Serebryany authored
llvm-svn: 203910
-
Oliver Stannard authored
llvm-svn: 203909
-
Evgeniy Stepanov authored
This is an initial version of *Sanitizer instrumentation of assembly code. Patch by Yuri Gorshenin. llvm-svn: 203908
-
Stepan Dyatkovskiy authored
llvm-svn: 203907
-
Bill Wendling authored
PR19089 llvm-svn: 203906
-
Stepan Dyatkovskiy authored
llvm-svn: 203905
-
Kostya Serebryany authored
llvm-svn: 203904
-
Rui Ueyama authored
llvm-svn: 203903
-
Kostya Serebryany authored
[sanitizer] in bitset-based deadlock detector collect edge's stack trace when an edge is added to the graph (in following CLs these stack traces will be added to the report) llvm-svn: 203902
-
Rui Ueyama authored
The COFF spec says that the SectionNumber field in the symbol table is 16 bit signed type, but MSVC treats the field as if it is unsigned. llvm-svn: 203901
-
Simon Atanasyan authored
llvm-svn: 203900
-
Simon Atanasyan authored
index. llvm-svn: 203899
-
Simon Atanasyan authored
llvm-svn: 203898
-
Simon Atanasyan authored
llvm-svn: 203897
-
Simon Atanasyan authored
llvm-svn: 203896
-
Craig Topper authored
llvm-svn: 203895
-
Craig Topper authored
Remove seemingly dead method. It was marked virtual but doesn't override anything and there don't seem to be any in tree callers. llvm-svn: 203894
-
Craig Topper authored
llvm-svn: 203893
-
Rui Ueyama authored
LLD fails to link symbol "_main" if the symbol is in a library file and the library file is given as a bare argument (i.e. not with /defaultlib option). It's because library files given as bare arguments are processed before other libraries given with /defaultlib, so when Linker finds msvcrtd needs a definition for "_main", the file providing the main function has already been processed and skipped. Linker don't revisit libraries if it's not given with /defaultlib. To fix it this patch change the way of command line handling; files end with ".lib" are treated as if they are given with /defaultlib. I don't believe it's 100% correct behavior but it's better than before. llvm-svn: 203892
-
Rui Ueyama authored
llvm-svn: 203891
-
Owen Anderson authored
issue in that the new MachineRegisterInfo bundle iterators didn't dereference to the START of the bundle, while the old skipBundle() method did. llvm-svn: 203890
-
Rui Ueyama authored
Looks like a major cause of instability on Windows is this thread-safety bug. llvm-svn: 203889
-
Sebastian Pop authored
llvm-svn: 203888
-
Sebastian Pop authored
llvm-svn: 203887
-
Sebastian Pop authored
llvm-svn: 203886
-
Argyrios Kyrtzidis authored
This is because the PCH is tied to the module files, if one of the module files changes or gets removed the build system should re-build the PCH file. rdar://16321245 llvm-svn: 203885
-
Rui Ueyama authored
This option is not documented and seems weird, but yeah we need it anyway. llvm-svn: 203884
-
Pete Cooper authored
Fix issue with r203865. The old behaviour would get a MachineOperand then find the MI for the bundle the MI was in. The new behaviour was failing to get the parent bundle and instead just used the MI from the MachineOperand llvm-svn: 203883
-
Argyrios Kyrtzidis authored
[Modules] Make sure that the synthesized file "__inferred_module.map" doesn't show up as dependency of a module file. Follow-up for rdar://15459210 llvm-svn: 203882
-
Argyrios Kyrtzidis authored
No functionality change. llvm-svn: 203881
-
Galina Kistanova authored
llvm-svn: 203880
-
Galina Kistanova authored
Fixed misuse of isascii. Also fixes mingw32 build, see http://msdn.microsoft.com/en-us/library/ms235417.aspx llvm-svn: 203879
-
Rui Ueyama authored
This is to make sure that the Windows-style command line tokenizer is working as expected. llvm-svn: 203877
-
Rui Ueyama authored
llvm-svn: 203876
-
Rui Ueyama authored
If the driver finds a command line option in the form of "@filename", the option will be replaced with the content of the given file. It's an error if a response file cannot be read. llvm-svn: 203875
-
Greg Clayton authored
One more time. Multi-line expressions when there is no valid expression that follow “expr [options] —“. llvm-svn: 203874
-
Greg Clayton authored
llvm-svn: 203873
-
Greg Clayton authored
Allow a multi-line expression to follow expression commands with options when there is no expression following the option terminating “—“. llvm-svn: 203872
-
Tobias Grosser authored
Contributed-by:
Sam Novak <snovak@uwsp.edu> llvm-svn: 203871
-
Tobias Grosser authored
Contributed-by:
Sam Novak <snovak@uwsp.edu> llvm-svn: 203869
-