ARM64: add intrinsic for pmull (p64 x p64 = p128) operations.
[oota-llvm.git] / include / llvm / IR / DebugInfo.h
2014-04-01 Adrian PrantlRemove FIXMEs. The scope of a Variable is always a...
2014-04-01 Adrian PrantlLTO type uniquing: store the Decl field of a DIImported...
2014-04-01 Adrian PrantlAdd a comment about type-uniquing ObjC types.
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-18 Alon Mishne[C++11] Change DebugInfoFinder to use range-based loops
2014-03-18 Adrian PrantlSwitch the type field in DIVariable and DIGlobalVariabl...
2014-03-16 Manman RenAdd FIXMEs to use DIScopeRef instead of DIScope for...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...