summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SjLjEHPrepare] Don't grab pointers to functions in doInitializationDavid Majnemer2016-02-192-18/+48
* [AA] Preserve the AA results wrapper pass as well as BasicAA in a fewChandler Carruth2016-02-192-0/+6
* Fix SemaTemplate/instantiate-field.cpp after r261297.Nico Weber2016-02-191-1/+1
* [llvm-nm] In C++, main implicitly returns 0. Pointed out by David Blaikie.Davide Italiano2016-02-191-2/+0
* Bug fix: use dyn_cast_or_null instead of dyn_castLawrence Hu2016-02-192-2/+25
* llvm-dwp: Don't test compression when zlib isn't availableDavid Blaikie2016-02-192-1/+3
* Implement the likely resolution of core issue 253.Nico Weber2016-02-1914-42/+135
* llvm-dwp: Support compressed inputDavid Blaikie2016-02-193-5/+62
* Update cxx_dr_status.html with today's cwg_index.html.Nico Weber2016-02-191-67/+67
* Minor code cleanups. NFC.Junmo Park2016-02-191-3/+3
* [analyzer] Add checker callback for beginning of function.Devin Coughlin2016-02-1914-21/+170
* [Sema] PR25181 Fix crash when method declaration with throw spec fails to par...Reid Kleckner2016-02-192-1/+9
* [sancov] widening default blacklist.Mike Aizatsky2016-02-191-1/+4
* Add call to find_package to load LLVM dependenciesReid Kleckner2016-02-191-0/+2
* [sancov] Adding covered/uncovered tables to coverage report.Mike Aizatsky2016-02-191-204/+462
* When printing MIR, output to errs() rather than outs().Justin Lebar2016-02-1974-80/+81
* Fix my typo from r261278Richard Trieu2016-02-191-1/+1
* [CaptureTracking] Add a test case for pointer cmpxchgPhilip Reames2016-02-191-0/+6
* [IR] Extend cmpxchg to allow pointer type operandsPhilip Reames2016-02-195-20/+161
* This patch stops lldb from loading a .lldbinit file from the currentJason Molenda2016-02-1911-16/+148
* Make sure code that is in the middle of figuring out the correct architectureJim Ingham2016-02-184-22/+95
* Add -Wcomma warning to Clang.Richard Trieu2016-02-185-0/+376
* [x86] fix initialization of PredictableSelectIsExpensiveSanjay Patel2016-02-181-3/+3
* [ASTImporter] Implement missing VisitAccessSpecDecl function in ASTImporter c...Argyrios Kyrtzidis2016-02-184-8/+36
* [CMake] Properly set CMAKE_BUILD_TYPE to Debug by defaultChris Bieneman2016-02-181-1/+1
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-181-191/+147
* Remove use of builtin comma operator.Richard Trieu2016-02-1814-41/+116
* Remove uses of builtin comma operator.Richard Trieu2016-02-1835-187/+329
* Change comma to semi-colon, no functionality change.Richard Trieu2016-02-181-1/+1
* [ADT] Be less clever when using a nonce type for disambiguation.Jordan Rose2016-02-181-3/+5
* [libFuzzer] only read MaxLen bytes from every file in the corpus to speedup l...Kostya Serebryany2016-02-184-12/+18
* Remove expectedFlakeyFreeBSD decorator for prompt settingEd Maste2016-02-181-1/+0
* [PPCLoopDataPrefetch] Move pass to Transforms/Scalar/LoopDataPrefetch. NFCAdam Nemet2016-02-186-6/+10
* [PPCLoopDataPrefetch] Remove PPC from some of the names. NFCAdam Nemet2016-02-181-14/+14
* Un-XFAIL the last C++ EH test, it was fixed by r261258Reid Kleckner2016-02-181-3/+0
* [WinEH] Hoist state stores from successorsDavid Majnemer2016-02-182-2/+55
* Add test coverage for default linkerXinliang David Li2016-02-181-4/+11
* [Sema] Fix bug in TypeLocBuilder::pushImplAkira Hatanaka2016-02-182-4/+44
* [ADT] Fix PointerEmbeddedInt when the underlying type is uintptr_t.Jordan Rose2016-02-182-7/+52
* [IR] Straighten out bundle overload of IRBuilder::CreateCallReid Kleckner2016-02-182-9/+18
* [X86ISelLowering] Use isPowerof2 instead of rewriting it. NFC.Davide Italiano2016-02-181-1/+1
* Add support for invoke/landingpad/resume in C API testAmaury Sechet2016-02-184-1/+203
* Missed a spot in r261251, also ignore attributes on all pointer parametersKrzysztof Parzyszek2016-02-181-2/+2
* Use Backend_EmitMCNull for null codegen unit tests.David L. Jones2016-02-181-1/+1
* Make test less prone to attribute changesKrzysztof Parzyszek2016-02-181-3/+3
* Restrict scope of variables [NFC]Philip Reames2016-02-181-2/+2
* Remove unnecessary semicolons after bracesJonathan Peyton2016-02-181-2/+2
* [analyzer] Include comment mistakenly left out of r261243. NFC.Devin Coughlin2016-02-181-0/+8
* Make deprecation message for -fsanitize-coverage= with numeric argument frien...Nico Weber2016-02-182-4/+12
* Fix a typo in FormatCache.cpp such that the cache would potentially return an...Enrico Granata2016-02-181-1/+1
OpenPOWER on IntegriCloud