summaryrefslogtreecommitdiff
path: root/lib/MC/MCAssembler.cpp
Commit message (Expand)AuthorAge
* Tidy up. Minor formatting.Jim Grosbach2012-09-18
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Release build: guard dump functions withManman Ren2012-09-12
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Allow targets to specify a minimum supported NOP size when performing NOP pad...Owen Anderson2012-08-29
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-08
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Prune some includes and forward declarations.Craig Topper2012-03-26
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-27
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Source information in 'expected relocatable expression' diagnostic.Jim Grosbach2012-01-27
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Move some ARM specific MCAssmebler bits into the ARMAsmBackend.Jim Grosbach2012-01-18
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-06
* Tidy up. Hard tabs.Jim Grosbach2011-12-06
* Switch MCAssembler to method names starting w/ lower-case.Jim Grosbach2011-12-06
* Better fix for ARM MOVT relocation encoding of thumb bit.Jim Grosbach2011-11-29
* Thumb2 only force the fixup thumb bit for data relocations.Jim Grosbach2011-11-28
* Trailing whitespace.Jim Grosbach2011-10-26
* 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