summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* 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: actually set linker-private prefix at MC level.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
* Debug Compression: Avoid compression debug_frame for nowDavid Blaikie2014-03-28
* Map ELf flags back to more specific section kinds.Rafael Espindola2014-03-28
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-27
* Remove another unused argument.Rafael Espindola2014-03-27
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-27
* Remove unused argument.Rafael Espindola2014-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
* 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