summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-05-30[SCEV][NFC] Remove redundant params from isAvailableAtLoopEntryMax Kazantsev
2017-05-30[MC] Fix constant pools with DenseMap sentinel valuesOliver Stannard
2017-05-30NewGVN: Compute hash value of expression on demand and use it in inequality t...Daniel Berlin
2017-05-30Added missing line continuation to HANDLE_DIEVALUE_SMALL and HANDLE_DIEVALUE_...Galina Kistanova
2017-05-29[TableGen] Introduce DagInit::getArgs that returns an ArrayRef. Use it to fix...Craig Topper
2017-05-29[ManagedStatic] Avoid putting function pointers in template args.Benjamin Kramer
2017-05-29[ManagedStatic] Make object_creator/object_deleter visible again.Benjamin Kramer
2017-05-29[ManagedStatic] Add a way to pass custom creators/deleters.Benjamin Kramer
2017-05-29Test commit: fix typosMattias Eriksson
2017-05-29[Nios2] Target registrationNikolai Bozhenov
2017-05-28[InstrProf] Use more ArrayRef/StringRef.Benjamin Kramer
2017-05-27Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar
2017-05-27[TableGen] Prevent DagInit from leaking its Args and ArgNames when they excee...Craig Topper
2017-05-27[TableGen] Use the correct type for the first template for the ListInit Trail...Craig Topper
2017-05-27ScheduleDAGInstrs: Fix fixupKills()Matthias Braun
2017-05-27[GlobalISel] Add a localizer pass for target to useQuentin Colombet
2017-05-27[GVN] Recommit the patch "Add phi-translate support in scalarpre".Wei Mi
2017-05-26LivePhysRegs: Rework constructor + documentation; NFCMatthias Braun
2017-05-26LivePhysRegs: Doxygen cleanup; NFCMatthias Braun
2017-05-26LivePhysRegs: Add default for removeRegsInMask(Clobbers); NFCMatthias Braun
2017-05-26Resubmit r303859 with test fixed.Konstantin Zhuravlyov
2017-05-26DebugInfo: Do not emit empty CUsDavid Blaikie
2017-05-26Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar
2017-05-26[DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar
2017-05-26Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar
2017-05-26Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar
2017-05-26Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar
2017-05-26[DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar
2017-05-26Re-enable "[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start"Max Kazantsev
2017-05-26LivePhysRegs: Skip reserved regs in computeLiveIns; NFCIMatthias Braun
2017-05-26Revert rL303923 since it broke the sanitizer bootstrap build bot.Wei Mi
2017-05-26[IR] Add an iterator and range accessor for the PHI nodes of a basicChandler Carruth
2017-05-26Revert "LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI"Matthias Braun
2017-05-26Tidy up RelocVisitor.h.Rui Ueyama
2017-05-25LivePhysRegs: Skip reserved regs in computeLiveIns; NFCIMatthias Braun
2017-05-25[CV Type Merging] Find nested type indices faster.Zachary Turner
2017-05-25[GVN] Add phi-translate support in scalarpre.Wei Mi
2017-05-25Add constrained intrinsics for some libm-equivalent operationsAndrew Kaylor
2017-05-25[lld] Fix a bug where we continually re-follow type servers.Zachary Turner
2017-05-25[CodeView Type Merging] Don't keep re-allocating temp serializer.Zachary Turner
2017-05-25[pdb] pad source file name buffer at the end instead of the beginningBob Haarman
2017-05-25Fix a bug in MappedBlockStream.Zachary Turner
2017-05-25[CodeView Type Merging] Avoid record deserialization when possible.Zachary Turner
2017-05-25Revert r303859, CodeGen/AMDGPU/llvm.amdgcn.s.getpc.ll fails on bots.Nico Weber
2017-05-25[AMDGPU] add intrinsic for s_getpcTim Corringham
2017-05-25[GVNSink] GVNSink passJames Molloy
2017-05-25[MVT] Fix the identation of the start of the MVT class. NFCCraig Topper
2017-05-25[SelectionDAG] Fix off by one in a compare in getOperationAction.Craig Topper
2017-05-25[LegacyPM] Make the 'addLoop' method accept a loop to add rather thanChandler Carruth
2017-05-24Print symbols from COFF import libraries.Rafael Espindola