summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Fixed the comparison operator for the enhancedSean Callanan2011-03-12
* Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...Jan Sjödin2011-03-09
* Darwin 'as' silently ignores the '.ident' directive.Jim Grosbach2011-03-08
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-05
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-05
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-04
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-03
* Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe...Jan Sjödin2011-03-03
* PR9352: Always emit a relocation for weak symbols. Not emitting relocationsEli Friedman2011-03-03
* Fixes warnings emitted by Visual Studio 2010 compiler.Oscar Fuentes2011-03-01
* Make all static functions become static class methods. Move shared (duplicate...Jan Sjödin2011-02-28
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-24
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* Plug some leaks in edis.Benjamin Kramer2011-02-24
* Revert r125595, which is an X86-only undocumented assembly syntax extensionJim Grosbach2011-02-23
* Put in the symbol table symbols only used in a .globl statement.Rafael Espindola2011-02-23
* Fixed a bug in the enhanced disassembler that causedSean Callanan2011-02-23
* Omit private_extern declarations of extern symbols; followup toStuart Hastings2011-02-23
* Bug#9172: Don't use static in file scope, use an attribute on theJoerg Sonnenberger2011-02-22
* Handle FK_PCRel_1 and add a test case for this and FK_PCRel_4.Joerg Sonnenberger2011-02-21
* End the line if we return early. Radar 9012638.Stuart Hastings2011-02-21
* Fix to correctly support attribute((section("__DATA, __common"))).Stuart Hastings2011-02-21
* Use a vector of pairs to implement the section stack, not twoJoerg Sonnenberger2011-02-21
* Add some limited support for labels in org directives. Hopefully enough to fixRafael Espindola2011-02-20
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-18
* Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola2011-02-16
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* Add support for parsing [expr].Roman Divacky2011-02-15
* Switch llvm to using comdats. For now always use groups with a singleRafael Espindola2011-02-14
* Move broken HasCommonSymbols to ELFWriter.cpp.Rafael Espindola2011-02-14
* More whitespace cleanup...Jim Grosbach2011-02-11
* Fix comparator used for looking up previously instantiated EDDisassemblers.Shantonu Sen2011-02-09
* Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...Benjamin Kramer2011-02-08
* Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkageJason W Kim2011-02-07
* Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim2011-02-04
* Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim2011-02-04
* Do not sign extend floating-point values in the asm parser.Bob Wilson2011-02-03
* Fix bogus assert condition noticed by Csaba Raduly.Evan Cheng2011-02-01
* Enumerate .code16/32/64 instead of checking .code prefix. ThisRoman Divacky2011-01-31
* Error on all .code* directives instead of just .code16 as theyRoman Divacky2011-01-31
* Error on .code16 instead of producing wrong (32bit) code.Roman Divacky2011-01-28
* Add support for parsing .floatRoman Divacky2011-01-28
* PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger!Nico Weber2011-01-28
* Add support for specifying register name in cfi-register/offset/defRoman Divacky2011-01-27
* Add support for parsing a Real value. It stores the Real value as its binaryBill Wendling2011-01-25
* Handle strings in section names the same way as gas:Rafael Espindola2011-01-24
* Add support for the --noexecstack option.Rafael Espindola2011-01-23
* Add support for lowercase variants.Rafael Espindola2011-01-23
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-23