aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCAssembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-2/+2
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-1/+1
* Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy withRafael Espindola2011-05-081-2/+1
* MCAsmLayout: Add support for computing the symbol offset of variables. NotDaniel Dunbar2011-04-291-0/+27
* Add a small temporary hack for producing identical eh_frame sections on OS X.Rafael Espindola2011-04-281-1/+2
* No relocation produces a SLEB or ULEB, make sure they are handled in MC.Rafael Espindola2011-04-261-1/+3
* Remove unused STL header includes.Jay Foad2011-04-231-1/+0
* Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola2011-02-161-2/+4
* Add support for the --noexecstack option.Rafael Espindola2011-01-231-1/+1
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-281-3/+37
* Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We nowRafael Espindola2010-12-241-12/+24
* Assert that the AddrDelta expression is really constant and wrap it in a setRafael Espindola2010-12-221-1/+3
* Use references and simplify.Rafael Espindola2010-12-221-1/+1
* Don't relax org or align. They change size as the relaxation happens, but theyRafael Espindola2010-12-211-42/+27
* Layout one section until no relaxations are done and then move to the nextRafael Espindola2010-12-211-34/+41
* Thumb's forced-PC-alignment requirement applies to the _total_ displacement, ...Owen Anderson2010-12-171-2/+2
* MC/Assembler: Strip out object writer arguments, now that it is always availableDaniel Dunbar2010-12-171-49/+36
* MC/Assembler: Make the MCObjectWriter available through the lifetime of theDaniel Dunbar2010-12-171-21/+11
* MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar2010-12-161-2/+2
* Fix typo in r121875.Owen Anderson2010-12-151-1/+1
* Implement cleanups suggested by Daniel.Owen Anderson2010-12-151-7/+11
* Relax alignment fragments.Rafael Espindola2010-12-151-29/+26
* Patch by David Meyer to avoid a O(N^2) behaviour when relaxing fragments.Rafael Espindola2010-12-151-2/+5
* ARM Fixups relative to thumb functions need to have the low bit of the valueJim Grosbach2010-12-141-0/+10
* Fix an issue in some Thumb fixups, where the effective PC address needs to be...Owen Anderson2010-12-091-2/+9
* 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