platform/upstream/llvm.git
2018-07-24 Richard SmithDon't lifetime-extend or track lifetime problems throug...
2018-07-24 Craig Topper[X86] Generalize the multiply by 30 lowering to generic...
2018-07-24 Raphael IsemannRemove unused History class
2018-07-24 Heejin Ahn[WebAssembly] Add tests for weaker memory consistency...
2018-07-24 Max Moroz[libFuzzer] Handle unstable edges by disregarding unsta...
2018-07-24 Craig Topper[X86] Change multiply by 19 to use (9 * X) * 2 + X...
2018-07-24 Jordan RupprechtRevert "[VFS] Cleanups to VFS interfaces."
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Move outlined function remark...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Move target frame info into...
2018-07-24 Peter CollingbournePut "built-in" function definitions in global Used...
2018-07-24 Chandler Carruth[x86] Teach the x86 backend that it can fold between...
2018-07-24 Craig Topper[Inliner] Teach inliner to merge 'min-legal-vector...
2018-07-24 Craig Topper[X86] Add test case to show failure to combine away...
2018-07-24 Azharuddin... [docker] Fix LLVM_EXTERNAL_PROJECTS cmake variable...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Make Candidates own their call...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Move missed opt remark into...
2018-07-24 Jessica Paquette[MachineOutliner][NFC] Sink some candidate logic into...
2018-07-24 Kuba Mracek[tsan] Fix crash in objc_sync_enter/objc_sync_exit...
2018-07-24 Erich KeaneRemove stale documentation from InternalsManual.rst
2018-07-24 Sam McCall[VFS] Cleanups to VFS interfaces.
2018-07-24 Petr Hosek[CMake] Fix the setting of LIBCXX_HEADER_DIR in standal...
2018-07-24 Pavel LabathMove dumping code out of RegisterValue class
2018-07-24 Joel GalensonUse SCEV to avoid inserting some bounds checks.
2018-07-24 Sid Manning[ELF][HEXAGON] Add R_HEX_B15_PCREL_X relocation
2018-07-24 Florian Hahn[PredicateInfo] Use custom mangling to support ssa_copy...
2018-07-24 Simon Atanasyan[mips] Fix local dynamic TLS with Sym64
2018-07-24 Igor Kudrin[profile] Fix finding the first and last directory...
2018-07-24 Chandler Carruth[x86/SLH] Extract the core register hardening logic...
2018-07-24 Alexander RichardsonStop wrapping __has_include in another macro
2018-07-24 Igor Kudrin[profile] Fix a possible memory leak in parseFilenamePa...
2018-07-24 Chandler Carruth[x86/SLH] Tidy up a comment, using doxygen structure...
2018-07-24 Sam Parker[ARM] Disable ARMCodeGenPrepare by default
2018-07-24 Duncan P. N... ADT: Shrink SmallVector size 0 to 16B on 64-bit platforms
2018-07-24 Pavel LabathReimplement EventDataBytes::Dump to avoid DumpDataExtractor
2018-07-24 Florian HahnRecommit r334887: [SmallSet] Add SmallSetIterator.
2018-07-24 Eric FiselierFix use of incorrect _LIBCXX macro (should be _LIBCPP).
2018-07-24 Eric Liu[clangd] Tune down quality score for class constructors...
2018-07-24 Roman Lebedev[Sema] Mark implicitly-inserted ICE's as being part...
2018-07-24 Petr HosekReland "[CMake] Support statically linking dependencies...
2018-07-24 Jiading GaiAdd a .keep file to prevent svn from skipping over...
2018-07-24 Shiva ChenRevert "[DebugInfo] Generate DWARF debug information...
2018-07-24 Jiading GaiFor x86_64, gcc 7.2 under Amazon Linux AMI sets its...
2018-07-24 Simon Atanasyan[ELF][MIPS] Fix primary GOT sometimes overflowing by...
2018-07-24 Marshall Clowfix nesting of namespace and standard-version check...
2018-07-24 Marshall ClowDisable 'suggest braces' warnings for std::array in...
2018-07-24 Jiading Gai[Test commit] Fix a spelling error.
2018-07-24 Chandler Carruth[x86] Clean up and convert test to use generated CHECK...
2018-07-24 Chandler Carruth[x86] Update the CHECK lines of this test to use the...
2018-07-24 Marshall ClowImplement <span>. Reviewed as https://reviews.llvm...
2018-07-24 Shiva ChenRevert "[DebugInfo] Generate debug information for...
2018-07-24 Petr Hosek[sanitizer][fuzzer] Temporarily transition to ZX_TIME_I...
2018-07-24 Petr Hosek[sanitizer] Transition from _zx_vmar_... to _zx_vmar_...
2018-07-24 Shiva Chen[DebugInfo] Generate debug information for labels....
2018-07-24 Shiva Chen[DebugInfo] Generate DWARF debug information for labels.
2018-07-24 Tom StellardAMDGPU/GlobalISel: Legalize G_INSERT
2018-07-24 Yaxun LiuAttempt to fix regression due to r337791
2018-07-24 George Burgess IVFix unused variable warnings; NFC
2018-07-24 Dean Michael... llvm-xray: Broken chrome trace event format output
2018-07-24 Tom StellardAMDGPU/GlobalISel: Remove unnecessary legality constrai...
2018-07-24 Yaxun Liu[HIP] pass -target-cpu when running the device-mode...
2018-07-24 Richard SmithAdd missing testcase update for r337790.
2018-07-24 Yaxun LiuEnable .hip files for test/Driver
2018-07-24 Richard SmithWarn if a local variable's initializer retains a pointe...
2018-07-24 Andres FreundAdd PerfJITEventListener for perf profiling support.
2018-07-24 Thomas AndersonBorrow visibility from __fundamental_type_info for...
2018-07-24 Vedant Kumar[Debugify] Export per-pass debug info loss statistics
2018-07-24 Vedant Kumar[Debugify] Move interface definitions to a header, NFC
2018-07-24 Chandler Carruth[x86/SLH] Simplify the code for hardening a loaded...
2018-07-24 Petr HosekRevert "[Fuzzer] Update path to libc++ headers"
2018-07-24 Dan Gohman[WebAssembly] Change size_t to `unsigned long`.
2018-07-24 Alex LorenzRevert r337727 as it caused Darwin bot failures
2018-07-24 Chandler Carruth[x86/SLH] Remove complex SHRX-based post-load hardening.
2018-07-24 Erik PilkingtonNFC: Add the emacs c++ mode hint "-*- C++ -*-" to the...
2018-07-24 Raphael IsemannAdded unit test for StreamTee
2018-07-23 Sam Clegg[WebAssembly] Add support for --whole-archive.
2018-07-23 Artem Dergachev[analyzer] Add a no-crash to a recently added test.
2018-07-23 Petr Hosek[Fuzzer] Update path to libc++ headers
2018-07-23 Jason MolendaChange sort-pbxproj.rb to find the project.pbxproj...
2018-07-23 Fangrui Song[DWARF] Use deque in place of SmallVector to fix use...
2018-07-23 Thomas AndersonFix typo in test/CodeGen/Mips/dins.ll
2018-07-23 Wolfgang PiebEmbed a template specialization in a namespace to work...
2018-07-23 Artem Dergachev[analyzer] pr38273: Legalize Loc<>NonLoc comparison...
2018-07-23 Eric FiselierHandle DT_UNKNOWN correctly during directory iteration.
2018-07-23 Richard SmithSupport lifetime-extension of conditional temporaries.
2018-07-23 Erik Pilkington[Sema] Fix crash on BlockExprs in a default member...
2018-07-23 Eric FiselierRecommit "Use possibly cached directory entry values...
2018-07-23 Eric FiselierFix accidentally removed test.
2018-07-23 Wolfgang Pieb[DWARF v5] Refactor range lists dumping by using a...
2018-07-23 Teresa Johnson[LTO] Handle __imp_ (dllimport) symbols consistently...
2018-07-23 George Karpenkov[ASTMatchers] Add an isMain() matcher
2018-07-23 George Karpenkov[ASTMatchers] [NFC] Regenerate HTML docs.
2018-07-23 Erik Pilkington[demangler] call terminate() if allocation failed
2018-07-23 Greg ClaytonFix Xcode project for unit tests.
2018-07-23 Martin Storsjo[MC] Add a separate flag for skipping comdat constant...
2018-07-23 Martin Storsjo[COFF] Fix assembly output of comdat sections without...
2018-07-23 Martin Storsjo[AArch64] Use MCAsmInfoMicrosoft and MCAsmInfoGNUCOFF...
2018-07-23 Martin StorsjoImplement a GCC compatible SEH unwinding personality...
2018-07-23 Vedant Kumar[utils] Fix the llvm::Optional data formatter
2018-07-23 Vedant Kumar[SelectionDAG] Reduce DanglingDebugInfo memory traffic...
2018-07-23 Teresa Johnson[ThinLTO] Ensure the TargetLibraryInfo is constructed...
next