summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-06-22[ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames
2017-06-22[AVX-512] Remove and autoupgrade the masked integer compare intrinsicsCraig Topper
2017-06-22Add IDs and clone methods to NativeRawSymbolAdrian McCarthy
2017-06-22Make IPDBSession::getGlobalScope a non-const methodAdrian McCarthy
2017-06-22Silence warnings about hidden virtual methods.Zachary Turner
2017-06-22Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLEKevin Enderby
2017-06-22[AMDGPU] Add intrinsics for tbuffer load and storeDavid Stuttard
2017-06-22[X86] Add support for "probe-stack" attributewhitequark
2017-06-22[DAG] Add Target Store Merge pass ordering functionNirav Dave
2017-06-22Revert "[Support] Add RetryAfterSignal helper function" and subsequent fixPavel Labath
2017-06-22[Support] Fix return type deduction in RetryAfterSignalPavel Labath
2017-06-22[Solaris] replace Solaris.h hack with a set of better hacksKamil Rytarowski
2017-06-22[Testing/Support] Remove the const_cast in TakeExpectedPavel Labath
2017-06-22AVX-512: Lowering Masked Gather intrinsic - fixed a bugElena Demikhovsky
2017-06-22[llvm-readobj] Dump the COFF image load configReid Kleckner
2017-06-21[ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include Wh...Eugene Zelenko
2017-06-21Use a MutableArrayRef. NFC.Rafael Espindola
2017-06-21Mark dump() methods as const. NFCSam Clegg
2017-06-21[DWARF] Support for DW_FORM_strx3 and complete support for DW_FORM_strx{1,2,4}Wolfgang Pieb
2017-06-21Add a "probe-stack" attributewhitequark
2017-06-21Object: Have the irsymtab builder take a string table builder. NFCI.Peter Collingbourne
2017-06-21[PDB] Add symbols to the PDBReid Kleckner
2017-06-21[DAG] Move BaseIndexOffset into separate Libarary. NFC.Nirav Dave
2017-06-21Fix build after r305892Pavel Labath
2017-06-21[Support] Add RetryAfterSignal helper functionPavel Labath
2017-06-20Add a cantFail overload for Expected-reference (Expected<T&>) types.Lang Hames
2017-06-20[Statepoint] Add helper functions for GCRelocate and GCResultAnna Thomas
2017-06-20[GISel]: NFC. Add comment to G_FMA opcode as requested in rL305824Aditya Nandakumar
2017-06-20[GISel]: Add G_FMA opcode for fused multiply addsAditya Nandakumar
2017-06-20[GSoC] Flag value completion for clangYuka Takahashi
2017-06-20[globalisel][tablegen] Add support for COPY_TO_REGCLASS.Daniel Sanders
2017-06-20Fix Wdocumentation warningSimon Pilgrim
2017-06-20[GlobalISel] combine not symmetric merge/unmerge nodes.Igor Breger
2017-06-20[WebAssembly] Add support for weak symbols in the binary formatSam Clegg
2017-06-20[ProfileData] PR33517: Check for failure of symtab creationVedant Kumar
2017-06-19[ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What Yo...Eugene Zelenko
2017-06-19[Target] Fix some Clang-tidy modernize-use-using and Include What You Use war...Eugene Zelenko
2017-06-19[IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).Eugene Zelenko
2017-06-19Change llvm-nm for Mach-O files to use dyld info in some cases when printing ...Kevin Enderby
2017-06-19Have writeCOFFWriter return Expected<unique_ptr>.Eric Beckmann
2017-06-19Improve profile-guided heuristics to use estimated trip count.Taewook Oh
2017-06-19[Dominators] Clean up typedefs in GenericDomTreeConstruction. NFC.Jakub Kuderski
2017-06-19[PDB] Start emitting source file and line informationReid Kleckner
2017-06-19[Dominators] Clean up GenericDomTree.h. NFC.Jakub Kuderski
2017-06-19[CodeView] Fix dumping of public symbol record flagsReid Kleckner
2017-06-19[Reassociate] Make one of the helper methods static because it doesn't use an...Craig Topper
2017-06-19Recommit rL305677: [CodeGen] Add generic MacroFusion passFlorian Hahn
2017-06-19Revert r305677 [CodeGen] Add generic MacroFusion pass.Florian Hahn
2017-06-19[CodeGen] Add generic MacroFusion pass.Florian Hahn
2017-06-18Delete TypeDatabase.Zachary Turner