IR: MDNode => Value: Instruction::getMetadata()
[oota-llvm.git] / lib / IR / AutoUpgrade.cpp
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getMetadata()
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-06 Chandler Carruth[x86] Fix a pretty horrible bug and inconsistency in...
2014-08-12 Duncan P. N. Exon... Don't upgrade global constructors when reading bitcode
2014-07-21 Mark HeffernanRename metadata llvm.loop.vectorize.unroll to llvm...
2014-06-25 Eli BenderskyRename loop unrolling and loop vectorizer metadata...
2014-05-29 Adam Nemet[X86] Auto-upgrade AVX1 vbroadcast intrinsics
2014-05-17 Rafael EspindolaHandle ConstantAggregateZero when upgrading global_ctors.
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-05 Chandler Carruth[Layering] Move AutoUpgrade.h into the IR library where its
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-01-16 Manman RenReport a warning when dropping outdated debug info...
2013-12-03 Manman RenDebug Info: rename getDebugInfoVersionFromModule to...
2013-12-02 Manman RenDebug Info: drop debug info via upgrading path if versi...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-10-15 Craig TopperRemove x86_sse42_crc32_64_8 intrinsic. It has no functi...
2013-10-07 Matt ArsenaultChange objectsize intrinsic to accept different address...
2013-09-28 Manman RenAutoUpgrade: upgrade from scalar TBAA format to struct...
2013-07-20 Matt ArsenaultRemove trailing whitespace, fix file path in comment
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.