DebugInfo: Ensure that all debug location scope chains from instructions within a...
[oota-llvm.git] / include / llvm / MC / MCFunction.h
2014-04-15 David BlaikieUse std::unique_ptr to manage MCBasicBlocks in MCFunction.
2013-08-21 NAKAMURA TakumiMCFunction.h: Prune \returns to fix a warning in r18888...
2013-08-21 Ahmed BougachaMC CFG: Split MCBasicBlocks to mirror atom splitting.
2013-08-21 Ahmed BougachaMC CFG: Add a few needed methods, mainly MCModule:...
2013-08-21 Ahmed BougachaMC CFG: Add more MCFunction container methods (find...
2013-08-21 Ahmed BougachaMC CFG: Keep pointer to parent MCModule in created...
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.