summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
...
* Update MCSymbolizer and its subclasses' constructors to reflect the fact thatLang Hames2014-03-27
* Remove forward declaration for Target class - Target is already defined here.Lang Hames2014-03-27
* Correctly propagates st_size.Rafael Espindola2014-03-27
* AArch64_BE Elf support for MC-JIT runtime dynamic linkerChristian Pirker2014-03-26
* DebugInfo: Add fission-related sections to COFFDavid Blaikie2014-03-26
* Correctly detect if a symbol uses a reserved section index or not.Rafael Espindola2014-03-26
* Create .symtab_shndxr only when needed.Rafael Espindola2014-03-25
* Use Endian.h to simplify this code a bit.Rafael Espindola2014-03-25
* Propagate section from base to derived symbol.Rafael Espindola2014-03-24
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* Propagate types from symbol to aliases.Rafael Espindola2014-03-23
* ARM IAS: properly handle function entries in .thumbSaleem Abdulrasool2014-03-22
* Fix the value computation inRafael Espindola2014-03-21
* Remove some dead assignements found by scan-buildArnaud A. de Grandmaison2014-03-21
* MCParser: add an assertionSaleem Abdulrasool2014-03-21
* Don't use EmitAbsValue with symbol references.Rafael Espindola2014-03-20
* Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic2014-03-20
* Add llvm_unreachable after fully-covered switches to appease GCCAlexey Samsonov2014-03-20
* 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