platform/upstream/llvm.git
2016-03-19 Mehdi AminiFix a const_cast related warning in GCC in the C API...
2016-03-19 Mehdi AminiAdd a comment on partial hashing of Metadata
2016-03-19 Kostya Serebryany[libFuzzer] one more trophie
2016-03-19 Mehdi AminiHash Metadata using pointer for MDString argument inste...
2016-03-19 Mehdi AminiCompute some Debug Info Metadata hash key partially...
2016-03-19 Jim InghamUse Enrico's new CommandAlias to give better help to...
2016-03-19 Sean CallananHandle any persistent Decl in the Clang expression...
2016-03-19 Mehdi AminiRework linkInModule(), making it oblivious to ThinLTO
2016-03-19 Davide Italiano[LTO] Ignore -plugin/-plugin-opt options.
2016-03-19 Jim InghamFix the project file for the removal of lldb-mi's Platf...
2016-03-19 Mehdi AminiAdd a test for r263577: "Add missing error handling...
2016-03-19 Sean CallananAdd a DiagnosticManager replace error streams in the...
2016-03-18 Zachary TurnerDelete the custom implementation of signal() on Windows.
2016-03-18 Manman Ren[CXX_FAST_TLS] Fix issues in ARM.
2016-03-18 Manman Ren[CXX_FAST_TLS] Disable tail call when calling conventio...
2016-03-18 Manman Ren[CXX_FAST_TLS] fix issues with O0 on ARM, AArch64 and...
2016-03-18 Manman Ren[TLS on Darwin] use CXX_FAST_TLS calling convention...
2016-03-18 Duncan P. N... AArch64: Don't modify other modules in AArch64PromoteCo...
2016-03-18 Mike Aizatsky[sancov] clang-formatting SanitizerCoverage.cpp and...
2016-03-18 Davide Italiano[ELF] Refactor run of LTO passes into an helper. NFC.
2016-03-18 Michael KupersteinHave DataLayout::isLegalInteger() accept uint64_t
2016-03-18 Mike Aizatsky[sancov] typo fix
2016-03-18 Lang Hames[Support] Update comment to match actual behavior.
2016-03-18 Chandler CarruthRevert "Revert "[sancov] specifying sanitizer coverage...
2016-03-18 Mike Aizatsky[sancov] reformat & 1 clang-tidy warning.
2016-03-18 Chandler Carruth[sancov] Fix the sancov pass to initialize itself insid...
2016-03-18 Zachary TurnerFix a build issue where the python module could become...
2016-03-18 Chris BienemanFixing autocorrect changing cmake->make
2016-03-18 Alexei StarovoitovBPF: emit an error message for unsupported signed divis...
2016-03-18 Chris BienemanMissed a few non-ascii characters
2016-03-18 Chris BienemanUpdates based on post-commit review of r263834
2016-03-18 David Majnemer[obj2yaml, COFF] Assert that the alignment is not bogus
2016-03-18 David Majnemer[COFF] Correct tests with bogus alignment
2016-03-18 Carlo Bertolli[OPENMP] Implementation of codegen for firstprivate...
2016-03-18 Steven WatanabeFix printing of anonymous struct typedefs.
2016-03-18 Easwaran RamanInterface to get/set profile summary metadata to module
2016-03-18 Chris Bieneman[Docs] New documentation for advanced build configurations
2016-03-18 Saleem Abdulrasoolbuiltins: make __clear_cache work on Linux-ARM
2016-03-18 Saleem Abdulrasoolbuiltins: port __clear_cache to Windows ARM
2016-03-18 Kostya Serebryany[libFuzzer] add a flag close_fd_mask so that we can...
2016-03-18 Greg ClaytonAdded a break statement that was needed. Caught by...
2016-03-18 Matthias BraunMILexer: Add ErrorCallbackType typedef; NFC
2016-03-18 Sanjoy Das[IndVars] Make the fix for PR26973 more obvious; NFCI
2016-03-18 Sanjoy Das[IndVars] Pass the right loop to isLoopInvariantPredicate
2016-03-18 Greg ClaytonFixed an case fall through that wasn't meant to happen...
2016-03-18 Mike AizatskyRevert "[sancov] specifying sanitizer coverage dependen...
2016-03-18 Greg ClaytonFixed a bug where DW_AT_start_scope would fall through...
2016-03-18 Nicolai HaehnleAMDGPU: add missing braces around multi-line if block
2016-03-18 Samuel Benzaquen[clang-tidy] Use hasAnyName() instead of matchesName().
2016-03-18 Mike SpertusTypesafe visualization of PointerIntPairs in Visual...
2016-03-18 Mike Aizatsky[sancov] common flags initialization.
2016-03-18 Chad Rosier[AArch64] Enable more load clustering in the MI Scheduler.
2016-03-18 Akira Hatanaka[Objective-c] Fix a crash in WeakObjectProfileTy::getBa...
2016-03-18 Reid Kleckner[codeview] Only emit function ids for inlined functions
2016-03-18 Reid Kleckner[clang-cl] Allow use of -gline-tables-only
2016-03-18 Colin LeMahieu[MCParser] Accept uppercase radix variants 0X and 0B
2016-03-18 Rafael EspindolaRevert "bar"
2016-03-18 Rafael EspindolaThe ELF lld doesn't depend on LTO.
2016-03-18 Rafael Espindolabar
2016-03-18 JF BastienMissing ATOMIC_*_LOCK_FREE tests
2016-03-18 Mike Aizatsky[sancov] specifying sanitizer coverage dependencies.
2016-03-18 Jan Vesely[ELF] Link with Analysis, IPO, and LTO
2016-03-18 Pirama Arumuga... Add -fnative-half-arguments-and-returns
2016-03-18 Mike SpertusShow members of DeclContexts (i.e., class members)...
2016-03-18 Colin LeMahieu[llvm-objdump] Print <unknown> in place of instruction...
2016-03-18 Nicolai HaehnleAMDGPU: Overload return type of llvm.amdgcn.buffer...
2016-03-18 Nicolai HaehnleAMDGPU/SI: Add llvm.amdgcn.buffer.atomic.* intrinsics
2016-03-18 Nicolai HaehnleAMDGPU: use ComplexPattern for offsets in llvm.amdgcn...
2016-03-18 Sam Kolton[AMDGPU] Assembler: Change dpp_ctrl syntax to match sp3
2016-03-18 Jonathan PeytonUpdate www/index.html to reflect current status of...
2016-03-18 Benjamin Kramer[Fuzzer] Guard no_sanitize_memory attributes behind...
2016-03-18 Krzysztof ParzyszekFix some typos; NFC
2016-03-18 Benjamin KramerMake LookupResult movable again.
2016-03-18 Arpith Chacko... Revert r263783 as buildbot failure is being investigated.
2016-03-18 Arpith Chacko... [OpenMP] Base support for target directive codegen...
2016-03-18 Kuba Brecka[tsan] Add interceptor for pthread_cond_timedwait_relat...
2016-03-18 Simon Atanasyan[llvm-objdump] Move test case to the X86 sub-directory...
2016-03-18 George Rimar[ELF] - Set the sh_entsize for mergable sections
2016-03-18 Sagar Thakur[TSAN] Fix build bot failure for powerpc64le
2016-03-18 Sagar Thakur[TSAN] Relax the expected output of race_on_mutex.c
2016-03-18 Pete CooperAlways cache resolved paths as it even saves on StringM...
2016-03-18 Ehsan Amiriadding another optimization opportunity to readme file
2016-03-18 Pete CooperUse StringRef's in resolved path cache to avoid extra...
2016-03-18 Kostya Serebryany[libFuzzer] read corpus dirs recursively
2016-03-18 Adam Nemet[LoopDataPrefetch] Add TTI to limit the number of itera...
2016-03-18 Adam Nemet[LoopDataPrefetch/Aarch64] Allow selective prefetching...
2016-03-18 Adam Nemet[Aarch64] Add pass LoopDataPrefetch for Cyclone
2016-03-18 Kostya Serebryany[libFuzzer] improve -merge functionality
2016-03-18 Lang Hames[Support] Refactor Error unit tests to avoid duplicatin...
2016-03-18 Mike Aizatsky[sancov] html report: replacing uncovered functions...
2016-03-18 Chaoren LinRemove usage of LLVM_PREFIX.
2016-03-17 Peter CollingbourneDebugInfo: Add ability to not emit DW_AT_vtable_elem_lo...
2016-03-17 Lang Hames[Support] Address some of dblaikie's feedback for r263749.
2016-03-17 Davide Italiano[LTO] Test lto passes are actually working.
2016-03-17 Rafael EspindolaMake evaluation order explicit.
2016-03-17 Davide Italiano[LTO] Call the optimizer before invoking codegen.
2016-03-17 Mike AizatskyRevert "allow lambdas in mapped_iterator"
2016-03-17 Mike Aizatskyallow lambdas in mapped_iterator
2016-03-17 Alexey Samsonov[Docs] Fix a typo.
2016-03-17 Tim Shen[PPC, FastISel] Fix ordered/unordered fcmp
next