platform/upstream/llvm.git
2016-10-21 Richard SmithRemove 'misc-pointer-and-integral-operation' clang...
2016-10-21 Justin LebarSwitch SmallSetVector to use DenseSet when it overflows...
2016-10-21 Richard SmithFix typo (ordered comparison between pointer and 0).
2016-10-21 Malcolm Parsons[Sema] Store a SourceRange for multi-token builtin...
2016-10-21 Justin BognerSupport: Annotate Error and Expected<> with LLVM_NODISCARD
2016-10-21 Mandeep Singh... [polly] Change SmallPtrSet which is being iterated...
2016-10-21 Justin Lebar[CUDA] Simplify some repeated diagnostic expectations...
2016-10-21 Tim Shen[libcxx] Support std::regex_constants::match_not_null
2016-10-21 Bob Haarmanfixed typo in InstrProf.h; NFC
2016-10-21 Artem BelevichDeclare H and H new/delete.
2016-10-21 Rafael EspindolaCompact SymbolBody from 56 to 48 bytes.
2016-10-21 Vassil VassilevRemove accidentally checked in assert.
2016-10-21 Justin Lebar[ADT] Get rid of use of LLVM_NOEXCEPT in CachedHashStri...
2016-10-21 Tom StellardAMDGPU/SI: Fix crash caused by r284267
2016-10-21 Sanjay Patel[DAG] enhance computeKnownBits to handle SHL with vecto...
2016-10-21 Justin Lebar[clang-tidy] Don't use a SmallSetVector of an enum.
2016-10-21 Justin Lebar[ADT] Compare strings' hashes first before comparing...
2016-10-21 Justin Lebar[ADT] Add CachedHashString.
2016-10-21 Justin Lebar[IR] Add DenseMapInfo<CallSite>.
2016-10-21 Justin Lebar[CUDA] Use FunctionDeclAndLoc for the Sema::LocsWithCUD...
2016-10-21 Li Huang[SCEV] Memoize visitMulExpr results in SCEVRewriteVisitor.
2016-10-21 Kevin EnderbyFix a bug in the code of llvm-cxxdump in dumpArchive...
2016-10-21 Kostya Serebryany[libFuzzer] mention one more trophie
2016-10-21 Peter CollingbourneAnalysis: Move llvm::getConstantRangeFromMetadata to...
2016-10-21 Peter CollingbourneX86: Improve BT instruction selection for 64-bit values.
2016-10-21 Simon Pilgrim[X86][AVX512BWVL] Added support for lowering v16i16...
2016-10-21 Rafael EspindolaUse a CachedHashString for comdats too.
2016-10-21 Bob Haarman[pdb] added support for dumping globals stream
2016-10-21 Simon Pilgrim[X86][AVX512BWVL] Added support for combining target...
2016-10-21 Haojian Wu[clang-move] Support moving template class forward...
2016-10-21 Simon Pilgrim[X86][AVX512] Added support for combining target shuffl...
2016-10-21 Krzysztof Parzyszek[RDF] Use RegisterId typedef more consistently, NFC
2016-10-21 Benjamin KramerRemove move constructors that are identical to the...
2016-10-21 Anna Thomas[StripGCRelocates] New pass to remove gc.relocates...
2016-10-21 Chris Bieneman[CMake] Fix standalone build
2016-10-21 Kevin EnderbyFor llvm-objdump for Mach-O files add printing of
2016-10-21 Jim InghamAdd the new stdcpp formatters to the Xcode project.
2016-10-21 Eli Friedman[SCEVAffinator] Make precise modular math more correct.
2016-10-21 Enrico GranataI hadn't fixed all the instances of the old marker...
2016-10-21 Rui UeyamaUse FileCheck's -strict-whitespace option instead of...
2016-10-21 Mandeep Singh... [polly] Change SmallPtrSet which are being iterated...
2016-10-21 Sanjay Patel[DAG] fold negation of sign-bit
2016-10-21 Artem BelevichRemoved unused function argument. NFC.
2016-10-21 Sanjay Patel[x86] add tests for potential negation folds
2016-10-21 Krzysztof Parzyszek[Hexagon] Handle spills of partially defined double...
2016-10-21 Derek Schuff[WebAssembly] Fix for 0xc call_indirect changes
2016-10-21 Abderrazek... Set the vectorizer MaxInterleaveFactor for Exynos.
2016-10-21 Reid KlecknerFix -Wunused-variable warning in libFuzzer
2016-10-21 Simon Pilgrim[X86][SSE] Regenerated sext/zext constant folding tests...
2016-10-21 Reid KlecknerRemove unnecessary x86 backend requirements from OpenMP...
2016-10-21 Simon Pilgrim[X86] Use DAG::getBuildVector helper wrapper where...
2016-10-21 Konstantin... [MachineMemOperand][AtomicSDNode] Remove getSuccessOrde...
2016-10-21 Simon Pilgrim[X86][SSE] Regenerated chained pmovsx store tests and...
2016-10-21 Abderrazek... Test commit
2016-10-21 Tamas BerghammerFix incorrect header order introduced in rL284830
2016-10-21 Tamas BerghammerAdd data formatter for libstdc++ unique_ptr
2016-10-21 Tamas BerghammerAdd data formatter for libstdc++ tuple
2016-10-21 Tamas BerghammerImprove the libstdc++ smart pointer formatters
2016-10-21 Artur Pilipenko[LVI] Fix a bug with a guard being the very first instr...
2016-10-21 Sanjay Patelfix variable names; NFCI
2016-10-21 Artem Tamazov[AMDGPU][mc] Fix ds_min/max[_rtn]_f32 - extra source...
2016-10-21 Sanjay Patel[DAG] use SDNode flags 'nsz' to enable fadd/fsub with...
2016-10-21 Simon Pilgrim[X86][AVX2] Begun generalizing lowering to VPERMD/VPERM...
2016-10-21 Simon PilgrimWdocumentation fix
2016-10-21 Simon Pilgrim[X86][AVX512] Add mask/maskz writemask support to subve...
2016-10-21 Peter Smith[ELF] Add sh_link field to .ARM.exidx sections for...
2016-10-21 Pavel LabathAdd TestMultipleHits.py
2016-10-21 John Brawn[LoopUnroll] Keep the loop test only on the first itera...
2016-10-21 Pavel LabathRevert "Fix a race condition between "ephemeral watchpo...
2016-10-21 Simon Pilgrim[X86][AVX] Add 32-bit target tests for vector lzcnt...
2016-10-21 Benjamin KramerRemove non-existing file from modulemap.
2016-10-21 Bjorn Pettersson[AArch64] Corrected spill size for DDD register class...
2016-10-21 Benjamin KramerFix WebAssembly test after r284757.
2016-10-21 Benjamin Kramer[Support] Fix AlignOf test on i386-linux.
2016-10-21 Renato GolinRevert "DR583, DR1512: Implement a rewrite to C++'s...
2016-10-21 George Rimar[ELF] Add DebugInfoDWARF dependency
2016-10-21 Simon Atanasyan[ELF][MIPS] Put local GOT entries accessed via a 16...
2016-10-21 Craig Topper[AVX-512] Add tests to show opportunities for commuting...
2016-10-21 Martin Probstclang-format: [JS] Fix template string ASI.
2016-10-21 Rui UeyamaSimplify. NFC.
2016-10-21 Rui UeyamaAdd comments.
2016-10-21 Rui UeyamaSimplify by merging a lambda with addSymbol. NFC.
2016-10-21 Rui UeyamaDo not create .shstrtab and use .strtab instead.
2016-10-21 Richard SmithDon't try to use !Previous.empty() as a proxy for ...
2016-10-21 Bruno Cardoso... [ModuleMap] Add more module entries to cover some non...
2016-10-21 Richard SmithDR583, DR1512: Implement a rewrite to C++'s 'composite...
2016-10-21 Jason MolendaGuard GetEscapedHostname against a nullptr hostname.
2016-10-21 Bruno Cardoso... [Driver][Darwin] Pass -no_deduplicate to ld64
2016-10-21 Bruno Cardoso... [Modules] Add 'no_undeclared_includes' module map attribute
2016-10-21 Davide ItalianoRevert "[GVN/PRE] Hoist global values outside of loops."
2016-10-21 Jim InghamFix a race condition between "ephemeral watchpoint...
2016-10-20 Reid KlecknerRevert 9 changes from r284793, they still fail on some...
2016-10-20 Reid KlecknerRemove 24 instances of 'REQUIRES: shell'
2016-10-20 Jim InghamAdd an API to remove an action from the Process PreResu...
2016-10-20 Jim InghamRemove an unnecessary and incorrect check for num locat...
2016-10-20 Rui UeyamaAttempt to fix buildbots.
2016-10-20 Keno FischerFix cross-endianness RuntimeDyld relocation for ARM
2016-10-20 Enrico Granataframe.script became script.frame a while ago; fix up...
2016-10-20 Enrico GranataThis debugging message has been left in the code for...
2016-10-20 Rui UeyamaMove code from InputFile to ELFCreator to decouple...
next