Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Console View

Legend:   Passed Failed Failed Again Running Exception Offline No data

r184321
Reid Kleckner
[CodeGen] Move EHScopeStack into its own header

CGCleanup.h isn't meant to be included by all of CodeGen according to
John.
r184320
Rafael Espindola
Remove unused function.
r184319
Reid Kleckner
[Windows] Fix __declspec(property) when the getter returns a ref

This fixes an issue when parsing atlbase.h.

Patch by Will Wilson!
r184318
Rafael Espindola
Another attempt at fixing the bots.
r184317
Nadav Rotem
SLPVectorizer: start constructing chains at stores that are not power of two.
The type <3 x i8> is a common in graphics and we want to be able to vectorize it.

This changes accelerates bullet by 12% and 471_omnetpp by 5%.
r184316
Rafael Espindola
Attempt at fixing some bots.
r184315
Rafael Espindola
Reduce sys::Path usage in llvm-ar.
  • cmake-llvm-x86_64-linux: built llvm failed -  stdio
r184314
Manuel Klimek
Fix a remove-cstr-calls test that fails checking of the produced code.
  • cmake-llvm-x86_64-linux: built llvm failed -  stdio
r184312
Sergey Matveev
[lsan] Prevent inlining of WipeStack().
  • cmake-llvm-x86_64-linux: built llvm failed -  stdio
r184311
Rafael Espindola
Remove Path::getDirectoryContents.
  • cmake-clang-i686-mingw32: test clang 1 unexpected failures 23 expected failures 41 unsupported tests 6306 expected passes failed -  stdioClang :: Driver__linux-ld.c
r184310
Rafael Espindola
Don't depend on PathV1.h including set.
  • cmake-clang-i686-mingw32: test clang 1 unexpected failures 23 expected failures 41 unsupported tests 6306 expected passes failed -  stdioClang :: Driver__linux-ld.c
r184308
Reid Kleckner
[Driver] Don't forward source file input args to gcc

gcc's inputs are already added by the InputInfoList passed to
Action::ConstructJob.

Fixes a regression from r183989.  This was manifesting when targetting
mingw as an extra input argument to gcc when assembling.  It presumably
affects other situations where clang calls gcc.

Prior to r183989, forwardToGCC() was returning false because the INPUT
option defined in OptParser.td had the DriverOption flag set on it.
LLVM's Option library does not set this flag for INPUT.

Reviewers: espindola

Differential Revision: http://llvm-reviews.chandlerc.com/D999
r184307
James Molloy
Revert r184302 on Renato's behalf - it broke the bots and he's asked me to revert as he's unavailable.
r184306
Rafael Espindola
Remove the 'R' modifier.

It is not present in GNU or OS X versions and doesn't make a lot of sense
for llvm-ar.
r184305
Rafael Espindola
Remove Path::isObjectFile.
r184304
Alexander Kornienko
Split long strings on word boundaries.

Summary: Split strings at word boundaries, when there are no spaces and slashes.

Reviewers: klimek

CC: cfe-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D1003
r184303
Sergey Matveev
[lsan] Move symbolization and reporting out of StopTheWorld callback.
  • clang-3stage-x86_64-linux: test 1 unexpected failures 21 expected failures 13 unsupported tests 6341 expected passes failed -  stdioClang :: Driver__linux-ld.c
  • clang-ppc-linux: test 1 unexpected failures 21 expected failures 3 unsupported tests 6351 expected passes failed -  stdioClang :: Driver__linux-ld.c
  • cmake-clang-x64-msc16-R: test 1 unexpected failures 27 expected failures 60 unsupported tests 6278 expected passes failed -  stdioClang :: Driver__linux-ld.c
  • cmake-clang-x86_64-linux: test clang 1 unexpected failures 26 expected failures 13 unsupported tests 6376 expected passes failed -  stdioClang :: Driver__linux-ld.c
  • ninja-clang-i686-msc17-R: test clang 1 unexpected failures 27 expected failures 40 unsupported tests 6298 expected passes failed -  stdioClang :: Driver__linux-ld.c
r184302
Renato Golin
Adds support for openSUSE ARM v5/v7 triples.

Patch by İsmail Dönmez
  • clang-3stage-x86_64-linux: test 1 unexpected failures 21 expected failures 13 unsupported tests 6341 expected passes failed -  stdioClang :: Driver__linux-ld.c
  • clang-ppc-linux: test 1 unexpected failures 21 expected failures 3 unsupported tests 6351 expected passes failed -  stdioClang :: Driver__linux-ld.c
  • cmake-clang-x64-msc16-R: test 1 unexpected failures 27 expected failures 60 unsupported tests 6278 expected passes failed -  stdioClang :: Driver__linux-ld.c
  • cmake-clang-x86_64-linux: test clang 1 unexpected failures 26 expected failures 13 unsupported tests 6376 expected passes failed -  stdioClang :: Driver__linux-ld.c
  • ninja-clang-i686-msc17-R: test clang 1 unexpected failures 27 expected failures 40 unsupported tests 6298 expected passes failed -  stdioClang :: Driver__linux-ld.c
r184301
Howard Hinnant
Demangle objc mangling implemented in r184250
r184300
Rafael Espindola
Fix pr16354.

We now reject things like

struct ABC {
  static double a;
};
register double ABC::a = 1.0;
r184299
Andy Gibbs
Silence 'set but not used' warning when building in release mode using gcc.
r184298
Rafael Espindola
Remove Path::canExecute.
  • clang-3stage-x86_64-linux: test 1 unexpected failures 21 expected failures 13 unsupported tests 6341 expected passes failed -  stdioClang :: Driver__linux-ld.c
r184297
Rafael Espindola
Use llvm::sys::fs::can_execute.
  • clang-3stage-x86_64-linux: test 1 unexpected failures 21 expected failures 13 unsupported tests 6341 expected passes failed -  stdioClang :: Driver__linux-ld.c
r184296
Evgeniy Stepanov
[sanitizer] Fix struct ifconf definition on Mac and restore the size checks.
  • clang-3stage-x86_64-linux: test 1 unexpected failures 21 expected failures 13 unsupported tests 6341 expected passes failed -  stdioClang :: Driver__linux-ld.c
r184295
Sylvestre Ledru
When the compiler is not providing a clean triple, we should fail
the build right from the start.
For now, it is only done with DEBUGMAKE is provided. That makes
things harder to debug during ports of compiler-rt on other systems.
  • clang-3stage-x86_64-linux: test 1 unexpected failures 21 expected failures 13 unsupported tests 6341 expected passes failed -  stdioClang :: Driver__linux-ld.c