aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCAssembler.h
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-52/+117
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-111-0/+21
|\
| * Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-291-0/+21
* | Merge remote-tracking branch 'upstream/master' into merge-20130502Stephen Hines2013-05-021-3/+9
|\ \ | |/
| * Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-8/+15
| * Remove unused method and default values.Rafael Espindola2013-04-091-6/+5
* | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226Stephen Hines2013-03-051-15/+103
|\ \ | |/
| * This patch reworks how llvm targets set Jack Carter2013-01-301-0/+10
| * [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-181-0/+12
| * Replace virtual hasFixups with explicit fragment type checksEli Bendersky2013-01-161-9/+2
| * Optimize the memory usage of MC bundling, by creating a new type of fragmentEli Bendersky2013-01-151-16/+89
* | Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines2013-01-211-86/+181
|\ \ | |/
| * Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSizeEli Bendersky2013-01-081-1/+0
| * Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-9/+14
| * Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-071-7/+26
| * Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-201-3/+84
| * Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-121-0/+4
| * Cleanup formatting, comments and naming.Eli Bendersky2012-12-101-1/+3
| * Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky2012-12-071-8/+8
| * Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-071-45/+50
| * Change std::vector to SmallVector<4> and remove some unused methods.Eli Bendersky2012-12-051-6/+3
| * Remove unused methodsEli Bendersky2012-12-051-4/+0
| * Remove the non-const getInst accessor. It wasn't being used, and isn't veryEli Bendersky2012-12-051-3/+0
| * Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-2/+2
| * Remove unnecessary classof()'sSean Silva2012-10-111-10/+0
| * Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-151-4/+4
| * Fix Doxygen issues:Dmitri Gribenko2012-09-141-6/+6
* | Merge branch 'upstream' into merge-2012_09_10Stephen Hines2012-09-101-4/+4
|\ \ | |/
| * Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-291-2/+2
| * Make the setInst method take its MCInst parameter by reference, a la Jim'sLang Hames2012-08-231-1/+1
| * MCInstFragment constructor should take by-reference MCInst.Jim Grosbach2012-08-221-1/+1
* | Merge with LLVM upstream r160668 (Jul 24th 2012)Shih-wei Liao2012-08-031-1/+43
|\ \ | |/
| * Fix an overzealous assertion. It is legitimate for a target to have multiple...Owen Anderson2012-07-051-1/+1
| * Refactor data-in-code annotations.Jim Grosbach2012-05-181-0/+42
* | Merge with LLVM upstream r155090.Shih-wei Liao2012-04-241-1/+0
|\ \ | |/
| * Prune some includes and forward declarations.Craig Topper2012-03-261-1/+0
* | Restore to use private and LLVM coding styleTDYa1272012-03-191-6/+5
* | Integrated linker.Shih-wei Liao2012-03-171-5/+16
|/
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+15
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-061-1/+1
* Tidy up. 80 columns.Jim Grosbach2011-12-061-1/+2
* Switch MCAssembler to method names starting w/ lower-case.Jim Grosbach2011-12-061-15/+15
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-6/+6
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* Add support for the --noexecstack option.Rafael Espindola2011-01-231-0/+4
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-281-1/+32
* Don't relax org or align. They change size as the relaxation happens, but theyRafael Espindola2010-12-211-20/+3
* Layout one section until no relaxations are done and then move to the nextRafael Espindola2010-12-211-0/+2
* MC/Assembler: Strip out object writer arguments, now that it is always availableDaniel Dunbar2010-12-171-21/+12
* MC/Assembler: Make the MCObjectWriter available through the lifetime of theDaniel Dunbar2010-12-171-3/+8