summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectSymbolizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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