summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAssembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Layout each section independently. With the testcase in PR8711:Rafael Espindola2010-12-071-58/+23
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-071-107/+15
* Use references to simplify the code a bit.Rafael Espindola2010-12-061-3/+3
* Remove the instruction fragment to data fragment lowering since it was causingRafael Espindola2010-12-061-98/+38
* Remove the getAddress getter, initialize Ordinal in the constructor and useRafael Espindola2010-12-061-0/+1
* Add a getSymbolOffset method and use it in the ELF writer.Rafael Espindola2010-12-061-0/+5
* Once the layout is done we don't need to keep updating which fragments areRafael Espindola2010-12-041-13/+5
* Remember the contents of leb and dwarfline fragments when relaxing. This avoidsRafael Espindola2010-12-041-35/+19
* The sections that the ELF object writer has to create are very simple andRafael Espindola2010-12-021-20/+0
* Remove unused argument.Rafael Espindola2010-12-011-3/+2
* Invalidate the layout on any relaxation, not just Instructions. Bug found by ...Rafael Espindola2010-11-231-9/+11
* Reuse data fragments while lowering. Patch by David Meyer.Rafael Espindola2010-11-231-26/+77
* Add an assert.Rafael Espindola2010-11-191-1/+3
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-171-5/+5
* Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola2010-11-151-4/+6
* Speed up AddSectionToTheEnd. It was walking all fragments in all sections.Rafael Espindola2010-11-071-19/+4
* Relax dwarf line fragments. This fixes a crash in the included testcase.Rafael Espindola2010-11-071-13/+18
* Do relaxations with FT_Org fragments. Fixes the FIXME:Rafael Espindola2010-11-021-18/+24
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-021-37/+96
* This is the last major patch to implement support for the .loc directiveKevin Enderby2010-09-301-0/+38
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-301-128/+27
* Remove unused argument.Rafael Espindola2010-09-271-4/+3
* MC: Add missing ')' in diagnostic.Daniel Dunbar2010-09-241-1/+1
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-221-18/+20
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-151-1/+1
* MC: Give a (lame) hard error if a .org directive would create an unreasonablyDaniel Dunbar2010-09-091-1/+1
* MC/ELF: Allow null values in virtual sections, ELF doesn't use specialDaniel Dunbar2010-08-181-1/+16
* Layout helper function.Matt Fleming2010-08-161-0/+34
* Record a symbol's size which is needed for ELF symbol tables.Matt Fleming2010-08-161-1/+2
* MC: Initialize MCFragment::Offset, noticed by Cameron Esfahani.Daniel Dunbar2010-07-301-1/+2
* MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh).Daniel Dunbar2010-07-281-0/+3
* Initial modifications to MCAssembler and TargetMachine for the MCJIT.Reid Kleckner2010-07-221-4/+10
* The variable ValueSize is set to 1 on both code paths, and thenDuncan Sands2010-06-291-5/+1
* MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol.Daniel Dunbar2010-06-161-6/+5
* Don't call flush() at a library level which isn't checking for errorsDan Gohman2010-06-011-1/+0
* MC: When running with -mc-relax-all, we can eagerly relax instructions and av...Daniel Dunbar2010-05-261-5/+2
* MC: Change RelaxInstruction to only take the input and output instructions.Daniel Dunbar2010-05-261-1/+1
* MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query itDaniel Dunbar2010-05-261-1/+1
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-261-12/+10
* MC: Use accessors for access to MCAsmFixup.Daniel Dunbar2010-05-261-6/+7
* MC: Eliminate MCFragment vtable, which was unnecessary.Daniel Dunbar2010-05-261-69/+62
* MC: Switch to completely lazy layout.Daniel Dunbar2010-05-141-19/+35
* MC: Extend MCAsmLayout to explicitly track which fragments have been layed ou...Daniel Dunbar2010-05-141-10/+44
* MC: Implicitly assign section addresses when the previous fragment is layed out.Daniel Dunbar2010-05-141-1/+11
* MC: Switch MCFragment to storing the layout order index, not its index in the...Daniel Dunbar2010-05-141-13/+14
* MC: Change LayoutSection() to only do the section initializiation.Daniel Dunbar2010-05-141-25/+13
* MC: Move Layout{Fragment,Section} into MCAsmLayout, and add LayoutFile().Daniel Dunbar2010-05-131-26/+27
* MC: Factor out MCAssembler::ComputeFragmentSize.Daniel Dunbar2010-05-131-36/+44
* MC: Add section layout order indices to MCSectionData.Daniel Dunbar2010-05-131-0/+4
* MC: Move ordinal calculation, to make sure fragments synthesized for layout g...Daniel Dunbar2010-05-131-21/+21
OpenPOWER on IntegriCloud