Go to file
Rafael Espindola 503f883b95 Add r230655 back with a fix.
The issue is that now we have a diag handler during optimizations
and get forward every optimization remark, flooding stdout.

The same filtering should probably be done with or without a
custom handler, but for now just ignore remarks.

Original message:

gold-plugin: "Upgrade" debug info and handle its warnings.

The gold plugin never calls MaterializeModule, so any old debug info
was not deleted and could cause crashes.

Now that it is being "upgraded", the plugin also has to handle warnings
and create Modules with a nice id (it shows in the warning).

llvm-svn: 230991
2015-03-02 19:08:03 +00:00
clang Add clang support for Objective-C application extensions. 2015-03-02 19:01:14 +00:00
clang-tools-extra clang-tidy: Update test as underlying problem apparently was fixed. 2015-03-02 18:07:00 +00:00
compiler-rt [Sanitizer] Fix StripPathPrefix function and improve test case. 2015-03-02 18:55:46 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement step builtin 2015-03-02 15:29:41 +00:00
libcxx cmath: account for MSVCRT 12.0 changes 2015-02-28 20:18:39 +00:00
libcxxabi Unwind: make it build on Darwin again 2015-02-28 02:23:54 +00:00
lld Update the list of relocations that need to be implemented. 2015-03-02 06:17:38 +00:00
lldb [Windows] Fix getcwd() on Windows. 2015-03-02 18:33:50 +00:00
llgo [llgo] debug: create replaceable type through DIBuilder 2015-03-02 12:42:45 +00:00
llvm Add r230655 back with a fix. 2015-03-02 19:08:03 +00:00
openmp Removed all header files for OpenMP 2.5 2015-02-25 18:38:08 +00:00
polly Do not model scalar accesses in non-affine subregions 2015-03-02 14:06:01 +00:00