aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-261-0/+1
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-251-15/+0
* Revert r148686 (and r148694, a fix to it) due to a serious layeringChandler Carruth2012-01-241-1/+0
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-232-1/+4
* An option to selectively enable parts of ARM EHABI support.Evgeniy Stepanov2012-01-231-0/+1
* Add a new form of MCOperand, for representing sub-instructions. This is inte...Owen Anderson2012-01-191-1/+20
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-181-9/+9
* Move some ARM specific MCAssmebler bits into the ARMAsmBackend.Jim Grosbach2012-01-181-0/+10
* Let asm parser query asm syntax dialect.Devang Patel2012-01-101-0/+2
* This is the matching change for the data structure name changes for theKevin Enderby2012-01-102-14/+12
* Remove the logging streamer.Rafael Espindola2012-01-101-6/+0
* Don't print an unused label before .cfi_endproc.Rafael Espindola2012-01-092-1/+4
* Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola2012-01-072-1/+4
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-073-3/+7
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-292-2/+4
* Rename Remember and Restore to RememberState and RestoreState for consistency.Rafael Espindola2011-12-291-2/+2
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-292-1/+10
* Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola2011-12-241-0/+4
* Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola2011-12-242-2/+36
* Define trivial destructor inline.Rafael Espindola2011-12-241-1/+1
* Make GetRelocType pure virtual.Rafael Espindola2011-12-241-1/+1
* Move PPC bits to lib/Target/PowerPC.Rafael Espindola2011-12-221-0/+3
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-221-1/+0
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-221-0/+6
* Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola2011-12-211-0/+4
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-211-3/+17
* Add const.Rafael Espindola2011-12-211-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-203-2/+21
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-171-0/+5
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-141-0/+3
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-092-0/+70
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-91/+92
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-071-0/+1
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-061-0/+4
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-062-1/+10
* Tidy up. Hard tabs.Jim Grosbach2011-12-061-2/+2
* 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
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-032-15/+16
* MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer2011-11-291-0/+10
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-232-0/+5
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-1/+8
* Make headers standalone.Benjamin Kramer2011-11-141-0/+1
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-091-2/+0
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-071-0/+20
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-052-2/+4
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-011-0/+18
* Trailing whitespace.Jim Grosbach2011-10-271-3/+3
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-271-0/+7
* Reflow lines, fix comments for doxygen style, fix whitespace. No functionalityNick Lewycky2011-10-261-3/+3