[C++11] Add range based accessors for the Use-Def chain of a Value.
[oota-llvm.git] / lib / IR / AutoUpgrade.cpp
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.