[PM] Add a really simple trait to the DOTGraphTraitsPass class templates
[oota-llvm.git] / lib / IR /
2013-11-23 Chandler Carruth[PM] Complete the cross-layer interfaces with a Module...
2013-11-23 Chandler Carruth[PM] Add support to the analysis managers to query...
2013-11-22 Chandler Carruth[PM] Switch the downward invalidation to be incremental...
2013-11-22 Manman RenDebug Info: move StripDebugInfo from StripSymbols.cpp...
2013-11-22 Chandler Carruth[PM] Teach the analysis managers to pass themselves...
2013-11-22 Chandler Carruth[PM] Fix the analysis templates' usage of IRUnitT.
2013-11-22 Chandler Carruth[PM] Switch analysis managers to be threaded through...
2013-11-21 Chandler Carruth[PM] Widen the interface for invalidate on an analysis...
2013-11-21 Yuchen Wullvm-cov: Formatting change.
2013-11-21 Chandler Carruth[PM] Add a module analysis pass proxy for the function...
2013-11-20 Chandler Carruth[PM] Add the preservation system to the new pass manager.
2013-11-20 Chandler Carruth[PM] Make the function pass manager more regular.
2013-11-20 Yuchen Wullvm-cov: Added file checksum to gcno and gcda files.
2013-11-20 Chandler Carruth[PM] Split the analysis manager into a function-specifi...
2013-11-20 Filip PizloExpose the fence instruction via the C API.
2013-11-19 Rafael EspindolaMake it explicit that nulls are not allowed in names.
2013-11-19 Yuchen Wullvm-cov: Moved printing after error checks.
2013-11-19 Yuchen Wullvm-cov: Added constness property to methods.
2013-11-19 Benjamin KramerDataLayout: value initialize globals to avoid static...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 David BlaikieDebugInfo: Simplify a few more explicit constructions...
2013-11-18 Paul RobinsonThe 'optnone' attribute means don't inline anything...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-18 Manman RenDebug Info Verifier: disable it by default.
2013-11-17 Manman RenDebug Info: fix typo in function name.
2013-11-17 Manman RenDebug Info Verifier: fix when to find debug info nodes...
2013-11-17 Manman RenDebug Info Verifier: enable public functions of Finder...
2013-11-16 Manman RenDebug Info Verifier: remove un-used argument in verifyD...
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Chandler Carruth[PM] Fix an iterator problem spotted by the MSVC debug...
2013-11-15 Chandler Carruth[PM] Run clang-format on a few lines that I missed...
2013-11-15 Benjamin Kramerllvm-cov: Clean up memory leaks.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-14 NAKAMURA TakumiIR/GCOV.cpp: Use PRIu64 as format string with uint64_t.
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-14 Yuchen Wullvm-cov: Slightly improved error checking.
2013-11-14 Yuchen Wullvm-cov: Removed StringMap holding GCOVLines.
2013-11-14 Yuchen Wullvm-cov: Replaced asserts with proper error handling.
2013-11-13 Rafael EspindolaDon't call doFinalization from verifyFunction.
2013-11-13 Chandler CarruthIntroduce an AnalysisManager which is like a pass manag...
2013-11-11 Andrew TrickPrint new JavaScript calling conventions symbolically.
2013-11-11 Benjamin KramerSimplify code. No functionality change.
2013-11-10 David MajnemerIR: Refactor GEP range checks, reuse them for other...
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-11-08 Bill WendlingRemove ^M from the file.
2013-11-07 David MajnemerIR: Properly canonicalize PointerType in ConstantExpr...
2013-11-07 David MajnemerIR: Do not canonicalize constant GEPs into an out-of...
2013-11-06 Peter Zotov[llvm-c] Implement LLVMPrintValueToString
2013-11-05 Rafael EspindolaUse error_code in GVMaterializer.
2013-11-05 Yuchen WuRevert "llvm-cov: Added command-line option to change...
2013-11-05 Yuchen Wullvm-cov: Added command-line option to change dir.
2013-11-05 Yuchen WuSupport for reading run counts in llvm-cov.
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...
next