DebugInfo: Ensure that all debug location scope chains from instructions within a...
[oota-llvm.git] / lib / MC / MCModule.cpp
2014-04-15 David BlaikieUse unique_ptr to own MCFunctions within MCModule.
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
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: Keep pointer to parent MCModule in created...
2013-07-23 Ahmed BougachaRevert "Remove use of asymmetric std::lower_bound compa...
2013-07-04 Ahmed BougachaRemove use of asymmetric std::lower_bound comparator.
2013-06-19 Ahmed BougachaAllow creation of single-byte MCAtoms.
2013-05-24 Daniel JasperFix unused warning in opt builds.
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.
2011-11-15 Jim GrosbachTidy up. 80 columns.
2011-09-22 Owen AndersonStart stubbing out MCModule and MCAtom, which provide...