summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [test] Remove locale dependency for mri-utf8.testThomas Preud'homme2019-10-041-5/+1
* [AMDGPU][SILoadStoreOptimizer] NFC: Refactor codePiotr Sobczak2019-10-041-120/+80
* [Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp. NFC.Martin Storsjo2019-10-043-45/+4
* [test] Remove a needless declaration of REQUIRES: target-windowsMartin Storsjo2019-10-041-1/+1
* [JITLink] Remove a redundant semicolon, silencing -Wpedantic warnings with GC...Martin Storsjo2019-10-041-1/+1
* [clang] [cmake] Add distribution install targets for remaining componentsMichal Gorny2019-10-044-9/+46
* [clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny2019-10-047-19/+5
* [JITLink] Explicitly destroy bumpptr-allocated blocks to avoid a memory leak.Lang Hames2019-10-042-8/+14
* [JITLink] Fix an unused variable warning.Lang Hames2019-10-041-3/+2
* Make libc++ gdb pretty printer Python 3 compatibleFangrui Song2019-10-042-10/+27
* gn build: Merge r373689GN Sync Bot2019-10-041-1/+1
* [JITLink] Switch from an atom-based model to a "blocks and symbols" model.Lang Hames2019-10-0425-2132/+2417
* [RISCV] Split SP adjustment to reduce the offset of callee saved register spi...Shiva Chen2019-10-046-223/+267
* Revert "Explicitly set entry point arch when it's thumb"Antonio Afonso2019-10-043-179/+0
* [Python] Remove unused variableJonas Devlieghere2019-10-041-1/+0
OpenPOWER on IntegriCloud