aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCAssembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Optimize the memory usage of MC bundling, by creating a new type of fragmentEli Bendersky2013-01-151-2/+34
* Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSizeEli Bendersky2013-01-081-3/+2
* Rename statistic for instruction fragments -> relaxableEli Bendersky2013-01-081-3/+3
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-24/+24
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-071-5/+29
* Fix an unitialized member variable that may have caused sporadic failuresEli Bendersky2012-12-201-1/+2
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-201-7/+74
* Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas2012-12-141-0/+5
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-121-0/+13
* Make naming consistent, add comments and sanity assertsEli Bendersky2012-12-121-24/+27
* Remove the RelaxAll overrule in MCAssembler::fixupNeedsRelaxation,Eli Bendersky2012-12-111-3/+2
* Cleanup formatting, comments and naming.Eli Bendersky2012-12-101-21/+21
* This patch adds statistics for other non-DWARF fragments emitted byEli Bendersky2012-12-101-2/+13
* Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky2012-12-071-1/+1
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-071-40/+35
* Add separate statistics for Data and Inst fragments emitted during relaxation.Eli Bendersky2012-12-071-1/+5
* Change std::vector to SmallVector<4> and remove some unused methods.Eli Bendersky2012-12-051-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-7/+7
* Tidy up. Minor formatting.Jim Grosbach2012-09-181-3/+2
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-1/+1
* Release build: guard dump functions withManman Ren2012-09-121-1/+1
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+2
* Allow targets to specify a minimum supported NOP size when performing NOP pad...Owen Anderson2012-08-291-0/+6
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-081-2/+3
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Prune some includes and forward declarations.Craig Topper2012-03-261-1/+1
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-271-2/+4
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-8/+4
* Source information in 'expected relocatable expression' diagnostic.Jim Grosbach2012-01-271-1/+1
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-181-5/+5
* Move some ARM specific MCAssmebler bits into the ARMAsmBackend.Jim Grosbach2012-01-181-9/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+10
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-061-5/+2
* Tidy up. Hard tabs.Jim Grosbach2011-12-061-1/+1
* Switch MCAssembler to method names starting w/ lower-case.Jim Grosbach2011-12-061-31/+31
* Better fix for ARM MOVT relocation encoding of thumb bit.Jim Grosbach2011-11-291-8/+8
* Thumb2 only force the fixup thumb bit for data relocations.Jim Grosbach2011-11-281-8/+8
* Trailing whitespace.Jim Grosbach2011-10-261-2/+2
* 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