[OCaml] Fix ABI incompatibility
[oota-llvm.git] / lib / IR /
2013-11-02 Yuchen WuAdded command-line option to output llvm-cov to file.
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-10-31 Andrew TrickEnable variable arguments support for intrinsics.
2013-10-30 Rafael EspindolaAdd calls to doInitialization() and doFinalization...
2013-10-29 Anders WaldenborgFix misapplied patch in r193597
2013-10-29 Anders Waldenborgllvm-c: Make LLVM{Get,Set}Alignment work on {Load,Store...
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-25 Yuchen Wullvm-cov dump to dbgs() instead of outs().
2013-10-25 Yuchen WuSupport for reading program counts in llvm-cov.
2013-10-24 Yuchen WuFixed llvm-cov to count edges instead of blocks.
2013-10-23 Yuchen WuUse a map instead of vector to store line counts.
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-10-23 Yuchen WuTest commit. Added whitespace in GCOV.cpp.
2013-10-22 Bob Wilsonllvm-cov: Use uint32_t for loop variables to be more...
2013-10-22 Bob Wilsonllvm-cov: fix a typo and rename a variable.
2013-10-22 Bob WilsonFix llvm-cov counts to be 64-bit integers to avoid...
2013-10-22 Anders Waldenborgllvm-c: Add LLVMPrintTypeToString
2013-10-22 Bob WilsonChange llvm-cov output formatting to be more similar...
2013-10-22 Bob WilsonMove the printing of llvm-cov information out from...
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"
next