summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix null dereference in yaml::Document::skipThomas Finch2019-11-112-2/+13
* gn build: Merge e9a06e06064LLVM GN Syncbot2019-11-121-0/+1
* [VFABI] Read/Write functions for the VFABI attribute.Francesco Petrogalli2019-11-128-5/+170
* Add rpath to liblldb so vendors can ship their own python framework (or others)António Afonso2019-11-111-0/+5
* Add InstCombine/InstructionSimplify support for Freeze Instructionaqjune2019-11-128-0/+88
* [NFC] Fix test case after edab7dd426249bd40059b49b255ba9cc5b784753Nemanja Ivanovic2019-11-112-9/+37
* [X86] Remove setOperationAction lines that say to promote MVT::i1Craig Topper2019-11-111-6/+0
* [IR] Resolve an error at freeze's unit testsJuneyoung Lee2019-11-121-1/+1
* [MC] Make MCFragment trivially destructibleFangrui Song2019-11-112-4/+0
* [IR] Redefine Freeze instructionaqjune2019-11-1226-202/+301
* clang/Modules: Clean up modules on error in ReadASTDuncan P. N. Exon Smith2019-11-111-14/+18
* [X86] Remove some else branches after checking for !useSoftFloat() that set o...Craig Topper2019-11-111-9/+0
* clang/Modules: Add missing diagnostics for malformed AST filesDuncan P. N. Exon Smith2019-11-111-2/+6
* [lldb] Re-enable VSCode testsJonas Devlieghere2019-11-118-24/+3
* [X86] Add avx512 command lines to vector-constrained-fp-intrinsics.ll. NFCCraig Topper2019-11-111-111/+234
* [X86] Autogenerate checks in fp-intrinsics.ll. Split fma tests off to fp-intr...Craig Topper2019-11-112-119/+368
* clang/Modules: Split loop in ReadAST between failable and notDuncan P. N. Exon Smith2019-11-111-1/+7
* clang/Modules: Use range-based for in ASTReader::ReadAST, NFCDuncan P. N. Exon Smith2019-11-111-11/+7
* [PowerPC][XCOFF] Add support for zero initialized global values.Sean Fertile2019-11-113-28/+115
* Fixing PowerPC llc test cases for Disable hoisting MI to hotter basic blocks ...Victor Huang2019-11-112-7/+7
* clang/Modules: Delay err_module_file_conflict if a diagnostic is in flightDuncan P. N. Exon Smith2019-11-114-14/+19
* [Reproducer] Quit the debugger after generating a reproducerJonas Devlieghere2019-11-111-2/+4
* Disable hoisting MI to hotter basic blocksVictor Huang2019-11-113-0/+489
* [AArch64] Update for ExynosEvandro Menezes2019-11-111-1/+1
* [AArch64] Add new scheduling predicatesEvandro Menezes2019-11-112-1/+74
* clang-format: fix a typo introduced by the previous changeSylvestre Ledru2019-11-111-1/+1
* Replace tabs with spaces. (NFC)Adrian Prantl2019-11-111-11/+11
* Fix a regression in macOS-style path remapping.Adrian Prantl2019-11-115-25/+42
* Add a testcase for .dSYM path remapping dictionaries.Adrian Prantl2019-11-113-0/+69
* [ModuloSchedule] Fix modulo expansion for data loop carried dependencies.Thomas Raoux2019-11-115-21/+195
* [OPENMP50]Generalize handling of context matching/scoring.Alexey Bataev2019-11-1110-168/+335
* [OPENMP50]Add support for nested atomic and simd constructs inAlexey Bataev2019-11-113-169/+180
* Add missing override modifiers for FileCheckExpressionAST::eval() overrides.Simon Pilgrim2019-11-111-3/+3
* Make FileCheckNumericVariable::getDefLineNumber const. NFCSimon Pilgrim2019-11-111-1/+1
* [debuginfo] Update test to account for missing __debug_macinfoJonas Devlieghere2019-11-111-2/+1
* [clangd] Fix crash in DefineInline::prepare()Sam McCall2019-11-112-1/+4
* [libc++][P0980] Marked member functions move/copy/assign of char_traits const...Michael Park2019-11-1116-56/+297
* [libTooling] Further simplify `Stencil` type and introduce `MatchComputation`.Yitzhak Mandelbaum2019-11-118-107/+106
* [scudo][standalone] Match function name change to bionic name change.Christopher Ferris2019-11-111-9/+1
* [ModuloSchedule] Do target loop analysis before peeling.Thomas Raoux2019-11-112-4/+4
* Fix errors where we thought we were checking for labels but weren't due to us...Kevin P. Neal2019-11-111-30/+30
* [CGP] Make ICMP_EQ use CR result of ICMP_S(L|G)T dominatorsYi-Hong Lyu2019-11-116-149/+227
* [Support] Add erase() to json::ObjectSam McCall2019-11-112-5/+37
* Fix filename typo in rG8d288a0668a5Simon Pilgrim2019-11-111-2/+2
* Timer - fix shadow variable warnings for Name/Description members. NFC.Simon Pilgrim2019-11-112-11/+12
* change LLVM_VERSION_SUFFIX default from svn to gitNick Desaulniers2019-11-116-8/+8
* [Format] Fix clang-format.el unit tests after commit f349cc37cc485fd5fSam McCall2019-11-111-1/+3
* lldb: Fix some -Wdeprecated-copy warningsPavel Labath2019-11-1115-119/+0
* gn build: Merge 8d288a0668aLLVM GN Syncbot2019-11-111-0/+1
* [clang-tidy] Add bugprone-bad-signal-to-kill-thread check and its alias cert-...Abel Kocsis2019-11-1110-0/+191
OpenPOWER on IntegriCloud