summaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)AuthorFilesLines
2011-04-11Lex, and then fail on invalid constants.Eric Christopher1-1/+1
2011-04-11Implement cfi_rel_offsetRafael Espindola1-1/+33
2011-04-11implement .cfi_adjust_cfa_offset.Rafael Espindola1-1/+28
2011-04-11Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2-2/+3
2011-04-09Fix potential buffer overflow on win32.Benjamin Kramer1-12/+9
2011-04-09Don't store Twine temporaries, it's not safe.Benjamin Kramer1-8/+6
2011-04-09Redirected errors from the AsmParser to the properSean Callanan1-0/+10
2011-04-07Micro optimization and improved similarity with gas' output:Rafael Espindola1-10/+38
2011-04-07Add support for .skip.Rafael Espindola1-1/+1
2011-04-07Fixed a bug where missing EDInstInfo would causeSean Callanan1-0/+3
2011-04-05An MCDisassembler has the option to not implementShantonu Sen1-2/+4
2011-03-29Added support symbolic floating point constants in the MC assembler for InfinityKevin Enderby1-3/+11
2011-03-29Fix the MSVC build.Francois Pichet1-0/+4
2011-03-28MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar1-3/+6
2011-03-28Unbreak CMake build.Ted Kremenek1-1/+2
2011-03-28Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby2-0/+259
2011-03-27Fix whitespace.NAKAMURA Takumi1-2/+2
2011-03-26Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby2-259/+0
2011-03-26Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby2-0/+259
2011-03-25MC: Improve some diagnostics on uses of '.' pseudo-symbol.Daniel Dunbar1-1/+18
2011-03-25Tidyness.Daniel Dunbar1-2/+2
2011-03-24Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes2-1/+7
2011-03-24Clean up assembly statement separator support.Jim Grosbach2-5/+15
2011-03-23Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like ...Owen Anderson1-3/+2
2011-03-22RIT_ARM_ThumbBranch32Bit relocations are not used and should never be generated.Owen Anderson1-6/+2
2011-03-21Add support for Thumb interworking addresses for symbol offsets that get cons...Owen Anderson1-0/+5
2011-03-21We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling1-1/+2
2011-03-20Write the section table and the section data in the same order thatRafael Espindola2-107/+225
2011-03-19Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>Stuart Hastings2-2/+7
2011-03-19Revert 127939. <rdar://problem/9012638>Stuart Hastings2-7/+2
2011-03-19Revise r126127 to address Daniel's comments. <rdar://problem/9012638>Stuart Hastings2-2/+7
2011-03-17MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar1-1/+2
2011-03-17Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.Joerg Sonnenberger1-2/+5
2011-03-15Silence compiler warning about case values not being in the enumerated typeDuncan Sands1-1/+1
2011-03-12Fixed the comparison operator for the enhancedSean Callanan1-7/+2
2011-03-09Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...Jan Sjödin2-0/+13
2011-03-08Darwin 'as' silently ignores the '.ident' directive.Jim Grosbach1-0/+7
2011-03-05Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov3-0/+54
2011-03-05Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2-0/+56
2011-03-04Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger1-12/+18
2011-03-03Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger1-2/+16
2011-03-03Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe...Jan Sjödin4-480/+662
2011-03-03PR9352: Always emit a relocation for weak symbols. Not emitting relocationsEli Friedman1-0/+19
2011-03-01Fixes warnings emitted by Visual Studio 2010 compiler.Oscar Fuentes1-2/+2
2011-02-28Make all static functions become static class methods. Move shared (duplicate...Jan Sjödin5-138/+203
2011-02-25Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich9-45/+0
2011-02-24Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger3-2/+25
2011-02-24Enable DebugInfo support for COFF object files.Devang Patel9-0/+45
2011-02-24Plug some leaks in edis.Benjamin Kramer1-0/+4
2011-02-23Revert r125595, which is an X86-only undocumented assembly syntax extensionJim Grosbach1-18/+0