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