summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] C++11 braced lists should respect the SpacesInParentheses settingPaul Hoad2019-10-042-3/+34
* [clang-format] [PR43531] clang-format damages "alternative representations" f...Paul Hoad2019-10-042-1/+53
* Further improve -Wbool-operation bitwise negation messageSam McCall2019-10-042-4/+4
* [clang-rename] Fix a crash when renaming a class without definition.Haojian Wu2019-10-042-0/+8
* [clang-format] [PR42417] clang-format inserts a space after '->' for operator...Paul Hoad2019-10-042-1/+7
* [AMDGPU][MC][GFX10][WS32] Corrected decoding of dst operand for v_cmp_*_sdwa ...Dmitry Preobrazhensky2019-10-042-1/+8
* [clang] Prevent false positives in arm-mfpu-none codegen test.Simon Tatham2019-10-041-0/+1
* [NFCI] Improve the -Wbool-operation's warning messageDavid Bolvansky2019-10-042-3/+5
* Fix uninitialized variable warnings in directory_entry default constructor. NFCISimon Pilgrim2019-10-041-3/+3
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-10-041-0/+1
* [AMDGPU][MC][GFX10] Enabled decoding of 'null' operandDmitry Preobrazhensky2019-10-042-0/+8
* [clangd] update the package-lock.json.Haojian Wu2019-10-041-364/+380
* ARM-Darwin: keep the frame register reserved even if not updated.Tim Northover2019-10-044-3/+18
* [llvm-ar][test] Clarified commentOwen Reynolds2019-10-041-0/+4
* [AMDGPU][MC][GFX10] Corrected definition of FLAT GLOBAL/SCRATCH instructionsDmitry Preobrazhensky2019-10-043-1/+96
* [llvm-readobj] Remove redundant semicolon. NFCSimon Atanasyan2019-10-041-1/+1
* [lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny2019-10-0412-27/+50
* [llvm-readobj][mips] Inline `printMipsPLTGOT` methodSimon Atanasyan2019-10-041-17/+9
* [llvm-readobj][mips] Implement GNU-style printing of .MIPS.abiflags sectionSimon Atanasyan2019-10-042-39/+110
* [llvm-readobj] Replace arch-specific ObjDumper methods by the single `printAr...Simon Atanasyan2019-10-043-35/+27
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-10-041-0/+2
* Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.Simon Pilgrim2019-10-042-2/+2
* Revert [test] Remove locale dependency for mri-utf8.testOwen Reynolds2019-10-041-1/+5
* [DebugInfo] LiveDebugValues: move DBG_VALUE creation into VarLoc classJeremy Morse2019-10-042-108/+277
* gn build: (manually) merge r373718Nico Weber2019-10-042-0/+17
* [lldb] Get the TargetAPI lock in SBProcess::IsInstrumentationRuntimePresentRaphael Isemann2019-10-041-0/+3
* [Format] Fix docs after r373439Sam McCall2019-10-041-1/+2
* [lldb] Fix that 'ninja clean' breaks the build by deleting debugserver_vers.cRaphael Isemann2019-10-041-1/+0
* Revert "[NFC] [FileCheck] Fix init of stack objects in unit tests"Dmitri Gribenko2019-10-041-16/+20
* [lldb] Fix -Wreorder-ctor in r373673Sam McCall2019-10-041-13/+12
* [DebugInfo] LiveDebugValues: defer DBG_VALUE creation during analysisJeremy Morse2019-10-042-8/+110
* [lldb] Fix typo in r373675Sam McCall2019-10-041-1/+1
* [TableGen] Introduce a generic automaton (DFA) backendJames Molloy2019-10-0410-1/+1181
* [NFC] [FileCheck] Fix init of stack objects in unit testsThomas Preud'homme2019-10-041-20/+16
* AMDGPU/GlobalISel: Fix using wrong addrspace for apertureMatt Arsenault2019-10-042-9/+11
* AMDGPU/GlobalISel: Select G_PTRTOINTMatt Arsenault2019-10-042-0/+102
* AMDGPU/GlobalISel: Support wave32 waterfall loopsMatt Arsenault2019-10-0413-411/+734
* Revert r371732: "lld-link: Fix tests that do not run on macOS after r371729."Martin Storsjo2019-10-041-1/+1
* [Driver] NFC: Remove duplicate call to getLibGccTypeCullen Rhodes2019-10-041-1/+0
* [lldb][modern-type-lookup] No longer import temporary declarations into the p...Raphael Isemann2019-10-045-107/+135
* [CodeComplete] Ensure object is the same in compareOverloads()Ilya Biryukov2019-10-043-0/+35
* [clang-format] [PR43338] C# clang format has space issues betweern C# only ke...Paul Hoad2019-10-044-7/+82
* [ELF] Use union-find set and doubly linked list in Call-Chain Clustering (C³...Fangrui Song2019-10-041-52/+62
* [clang-format] [PR43333] Fix C# breaking before function name when using Attr...Paul Hoad2019-10-045-69/+189
* [X86] Enable inline memcmp() to use AVX512David Zarzycki2019-10-042-2/+21
* [MinGW] Add --reproduce optionRui Ueyama2019-10-043-0/+6
* Add /reproduce option to lld/COFFRui Ueyama2019-10-043-6/+35
* Revert r371729: lld-link: Make /linkrepro: take a filename, not a directory.Rui Ueyama2019-10-045-16/+13
* [compiler-rt] Remove O1 tests from signal_line.cppVitaly Buka2019-10-041-4/+0
* Revert "[Symbolize] Use the local MSVC C++ demangler instead of relying on db...Martin Storsjo2019-10-043-4/+45
OpenPOWER on IntegriCloud