bindings/go: Stop using DIDescriptor::is*() and auto-casting
[oota-llvm.git] / include /
2015-04-06 Duncan P. N. Exon... CodeGen: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Duncan P. N. Exon... IR: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Duncan P. N. Exon... DebugInfo: Allow isa<> on DIDescriptor and subclasses
2015-04-06 Duncan P. N. Exon... DebugInfo: Reimplement DIRef<>::resolve() using TypedDe...
2015-04-06 Duncan P. N. Exon... DebugInfo: Drop confusing forwarding API from DILexical...
2015-04-06 Duncan P. N. Exon... Reapply "DebugInfo: Loosen DILexicalBlock constructor"
2015-04-06 Duncan P. N. Exon... Revert "DebugInfo: Loosen DILexicalBlock constructor"
2015-04-06 Duncan P. N. Exon... DebugInfo: Loosen DILexicalBlock constructor
2015-04-06 Ismail PazarbasiMove `checkInterfaceFunction` to ModuleUtils
2015-04-06 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor::Verify()
2015-04-06 Duncan P. N. Exon... DebugInfo: Add MDTypeRefArray, to replace DITypeArray
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove dead DIType::operator DITypeRef(...
2015-04-06 Duncan P. N. Exon... DebugInfo: Use MDTypeRef throughout the hierarchy
2015-04-06 David BlaikieAdd some type safety to GlobalObject/GlobalValue -...
2015-04-06 Duncan P. N. Exon... DebugInfo: Create MDTypeRef, etc., to replace DITypeRef
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove dead DIRef::getName()
2015-04-06 Duncan P. N. Exon... Metadata: Add typed array-like wrapper for MDTuple
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove dead code for accessing fields
2015-04-06 Rafael EspindolaBe consistent when deciding if a relocation is needed.
2015-04-06 Rafael EspindolaStore the sh_link of ARM_EXIDX directly in MCSectionELF.
2015-04-06 Rafael EspindolaSimplify mapping from relocation sections to relocated...
2015-04-05 David Blaikie[opaque pointer type] Remove some backwards compatible...
2015-04-05 David Blaikieclang-format my last commit
2015-04-05 David Blaikie[opaque pointer type] The last of the GEP IRBuilder...
2015-04-05 Benjamin KramerMark BumpPtrAllocator::Allocate as returning a noalias...
2015-04-04 David Blaikie[opaque pointer type] More GEP API migrations
2015-04-04 Sanjay Patelremove function/variable names from comments; NFC
2015-04-04 Rafael EspindolaDon't mix overload and default values.
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-04-04 David Blaikie[opaque pointer type] More (constant, in this instance...
2015-04-04 Eric ChristopherFix formatting and coding style.
2015-04-03 David Majnemer[WinEH] Fill out CatchHigh in the TryBlockMap
2015-04-03 David Blaikie[opaque pointer type] More GEP IRBuilder API migrations
2015-04-03 David Majnemer[WinEH] Fill out .xdata for catch objects
2015-04-03 David Majnemer[WinEH] Sink UnwindHelp completely out of IR
2015-04-03 David Blaikie[opaque pointer type] More GEP IRBuilder API migrations...
2015-04-03 David Blaikie[opaque pointer type] More GEP API migrations in IRBuil...
2015-04-03 Andrew Kaylor[WinEH] Handle nested landing pads in outlined catch...
2015-04-03 Duncan P. N. Exon... CodeGen: Assert that inlined-at locations agree
2015-04-03 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-04-03 Daniel BerlinReturn iterator from BasicBlock::eraseFromParent
2015-04-03 David Blaikie[opaque pointer types] Push explicit type parameter...
2015-04-03 Matthias BraunMachineRegisterInfo: Make it clear that hints are for...
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-04-02 Reid KlecknerAdd an LLVM_PTR_SIZE macro to make LLVM_ALIGNAS more...
2015-04-02 Benjamin Kramer[alignof] Put back the hack for old versions of GCC.
2015-04-02 Benjamin Kramer[support] Add a macro wrapper for alignas and simplify...
2015-04-02 Elena DemikhovskyAVX-512: intrinsics for VPADD, VPMULDQ and VPSUB
2015-04-02 Peter CollingbourneRevert r233595, "MC: For variable symbols, maintain...
2015-04-02 Philip Reames[gcroot] Remove unused items from an enum
2015-04-02 Sanjoy Das[ADT] Increment epoch from DenseMap::swap.
2015-04-02 Sanjoy Das[ADT] Remove dead code.
2015-04-02 Lang Hames[Orc] Add support classes for inspecting and running...
2015-04-02 Daniel BerlinMark this inline properly
2015-04-02 Daniel BerlinReturn iterator from Instruction::eraseFromParent.
2015-04-01 Matthias BraunRemove declarations for nonexistent methods
2015-04-01 Sanjoy Das[SCEV] Look at backedge dominating conditions (re-land...
2015-04-01 Diego NovilloRemove 4,096 loop scale limitation.
2015-04-01 Ulrich Weigand[SystemZ] Support transactional execution on zEC12
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-31 Duncan P. N. Exon... IR: Enable uniquing callbacks during MDNode::replaceWit...
2015-03-31 Lang Hames[ExecutionEngine] Fix MCJIT::addGlobalMapping.
2015-03-31 Matthias BraunClarify that higher priority means higher values.
2015-03-31 Matthias BraunRegAllocGreedy: Allow target to specify register class...
2015-03-31 Craig TopperMake llc use getHostCPUFeatures when 'native' is specif...
2015-03-31 Duncan P. N. Exon... DebugInfo: Factor out RETURN_FROM_RAW, etc.
2015-03-31 Duncan P. N. Exon... DebugInfo: Move debug info flags to the new hierarchy
2015-03-31 Duncan P. N. Exon... DebugInfo: Remove LexicalBlockFile scope/context distin...
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Duncan P. N. Exon... DebugLoc: Remove getFromDILexicalBlock()
2015-03-30 Duncan P. N. Exon... LexicalScopes: Use debug info hierarchy pervasively
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown
2015-03-30 Duncan P. N. Exon... LexicalScopes: Use MDLocation directly instead of DebugLoc
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-30 David Blaikie[opaque pointer type] Change GetElementPtrInst::getInde...
2015-03-30 Rafael EspindolaFix PR23045.
2015-03-30 Duncan P. N. Exon... DwarfDebug: Avoid creating new DebugLocs in the backend
2015-03-30 Duncan P. N. Exon... DebugInfo: Remove dead code from old DebugLoc API
2015-03-30 David Blaikie[opaque pointer type] More IRBuilder::createGEP (non...
2015-03-30 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-03-30 Duncan P. N. Exon... Transforms: Use the new DebugLoc API, NFC
2015-03-30 Duncan P. N. Exon... IR: Use the new DebugLoc API, NFC
2015-03-30 Kit Barton[PPC] Modify HTM and crypto intrinsics to inherit from...
2015-03-30 Duncan P. N. Exon... DebugInfo: Write new DebugLoc API
2015-03-30 Duncan P. N. Exon... DebugInfo: Implement MDLocation::getInlinedAtScope()
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for remaining debug info
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for MDLexicalBlock
2015-03-30 Duncan P. N. Exon... Verifier: Check operands of MDSubprogram nodes
2015-03-30 Rafael EspindolaSave a std::string.
2015-03-30 Rafael EspindolaSpecial case the creation of relocation sections.
2015-03-30 Elena DemikhovskyAVX-512: added intrinsics for VPAND, VPOR and VPXOR
2015-03-30 Lang Hames[Orc] Add missing #include. Hopefully this will appease...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-29 Lang Hames[Orc] Add missing inline keyword to the function introd...
2015-03-29 Lang Hames[Orc] Use raw TargetAddresses for callback trampoline...
2015-03-28 Akira HatanakaDelete MCInstPrinter::AvailableFeatures.
2015-03-28 Richard TrieuFix comparison functions.
2015-03-27 Duncan P. N. Exon... Verifier: Check operands of MDType subclasses and MDCom...
2015-03-27 Rafael EspindolaAdd two small structs for readability in place of std...
next