platform/upstream/llvm.git
2018-09-15 Nico Weberlld-link: print demangled symbol names for "undefined...
2018-09-15 Nico WeberMerge Demangle change in r342330 to libcxxabi.
2018-09-15 Nico WeberUpdate microsoftDemangle() to work more like itaniumDem...
2018-09-15 Alexander Polyakov[lldb-mi] Correct regex in the symbol-list-lines test
2018-09-15 Simon Pilgrim[X86][SSE] Fix insertps load combine test name
2018-09-15 Craig Topper[X86] Remove an fp->int->fp domain crossing in LowerUIN...
2018-09-15 Craig Topper[X86] Fold (movmsk (setne (and X, (1 << C)), 0)) -...
2018-09-15 Fedor Sergeev[NFC] minor cleanup in PassManagerInternal.h
2018-09-15 Sanjay Patel[InstCombine][x86] try harder to convert blendv intrins...
2018-09-15 Simon PilgrimFix line endings. NFCI.
2018-09-15 Kelvin Li[OPENMP] Move OMPClauseReader/Writer classes to ASTRead...
2018-09-15 Roman Lebedev[InstCombine] Inefficient pattern for high-bits checkin...
2018-09-15 Petr Hosek[XRay] Remove the unused variable
2018-09-15 Vedant Kumar[CodeGenPrepare] Preserve debug locs in OptimizeExtractBits
2018-09-15 Petr Hosek[XRay] Remove the deprecated __xray_log_init API
2018-09-15 George Karpenkov[analyzer] Temporary disabling svalbuilder-rearrange...
2018-09-15 George Karpenkov[analyzer] Further printing improvements: use declarations,
2018-09-15 George KarpenkovGenerate unique identifiers for Decl objects
2018-09-15 George Karpenkov[analyzer] Generate and use stable identifiers for...
2018-09-15 George Karpenkov[analyzer] Dump reproducible identifiers for statements...
2018-09-15 George Karpenkov[analyzer] Use correct end-of-line character when print...
2018-09-15 George KarpenkovStmtPrinter: allow customizing the end-of-line character
2018-09-15 George Karpenkov[analyzer] Dump unique identifiers for statements in...
2018-09-15 George KarpenkovSupport generating unique identifiers for Stmt objects
2018-09-15 George Karpenkov[analyzer] Skip printing duplicate nodes, even if nodes...
2018-09-15 Richard Smith[modules] Don't bother creating a global module fragmen...
2018-09-15 Richard Smith[modules] Support use of -E on modules built from the...
2018-09-15 Richard Smith[modules] Driver support for precompiling a collection...
2018-09-15 Richard Smith[modules] Frontend support for building a header module...
2018-09-15 Thomas Lively[WebAssembly][NFC] Generalize operand numbers in SIMD...
2018-09-15 Thomas Lively[WebAssembly] SIMD shifts
2018-09-15 Wei MiFix filesystem race issue in SampleProfTest introduced...
2018-09-14 Rui UeyamaStyle fix. NFC.
2018-09-14 Rui UeyamaRename GdbIndex.{cpp,h} -> DWARF.{cpp,h}.
2018-09-14 Rui UeyamaRevert r342297: Discard uncompressed buffer after creat...
2018-09-14 Rui UeyamaDiscard uncompressed buffer after creating .gdb_index...
2018-09-14 Thomas Lively[WebAssembly] SIMD neg
2018-09-14 Zachary Turner[PDB] Make the pretty dumper output modified types.
2018-09-14 Martin Storsjo[COFF] Provide __CTOR_LIST__ and __DTOR_LIST__ symbols...
2018-09-14 Craig Topper[BreakFalseDeps] Fix bad formatting. NFC
2018-09-14 Sanjay Patel[InstCombine] refactor mul narrowing folds; NFCI
2018-09-14 Adrian PrantlAttempt to unbreak the build after r342286.
2018-09-14 Fangrui Songtest/Driver/output-file-cleanup.c: delete non-readable...
2018-09-14 Sanjay Patel[InstCombine] add/use overflowing math helper functions...
2018-09-14 Lion Yang[PowerPC] Fix the calling convention for i1 arguments...
2018-09-14 Thomas Lively[WebAssembly][NFC] Move SIMD encoding tests to dedicate...
2018-09-14 Zachary TurnerAdd missing include.
2018-09-14 Reid Kleckner[codeview] Remove dead code
2018-09-14 Zachary Turner[PDB] Refactor a little of the Symbol creation code.
2018-09-14 Wei Mi[SampleFDO] Add FunctionOffsetTable in compact binary...
2018-09-14 Reid KlecknerMark index-tools.test as REQUIRES: shell so that it...
2018-09-14 Reid KlecknerRelax assumption about default method calling conventio...
2018-09-14 Davide Italiano[IRInterpreter] Minor cleanups, add comments. NFCI.
2018-09-14 Fangrui Songtest/Other/can-execute.txt: delete %t after the test
2018-09-14 Sanjay Patel[InstCombine] refactor add narrowing folds; NFCI
2018-09-14 Sebastian PopHotColdSplit: fix invalid SSA due to outlining
2018-09-14 Sebastian PopHotColdSplit: fix isSingleEntrySingleExit
2018-09-14 Sebastian PopHotColdSplit: add back propagation to extend cold regions
2018-09-14 Sanjay Patel[InstCombine] add more tests for add narrowing folds...
2018-09-14 Thomas Lively[WebAssembly][NFC] Fix unconventional test names
2018-09-14 Reid KlecknerRemove unused DIASession field
2018-09-14 Shuai Wang[analyzer] Handle forwarding reference better in ExprMu...
2018-09-14 Konstantin... AMDGPU: Clear the bits before they are being set in...
2018-09-14 Alex LangfordFix lit/example/many-tests pickling issue
2018-09-14 Lion YangTest commit access
2018-09-14 Jonas Toth[NFC][clangd] silence pedantic extra ';' warning
2018-09-14 Alex LangfordFix lldb-vscode README.md
2018-09-14 Reid KlecknerRevert r342183 "[DAGCombine] Fix crash when store mergi...
2018-09-14 Adrian PrantlFix debug info for SelectionDAG legalization of DAG...
2018-09-14 Steven Wu[ThinLTOCodeGenerator] Avoid Rehash StringMap in ThreadPool
2018-09-14 Davide Italiano[IRInterpreter] Fall back to JIT with 128-bit values.
2018-09-14 Sam McCall[clangd] Work around compiler macro expansion bugs...
2018-09-14 Reid KlecknerRevert r342210 "[ARM] bottom-top mul support in ARMPara...
2018-09-14 Jim InghamMake the eSearchDepthFunction searches work, add tests
2018-09-14 Simon PilgrimRevert a line-endings change that somehow got included...
2018-09-14 Simon Pilgrim[X86][SSE] Lower shuffles to permute(unpack(x,y)) ...
2018-09-14 Craig Topper[X86] Re-generate test checks using current version...
2018-09-14 Matt Morehouse[libFuzzer] Disable value-profile-strncmp.test on aarch64.
2018-09-14 Sanjay Patel[InstCombine] rename test file to better describe the...
2018-09-14 Sanjay Patel[InstCombine] remove unnecessary target constraints...
2018-09-14 Benjamin Kramer[modernize-use-transparent-functors] TypeLocs can be...
2018-09-14 Sanjay Patel[InstCombine] move test next to related tests; NFC
2018-09-14 Sanjay Patel[InstCombine] remove stall comment from test file; NFC
2018-09-14 Sanjay Patel[InstCombine] regenerate test checks; NFC
2018-09-14 Nico WeberIntroduce explicit add_unittest_with_input_files target...
2018-09-14 Adrian Prantlfix noasserts build
2018-09-14 Shuai WangRemove PseudoConstantAnalysis
2018-09-14 Adrian PrantlSelectionDAG: Add compact SDDbgValue representation...
2018-09-14 James HendersonRevert r342233.
2018-09-14 Adrian Prantlfix typos
2018-09-14 Hans Wennborg[clang-cl] Fix PR38934: failing to dllexport class...
2018-09-14 Ed Mastelld: add -z interpose support
2018-09-14 Louis Dionne[clang] Make sure attributes on member classes are...
2018-09-14 Sanjay Patel[InstCombine] add more tests for x86 blendv (PR38814...
2018-09-14 Ulrich Weigand[asan] Fix test case failure on SystemZ
2018-09-14 Simon Pilgrim[X86][BMI1] Fix BLSI/BLSMSK/BLSR BMI1 scheduling on...
2018-09-14 Simon Pilgrim[X86][BMI1] Add scheduler class for BLSI/BLSMSK/BLSR...
2018-09-14 James Henderson[ThinLTO]Allow setting of maximum cache size with 64...
2018-09-14 Sam McCall[VFS] vfs::directory_iterator yields path and file...
2018-09-14 Kristina Brooks[Driver] Fix missing MultiArch include dir on powerpcspe
next