aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola2011-02-164-47/+16
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-169-42/+53
* Add support for parsing [expr].Roman Divacky2011-02-151-0/+18
* Switch llvm to using comdats. For now always use groups with a singleRafael Espindola2011-02-141-0/+4
* Move broken HasCommonSymbols to ELFWriter.cpp.Rafael Espindola2011-02-141-11/+0
* More whitespace cleanup...Jim Grosbach2011-02-112-41/+41
* Fix comparator used for looking up previously instantiated EDDisassemblers.Shantonu Sen2011-02-091-2/+4
* Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...Benjamin Kramer2011-02-081-1/+31
* Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkageJason W Kim2011-02-071-3/+45
* Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim2011-02-041-2/+15
* Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim2011-02-042-5/+10
* Do not sign extend floating-point values in the asm parser.Bob Wilson2011-02-031-1/+1
* Fix bogus assert condition noticed by Csaba Raduly.Evan Cheng2011-02-011-2/+2
* Enumerate .code16/32/64 instead of checking .code prefix. ThisRoman Divacky2011-01-311-1/+1
* Error on all .code* directives instead of just .code16 as theyRoman Divacky2011-01-311-2/+2
* Error on .code16 instead of producing wrong (32bit) code.Roman Divacky2011-01-281-0/+3
* Add support for parsing .floatRoman Divacky2011-01-281-1/+1
* PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!Nico Weber2011-01-281-8/+12
* Add support for specifying register name in cfi-register/offset/defRoman Divacky2011-01-271-3/+23
* Add support for parsing a Real value. It stores the Real value as its binaryBill Wendling2011-01-251-1/+7
* Handle strings in section names the same way as gas:Rafael Espindola2011-01-241-3/+14
* Add support for the --noexecstack option.Rafael Espindola2011-01-233-12/+26
* Add support for lowercase variants.Rafael Espindola2011-01-231-0/+14
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-232-0/+3
* Remove more duplicated code.Rafael Espindola2011-01-234-61/+61
* Remove duplicated code.Rafael Espindola2011-01-234-30/+34
* Make sure to propogate the error code when we fail to parse a modifier.Jim Grosbach2011-01-191-1/+1
* Use common style for .cfi directivesAnton Korobeynikov2011-01-141-7/+7
* Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.Evan Cheng2011-01-142-9/+140
* Add comment about Thumb2 fixup comments being completely bogus.Evan Cheng2011-01-131-1/+3
* Relax an assertion. On archs like ARM, an immediate field may be scattered. S...Evan Cheng2011-01-131-2/+6
* Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a stepEvan Cheng2011-01-132-9/+4
* Style clean up - break up the breaks.Jason W Kim2011-01-131-21/+40
* 1. Support ELF pcrel relocations for movw/movt:Jason W Kim2011-01-121-0/+10
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-1/+1
* Fix PR8878.Rafael Espindola2011-01-011-0/+1
* Make a bunch of symbols internal.Benjamin Kramer2010-12-301-18/+17
* MC/Mach-O/Thumb: Set the thumb bit in the symbol table.Daniel Dunbar2010-12-291-2/+6
* Correctly encode pcrel|indirect.Rafael Espindola2010-12-292-5/+3
* Remove second return.Rafael Espindola2010-12-291-1/+0
* Fix bug when trying to output uint16_t or uint32_t.Rafael Espindola2010-12-291-2/+9
* Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. LooksRafael Espindola2010-12-293-14/+59
* Implement cfi_def_cfa_register.Rafael Espindola2010-12-291-0/+8
* Initial .cfi_offset implementation.Rafael Espindola2010-12-291-0/+7
* Don't produce a "DW_CFA_advance_loc 0".Rafael Espindola2010-12-281-1/+2
* Implement .cfi_remember_state and .cfi_restore_state.Rafael Espindola2010-12-283-44/+111
* Cast away "comparison between signed and unsigned integer" warnings.Benjamin Kramer2010-12-281-1/+1
* Fix warning about size potentially being used uninitializedDuncan Sands2010-12-281-1/+0
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-283-22/+101
* Start adding basic support for emitting the call frame instructions.Rafael Espindola2010-12-282-2/+13