Console View
|
|
|
|||||||||||
| r184321 |
Reid Kleckner
reid@kleckner.net |
|
|||||||||
|
[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
rafael.espindola@gmail.com |
|
|||||||||
|
Remove unused function. |
|||||||||||
| r184319 |
Reid Kleckner
reid@kleckner.net |
|
|||||||||
|
[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
rafael.espindola@gmail.com |
|
|||||||||
|
Another attempt at fixing the bots. |
|||||||||||
| r184317 |
Nadav Rotem
nrotem@apple.com |
|
|||||||||
|
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
rafael.espindola@gmail.com |
|
|||||||||
|
Attempt at fixing some bots. |
|||||||||||
|
|||||||||||
| r184315 |
Rafael Espindola
rafael.espindola@gmail.com |
|
|||||||||
|
Reduce sys::Path usage in llvm-ar. |
|||||||||||
|
|||||||||||
| r184314 |
Manuel Klimek
klimek@google.com |
|
|||||||||
|
Fix a remove-cstr-calls test that fails checking of the produced code. |
|||||||||||
|
|||||||||||
| r184312 |
Sergey Matveev
earthdok@google.com |
|
|||||||||
|
[lsan] Prevent inlining of WipeStack(). |
|||||||||||
|
|||||||||||
| r184311 |
Rafael Espindola
rafael.espindola@gmail.com |
|
|||||||||
|
Remove Path::getDirectoryContents. |
|||||||||||
|
|||||||||||
| r184310 |
Rafael Espindola
rafael.espindola@gmail.com |
|
|||||||||
|
Don't depend on PathV1.h including set. |
|||||||||||
|
|||||||||||
| r184308 |
Reid Kleckner
reid@kleckner.net |
|
|||||||||
|
[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
james.molloy@arm.com |
|
|||||||||
|
Revert r184302 on Renato's behalf - it broke the bots and he's asked me to revert as he's unavailable. |
|||||||||||
| r184306 |
Rafael Espindola
rafael.espindola@gmail.com |
|
|||||||||
|
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
rafael.espindola@gmail.com |
|
|||||||||
|
Remove Path::isObjectFile. |
|||||||||||
|
|||||||||||
| r184304 |
Alexander Kornienko
alexfh@google.com |
|
|||||||||
|
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
earthdok@google.com |
|
|||||||||
|
[lsan] Move symbolization and reporting out of StopTheWorld callback. |
|||||||||||
|
|||||||||||
| r184302 |
Renato Golin
renato.golin@linaro.org |
|
|||||||||
|
Adds support for openSUSE ARM v5/v7 triples. Patch by İsmail Dönmez |
|||||||||||
|
|||||||||||
| r184301 |
Howard Hinnant
hhinnant@apple.com |
|
|||||||||
|
Demangle objc mangling implemented in r184250 |
|||||||||||
|
|||||||||||
| r184300 |
Rafael Espindola
rafael.espindola@gmail.com |
|
|||||||||
|
Fix pr16354. We now reject things like struct ABC { static double a; }; register double ABC::a = 1.0; |
|||||||||||
|
|||||||||||
| r184299 |
Andy Gibbs
andyg1001@hotmail.co.uk |
|
|||||||||
|
Silence 'set but not used' warning when building in release mode using gcc. |
|||||||||||
|
|||||||||||
| r184298 |
Rafael Espindola
rafael.espindola@gmail.com |
|
|||||||||
|
Remove Path::canExecute. |
|||||||||||
|
|||||||||||
| r184297 |
Rafael Espindola
rafael.espindola@gmail.com |
|
|||||||||
|
Use llvm::sys::fs::can_execute. |
|||||||||||
|
|||||||||||
| r184296 |
Evgeniy Stepanov
eugeni.stepanov@gmail.com |
|
|||||||||
|
[sanitizer] Fix struct ifconf definition on Mac and restore the size checks. |
|||||||||||
|
|||||||||||
| r184295 |
Sylvestre Ledru
sylvestre@debian.org |
|
|||||||||
|
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. |
|||||||||||
|
|||||||||||