platform/upstream/llvm.git
2016-03-21 Kuba Brecka[tsan] Adding a test case for r263939 ("Add some NULL...
2016-03-21 Matt ArsenaultImplement constant folding for bitreverse
2016-03-21 Rafael EspindolaRevert "[ELF] SHF_MERGE section with 0 entsize is not...
2016-03-21 Daniel Jasperclang-format: Make include sorting's main include detec...
2016-03-21 Chad Rosier[AArch64] Fix a -Wdocumentation warning. NFC.
2016-03-21 Silviu Baranga[IndVars] Fix PR26974: make sure replaceCongruentIVs...
2016-03-21 Jonas Hahnfeld[OMPT] Fix wrong parent_task_id in serialized parallel_...
2016-03-21 Kuba Brecka[tsan] Add some NULL pointer checks into the debugging API
2016-03-21 NAKAMURA TakumiRemove debug output. Sorry for the noise.
2016-03-21 Silviu Baranga[DAGCombine] Catch the case where extract_vector_elt...
2016-03-21 NAKAMURA Takumiclang/test/CodeGenCXX/cxx1z-lambda-star-this.cpp: Satis...
2016-03-21 George RimarEliminated trailing whitespaces from test. NFC.
2016-03-21 Elena DemikhovskyFixed -mcpu flag
2016-03-21 NAKAMURA Takumiclang/test/Frontend/plugin-annotate-functions.c require...
2016-03-21 Faisal ValiReorder data members to be consistent with member initi...
2016-03-21 Faisal Vali[Cxx1z] Implement Lambda Capture of *this by Value...
2016-03-21 Nico Weberclang-cl: Add a comment about /Oy- (see r245913).
2016-03-20 David Majnemer[COFF] Don't call memcpy with a NULL argument
2016-03-20 David Majnemer[COFF] Remove undefined behavior from ObjectFile::creat...
2016-03-20 Simon Pilgrim[X86][SSE] Add vector integer division by constant...
2016-03-20 Jingyue Wu[NVPTX] Adds a new address space inference pass.
2016-03-20 Mike SpertusVisual Studio Visualizers for clang::FunctionDecl
2016-03-20 Davide Italiano[gold] Emit a diagnostic in case we fail to remove...
2016-03-20 Devin Coughlin[tsan] Allow -fsanitize=thread for iOS-style simulator...
2016-03-20 Bruno Cardoso... [VFS] Fix test to use more restrict set of headers
2016-03-20 Simon Pilgrim[X86][SSE] Tidyup setTargetShuffleZeroElements to match...
2016-03-20 Devin Coughlin[tsan] Build TSan dylibs for iOS-style simulators
2016-03-20 Justin BognerAST: Fix some bogus indentation. NFC
2016-03-20 Simon PilgrimFixed -Wdocumentation warning
2016-03-20 Simon Pilgrim[X86][SSE] Detect zeroable shuffle elements from differ...
2016-03-20 Benjamin Kramer[clang-tidy] Update check for API change in r263895.
2016-03-20 Pavel LabathAttempt to fix MSVC build (no __attribute__ there)
2016-03-20 Igor BregerAVX512BW: Enable v32i1/v64i1 BUILD_VECTOR
2016-03-20 Simon Atanasyan[ELF][MIPS] Add case demonstrates creation redundant...
2016-03-20 Richard SmithMark C++ features implemented in Clang 3.8 as done...
2016-03-20 Richard SmithP0184R0: Allow types of 'begin' and 'end' expressions...
2016-03-20 George Rimar[ELF] Update x86_64 relocations to 0.99.8 ABI
2016-03-20 Bruno Cardoso... Reapply [2] [VFS] Add 'overlay-relative' field to YAML...
2016-03-20 Craig TopperSuppress a -Wunused-variable warning in release builds.
2016-03-20 Mike SpertusBetter visualization of clang::BuiltinType in VisualStudio
2016-03-20 Mike SpertusVisual Studio Visualizer for clang::FunctionProtoType
2016-03-20 Michael KupersteinUse a range-based for loop. NFC.
2016-03-19 George Burgess IV[Sema] Make type deduction work with some overloadable...
2016-03-19 George Burgess IV[Sema] Allow casting of some overloaded functions
2016-03-19 Mehdi AminiExpose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomi...
2016-03-19 Mehdi AminiConst-correctness in libLTO
2016-03-19 Saleem AbdulrasoolCodeGen: use range based for loop
2016-03-19 George Rimar[ELF] - ignore the -rpath-link option
2016-03-19 David Majnemer[SimplifyLibCalls] Only consider sinpi/cospi functions...
2016-03-19 David Majnemer[InstCombine] Don't insert instructions before a catch...
2016-03-19 Mehdi AminiAdd a dependency from llvm-link to TransformUtils follo...
2016-03-19 Davide Italiano[gold] Use early return to simplify.
2016-03-19 Simon PilgrimRemoved trailing whitespace
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...
next