summaryrefslogtreecommitdiff
path: root/lib/MC/MCObjectSymbolizer.cpp
Commit message (Expand)AuthorAge
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-21
* MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy.Ahmed Bougacha2013-08-21
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* Remove debug print added in r182949.Ahmed Bougacha2013-05-30
* MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.Ahmed Bougacha2013-05-30
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24