DebugInfo: Ensure that all debug location scope chains from instructions within a...
[oota-llvm.git] / lib / MC / MCObjectSymbolizer.cpp
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-03 Rafael EspindolaImplement getRelocationAddress for MachO and ET_REL...
2014-03-27 Lang HamesUpdate MCSymbolizer and its subclasses' constructors...
2014-03-17 Alexey Samsonov[C++11] Introduce ObjectFile::symbols() to use range...
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-13 Alexey Samsonov[C++11] Introduce ObjectFile::sections().
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-21 Ahmed BougachaMC: ObjectSymbolizer can now recognize external functio...
2013-08-21 Ahmed BougachaMC: Refactor ObjectSymbolizer to make relocation/sectio...
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-05-30 Ahmed BougachaRemove debug print added in r182949.
2013-05-30 Ahmed BougachaMCObjectSymbolizer: Switch from IntervalMap to sorted...
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.