summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Add a 'break;' to the end of the last case in a switch to avoid surpris...Craig Topper2019-11-181-0/+2
* [Sema] Fix a -Wobjc-signed-char-bool false-positiveErik Pilkington2019-11-182-0/+62
* Update the docs for building libc++.Dan Albert2019-11-181-25/+29
* [ThinLTO] Promotion handling cleanup (NFC)Teresa Johnson2019-11-182-26/+15
* [X86] Add AMD Matisse (znver2) model number to getHostCPUName and compiler-rt...Craig Topper2019-11-182-4/+4
* Implement __attribute__((objc_direct)), __attribute__((objc_direct_members))Pierre Habouzit2019-11-1824-50/+1024
* [LegalizeDAG] Convert strict fp nodes to libcalls without losing the chain.Craig Topper2019-11-185-398/+626
* [LoopPred/WC] Use a dominating widenable condition to remove analyze loop exitsPhilip Reames2019-11-182-9/+964
* Reland: [Remarks][Driver] Use different remark files when targeting multiple ...Francis Visoiu Mistrih2019-11-182-0/+27
* [PowerPC] Test case for vector float gather on ppc64le and ppc64Stefan Pintilie2019-11-181-0/+53
* Revert "[Remarks][Driver] Use different remark files when targeting multiple ...Reid Kleckner2019-11-182-24/+0
* Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ...Eric Christopher2019-11-1821-731/+176
* Allocate builtins table earlier to fix bug found by ubsanReid Kleckner2019-11-181-1/+2
* [Remarks][Driver] Use different remark files when targeting multiple architec...Francis Visoiu Mistrih2019-11-182-0/+24
* [builtins] Implement rounding mode support for i386/x86_64Yi Kong2019-11-184-2/+44
* [Signal] Allow llvm clients to opt into one-shot SIGPIPE handlingVedant Kumar2019-11-187-30/+63
* [libomptarget][nfc] Move some source into common from nvptxJon Chesterfield2019-11-1810-11/+18
* Fix shared lib build.Michael Liao2019-11-182-2/+4
* Replace bitfield in lldb::Type with byte-sized members. (NFC)Adrian Prantl2019-11-185-89/+74
* [cmake] Factor out DEFAULT_SANITIZER_MIN_OSX_VERSIONJulian Lettner2019-11-181-6/+8
* Bump sanitizer iOS deployment target to 9.0Julian Lettner2019-11-181-1/+1
* Bump sanitizer macOS deployment target to 10.10Julian Lettner2019-11-181-4/+4
* [Docs] Add Python caveats under the development sectionJonas Devlieghere2019-11-183-0/+43
* [yaml2obj][test] Move tests to binary format specific subdirectoriesFangrui Song2019-11-1886-102/+93
* [Attr] Fix `-ast-print` for `asm` attributeJoel E. Denny2019-11-182-5/+11
* [dwarfgen] Fix initialization order error. [NFCI]Francesco Petrogalli2019-11-181-3/+3
* [OPENMP50]Fix PR44024: runtime assert in distribute construct.Alexey Bataev2019-11-182-1/+18
* [ASan] Mark test as UNSUPPORTED for iOS simulatorJulian Lettner2019-11-181-0/+1
* gn build: Merge 2054ed052f1LLVM GN Syncbot2019-11-181-0/+1
* [clangd] Store xref for Macros in ParsedAST.Utkarsh Saxena2019-11-186-8/+146
* [NFC] Clean up debug-names-verify-completeness.s testPavel Labath2019-11-181-179/+157
* [clangd] Implement rename by using SelectionTree and findExplicitReferences.Haojian Wu2019-11-182-46/+462
* [NFC] Fix test reserve_global_reg.ll after 2d739f9Russell Gallop2019-11-181-0/+1
* Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."Sam McCall2019-11-189-106/+14
* arm64_32: support function return in FastISel.Tim Northover2019-11-183-13/+52
* Re-commit "DWARF location lists: Add section index dumping"Pavel Labath2019-11-1814-53/+61
* [AMDGPU][MC][GFX10] Enabled v_movrel*[sdwa|dpp|dpp8] opcodesDmitry Preobrazhensky2019-11-188-43/+235
* [clangd] Fix some clang-tidy warnings on SourceCodeTests.cpp, NFC.Haojian Wu2019-11-181-9/+8
* [lldb] Fix JSON parser to allow empty arraysAlex Cameron2019-11-184-3/+104
* Remove useless param tag to fix Wdocumentation warning. NFCI.Simon Pilgrim2019-11-181-3/+0
* [clangd] Fix diagnostic warnings in the RenameTests, NFC.Haojian Wu2019-11-181-2/+4
* Fix cppcheck shadow variable warning. NFC.Simon Pilgrim2019-11-181-3/+3
* llvm-objcopy - fix uninitialized variable warnings. NFC.Simon Pilgrim2019-11-182-18/+18
* Avoid duplicate exe_path definition on recent FreeBSDEd Maste2019-11-181-1/+0
* [OpenMP] Add implementation and tests of Archer toolprotze@itc.rwth-aachen.de2019-11-1838-0/+2551
* Revert rGc0f6ad7d1f3c : "DWARF location lists: Add section index dumping"Simon Pilgrim2019-11-1813-56/+48
* DwarfGenerator - fix uninitialized variable warnings. NFC.Simon Pilgrim2019-11-181-1/+2
* Fix uninitialized variable warning. NFC.Simon Pilgrim2019-11-181-2/+1
* llvm-rc - fix uninitialized variable warnings. NFC.Simon Pilgrim2019-11-182-2/+2
* Fix uninitialized variable warning. NFC.Simon Pilgrim2019-11-181-1/+2
OpenPOWER on IntegriCloud