summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCAssembler.h
Commit message (Expand)AuthorAge
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Add support for the --noexecstack option.Rafael Espindola2011-01-23
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-28
* Don't relax org or align. They change size as the relaxation happens, but theyRafael Espindola2010-12-21
* Layout one section until no relaxations are done and then move to the nextRafael Espindola2010-12-21
* MC/Assembler: Strip out object writer arguments, now that it is always availableDaniel Dunbar2010-12-17
* MC/Assembler: Make the MCObjectWriter available through the lifetime of theDaniel Dunbar2010-12-17
* Relax alignment fragments.Rafael Espindola2010-12-15
* ARM Fixups relative to thumb functions need to have the low bit of the valueJim Grosbach2010-12-14
* Layout each section independently. With the testcase in PR8711:Rafael Espindola2010-12-07
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-07
* Remove the instruction fragment to data fragment lowering since it was causingRafael Espindola2010-12-06
* Remove the getAddress getter, initialize Ordinal in the constructor and useRafael Espindola2010-12-06
* Remember the contents of leb and dwarfline fragments when relaxing. This avoidsRafael Espindola2010-12-04
* The sections that the ELF object writer has to create are very simple andRafael Espindola2010-12-02
* Remove unused argument.Rafael Espindola2010-12-01
* Merge System into Support.Michael J. Spencer2010-11-29
* Relax dwarf line fragments. This fixes a crash in the included testcase.Rafael Espindola2010-11-07
* Do relaxations with FT_Org fragments. Fixes the FIXME:Rafael Espindola2010-11-02
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-02
* Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby2010-09-30
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-30
* Remove unused argument.Rafael Espindola2010-09-27
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-22
* Add some win64 coff goodness.Anton Korobeynikov2010-08-17
* Layout helper function.Matt Fleming2010-08-16
* Record a symbol's size which is needed for ELF symbol tables.Matt Fleming2010-08-16
* MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh).Daniel Dunbar2010-07-28
* Initial modifications to MCAssembler and TargetMachine for the MCJIT.Reid Kleckner2010-07-22
* use a typedef instead of its expansion, patch by Michael SpencerChris Lattner2010-07-13
* MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol.Daniel Dunbar2010-06-16
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-26
* MC: Use accessors for access to MCAsmFixup.Daniel Dunbar2010-05-26
* MC: Eliminate MCFragment vtable, which was unnecessary.Daniel Dunbar2010-05-26
* MC: Switch MCFragment to storing the layout order index, not its index in the...Daniel Dunbar2010-05-14
* MC: Move Layout{Fragment,Section} into MCAsmLayout, and add LayoutFile().Daniel Dunbar2010-05-13
* MC: Factor out MCAssembler::ComputeFragmentSize.Daniel Dunbar2010-05-13
* MC: Add section layout order indices to MCSectionData.Daniel Dunbar2010-05-13
* MC: Eliminate MCSectionData::{,Address,File}Size, which can now be computed byDaniel Dunbar2010-05-13
* MC: Add MCAlignFragment::OnlyAlignAddress bit. This is a bit of magic that sa...Daniel Dunbar2010-05-13
* MC: Add MCSectionData::AddressSize, which is the size of the address space co...Daniel Dunbar2010-05-13
* MC: Move MCAlignFragment::EmitNops value out of the constructor.Daniel Dunbar2010-05-12
* MC: Eliminate MCZeroFillFragment, it is no longer needed.Daniel Dunbar2010-05-12
* MC: Switch MCFillFragment to storing total fill size instead of a count. This...Daniel Dunbar2010-05-12
* MC: Drop support for alignment in ZeroFill fragment, we can just useDaniel Dunbar2010-05-12
* MC: Factor out MCAssembler::LayoutFragmentDaniel Dunbar2010-05-12
* MC: Simplify LayoutSection to just take the index of the section to layout.Daniel Dunbar2010-05-12
* Added a trivial function to modify the flags field of MCSymbolData class. The...Nathan Jeffords2010-05-12
* MC/Mach-O x86_64: Switch to using fragment atom symbol.Daniel Dunbar2010-05-11