summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [testsuite] Remove other traces broken in python 3.Davide Italiano2019-03-131-31/+0
* Revert "[llvm] Skip over empty line table entries."Evgeniy Stepanov2019-03-134-223/+3
* [testsuite] Remove dead code in TestFormats.Davide Italiano2019-03-131-27/+0
* [test] Some unicode sequences can't be printed, and Py 3 is more picky.Davide Italiano2019-03-131-4/+0
* [Python] Fix another batch of python 2/python 3 portability issues.Davide Italiano2019-03-134-10/+21
* [X86] Enable printAliasInstr for the Intel assembly printer so that AAM and A...Craig Topper2019-03-133-1/+17
* [WebAssembly] Place 'try' and 'catch' correctly wrt EH_LABELsHeejin Ahn2019-03-133-5/+65
* Use AIX version detection at LLVM run-timeHubert Tong2019-03-133-24/+110
* Update the macOS implementation of ComputeClangResourceDirectory toAdrian Prantl2019-03-121-3/+3
* [X86] Add ImmArg markings to intrinsics.Craig Topper2019-03-123-381/+422
* This test is failing on and off on the bots. Jim Ingham2019-03-121-1/+1
* Fix the broken Batch test by passing a custom module cache to the inferior lldb.Adrian Prantl2019-03-121-4/+7
* Revert "Temporarily add more logging to TestBatchMode"Adrian Prantl2019-03-121-6/+0
* Add XCOFF triple object format type for AIXJason Liu2019-03-1211-1/+51
* [WebAssembly] Handle undefined data symbols in shared librariesSam Clegg2019-03-124-7/+39
* [NFC][clang][PCH][ObjC] Add some missing `VisitStmt(S);`Roman Lebedev2019-03-122-3/+9
* Temporarily add more logging to TestBatchModeAdrian Prantl2019-03-121-0/+6
* Add more logging to ClangModulesDeclVendor.cppAdrian Prantl2019-03-121-0/+9
* Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-1232-10/+162
* [Test] Add tests for implicit null checks on atomic/volatile instructionsPhilip Reames2019-03-121-16/+117
* For faulting ops, include a comment w/the fault destinationPhilip Reames2019-03-123-210/+188
* IR: Add immarg attributeMatt Arsenault2019-03-1249-667/+1545
* AddressSanitizer: 64-bit SPARC/Linux portVitaly Buka2019-03-123-1/+118
* AddressSanitizer: fix for SPARC with GCCVitaly Buka2019-03-121-0/+4
* SanitizerCommon: 64-bit SPARC/Linux portVitaly Buka2019-03-123-0/+20
* ELF: Don't add .dynamic strings to .dynstr early.Peter Collingbourne2019-03-123-23/+20
* Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-1232-162/+10
* Remove support for DWARF64.Zachary Turner2019-03-1211-126/+34
* Remove DWARFDIECollection.Zachary Turner2019-03-1214-143/+59
* Move ElaboratingDIEIterator into implementation file.Zachary Turner2019-03-122-71/+68
* [llvm] Skip over empty line table entries.Mircea Trofin2019-03-124-3/+223
* Fix missing C++ mode commentsMatt Arsenault2019-03-123-3/+3
* MIR: Stop reinitializing target information for every useMatt Arsenault2019-03-123-327/+378
* [lldb/thirdparty] Remove unneeded files, asked by Jonas.Davide Italiano2019-03-12123-14110/+0
* [lldb-mi] Make this test more reliable. NFC.Davide Italiano2019-03-121-0/+6
* [third-party] Update pexpect to 4.6.Davide Italiano2019-03-12190-8661/+17969
* ELF: Use bump pointer allocator for uncompressed section buffers. NFCI.Peter Collingbourne2019-03-122-10/+16
* SanitizerCommon: fixes for unwinding & backtrace on SPARCVitaly Buka2019-03-125-35/+75
* [Remarks] Add -foptimization-record-passes to filter remark emissionFrancis Visoiu Mistrih2019-03-1232-10/+162
* Fix compiler warningJonas Devlieghere2019-03-121-13/+11
* [SROA] Fix a crash when trying to convert a memset to an non-integral pointer...Philip Reames2019-03-122-6/+59
* [libc++] Enable deprecation warnings by defaultLouis Dionne2019-03-1287-38/+157
* [OPENMP]Allow to redefine entry for the variables definitions.Alexey Bataev2019-03-122-5/+32
* Fixup test to work after changes in r355878.Douglas Yung2019-03-121-1/+5
* Rework how lldb warngs about kexts that failed to load in a Jason Molenda2019-03-121-8/+33
* Check the result of creating a node from __next_ in the std::list formatter.Jim Ingham2019-03-121-1/+3
* Re-enable this test, the underlying bug was fixed and the test now passes.Jim Ingham2019-03-121-1/+0
* [x86] scalarize extractelement 0 of FP vselectSanjay Patel2019-03-122-4/+21
* ELF: Simplify. NFCI.Peter Collingbourne2019-03-121-3/+1
* [CodeGen] Add MMOs to statepoint nodes during SelectionDAGPhilip Reames2019-03-122-22/+51
OpenPOWER on IntegriCloud