summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-06-23This reverts commit r306166 and r306168.Rafael Espindola
2017-06-23[DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...Eugene Zelenko
2017-06-23[llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner
2017-06-23[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames
2017-06-23[llvm-pdbutil] Dump raw bytes of various DBI stream subsections.Zachary Turner
2017-06-23[APInt] Make the single word cases of isMaxSignedValue/isMinSignedValue just ...Craig Topper
2017-06-23[APInt] Use trailing bit counting methods instead of population count method ...Craig Topper
2017-06-23[APInt] Move the single word cases of countTrailingZeros and countLeadingOnes...Craig Topper
2017-06-23[llvm-pdbutil] Dump raw bytes of pdb name map.Zachary Turner
2017-06-23[llvm-pdbutil] Add a function for formatting MSF data.Zachary Turner
2017-06-23Fix Wdocumentation warning.Simon Pilgrim
2017-06-23Add a ThinLTO cache policy for controlling the maximum cache size in bytes.Peter Collingbourne
2017-06-23Add a BinarySubstreamRef, and a method to read one.Zachary Turner
2017-06-23GlobalISel: remove G_SEQUENCE instruction.Tim Northover
2017-06-23GlobalISel: convert buildSequence to use non-deprecated instructions.Tim Northover
2017-06-23Fix build breakage caused by r306096Pavel Labath
2017-06-23[ADT] Add llvm::to_floatPavel Labath
2017-06-23[JumpThreading] Teach jump threading how to analyze (and (cmp A, C1), (cmp A,...Craig Topper
2017-06-23COFF: Produce an error on invalid pcrel relocs.Rafael Espindola
2017-06-23[LoopSimplify] Factor the logic to form dedicated exits into a utility.Chandler Carruth
2017-06-22Restrict the definition of loop preheader to avoid EH blocksAndrew Kaylor
2017-06-22Define behavior of "stack-probe-size" attribute when inlining.whitequark
2017-06-22Remove the LoadCombine pass. It was never enabled and is unsupported.Eric Christopher
2017-06-22[ORC] Expose a typedef in RTDyldObjectLinkingLayer.Lang Hames
2017-06-22Fix modular buildKamil Rytarowski
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