MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asm
[oota-llvm.git] / lib / IR /
2013-10-17 Michael KupersteinChanging DebugInfoFinder to iterate over all the compil...
2013-10-16 Anders Waldenborgllvm-c: Add LLVMDumpType
2013-10-16 Anders Waldenborg[llvm-c] Add LLVMPrintModuleToString.
2013-10-16 Will DietzTypeFinder: prefer iterative algorithm to keep stack...
2013-10-16 Rafael EspindolaAdd support for metadata representing .ident directives.
2013-10-15 Eric ChristopherAdd an assert that we have a scope that matters for...
2013-10-15 Eric ChristopherClean up, formatting, comments. No functional change.
2013-10-15 Craig TopperRemove x86_sse42_crc32_64_8 intrinsic. It has no functi...
2013-10-10 Manman RenDebug Info: In DIBuilder, the context field of subprogr...
2013-10-09 Manman RenDebug Info: In DIBuilder, the context and type fields...
2013-10-09 Manman RenDebug Info: In DIBuilder, the context field of a forwar...
2013-10-09 Rafael EspindolaAdd a GlobalAlias::isValidLinkage to reduce code duplic...
2013-10-09 Manman RenDebug Info: In DIBuilder, the context field of a DIComp...
2013-10-08 Manman RenDebug Info: In DIBuilder, the context fields of a stati...
2013-10-08 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-08 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-07 Matt ArsenaultChange objectsize intrinsic to accept different address...
2013-10-06 Rafael EspindolaAdd support for aliases with linkonce_odr.
2013-10-05 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-04 Eric ChristopherTemporarily revert r191792 as it is causing some LTO...
2013-10-03 Pete CooperAdd v4f16 to supported value types.
2013-10-01 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-09-30 Matt ArsenaultReuse variable
2013-09-30 Matt ArsenaultFix getOrInsertGlobal dropping the address space.
2013-09-30 Manman RenDebug Info: constify and rename from generateRef to...
2013-09-28 Matt ArsenaultFix typo
2013-09-28 Manman RenAutoUpgrade: upgrade from scalar TBAA format to struct...
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-19 Andrew TrickRevert "Encapsulate PassManager debug flags to avoid...
2013-09-18 Andrew TrickEncapsulate PassManager debug flags to avoid static...
2013-09-18 Andrew Trickwhitespace
2013-09-16 Matt ArsenaultMemCpyOptimizer: Use max legal int size instead of...
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-11 Manman RenDebug Info: move class definition of DIRef.
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-09-10 Manman RenDebug Info: define a DIRef template.
2013-09-09 Manman RenDebug Info: In DIBuilder, the context fields of a TAG_i...
2013-09-09 Manman RenDebug Info: move DIScope::getContext back from DwarfDebug.
2013-09-09 Manman RenDebug Info: Use DIScopeRef for DIType::getContext.
2013-09-09 Manman RenDebug Info: move DIScope::getContext to DwarfDebug.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-09-09 Manman RenDebug Info: Move isSubprogramContext from DebugInfo...
2013-09-09 Manman RenDebug Info: Rename DITypeRef to DIScopeRef.
2013-09-09 Manman RenDebug Info: Update isScope to make sure DIType is a...
2013-09-08 Manman RenRevert r190269 to fix dragonegg failures.
2013-09-08 Manman RenDebug Info: use null instead of "i32 0" in DIBuilder.
2013-09-08 Manman RenDebug Info: pass in DIScope instead of DIDescriptor...
2013-09-07 Richard SmithRemove verifier check that attribute 'builtin' is only...
2013-09-07 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-06 Manman RenDebug Info: pass in VTableHolder as DIType instead...
2013-09-06 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-06 Manman RenDebug Info: Move a helper function getTypeIdentifier...
2013-09-05 Manman RenDebug Info: Use identifier to reference DIType in base...
2013-08-29 Manman RenDIBuilder: retain a type when created with a unique...
2013-08-28 David BlaikiePeriod.
2013-08-28 David Blaikier189495: Pull out some debug logic into a function...
2013-08-28 David BlaikiePR16995: DebugInfo: Don't overwrite existing member...
2013-08-27 Manman RenDIBuilder: take an optional StringRef to pass in unique...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-25 Chandler CarruthFix a bug where we would corrupt the offset when evaluating
2013-08-24 Manman RenDebugInfoFinder: handle imported entities of a CU.
2013-08-23 Manman RenDebugInfoFinder: handle template params of a DISubprogram.
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-08-22 Chandler CarruthAdd a new helper method to Value to strip in-bounds...
2013-08-19 Peter CollingbourneIntroduce non-const overloads for GlobalAlias::{get...
2013-08-16 David BlaikieDebugInfo: Allow the addition of other (such as static...
2013-08-13 Jack Carter[Mips][msa] Value types for MSA support.
2013-08-09 David BlaikieDebugInfo: provide the ability to add members to a...
2013-08-08 Eric ChristopherMake sure that if we're going to attempt to add a type...
2013-08-08 Eric ChristopherBe more rigorous about the sizes of forms and attributes.
2013-08-06 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-02 Peter CollingbourneAdd a AttributeSetImpl::dump function.
2013-08-02 Peter CollingbourneMake one of the AttributeSet ctors maintain the invaria...
2013-08-02 Eric ChristopherTemporarily revert "Debug Info Finder|Verifier: handle...
2013-08-01 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-07-31 Matt ArsenaultReject bitcasts between address spaces with different...
2013-07-31 Richard TrieuAdd parentheses to silence gcc warning.
2013-07-31 Matt ArsenaultFix ptr vector inconsistency in CreatePointerCast
2013-07-30 Matt ArsenaultRespect address space sizes in isEliminableCastPair.
2013-07-30 Matt ArsenaultRevert "Remove isCastable since nothing uses it now"
2013-07-30 Matt ArsenaultRemove isCastable since nothing uses it now
2013-07-30 Matt ArsenaultChange behavior of calling bitcasted alias functions.
2013-07-27 Matt ArsenaultMinor code simplification suggested by Duncan
2013-07-27 Manman RenDebug Info Verifier: verify SPs in llvm.dbg.sp.
2013-07-26 Eric ChristopherUse more parens to clarify assert.
2013-07-26 Manman RenDebug Info Verifier: enable verification of DICompileUnit.
2013-07-26 Eric ChristopherCollapse conditional and add an assert for unhandled...
2013-07-26 Matt ArsenaultRe-add DataLayout pointer size convenience functions.
2013-07-26 Eric ChristopherAdd a way to get the context of any particular scope.
2013-07-25 Manman RenDebug Info: update comments and add a FIXME.
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-25 Bill WendlingAdd a way to add a kind-value string pair to an attribute.
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-25 Rafael EspindolaMake these methods const correct.
2013-07-25 Bill WendlingReplace the "NoFramePointerElimNonLeaf" target option...
2013-07-24 Manman RenDebug Info: improve the Finder.
2013-07-24 Eric ChristopherReplace with a "null" RAUW with an assert since we...
2013-07-24 Eric ChristopherRemove dead code.
2013-07-24 Eric ChristopherRemove unnecessary constructors as the default conversi...
next