platform/upstream/llvm.git
2019-05-15 Craig Topper[X86] Delay creating index register negations during...
2019-05-15 Adrian PrantlUpdate LLDB license on the LLDB home page to Apache...
2019-05-15 Adrian PrantlGet back the navigation sidebar on the LLDB website.
2019-05-15 Reid Kleckner[codeview] Fix SDNode representation of annotation...
2019-05-15 Simon Atanasyan[mips] Use range-based `for` loops. NFC
2019-05-15 Mandeep Singh... [AArch64] only indicate CFI on Windows if we emitted CFI
2019-05-15 Craig Topper[X86] Strengthen type constraints on some specialized...
2019-05-15 Roman Lebedev[NFC][InstCombine] Add some more tests for pulling...
2019-05-15 Reid Kleckner[codeview] Finish support for reading and writing S_ANN...
2019-05-15 Cameron McInallyRevert llvm-svn: 360807
2019-05-15 David Bolvansky[clang-format] Fixed self assignment
2019-05-15 Gheorghe-Teodor... [OpenMP][Bugfix] Move double and float versions of...
2019-05-15 Cameron McInallyPre-commit unary fneg tests to InstSimplify
2019-05-15 Cameron McInallyAdd unary fneg to InstSimplify/fp-nan.ll
2019-05-15 Richard Smith[c++20] For P1327R1: support dynamic_cast in constant...
2019-05-15 Kristof UmannRevert "[analyzer] Add a test for plugins using checker...
2019-05-15 Gheorghe-Teodor... [OpenMP][bugfix] Fix issues with C++ 17 compilation...
2019-05-15 Erik Pilkington[CodeGenObjC] invoke objc_autorelease, objc_retain...
2019-05-15 Michal Gorny[lldb] [test] Skip one more TestMiBreak on NetBSD
2019-05-15 Kristof Umann[analyzer] Add a test for plugins using checker depende...
2019-05-15 Pete CouperusUncomment LLVM_FALLTHROUGH.
2019-05-15 Cameron McInallyAdd unary fneg to InstSimplify/fp-nan.ll
2019-05-15 Taewook Oh[PredicateInfo] Do not process unreachable operands.
2019-05-15 Jan KratochvilPermit cross-CU references
2019-05-15 Sam Clegg[lld] Remove 2>&1 from --trace-symbol tests
2019-05-15 Artem Dergachev[analyzer] RetainCount: Fix os_returns_retained_on_zero...
2019-05-15 Nicolai Haehnle[MachineOperand] Add a ChangeToGA method
2019-05-15 Don Hinton[clang-tidy] Recommit r360785 "modernize-loop-convert...
2019-05-15 Don HintonRevert [clang-tidy] modernize-loop-convert: impl const...
2019-05-15 Nicolai HaehnleRegAlloc: try to fail more gracefully when out of registers
2019-05-15 Don Hinton[clang-tidy] modernize-loop-convert: impl const cast...
2019-05-15 Andrey ChurbanovFixed https://bugs.llvm.org/show_bug.cgi?id=41584.
2019-05-15 Kevin PetitTest commit
2019-05-15 Sam Clegg[WebAssembly] LTO: Honor comdat groups when loading...
2019-05-15 Thomas Preud... [FileCheck] Fix sphinx error: Make input be gas block
2019-05-15 Hiroshi Yamauchi[JumpThreading] A bug fix for stale loop info after...
2019-05-15 Kristof Umann[clang-tidy] new check: bugprone-branch-clone
2019-05-15 Ryan Taylor[AMDGPU] Increases available SGPR for Calling Convention
2019-05-15 Cameron McInallyTeach InstSimplify -X + X --> 0.0 about unary FNeg
2019-05-15 Clement CourbetRevert r360771 "[MergeICmps] Simplify the code."
2019-05-15 Clement Courbet[MergeICmps] Fix r360771.
2019-05-15 Andrey ChurbanovIntroduce new OpenMP 5.0 depend object type.
2019-05-15 Stephen TozerRevert "[Salvage] Change salvage debug info implementat...
2019-05-15 Stephen Tozer[Salvage] Change salvage debug info implementation...
2019-05-15 Clement Courbet[MergeICmps] Simplify the code.
2019-05-15 Simon PilgrimRevert rL360675 : [APFloat] APFloat::Storage::Storage...
2019-05-15 David Green[ARM] Don't use the Machine Scheduler for cortex-m...
2019-05-15 David Green[ARM] Cortex-M4 schedule
2019-05-15 Michal Gorny[lldb] [test] Mark frequently failing flaky tests skipp...
2019-05-15 Nico Webergn build: Merge r360671
2019-05-15 Simon Atanasyan[mips] LLVM and GAS now use same instructions for CFA...
2019-05-15 Nico Webergn build: Run `git ls-files '*.gn' '*.gni' | xargs...
2019-05-15 Tim Northoverarm64_32: add some unittests that were in the wrong...
2019-05-15 Fangrui SongDelete unnecessary copy ctors/copy assignment operators
2019-05-15 Michal Gorny[lldb] [lit] Pass --mode=compile to fix compiler-full...
2019-05-15 Gabor Marton[ASTImporter] Use llvm::Expected and Error in the impor...
2019-05-15 Roman Lebedev[NFC][InstCombine] Regenerate trunc.ll test
2019-05-15 Florian Hahn[LV] Move getScalarizationOverhead and vector call...
2019-05-15 Fangrui SongGroup forward declarations in one namespace lldb_private {}
2019-05-15 Stefan Granitz[CMake] Add error to clarify that lldb requires libcxx
2019-05-15 Clement Courbet[[DAGCombiner][NFC] Add a comment.
2019-05-15 Pavel LabathDWARF: s/CompileUnit/Unit/ in DWARFFormValue
2019-05-15 Jonas DevlieghereReplace assert with static_assert here applicable.
2019-05-15 Jonas DevlieghereMark private unimplemented functions as deleted
2019-05-15 Jonas Devlieghere[Docs] Document lldb-dotest
2019-05-15 Craig Topper[X86] Use OR32mi8Locked instead of LOCK_OR32mi8 in...
2019-05-15 Saleem AbdulrasoolRevert "build: use the correct variable"
2019-05-15 Michal Gorny[lldb] [lit] Fix whitespace in matches for remaining...
2019-05-15 Fangrui SongFix 2-field llvm.global_ctors `REQUIRES: asserts` tests...
2019-05-15 Fangrui Song[IR] Disallow llvm.global_ctors and llvm.global_dtors...
2019-05-15 Alex Langford[Target] Generalize some behavior in Thread
2019-05-15 Philip Reames[NFC] Reuse a helper function to eliminate duplicate...
2019-05-15 Artem Dergachev[analyzer] MIGChecker: Fix redundant semicolon.
2019-05-15 Richard Trieu[XCore] Create a TargetInfo header. NFC
2019-05-15 Artem Dergachev[analyzer] MIGChecker: Add support for os_ref_retain().
2019-05-15 Richard Trieu[X86] Create a TargetInfo header. NFC
2019-05-15 Richard Trieu[WebAssembly] Create a TargetInfo header. NFC
2019-05-15 Richard Trieu[SystemZ] Create a TargetInfo header. NFC
2019-05-15 Richard Trieu[Sparc] Create a TargetInfo header. NFC
2019-05-15 Richard Trieu[RISCV] Create a TargetInfo header. NFC
2019-05-15 Richard Trieu[PowerPC] Create a TargetInfo header. NFC
2019-05-15 Jim InghamMake SBDebugger.RunCommandInterpreter callable from...
2019-05-14 Richard Trieu[NVPTX] Create a TargetInfo header. NFC
2019-05-14 Richard Trieu[MSP430] Create a TargetInfo header. NFC
2019-05-14 Richard Trieu[Mips] Create a TargetInfo header. NFC
2019-05-14 Richard Trieu[Lanai] Create a TargetInfo header. NFC
2019-05-14 Davide Italiano[lit/Register] Fix matching of the output.
2019-05-14 Richard Trieu[Hexagon] Create a TargetInfo header. NFC
2019-05-14 Eli Friedman[polly] Fix non-determinism in IslNodeBuilder.
2019-05-14 Richard Trieu[BPF] Create a TargetInfo header. NFC
2019-05-14 Richard Trieu[AVR] Create a TargetInfo header. NFC
2019-05-14 Leonard ChanFix bots by adding target triple to test.
2019-05-14 Philip ReamesUse an offset from TOS for idempotent rmw locked op...
2019-05-14 Richard Trieu[ARM] Create a TargetInfo header. NFC
2019-05-14 Kostya Serebryany[libFuzzer] replace string_view with string to fix...
2019-05-14 Richard Trieu[ARC] Create a TargetInfo header. NFC
2019-05-14 Kostya Serebryany[libFuzzer] #include <string_view>, hopefully should...
2019-05-14 Richard Trieu[AMDGPU] Create a TargetInfo header. NFC
2019-05-14 Kostya Serebryany[libFuzzer] reimplement DFT's collect_data_flow inside...
2019-05-14 Eli Friedman[OpenMP][AArch64] Fix compile with LLVM trunk.
next