summaryrefslogtreecommitdiff
path: root/lib/MC/MCAssembler.cpp
Commit message (Expand)AuthorAge
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy withRafael Espindola2011-05-08
* MCAsmLayout: Add support for computing the symbol offset of variables. NotDaniel Dunbar2011-04-29
* Add a small temporary hack for producing identical eh_frame sections on OS X.Rafael Espindola2011-04-28
* No relocation produces a SLEB or ULEB, make sure they are handled in MC.Rafael Espindola2011-04-26
* Remove unused STL header includes.Jay Foad2011-04-23
* Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola2011-02-16
* Add support for the --noexecstack option.Rafael Espindola2011-01-23
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-28
* Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We nowRafael Espindola2010-12-24
* Assert that the AddrDelta expression is really constant and wrap it in a setRafael Espindola2010-12-22
* Use references and simplify.Rafael Espindola2010-12-22
* 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
* Thumb's forced-PC-alignment requirement applies to the _total_ displacement, ...Owen Anderson2010-12-17
* 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
* MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar2010-12-16
* Fix typo in r121875.Owen Anderson2010-12-15
* Implement cleanups suggested by Daniel.Owen Anderson2010-12-15
* Relax alignment fragments.Rafael Espindola2010-12-15
* Patch by David Meyer to avoid a O(N^2) behaviour when relaxing fragments.Rafael Espindola2010-12-15
* ARM Fixups relative to thumb functions need to have the low bit of the valueJim Grosbach2010-12-14
* Fix an issue in some Thumb fixups, where the effective PC address needs to be...Owen Anderson2010-12-09
* 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
* Use references to simplify the code a bit.Rafael Espindola2010-12-06
* 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
* Add a getSymbolOffset method and use it in the ELF writer.Rafael Espindola2010-12-06
* Once the layout is done we don't need to keep updating which fragments areRafael Espindola2010-12-04
* 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
* Invalidate the layout on any relaxation, not just Instructions. Bug found by ...Rafael Espindola2010-11-23
* Reuse data fragments while lowering. Patch by David Meyer.Rafael Espindola2010-11-23
* Add an assert.Rafael Espindola2010-11-19
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-17
* Change MCExpr::EvaluateAsRelocatableImpl of variables to return the originalRafael Espindola2010-11-15
* Speed up AddSectionToTheEnd. It was walking all fragments in all sections.Rafael Espindola2010-11-07
* 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
* This is the last major patch to implement support for the .loc directiveKevin 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
* MC: Add missing ')' in diagnostic.Daniel Dunbar2010-09-24
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-22