summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Remove isel patterns for mask vpcmpgt/vpcmpeq. Switch vpcmp to these ba...Craig Topper2019-10-043-166/+227
* [X86] Add DAG combine to form saturating VTRUNCUS/VTRUNCS from VTRUNCCraig Topper2019-10-047-28/+26
* Add few docs and implementation of strcpy and strcat.Siva Chandra2019-10-0429-1/+1588
* [Automaton] Fix invalid iterator referenceJames Molloy2019-10-041-3/+2
* [ModuloSchedule] Do not remap terminatorsJames Molloy2019-10-041-1/+1
* [FPEnv] Strict FP tests should use the requisite function attributes.Kevin P. Neal2019-10-0473-1663/+1771
* [process info] Remove assert in DoGetGroupNameWalter Erquinigo2019-10-041-3/+1
* [utils] Fix incompatibility of bisect[-skip-count] with Python 3Mikhail Maltsev2019-10-042-6/+8
* [lldb-server/android] Show more processes and package name when necessaryWalter Erquinigo2019-10-041-34/+45
* [OPENMP50]Suppport for multiple vendors in the same vendor contextAlexey Bataev2019-10-045-33/+48
* [NFC] [FileCheck] Reapply fix init of objects in unit testsThomas Preud'homme2019-10-041-20/+16
* [scudo][standalone] Make malloc_info return a minimal XMLKostya Kortchinsky2019-10-043-4/+16
* SemaDeclAttr - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-041-4/+4
* CGBlocks - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-041-3/+2
* [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
OpenPOWER on IntegriCloud