summaryrefslogtreecommitdiff
path: root/include/llvm/MC
Commit message (Expand)AuthorAge
* Add range access to MCAssembler's symbol collection.David Blaikie2014-04-18
* Add some missing includes for various standard library implementations.Benjamin Kramer2014-04-18
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Use unique_ptr to own MCFunctions within MCModule.David Blaikie2014-04-15
* Use std::unique_ptr to manage MCBasicBlocks in MCFunction.David Blaikie2014-04-15
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* Format fixes for r205990David Blaikie2014-04-11
* Remove redundant symbolization support from MCDisassembler interface.Lang Hames2014-04-11
* Use value types instead of 'new'd objects to store dwarf labels for asm filesDavid Blaikie2014-04-11
* Remove lazy-initialization of section caches in MCContextDavid Blaikie2014-04-10
* Reimplement debug info compression by compressing the whole section, rather t...David Blaikie2014-04-10
* Revert debug info compression support.David Blaikie2014-04-10
* Remove unused functionDavid Blaikie2014-04-05
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* Add inequality operator for MachineLocation.David Blaikie2014-04-01
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-01
* DebugInfo: Emit relocation to debug_line section when emitting asm for asmDavid Blaikie2014-04-01
* [MC] Remove an unused (and broken) variant of the setupForSymbolicDisassemblyLang Hames2014-03-30
* Remove outdated comment.Benjamin Kramer2014-03-29
* Detemplatize LOHDirective.Benjamin Kramer2014-03-29
* ARM64: initial backend importTim Northover2014-03-29
* MC-exceptions: add support for compact-unwind without .eh_frameTim Northover2014-03-29
* MC: add a RefKind field to MCValueTim Northover2014-03-29
* MachO: Add linker-optimisation hint framework to MC.Tim Northover2014-03-29
* MachO: allow each section to have a linker-private symbolTim Northover2014-03-29
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Add const.Rafael Espindola2014-03-28
* Temporarily remove assert while I dig in to issues that it's causing for LLDB.Lang Hames2014-03-27
* Remove another unused argument.Rafael Espindola2014-03-27
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-27
* DebugInfo: TargetOptions/MCAsmInfo support for compressed debug info sectionsDavid Blaikie2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* Add missing #include <cassert> to MCSymbolizer.h.Lang Hames2014-03-27
* Assert that MCSymbolizer is constructed with a valid (or at least non-null)Lang Hames2014-03-27
* Move MCSymbolizer's constructor into header. It's trivial - there's no need forLang Hames2014-03-27
* Update MCSymbolizer and its subclasses' constructors to reflect the fact thatLang Hames2014-03-27
* Use Endian.h to simplify this code a bit.Rafael Espindola2014-03-25
* Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic2014-03-20
* Look through variables when computing relocations.Rafael Espindola2014-03-20
* Revert "Add back r203962, r204028 and r204059."Rafael Espindola2014-03-19
* DebugInfo: Use the comp_dir of the referencing type units when building debug...David Blaikie2014-03-19
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-18
* Add back r203962, r204028 and r204059.Rafael Espindola2014-03-18
* Revert r203962 and two revisions depending on it: r204028 and r204059.Alexander Kornienko2014-03-18
* DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers w...David Blaikie2014-03-18
* DebugInfo: Move line table zero-directory-index (compilation dir) handling in...David Blaikie2014-03-17
* DebugInfo: Use MC line table file entry uniquing for non-asm input as well.David Blaikie2014-03-17
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-17
* MCDwarf: Initialize MCLineTableHeader::LabelDavid Blaikie2014-03-14