Move common symbol related information from MCSectionData to MCSymbol.
[oota-llvm.git] / lib / MC / MachObjectWriter.cpp
2015-05-29 Rafael EspindolaMove common symbol related information from MCSectionDa...
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-27 Rafael EspindolaRemove uses of MCSectionData from MachObjectWriter...
2015-05-26 Rafael EspindolaRemove most uses of MCSectionData from MCAssembler.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCAsmLayout.h.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCMachObjectWriter.h.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCExpr.h.
2015-05-26 Rafael EspindolaReturn a MCSection from MCFragment::getParent().
2015-05-25 Rafael EspindolaTurn MCSectionData into a field of MCSection.
2015-05-25 Rafael EspindolaMove HasInstructions to MCSection.
2015-05-25 Rafael EspindolaMove LayoutOrder to MCSection.
2015-05-22 Duncan P. N. Exon... MC: Lift MCSymbolData::Index up to MCSymbol::Index...
2015-05-21 Rafael EspindolaStop forwarding (get|set)Aligment from MCSectionData...
2015-05-21 Duncan P. N. Exon... MC: Remove last use of MCSymbolData::getSymbol(), NFC
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in MachObjectWriter, NFC
2015-05-20 Duncan P. N. Exon... MC: Take MCSymbol in MachObjectWriter::getSymbolAddress...
2015-05-19 Duncan P. N. Exon... MC: Use MCSymbol in MCAsmLayout::getSymbolOffset()...
2015-05-16 Duncan P. N. Exon... MC: Use MCSymbol in RelAndSymbol, NFC
2015-05-16 Duncan P. N. Exon... MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFull...
2015-05-16 Duncan P. N. Exon... MC: Change MCFragment::Atom to an MCSymbol, NFC
2015-05-16 Duncan P. N. Exon... MC: Change MCAssembler::Symbols to store MCSymbol, NFC
2015-05-14 Justin BognerMC: Avoid some UB caused by left shifting a negative...
2015-04-17 Rafael EspindolaCompute A-B when A or B is weak.
2015-04-17 Rafael EspindolaMove AliasedSymbol to MachObjectWriter.
2015-04-17 Benjamin Kramer[mc] Clean up emission of byte sequences
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-06 Rafael EspindolaBe consistent when deciding if a relocation is needed.
2015-04-03 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-04-02 Peter CollingbourneRevert r233595, "MC: For variable symbols, maintain...
2015-03-30 Peter CollingbourneMC: For variable symbols, maintain MCSymbol::Section...
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
2015-01-14 Rafael EspindolaRevert "Add r224985 back with two fixes."
2015-01-12 Rafael EspindolaAdd r224985 back with two fixes.
2015-01-06 Lang HamesRevert r225048: It broke ObjC on AArch64.
2014-12-31 Rafael EspindolaAdd r224985 back with a fix.
2014-12-31 Rafael EspindolaRevert "Remove doesSectionRequireSymbols."
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-12-18 Kevin EnderbyAdd printing the LC_LINKER_OPTION load command with...
2014-11-04 Rafael EspindolaDon't produce relocations for a difference in a section...
2014-10-11 Benjamin KramerMC: Bit pack MCSymbolData.
2014-10-06 Hans WennborgMachObjectWriter: optimize the string table for common...
2014-08-10 Joerg SonnenbergerIf available, pass down the Fixup object to EvaluateAsR...
2014-05-30 Tim NorthoverMachO: support N_INDR aliases in assembly files.
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-18 David BlaikieAdd range access to MCAssembler's symbol collection.
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-29 Tim NorthoverMachO: Add linker-optimisation hint framework to MC.
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-12 Rafael EspindolaTry harder to evaluate expressions when printing assembly.
2014-03-11 Rafael EspindolaSimplify a really complicated check for Arch == X86_64.
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2013-12-05 Alp TokerCorrect word hyphenations
2013-09-24 Jim GrosbachMachO: Improve backend diagnostic for overalignment.
2013-09-04 Nick KledzikAdd names for mach-o permissions bits and use the symbo...
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-28 Kevin EnderbyThe integrated darwin assembler can hang in an infinite...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-01-22 Daniel Dunbar[MC/Mach-O] Load commands are supposed to 8-byte aligne...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2012-12-14 Pedro ArtigasAdd more reset methods to make all objects that the...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-18 Jim GrosbachTidy up. 80 columns.
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Jim GrosbachMachO: Correctly mark symbol-difference variables as...
2012-08-22 Benjamin KramerReduce duplicated hash map lookups.
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-01-24 Jim GrosbachARM Darwin symbol ref differences w/o subsection-via...
2012-01-18 Jim GrosbachMCAssembler tweak for determining when a symbol differe...
2012-01-17 Jim GrosbachMC tweak symbol difference resolution for non-local...
2011-12-07 Jim GrosbachDarwin assembler improved relocs when w/o subsections_v...
2011-12-06 Jim GrosbachTidy up. Hard tabs.
2011-12-06 Jim GrosbachSwitch MCAssembler to method names starting w/ lower...
2011-09-08 Eric ChristopherFormatting and typo.
2011-09-08 Kevin EnderbyFix a Darwin x86_64 special case of a jmp to a temporar...
2011-08-12 Benjamin KramerMachOWriter: Don't crash on fixups with arithmetic...
2011-08-09 Jim GrosbachDon't truncate MachO addresses.
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-06-24 Jim GrosbachRefactor MachO relocation generaration into the Target...
2011-06-24 Jim Grosbachtidy up whitespace.
2011-06-24 Jim GrosbachFixup info for Thumb2 unconditional branch.
2011-06-23 Jim GrosbachTidy up.
2011-06-23 Bill Wendling80-column violations.
2011-06-22 Bill WendlingMove class methods out-of-line. This reduces the indent...
2011-04-29 Daniel DunbarMC/Mach-O: Update getSymbolAddress() to support evaluat...
2011-04-29 Daniel DunbarMC/Mach-O: Allow emission of relocations for variables...
2011-04-29 Daniel DunbarMC/Mach-O: Find section ordinal's by looking at the...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-23 Owen AndersonFix a bug introduced by my patch yesterday: BL is a...
2011-03-22 Owen AndersonRIT_ARM_ThumbBranch32Bit relocations are not used and...
2011-03-15 Duncan SandsSilence compiler warning about case values not being...
2011-03-01 Oscar FuentesFixes warnings emitted by Visual Studio 2010 compiler.
2011-02-04 Jason W KimTeach ARM/MC/ELF to handle R_ARM_JUMP24 relocation...
2011-02-01 Evan ChengFix bogus assert condition noticed by Csaba Raduly.
2011-01-14 Evan ChengCompleted :lower16: / :upper16: support for movw /...
next