summaryrefslogtreecommitdiff
path: root/lib/MC/MachObjectWriter.cpp
Commit message (Expand)AuthorAge
* MachO: support N_INDR aliases in assembly files.Tim Northover2014-05-30
* Centralize the handling of the thumb bit.Rafael Espindola2014-04-29
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* Add range access to MCAssembler's symbol collection.David Blaikie2014-04-18
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* MachO: Add linker-optimisation hint framework to MC.Tim Northover2014-03-29
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-18
* 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: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-07
* Correct word hyphenationsAlp Toker2013-12-05
* MachO: Improve backend diagnostic for overalignment.Jim Grosbach2013-09-24
* Add names for mach-o permissions bits and use the symbol names in place of ma...Nick Kledzik2013-09-04
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* The integrated darwin assembler can hang in an infinite loop (or get an assert Kevin Enderby2013-08-28
* 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/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.Daniel Dunbar2013-01-22
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-18
* Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas2012-12-14
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Tidy up. 80 columns.Jim Grosbach2012-09-18
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* MachO: Correctly mark symbol-difference variables as N_ABS.Jim Grosbach2012-09-13
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-22
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Prune some includes and forward declarations.Craig Topper2012-03-26
* ARM Darwin symbol ref differences w/o subsection-via-symbols.Jim Grosbach2012-01-24
* MCAssembler tweak for determining when a symbol difference is resolved.Jim Grosbach2012-01-18
* MC tweak symbol difference resolution for non-local symbols.Jim Grosbach2012-01-17
* Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach2011-12-07
* Tidy up. Hard tabs.Jim Grosbach2011-12-06
* Switch MCAssembler to method names starting w/ lower-case.Jim Grosbach2011-12-06
* Formatting and typo.Eric Christopher2011-09-08
* Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atomKevin Enderby2011-09-08
* MachOWriter: Don't crash on fixups with arithmetic, emit a relocation instead...Benjamin Kramer2011-08-12
* Don't truncate MachO addresses.Jim Grosbach2011-08-09
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Refactor MachO relocation generaration into the Target directories.Jim Grosbach2011-06-24
* tidy up whitespace.Jim Grosbach2011-06-24
* Fixup info for Thumb2 unconditional branch.Jim Grosbach2011-06-24
* Tidy up.Jim Grosbach2011-06-23
* 80-column violations.Bill Wendling2011-06-23
* Move class methods out-of-line. This reduces the indentation, and is more inBill Wendling2011-06-22
* MC/Mach-O: Update getSymbolAddress() to support evaluation of variables.Daniel Dunbar2011-04-29
* MC/Mach-O: Allow emission of relocations for variables in some more cases.Daniel Dunbar2011-04-29
* MC/Mach-O: Find section ordinal's by looking at the symbol, instead of assumi...Daniel Dunbar2011-04-29
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15