summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MachObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* Add range access to MCAssembler's symbol collection.David Blaikie2014-04-181-16/+11
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-1/+1
* MachO: Add linker-optimisation hint framework to MC.Tim Northover2014-03-291-2/+27
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-0/+1
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-181-0/+22
* Try harder to evaluate expressions when printing assembly.Rafael Espindola2014-03-121-2/+2
* Simplify a really complicated check for Arch == X86_64.Rafael Espindola2014-03-111-1/+2
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-071-8/+8
* Correct word hyphenationsAlp Toker2013-12-051-2/+2
* MachO: Improve backend diagnostic for overalignment.Jim Grosbach2013-09-241-1/+2
* Add names for mach-o permissions bits and use the symbol names in place of ma...Nick Kledzik2013-09-041-2/+4
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-46/+46
* The integrated darwin assembler can hang in an infinite loop (or get an assert Kevin Enderby2013-08-281-0/+16
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-46/+46
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-46/+46
* [MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.Daniel Dunbar2013-01-221-7/+8
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-181-5/+51
* Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas2012-12-141-0/+10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+2
* Tidy up. 80 columns.Jim Grosbach2012-09-181-2/+6
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-2/+2
* MachO: Correctly mark symbol-difference variables as N_ABS.Jim Grosbach2012-09-131-5/+30
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-221-4/+2
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-2/+51
* Prune some includes and forward declarations.Craig Topper2012-03-261-1/+1
* ARM Darwin symbol ref differences w/o subsection-via-symbols.Jim Grosbach2012-01-241-1/+2
* MCAssembler tweak for determining when a symbol difference is resolved.Jim Grosbach2012-01-181-1/+2
* MC tweak symbol difference resolution for non-local symbols.Jim Grosbach2012-01-171-2/+2
* Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach2011-12-071-1/+6
* Tidy up. Hard tabs.Jim Grosbach2011-12-061-1/+1
* Switch MCAssembler to method names starting w/ lower-case.Jim Grosbach2011-12-061-1/+1
* Formatting and typo.Eric Christopher2011-09-081-2/+3
* Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atomKevin Enderby2011-09-081-0/+10
* MachOWriter: Don't crash on fixups with arithmetic, emit a relocation instead...Benjamin Kramer2011-08-121-2/+6
* Don't truncate MachO addresses.Jim Grosbach2011-08-091-1/+1
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-1/+1
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-1/+1
* Refactor MachO relocation generaration into the Target directories.Jim Grosbach2011-06-241-985/+19
* tidy up whitespace.Jim Grosbach2011-06-241-1/+1
* Fixup info for Thumb2 unconditional branch.Jim Grosbach2011-06-241-0/+1
* Tidy up.Jim Grosbach2011-06-231-1/+1
* 80-column violations.Bill Wendling2011-06-231-12/+17
* Move class methods out-of-line. This reduces the indentation, and is more inBill Wendling2011-06-221-1289/+1410
* MC/Mach-O: Update getSymbolAddress() to support evaluation of variables.Daniel Dunbar2011-04-291-0/+27
* MC/Mach-O: Allow emission of relocations for variables in some more cases.Daniel Dunbar2011-04-291-19/+19
* MC/Mach-O: Find section ordinal's by looking at the symbol, instead of assumi...Daniel Dunbar2011-04-291-4/+8
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like ...Owen Anderson2011-03-231-3/+2
* RIT_ARM_ThumbBranch32Bit relocations are not used and should never be generated.Owen Anderson2011-03-221-6/+2
OpenPOWER on IntegriCloud