summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectSymbolizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move CFG building code to a new lib/MC/MCAnalysis library.Rafael Espindola2014-07-021-268/+0
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-3/+3
* Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola2014-04-031-32/+4
* Update MCSymbolizer and its subclasses' constructors to reflect the fact thatLang Hames2014-03-271-10/+11
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-171-8/+11
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-141-7/+5
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-131-20/+21
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-16/+14
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-4/+3
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-9/+9
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-21/+7
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-8/+7
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-7/+8
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-8/+7
* MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-211-1/+76
* MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy.Ahmed Bougacha2013-08-211-100/+122
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-081-2/+2
* Remove debug print added in r182949.Ahmed Bougacha2013-05-301-1/+0
* MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.Ahmed Bougacha2013-05-301-10/+46
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-301-4/+8
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-0/+175
OpenPOWER on IntegriCloud