summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[sanitizer-coverage] remove stale code" at it breaks Windows bot.Vitaly Buka2016-10-042-0/+73
* Revert "[analyzer] Improve CloneChecker diagnostics" as its depends on revert...Vitaly Buka2016-10-0414-291/+92
* Revert "[analyzer] Add extra notes to ObjCDeallocChecker" as its depends on r...Vitaly Buka2016-10-044-116/+12
* Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.Vitaly Buka2016-10-0410-232/+58
* Revert "[analyzer] A blind attempt to fix a buildbot" as it does not help.Vitaly Buka2016-10-041-1/+1
* [libFuzzer] change the probabilities so that we choose only the inputs that a...Kostya Serebryany2016-10-042-4/+13
* AMDGPU: Refactor indirect vector loweringMatt Arsenault2016-10-041-36/+42
* Fix TestNestedAliases.pyZachary Turner2016-10-041-5/+6
* AMDGPU: Factor SGPR spilling into separate functionsMatt Arsenault2016-10-042-129/+166
* Remove unused parameter.Rui Ueyama2016-10-041-3/+3
* Early return. NFC.Rui Ueyama2016-10-041-5/+6
* Revert "Codegen: Tail-duplicate during placement."Kyle Butt2016-10-0421-613/+93
* Fix test when using remote debugging.Pavel Labath2016-10-041-1/+1
* [coroutines] Switch to using std::experimental namespace per P0057R5Gor Nishanov2016-10-046-27/+63
* [lit] Remove workaround for Python 2.5Brian Gesiak2016-10-041-8/+1
* Try to fix failing tests when running remote test suite.Zachary Turner2016-10-041-1/+1
* Fix the data formatter for std::multiset in libc++ - this is a trivial amount...Enrico Granata2016-10-041-25/+45
* Support configurable path to LLVM srcVitaly Buka2016-10-041-4/+3
* Make GlobalsAA ignore dead constant expressions.Eli Friedman2016-10-042-0/+56
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-0421-93/+613
* Mark a couple more Issaquah issues as done: 2578 and 2738Marshall Clow2016-10-031-4/+4
* Change a couple of 'template <typename's to 'template <class' which is what w...Marshall Clow2016-10-031-3/+3
* Add tests to make sure that is_constructible<cv-void> is false. We already ch...Marshall Clow2016-10-031-0/+3
* Changes to the std::multimap formatter to make it work against trunk libc++ Enrico Granata2016-10-031-10/+50
* Modernize some code related to Args usage / implementation.Zachary Turner2016-10-034-225/+206
* [MSSA] Allow unittests to use BasicAA when building.George Burgess IV2016-10-031-12/+37
* Refactor the Args class.Zachary Turner2016-10-035-380/+345
* add a simple test case to validate test id()Todd Fiala2016-10-031-0/+17
* [coroutines] Adding builtins for coroutine intrinsics and backendutil support.Gor Nishanov2016-10-039-0/+310
* [WebAssembly] Update to more stack-machine-oriented terminology.Dan Gohman2016-10-038-28/+36
* [WebAssemby] Clean up an obsolete comment.Dan Gohman2016-10-031-2/+1
* [lit] Use argparse instead of optparseChris Bieneman2016-10-032-46/+45
* TargetMachine: Make the win32-macho workaround more specific.Matthias Braun2016-10-031-1/+1
* [WebAssembly] Delete an unused function. NFC.Dan Gohman2016-10-031-5/+0
* Set some tests to an unknown vendor and OSMatthias Braun2016-10-038-11/+11
* [LTO] Fix test to not depend on the exact address of symbols, just their linkageMehdi Amini2016-10-031-4/+4
* [WebAssembly] Fix indentation. NFC.Dan Gohman2016-10-031-1/+4
* [WebAssembly] Rename OPERAND_FP32IMM to OPERAND_F32IMM.Dan Gohman2016-10-034-8/+8
* ObjectiveC: fix a seg fault when deserialing redeclaration of ObjCMethodDecl.Manman Ren2016-10-033-3/+19
* [AArch64][RegisterBankInfo] Add getSameKindofOperandsMapping.Quentin Colombet2016-10-032-26/+54
* [RDF] Fix liveness propagation through shadowsKrzysztof Parzyszek2016-10-032-29/+80
* AArch64Subtarget: Remove unused CPUString fieldMatthias Braun2016-10-032-7/+6
* [analyzer] A blind attempt to fix a buildbot after r283092.Artem Dergachev2016-10-031-1/+1
* X86: Do not produce GOT relocations on windowsMatthias Braun2016-10-032-2/+32
* [esan] Fix ESan test failure on Debian Sid botQin Zhao2016-10-031-14/+28
* Add unit tests for StringSwitch.Zachary Turner2016-10-032-0/+108
* [PruneEH] Be correct in the face IPOSanjoy Das2016-10-032-4/+44
* [sancov] using env for better portabilityMike Aizatsky2016-10-031-1/+1
* Added more comments to tooling::Replacements.Eric Liu2016-10-031-0/+4
* Refactor LICM pass in preparation for LoopSink pass.Dehao Chen2016-10-031-8/+17
OpenPOWER on IntegriCloud