aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-12-17[MCA] Don't assume that createMCInstrAnalysis() always returns a valid pointer.Andrea Di Biagio
2018-12-17[llvm-mca] Move llvm-mca library to llvm/lib/MCA.Clement Courbet
2018-12-15[WebAssembly] Check if the section order is correctHeejin Ahn
2018-12-14Add missing includes and forward decls to unbreak buildEric Fiselier
2018-12-14[ADT] Fix bugs in SmallBitVector.Zachary Turner
2018-12-14[globalisel][combiner] Make the CombinerChangeObserver a MachineFunction::Del...Daniel Sanders
2018-12-14Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder
2018-12-14[Object] Rename getRelrRelocationType to getRelativeRelocationTypeFangrui Song
2018-12-14[macho] save the SDK version stored in module metadata into the version min andAlex Lorenz
2018-12-13[ThinLTO] Compute synthetic function entry countEaswaran Raman
2018-12-13[llvm-size][libobject] Add explicit "inTextSegment" methods similar to "isTex...Jordan Rupprecht
2018-12-13[CostModel][X86] Don't count 2 shuffles on the last level of a pairwise arith...Craig Topper
2018-12-13Correctly handle skewed streams in drop_front() method.Zachary Turner
2018-12-13[TargetLowering] Add ISD::ROTL/ROTR vector expansionSimon Pilgrim
2018-12-13Fix missing C++ mode comment in headerMatt Arsenault
2018-12-12[globalisel] Add GISelChangeObserver::changingInstr()Daniel Sanders
2018-12-12[WebAssembly] Update dylink section parsingSam Clegg
2018-12-12[globalisel] Rename GISelChangeObserver's erasedInstr() to erasingInstr() and...Daniel Sanders
2018-12-12Support: use internal `call_once` on PPC64leSaleem Abdulrasool
2018-12-12[AMDGPU] Emit MessagePack HSA Metadata for v3 code objectScott Linder
2018-12-12DebugInfo/DWARF: Refactor getAttributeValueAsReferencedDie to accept a DWARFF...David Blaikie
2018-12-12Fix Wdocumentation warning. NFCI.Simon Pilgrim
2018-12-12[SelectionDAG] Add a generic isSplatValue functionSimon Pilgrim
2018-12-12[LV] Fix signed/unsigned comparison warning.Michael Kruse
2018-12-12[Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.Michael Kruse
2018-12-12[Intrinsic] Signed Fixed Point Multiplication IntrinsicLeonard Chan
2018-12-12[ConstantInt] Check active bits before calling getZExtValue.Florian Hahn
2018-12-11[GISel]: Add MachineIRBuilder support for passing in Flags while buildingAditya Nandakumar
2018-12-11[NewPM] fixing asserts on deleted loop in -print-after-allFedor Sergeev
2018-12-11Fix "not all control paths return a value" MSVC warnings. NFCI.Simon Pilgrim
2018-12-11[TextAPI][elfabi] Make SoName optionalArmando Montanez
2018-12-11[GISel]: Refactor MachineIRBuilder to allow passing additional parameters to ...Aditya Nandakumar
2018-12-11Follow-up fix to r348811 for null Errors (which is the case for end iterators)David Blaikie
2018-12-11llvm-objcopy: Improve/simplify llvm::Error handling during notes iterationDavid Blaikie
2018-12-10[Local] Promote an utility that could be used elsewhere. NFCI.Davide Italiano
2018-12-10APFloat: allow 64-bit of payloadJF Bastien
2018-12-10[GlobalISel] Restrict G_MERGE_VALUES capability and replace with new opcodes.Amara Emerson
2018-12-10[AArch64] Refactor the Exynos scheduling predicatesEvandro Menezes
2018-12-10[CostModel][X86][AArch64] Adjust cost of the scalarization part of min/max re...Craig Topper
2018-12-10[X86] Merge addcarryx/addcarry intrinsic into a single addcarry intrinsic.Craig Topper
2018-12-10[TextAPI][elfabi] Make TBE handlers functions that return ErrorsArmando Montanez
2018-12-09Re-commit "[IR] Add NODISCARD to attribute functions"Brian Gesiak
2018-12-09Speculatively fixing the build; it seems add_pointer_t and add_const_t are no...Aaron Ballman
2018-12-09Adding an STL-like type trait that is duplicated in multiple places in Clang.Aaron Ballman
2018-12-08[COFF] Map truncated .eh_frame section nameMartin Storsjo
2018-12-08[WebAssembly] Make WasmSymbol's signature usable for events (NFC)Heejin Ahn
2018-12-07[GlobalISel] Add IR translation support for the @llvm.log10 intrinsicJessica Paquette
2018-12-07[ModuleSummary] use StringRefs to avoid a redundant copy; NFCGeorge Burgess IV
2018-12-07Follow-up from r348441 to add the rest of the objc ARC intrinsics.Pete Cooper
2018-12-07[NativePDB] Reconstruct function declarations from debug info.Zachary Turner