platform/upstream/llvm.git
2017-12-20 Sander de Smalen[AArch64] Asm: Fix parsing of register aliases that...
2017-12-20 Eric Liu[clangd] Igore cases in index fuzzy find.
2017-12-20 Martin Bohme[clangd] Add "../" to Logger.h included from parent...
2017-12-20 Sam Parker[AArch64] CCSIDR2 system register
2017-12-20 Igor Kudrin[ELF] Fix an assignment command at the end of an .ARM...
2017-12-20 Gadi Haber[X86][CLFLUSH]: Adding full coverage of MC encoding...
2017-12-20 Craig Topper[X86] Optimize sign extends on index operand to gather...
2017-12-20 Martin Storsjo[builtins] Implement __chkstk for arm64 windows
2017-12-20 Martin Storsjo[AArch64] Implement stack probing for windows
2017-12-20 Martin Storsjo[COFF] Don't set the thumb bit in address table entries...
2017-12-20 Craig Topper[X86] Add a missing return to combineGatherScatter...
2017-12-20 Hiroshi Inoue[PowerPC] fix a bug in redundant compare elimination
2017-12-20 Sam Clegg[WebAssembly] Improve toString(OutputSection). NFC.
2017-12-20 Alex Lorenz[darwin][driver] Warn about mismatching -<os>-version...
2017-12-20 Evgeniy Stepanov[hwasan] Remove --check-prefix=CHECK (NFC)
2017-12-20 Rafael EspindolaReplace a dyn_cast_or_null with dyn_cast.
2017-12-20 Peter CollingbourneRevert r320942, "[ASTImporter] Support importing Functi...
2017-12-20 Dan Gohman[memcpyopt] Teach memcpyopt to optimize across basic...
2017-12-20 Craig Topper[X86] Improve coverage of fma negations.
2017-12-20 Craig Topper[X86] Fix probable typo in fma fneg test.
2017-12-20 Artem Dergachev[analyzer] De-duplicate path diagnostics for each explo...
2017-12-20 Sam Clegg[WebAssembly] Add test of indirect call to an otherwise...
2017-12-20 Artem Dergachev[analyzer] trackNullOrUndefValue: always track through...
2017-12-20 Craig Topper[X86] Remove code from combineSext that looks for MVT...
2017-12-20 Dan Gohman[WebAssembly] Disable tee_local optimizations when...
2017-12-20 Artem Dergachev[analyzer] trackNullOrUndefValue: track last store...
2017-12-20 Craig Topper[X86] Add more CPUID bits to cpuid.h to match gcc and...
2017-12-20 Artem Dergachev[analyzer] Fix a crash during C++17 aggregate construct...
2017-12-20 Dan Gohman[WebAssembly] Remove an obsolete comment.
2017-12-19 Rafael EspindolaUse references instead of pointers. NFC.
2017-12-19 Adrian McCarthyRevert "Fix faulty assertion in debug info"
2017-12-19 Peter Collingbournelibcxx: Fix for basic_stringbuf::seekoff() after r320604.
2017-12-19 Adrian PrantlReplace an accidentally added "break" with an LLVM_FALL...
2017-12-19 Adrian McCarthyFix faulty assertion in debug info
2017-12-19 Evgeniy Stepanov[hwasan] Fix handling of store errors.
2017-12-19 Adrian PrantlFix a couple of warnings (NFC)
2017-12-19 Evgeniy Stepanov[hwasan] Remove unused -check-prefix in tests.
2017-12-19 Craig Topper[X86] Add an assert to indicate that there is only...
2017-12-19 Adrian PrantlAdd explicit break (PR35700).
2017-12-19 Adrian PrantlSilence a bunch of implicit fallthrough warnings
2017-12-19 Adrian PrantlSilence a bunch of implicit fallthrough warnings
2017-12-19 Francis Visoiu... [CodeGen] Move printing MO_BlockAddress operands to...
2017-12-19 Francis Visoiu... [CodeGen] Move printing MO_IntrinsicID operands to...
2017-12-19 Francis Visoiu... [CodeGen] Move printing MO_IntrinsicID operands to...
2017-12-19 Francis Visoiu... [CodeGen] Move printing MO_FPImmediate operands to...
2017-12-19 Francis Visoiu... [CodeGen] Refactor printOffset from MO and MIRPrinter
2017-12-19 Haicheng Wu[CGP] Format. NFC
2017-12-19 Haojian Wu[clangd] Don't use the optional "severity" when compari...
2017-12-19 Sam Clegg[WebAssembly] Apply data relocations in parallel. NFC.
2017-12-19 Matthias BraunTargetLoweringBase: Fix darwinHasSinCos()
2017-12-19 Sam Clegg[WebAssembly] Fix a couple of typos. NFC.
2017-12-19 Alex Lorenz[driver][darwin] Set the 'simulator' environment when...
2017-12-19 Jonas Devlieghere[dwarfdump][test] Add test case for r321064
2017-12-19 Mark Searles[AMDGPU] Turn off MergeConsecutiveStores() before Instr...
2017-12-19 Alex Lorenz[driver][darwin] Take the OS version specified in ...
2017-12-19 Haicheng Wu[SeparateConstOffsetFromGEP] Fix a typo. NFC.
2017-12-19 Sam Clegg[WebAssembly] Fix typo
2017-12-19 Sam Clegg[WebAssembly] Remove used member from SymbolTable
2017-12-19 Adrian PrantlTemporarily XFAIL test/functionalities/exec while inves...
2017-12-19 Eric Liu[clangd] Supress a log warning by putting it behind...
2017-12-19 Simon Pilgrim[X86] Regenerate popcnt tests
2017-12-19 Eric Liu[clangd] Build dynamic index and use it for code comple...
2017-12-19 Amara Emerson[GlobalISel][Legalizer] Fix crash when trying to lower...
2017-12-19 Jonas Devlieghere[clang] -foptimization-record-file= should imply -fsave...
2017-12-19 Nirav Dave[DAG] Elide overlapping store
2017-12-19 Sam Clegg[WebAssembly] Add support for writing out init function...
2017-12-19 Sam McCall[clangd] Split findDefs/highlights into XRefs, from...
2017-12-19 Sam McCall[clangd] Fix warnings/compiler pickiness after r321083
2017-12-19 Simon Pilgrim[X86][AVX512] Attempt target shuffle combining to diffe...
2017-12-19 Francis Visoiu... [CodeGen] Move printing MO_CFIIndex operands to Machine...
2017-12-19 Eric Liu[clangd] Index-based code completion.
2017-12-19 Walter LeeAdd renamed .o files that were omitted by "git llvm...
2017-12-19 Rafael EspindolaRemove unnecessary this->. NFC.
2017-12-19 Walter LeeRename sparc-myriad-elf triplet to sparc-myriad-rtems
2017-12-19 Francis Visoiu... [CFGVPrinter] Fix -dot-cfg-only
2017-12-19 Ben Dunbobbin[ThinLTO][C-API] Correct api comments
2017-12-19 Ben Dunbobbin[Support][CachePruning] Disable cache pruning regressio...
2017-12-19 Simon Pilgrim[X86] Fix uninitialized variable sanitizer warning...
2017-12-19 Haicheng Wu[InlineCost] Skip volatile loads when looking for repea...
2017-12-19 Simon Pilgrim[X86][SSE] Add cpu feature for aggressive combining...
2017-12-19 Sam McCall[clangd] Expose offset <-> LSP position functions,...
2017-12-19 David Green[ARM] Register the Thumb2SizeReducePass. NFC
2017-12-19 Pavel Labath[Support] Add WritableMemoryBuffer class
2017-12-19 Simon Pilgrim[X86][SSE] Use (V)PHMINPOSUW for vXi8 SMAX/SMIN/UMAX...
2017-12-19 Francis Visoiu... Fix: [YAML] Always double quote UTF-8 characters
2017-12-19 Francis Visoiu... [YAML] Always double quote UTF-8 characters
2017-12-19 Eric Liu[clangd] Support filtering by fixing scopes in fuzzyFind.
2017-12-19 Simon Dardis[mips] Handle the emission of microMIPSr6 sll instructi...
2017-12-19 Sam McCall[clangd] Add unit tests for signature help. SigHelp...
2017-12-19 Jonas Devlieghere[dwarfdump] Lookup needs to be an unsigned long long...
2017-12-19 Max Kazantsev[JumpThreading] Restrict PRE across instructions that...
2017-12-19 Igor Laevsky[FuzzMutate] Don't crash when mutator is unable to...
2017-12-19 Bjorn SteinbrinkTreat sret arguments as being dereferenceable in getPoi...
2017-12-19 Kamil RytarowskiTeach clang/NetBSD about additional dependencies for...
2017-12-19 Craig Topper[X86] Don't extend v16i8 non-uniform shifts to v16i32...
2017-12-19 Craig Topper[X86] Use a specific list of MVTs in combineShiftRightA...
2017-12-19 Craig Topper[X86] Remove unnecessary check for integer VT from...
2017-12-19 Craig Topper[X86] Remove dead code for turning vector shifts by...
2017-12-19 Craig Topper[X86] Use ZERO_EXTEND instead of ANY_EXTEND when extend...
2017-12-19 Serguei KatkovFix APFloat from string conversion for Inf
next