aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-10[libcxx] Reorganize tests since the application of P0602R4Louis Dionne
2019-01-10[TSan] Remove ignore_interceptors_accesses flagJulian Lettner
2019-01-10[sanitizer_common] Define __sanitizer_FILE on NetBSDMichal Gorny
2019-01-10[sanitizer_common] Remove support for tirpc/rpc/xdr.hMichal Gorny
2019-01-10[GVN] Update BlockRPONumber prior to use.Matt Davis
2019-01-10Use MemorySSA in LICM to do sinking and hoisting.Alina Sbirlea
2019-01-10fixup: sphinx warningNick Desaulniers
2019-01-10[SemaCXX] add -Woverride-init alias to -Winitializer-overridesNick Desaulniers
2019-01-10lldbtest.py: try to fix a runtime exceptionAdrian Prantl
2019-01-10[X86] Call SimplifyDemandedBits on conditions of X86ISD::SHRUNKBLENDCraig Topper
2019-01-10Fix false positive unsequenced access and modification warning in array subsc...Nicolas Lesser
2019-01-10[X86] Simplify the BRCOND handling for FCMP_UNE.Craig Topper
2019-01-10Filesystem tests: fix fs.op.relativeJF Bastien
2019-01-10[llvm-objdump][MachO] Fix test to work on WindowsFrancis Visoiu Mistrih
2019-01-10[analyzer] [hotfix] Fix the testsGeorge Karpenkov
2019-01-10[analyzer] Update the category name for RetainCountChecker reportsGeorge Karpenkov
2019-01-10[analyzer] [NFC] [RetainCountChecker] Remove dead unused mapGeorge Karpenkov
2019-01-10[analyzer] Quote the type of the leaked/problematic object in diagnostics for...George Karpenkov
2019-01-10[analyzer] [NFC] Reverse the argument order for "diff" in testsGeorge Karpenkov
2019-01-10[analyzer] [NFC] Reduce redundancy in RetainSummaryManager by using a functionGeorge Karpenkov
2019-01-10[analyzer] [RetainCountChecker] [NFC] Remove SummaryLogGeorge Karpenkov
2019-01-10[analyzer] [RetainCountChecker] [NFC] Another minor cleanupGeorge Karpenkov
2019-01-10[analyzer] [RetainCountChecker] [NFC] Refactor the way attributes are handledGeorge Karpenkov
2019-01-10[analyzer] [RetainCountChecker] Remove redundant enum UnarySummaryKindGeorge Karpenkov
2019-01-10[analyzer] [RetainCountChecker] Remove obsolete "MakeCollectable" enum valueGeorge Karpenkov
2019-01-10[analyzer] [RetainCountChecker] [NFC] Remove redundant enum items *Msg, as th...George Karpenkov
2019-01-10[analyzer] [NFC] Track object type with ArgEffect in RetainCountChecker.George Karpenkov
2019-01-10[analyzer] [NFC] Move ObjKind into a separate top-level enum in RetainSummary...George Karpenkov
2019-01-10Split -Wdelete-non-virtual-dtor into two groupsErik Pilkington
2019-01-10Remove an external test file. NFC.Rui Ueyama
2019-01-10[lit] Make it possible for the lit test suite to pass withDan Liew
2019-01-10TrapInstr must be 4 bytes long. Currently we write two zeros on every two bytes.Rui Ueyama
2019-01-10[analyzer][CrossTU][NFC] Generalize to external definitions instead of extern...Rafael Stahl
2019-01-10[llvm-objdump][MachO] Fix error reporting after r350848 and r350849Francis Visoiu Mistrih
2019-01-10[FileCheck] Don't propagate `FILECHECK_DUMP_INPUT_ON_FAILURE` andDan Liew
2019-01-10[llvm-objdump][MachO] Use the -dsym file name when reporting errorsFrancis Visoiu Mistrih
2019-01-10[llvm-objdump][MachO] Correctly handle the llvm::Error when -dsym has errorsFrancis Visoiu Mistrih
2019-01-10[clangd] Introduce loading of shards within auto-indexKadir Cetinkaya
2019-01-10[Docs] fix typo, adjust text orderSanjay Patel
2019-01-10[Docs] add note to avoid 'errno' for better vectorization (PR40265)Sanjay Patel
2019-01-10[DAGCombiner] simplify code; NFCSanjay Patel
2019-01-10Repair compilation of llvm-stress after r350835.James Y Knight
2019-01-10[LLD][ELF] - Fix tests after r350840.George Rimar
2019-01-10[SelectionDAGBuilder] Refactor GetRegistersForValue. NFCI.Nirav Dave
2019-01-10[llvm-objdump] - Do not include reserved undefined symbol in -t output.George Rimar
2019-01-10[SelectionDAGBuilder] Fix formatting. NFC.Nirav Dave
2019-01-10[AMDGPU] Fix dwordx3/southern-islands failures.Neil Henning
2019-01-10[SelectionDAGBuilder] Refactor visitInlineAsm. NFC.Nirav Dave
2019-01-10[ELF] Fix ARM and Thumb V7PILongThunk overflow behavior.Peter Smith
2019-01-10[opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight