summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Reapply 'ARM IAS: support .thumb_set'Saleem Abdulrasool2014-03-20
* Look through variables when computing relocations.Rafael Espindola2014-03-20
* Revert "Add back r203962, r204028 and r204059."Rafael Espindola2014-03-19
* Tidy up. Update per naming conventions.Jim Grosbach2014-03-18
* 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
* MC: change runtime check to an assertionSaleem Abdulrasool2014-03-17
* ARM IAS: support .thumb_setSaleem Abdulrasool2014-03-17
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-17
* Consider the base pointer for setting the symbol type.Rafael Espindola2014-03-17
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-17
* MC: don't create a backtrace for diagnostics.Jim Grosbach2014-03-14
* MCContext: Remove redundant assignmentDavid Blaikie2014-03-14
* Correctly handle an ELF symbol defined with "a = b + expr".Rafael Espindola2014-03-14
* [C++11] Introduce SectionRef::relocations() to use range-based loopsAlexey Samsonov2014-03-14
* MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTableDavid Blaikie2014-03-13
* MCDwarf: Extract the DWARF line table header handling into its own typeDavid Blaikie2014-03-13
* MCDwarf: Sink file/directory creation down into MCDwarfFileTable form MCContextDavid Blaikie2014-03-13
* MCDwarf: Oh, and move the directory string over to std::string as wellDavid Blaikie2014-03-13
* MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use ...David Blaikie2014-03-13
* MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned.David Blaikie2014-03-13
* Use printable names to implement directional labels.Rafael Espindola2014-03-13
* Remove stale commentDavid Blaikie2014-03-13
* MCDwarf: Refactor line table handling into a single data structureDavid Blaikie2014-03-13
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-13
* MC: fix silly typoSaleem Abdulrasool2014-03-13
* MC: fix possible NULL pointer dereferenceSaleem Abdulrasool2014-03-13
* MCDwarf: Remove unused parameterDavid Blaikie2014-03-12
* MCDwarf: Invert the Section+CU->LineEntries mapping so the CU is the primary ...David Blaikie2014-03-12
* Correct typo ("a entry" -> "an entry")David Blaikie2014-03-12
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-12
* Simplify a really complicated check for Arch == X86_64.Rafael Espindola2014-03-11
* MC: Appease the buildbotsDavid Majnemer2014-03-10
* MC: Cleanup MCSectionMachO::ParseSectionSpecifierDavid Majnemer2014-03-10
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* De-virtualize a method since it doesn't override anything (yay 'override' key...Craig Topper2014-03-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* MC: Use MachO::SectionType for MCSectionMachO::getType's return typeDavid Majnemer2014-03-07
* Change MCDisassembler::setSymbolizer to take unique_ptr by value.Ahmed Charles2014-03-07
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-07
* Reapply "MC: simplify object file selection for Windows"Saleem Abdulrasool2014-03-06
* Remove unreachable 'return true' always dominated by 'return Error' or 'retur...Ted Kremenek2014-03-06
* Support: split object format out of environmentSaleem Abdulrasool2014-03-06
* MC: simplify object file selection for WindowsSaleem Abdulrasool2014-03-06
* MS asm: The initial dot in struct access is optionalReid Kleckner2014-03-06
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06