platform/upstream/llvm.git
2017-12-21 Simon Pilgrim[X86] Add v48i8 AVG test case, based on discussion...
2017-12-21 Simon Dardis[mips][compiler-rt] Provide 64bit atomic add and sub
2017-12-21 Sam Parker[DAGCombine] Improve ReduceLoadWidth for SRL
2017-12-21 Paul Osmialowski[AArch64] add required arch specific code for running...
2017-12-21 Pavel Labath[Support] Remove MemoryBuffer::getNewUninitMemBuffer
2017-12-21 Sam Parker[ARM] Armv8-R DFB instruction
2017-12-21 Pavel LabathMake sure DataBufferLLVM contents are writable
2017-12-21 Simon Atanasyan[llvm-readobj] Fix ambiguous call to the `printNumber`
2017-12-21 Simon Atanasyan[llvm-readobj] Support 'GNU' style for MIPS GOT/PLT...
2017-12-21 Haojian Wu[clangd] Use the clang-tools-extra as the official...
2017-12-21 Craig Topper[X86] Use PSHUFB for v32i16 shuffles before falling...
2017-12-21 Ivan A. Kosarev[CodeGen] Fix access sizes in new-format TBAA tags
2017-12-21 Craig Topper[X86] Use VPERMI2B for v16i8 shuffles if we have VBMI...
2017-12-21 Craig Topper[X86] Use VPERMB/VPERMI2B for v32i8 shuffle lowering...
2017-12-21 Craig Topper[X86] Add avx512vbmi command lines to vector-shuffle...
2017-12-21 Sam Clegg[WebAssembly] Remove unneeded sub-directory
2017-12-21 Sam Clegg[WebAssmebly] Fix references to weak aliases
2017-12-21 Sanjoy DasRevert "Expose a TargetMachine::getTargetTransformInfo...
2017-12-21 Sam Clegg[WebAssembly] Fix local references to weak aliases
2017-12-21 Sam Clegg[WebAssembly] Improve weak alias tests cases
2017-12-21 Rafael EspindolaPass an InputFile to the InputSection constructor.
2017-12-21 Erich KeaneFix for PR32990
2017-12-21 Rafael EspindolaConvert a few more InputFiles to references.
2017-12-21 Aaron BallmanReverting a file that snuck in with r321229 by accident.
2017-12-21 Michael Zolotukhin[SimplifyCFG] Avoid quadratic on a predecessors number...
2017-12-21 Rafael EspindolaDetemplate createCommentSection.
2017-12-21 Sanjoy DasExpose a TargetMachine::getTargetTransformInfo function
2017-12-21 Reid KlecknerAttempt to pacify 4.8.5 with makeArrayRef
2017-12-21 Vedant Kumar[ubsan] Diagnose noreturn functions which return (compi...
2017-12-21 Vedant Kumar[ubsan] Diagnose noreturn functions which return
2017-12-21 Vedant Kumar[Driver] Ensure no overlap between trapping & recoverab...
2017-12-20 Aaron BallmanReverting r321223 and its follow-up commit because...
2017-12-20 Aaron BallmanSilence a -Wreorder warning from r321223.
2017-12-20 Matt Morehouse[clangd-fuzzer] Update ClangdLSPServer constructor...
2017-12-20 Simon Dardis[orc][cmake] Check if 8 byte atomics require libatomic...
2017-12-20 Joel Galenson[ARM] Optimize {s,u}{add,sub}.with.overflow.
2017-12-20 Aaron BallmanAdd a printing policy to the ASTDumper.
2017-12-20 Alex LorenzFix an assertion failure regression in isDesignatorAtOb...
2017-12-20 Krzysztof Parzyszek[Hexagon] Use ArrayRef member functions instead of...
2017-12-20 Krzysztof Parzyszek[Hexagon] Allow construction of HVX vector predicates
2017-12-20 Rafael EspindolaUse dyn_cast instead of dyn_cast_or_null.
2017-12-20 Krzysztof Parzyszek[Hexagon] Legalize vector elements to i32 in buildVecto...
2017-12-20 Aaron BallmanDo not generate an empty switch statement as it causes...
2017-12-20 Rafael Espindolaclang-format. NFC.
2017-12-20 Yonghong Songbpf: add support for objdump -print-imm-hex
2017-12-20 David BlaikiePR35705: Fix Chapter 9 example code for API changes...
2017-12-20 Craig Topper[X86] Refactor DomainReassignment pass to make the...
2017-12-20 Matt ArsenaultTableGen: Allow setting SDNodeProperties on intrinsics
2017-12-20 Max Moroz[libfuzzer] Fix UB when calculating Log(0) in StackDept...
2017-12-20 Matthew Simpson[ICP] Expose unconditional call promotion interface
2017-12-20 Craig Topper[X86] Remove zext from vXi32 to vXi64 on indices of...
2017-12-20 Matt ArsenaultDAG: Tolerate non-MemSDNodes for OPC_RecordMemRef
2017-12-20 Warren RistowImprove the test for r320216. NFC.
2017-12-20 Adam Nemet[opt-viewer] Also demangle indirect-call promotion...
2017-12-20 Stefan Pintilie[PowerPC] Added an assert to make sure that the MBBI...
2017-12-20 Nirav Dave[DAG] Fix condition on overlapping store check.
2017-12-20 Evgeniy Stepanov[hwasan] Implement -fsanitize-recover=hwaddress.
2017-12-20 Matt Arsenault[AMDGPU, AsmParser] Enable the mnemonic spell corrector.
2017-12-20 Erich KeaneAdd support for ObjectFormat to TargetSpecificAttr
2017-12-20 Craig Topper[X86] Implement the fusing of MUL+SUBADD to FMSUBADD
2017-12-20 Rafael EspindolaPass a InputFile reference to the Lazy constructor...
2017-12-20 Rafael EspindolaUse a reference to a file in the LazyArchive symbol.
2017-12-20 Teresa Johnson[PGO] Function section hotness prefix should look at...
2017-12-20 Rafael EspindolaLazyObject's file is never null, use a reference.
2017-12-20 Rafael EspindolaUse a reference in addLazyArchive. NFC.
2017-12-20 Eric Liu[clangd] Pull CodeCompletionString handling logic into...
2017-12-20 Eric Liu[clangd] Remove an unused lambda capture.
2017-12-20 Florian Hahn[InstCombine] Add debug location to new caller.
2017-12-20 Gabor HorvathMake DiagnosticIDs::getAllDiagnostics use std::vector...
2017-12-20 Ilya Biryukov[clang] Add BeforeExecute method to PrecompiledPreamble
2017-12-20 Marshall ClowFix the definitions of 'reference' and 'pointer' in...
2017-12-20 Rafael EspindolaUse a reference for the shared symbol file.
2017-12-20 Rafael EspindolaUse a reference for a value that is never null. NFC.
2017-12-20 Rafael EspindolaUse a reference for a value that is never null. NFC.
2017-12-20 Sam McCall[clangd] Switch xrefs and documenthighlight to annotate...
2017-12-20 Florian Hahn[Complex] Don't use __div?c3 when building with fast...
2017-12-20 Nemanja Ivanovic[JumpTables] Let targets decide which switch instructio...
2017-12-20 Mohammad ShahidRevert r320548:[SLP] Vectorize jumbled memory loads
2017-12-20 Krzysztof ParzyszekAdd optional SelectionDAG* parameter to SValue::dump...
2017-12-20 Javed Absar[SCEV] Fix Typo. NFC.
2017-12-20 Alexey Bataev[NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStr...
2017-12-20 Krzysztof Parzyszek[Hexagon] Adjust the value type for BCvt in LowerFormal...
2017-12-20 Daniel Sanders[globalisel][tablegen] Allow ImmLeaf predicates to...
2017-12-20 Ilya BiryukovAllow to apply cherry-picks when building Docker images.
2017-12-20 Ilya Biryukov[Frontend] Handle skipped bodies in template instantiations
2017-12-20 Ilya Biryukov[clangd] Made UniqueFunction's bool conversion explicit
2017-12-20 Florian Hahn[LV] Remove unnecessary DoExtraAnalysis guard (silent...
2017-12-20 Simon Pilgrim[X86][AVX2] Split more shuffle tests into 'slow' and...
2017-12-20 Sander de SmalenTrivial commit to force LLVM to run TableGen for Mips...
2017-12-20 Gabor HorvathFix an error in the release notes.
2017-12-20 Gabor Horvath[clang-tidy] Misc redundant expression checker updated...
2017-12-20 Pavel LabathRemove llvm::MemoryBuffer const_casts
2017-12-20 Florian Hahn[TargetParser] Check size before accessing architecture...
2017-12-20 Diana Picus[ARM GlobalISel] Fix assertion in RegBankSelect
2017-12-20 Florian Hahn[ARM] Lower unsigned saturation to USAT
2017-12-20 Sander de Smalen[AArch64][SVE] Re-submit patch series for ZIP1/ZIP2
2017-12-20 Tim NorthoverAArch64: fix one more place movi.2d could be created.
2017-12-20 Sam McCall[clangd] Add debug printers for basic protocol types...
2017-12-20 Bjorn SteinbrinkGive up on array allocas in getPointerDereferenceableBytes
2017-12-20 Sander de Smalen[AArch64] Asm: Fix parsing of register aliases that...
next