- Mar 19, 2014
-
-
Ben Langmuir authored
This name, while more verbose, plays more nicely with tools that use file extensions to determine file types. The existing spelling 'module.map' will continue to work, but the new spelling will take precedence. In frameworks, this new filename will only go in a new 'Modules' sub-directory. Similarly, add a module.private.modulemap corresponding to module_private.map. llvm-svn: 204261
-
David Majnemer authored
Introduced when I rebased my changes to use isReservedSectionNumber. llvm-svn: 204260
-
Simon Atanasyan authored
llvm-svn: 204259
-
Jim Ingham authored
Check if "golden_output.txt" exists before trying to delete it rather than just raising an uncaught error. llvm-svn: 204258
-
Tobias Grosser authored
This patch enables vectorization of loops containing backward array traversal (array stride is -1). Contributed-by:
Chris Jenneisch <chrisj@codeaurora.org> llvm-svn: 204257
-
Hans Wennborg authored
llvm-svn: 204256
-
Tobias Grosser authored
This ensures that the polly passes get properly registered both, when using polly as a loadable module and when directly linking it into clang/opt/bugpoint. llvm-svn: 204255
-
-
Jordan Rose authored
PR19191 llvm-svn: 204253
-
Matheus Almeida authored
llvm-svn: 204252
-
Greg Clayton authored
Change the backtrace view into a process tree view where you can expand the process, its threads and see all frames under each thread. llvm-svn: 204251
-
Matheus Almeida authored
and emitted and that no NOPs are emitted in a 'noreorder section'. llvm-svn: 204250
-
Joerg Sonnenberger authored
llvm-svn: 204249
-
Simon Atanasyan authored
llvm-svn: 204248
-
Simon Atanasyan authored
of GOT. * Read addend for R_MIPS_GOT16 relocation. * Put only high 16 bits of symbol + addend into GOT entries for locally visible symbols. llvm-svn: 204247
-
Simon Atanasyan authored
a uniform way. llvm-svn: 204246
-
Simon Atanasyan authored
functions. The first one is for local GOT entries. The second one is for global GOT entries. llvm-svn: 204245
-
Simon Atanasyan authored
llvm-svn: 204244
-
Simon Atanasyan authored
llvm-svn: 204243
-
Simon Atanasyan authored
class. llvm-svn: 204242
-
Alexey Samsonov authored
llvm-svn: 204241
-
Dmitry Vyukov authored
llvm-svn: 204240
-
Alexey Samsonov authored
llvm-svn: 204239
-
Alexey Samsonov authored
llvm-svn: 204238
-
Kostya Serebryany authored
[sanitizer] use some c++11 to simplify the code (we can now). Fix one place where a mutex acquisition stack trace was not properly remembered llvm-svn: 204237
-
Dmitri Gribenko authored
with variadic parameters Patch by Joe Ranieri. llvm-svn: 204236
-
Dmitri Gribenko authored
parameters Patch by Joe Ranieri. llvm-svn: 204235
-
Alexey Samsonov authored
llvm-svn: 204234
-
Kostya Serebryany authored
llvm-svn: 204233
-
Dmitry Vyukov authored
tsan: use attribute instead of compiler flag for tls-model=initial-exec as asked in comments for r203111 llvm-svn: 204232
-
Dmitry Vyukov authored
llvm-svn: 204231
-
Evgeniy Stepanov authored
llvm-svn: 204230
-
Evgeniy Stepanov authored
This corresponds to a fix in llvm::SplitBlockAndInsertIfThen. llvm-svn: 204229
-
Dmitry Vyukov authored
llvm-svn: 204228
-
Dmitry Vyukov authored
In member function 'virtual void __sanitizer::DD::MutexBeforeLock(__sanitizer::DDCallback*, __sanitizer::DDMutex*, bool)': error: the frame size of 544 bytes is larger than 512 bytes [-Werror=frame-larger-than=] The code is now [arguably] better as well. llvm-svn: 204227
-
Alexander Kornienko authored
Reviewers: klimek Reviewed By: klimek CC: cfe-commits Differential Revision: http://llvm-reviews.chandlerc.com/D3116 llvm-svn: 204226
-
Kostya Serebryany authored
[sanitizer] deadlock detector: a) initial support for suppressions, b) be more robust in case we failed to extract a stack trace for one of the locks llvm-svn: 204225
-
Simon Atanasyan authored
llvm-svn: 204224
-
Simon Atanasyan authored
llvm-svn: 204223
-
Simon Atanasyan authored
llvm-svn: 204222
-