summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AArch64][SVE] Move TableGen class definitions for gather loads (NFC)Andrzej Warzynski2019-12-111-17/+17
* [PowerPC] [CodeGen] Use MachineBranchProbabilityInfo in EarlyIfPredicator to ...shkzhang2019-12-111-3/+7
* [LiveRegUnits] Add phys_regs_and_masks iterator range (NFC).Florian Hahn2019-12-113-42/+44
* [llvm-readelf] - Do no print an empty symbol version as "<corrupt>"Georgii Rymar2019-12-112-2/+2
* [DWARF5][SplitDwarf] Set default state for -fsplit-dwarf-inlining to be false.Alexey Lapshin2019-12-112-2/+5
* [CodeComplete] Fix a crash in preferred type and signature helpIlya Biryukov2019-12-112-3/+14
* [Alignment][NFC] Introduce Align in SROAGuillaume Chatelet2019-12-111-26/+26
* [llvm-readobj] Fix/improve printing WinEH unwind info for linked PE imagesMartin Storsjö2019-12-115-6/+405
* [PowerPC] Exploitate the Vector Integer Average InstructionsQingShan Zhang2019-12-112-72/+142
* [LegalizeTypes] Remove manual worklist management from SoftenFloatRes_FP_EXTEND.Craig Topper2019-12-103-9/+2
* [ELF] Move a computeIsPreemptible() pass into ICF. NFCFangrui Song2019-12-102-5/+6
* [SanitizerCommon] Reduce wasting memory in LowLevelAllocator.Igor Kudrin2019-12-112-1/+12
* [cxx_status] Re-add missing cell.Richard Smith2019-12-101-0/+1
* [c++20] Implement P1946R0: allow defaulted comparisons to take theirRichard Smith2019-12-105-13/+58
* [c++20] Delete defaulted comparison functions if they would invoke anRichard Smith2019-12-108-17/+154
* Change the mtc Makefile to check $SDKROOT value insteadJason Molenda2019-12-101-3/+8
* Revert "[DebugInfo] Refactored macro related generation, added a test case fo...Nico Weber2019-12-103-89/+19
* Fix mishandling of invalid-but-non-empty nested name specifiers in nameRichard Smith2019-12-102-5/+16
* [llvm-ar] Improve tool selection heuristicFangrui Song2019-12-105-7/+72
* [X86] Split v64i1 arguments into 2 v32i1s that will be promoted to v32i8 unde...Craig Topper2019-12-102-445/+17
* Reland "Enable `-funwind-tables` flag when building libunwind"Sergej Jaskiewicz2019-12-116-2/+47
* [c++20] Implement P1185R2 (as modified by P2002R0).Richard Smith2019-12-1010-52/+424
* [llvm][MIRVRegNamerUtil] Adding hashing against MachineInstr flags.Puyan Lotfi2019-12-102-1/+38
* NFC: Get rid of an unused parameter to CGObjCMac::EmitSelectorAddr.Erik Pilkington2019-12-101-12/+10
* Revert "[analyzer] Keep track of escaped locals"Gabor Horvath2019-12-106-48/+12
* [FPEnv][X86] Constrained FCmp intrinsics enabling on X86Wang, Pengfei2019-12-1116-115/+8238
* [libc++] Hide some functions and types in <future> and <thread> as hiddenLouis Dionne2019-12-102-6/+7
* Remove unsound caching in LanguageCategoryAdrian Prantl2019-12-101-4/+0
* Replace redundant code in LanguageCategory with templates (NFC)Adrian Prantl2019-12-102-152/+62
* Revert "Reapply: [DebugInfo] Recover debug intrinsics when killing duplicated...Vlad Tsyrklevich2019-12-105-204/+22
* [FormatManager] Move Language lookup into the obviously non-cached part (NFC)Adrian Prantl2019-12-101-16/+16
* Do not cache hardcoded formats in FormatManagerAdrian Prantl2019-12-106-13/+65
* [libcxx] Replace func_name with __name__ for compatibility with Python 3Sergej Jaskiewicz2019-12-111-2/+2
* [DataFormatters] Change the Get() method to take a LanguageType.Davide Italiano2019-12-104-22/+22
* Skip TestGuiBasic.py on ios etc device testing.Jason Molenda2019-12-101-0/+1
* [X86] Go back to considering v64i1 as a legal type under min-legal-vector-wid...Craig Topper2019-12-102-60/+937
* Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...Eric Christopher2019-12-1013-147/+265
* Remove debugging printf and reformat code.Eric Christopher2019-12-101-4/+2
* [TypeCategory] IsApplicable gets a LanguageType, not a ValueObject.Davide Italiano2019-12-102-7/+6
* Skip TestMultilineCompletion.py on ios testsuite runs.Jason Molenda2019-12-101-0/+1
* [IR] allow undefined elements when checking for splat constantsSanjay Patel2019-12-104-11/+70
* [InstSimplify] add tests for insert constant + splat; NFCSanjay Patel2019-12-102-0/+35
* DebugInfo: Clarify some more reasons v4 loc.dwo can't share much implementati...David Blaikie2019-12-101-0/+2
* [DWARF] Allow cross-CU references of subprogram definitionsVedant Kumar2019-12-105-7/+249
* [FormatManager] Add a unittest for GetCandidateLanguages()Davide Italiano2019-12-103-0/+63
* Debug Info: Strengthen the synthesized-property-cleanup.mm test, NFCVedant Kumar2019-12-101-3/+12
* [libcxx] [test] Query the target platform, not the host oneLouis Dionne2019-12-104-36/+91
* [OPENMP50]Do not mark the function as used if referenced only in declareAlexey Bataev2019-12-103-4/+27
* [Remarks][Docs] Enhance documentation for opt-remarks driver optionsFrancis Visoiu Mistrih2019-12-103-18/+57
* [c++20] Return type deduction for defaulted three-way comparisons.Richard Smith2019-12-106-47/+261
OpenPOWER on IntegriCloud