aboutsummaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)Author
2011-03-29Fix the MSVC build.Francois Pichet
2011-03-28MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar
2011-03-28Unbreak CMake build.Ted Kremenek
2011-03-28Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby
2011-03-27Fix whitespace.NAKAMURA Takumi
2011-03-26Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby
2011-03-26Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby
2011-03-25MC: Improve some diagnostics on uses of '.' pseudo-symbol.Daniel Dunbar
2011-03-25Tidyness.Daniel Dunbar
2011-03-24Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes
2011-03-24Clean up assembly statement separator support.Jim Grosbach
2011-03-23Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like ...Owen Anderson
2011-03-22RIT_ARM_ThumbBranch32Bit relocations are not used and should never be generated.Owen Anderson
2011-03-21Add support for Thumb interworking addresses for symbol offsets that get cons...Owen Anderson
2011-03-21We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling
2011-03-20Write the section table and the section data in the same order thatRafael Espindola
2011-03-19Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>Stuart Hastings
2011-03-19Revert 127939. <rdar://problem/9012638>Stuart Hastings
2011-03-19Revise r126127 to address Daniel's comments. <rdar://problem/9012638>Stuart Hastings
2011-03-17MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar
2011-03-17Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.Joerg Sonnenberger
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