aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Fix potential buffer overflow on win32.Benjamin Kramer2011-04-091-12/+9
* Don't store Twine temporaries, it's not safe.Benjamin Kramer2011-04-091-8/+6
* Redirected errors from the AsmParser to the properSean Callanan2011-04-091-0/+10
* Micro optimization and improved similarity with gas' output:Rafael Espindola2011-04-071-10/+38
* Add support for .skip.Rafael Espindola2011-04-071-1/+1
* Fixed a bug where missing EDInstInfo would causeSean Callanan2011-04-071-0/+3
* An MCDisassembler has the option to not implementShantonu Sen2011-04-051-2/+4
* Added support symbolic floating point constants in the MC assembler for InfinityKevin Enderby2011-03-291-3/+11
* Fix the MSVC build.Francois Pichet2011-03-291-0/+4
* MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar2011-03-281-3/+6
* Unbreak CMake build.Ted Kremenek2011-03-281-1/+2
* Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby2011-03-282-0/+259
* Fix whitespace.NAKAMURA Takumi2011-03-271-2/+2
* Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby2011-03-262-259/+0
* Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby2011-03-262-0/+259
* MC: Improve some diagnostics on uses of '.' pseudo-symbol.Daniel Dunbar2011-03-251-1/+18
* Tidyness.Daniel Dunbar2011-03-251-2/+2
* Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes2011-03-242-1/+7
* Clean up assembly statement separator support.Jim Grosbach2011-03-242-5/+15
* Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like ...Owen Anderson2011-03-231-3/+2
* RIT_ARM_ThumbBranch32Bit relocations are not used and should never be generated.Owen Anderson2011-03-221-6/+2
* Add support for Thumb interworking addresses for symbol offsets that get cons...Owen Anderson2011-03-211-0/+5
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-1/+2
* Write the section table and the section data in the same order thatRafael Espindola2011-03-202-107/+225
* Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>Stuart Hastings2011-03-192-2/+7
* Revert 127939. <rdar://problem/9012638>Stuart Hastings2011-03-192-7/+2
* Revise r126127 to address Daniel's comments. <rdar://problem/9012638>Stuart Hastings2011-03-192-2/+7
* MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar2011-03-171-1/+2
* Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.Joerg Sonnenberger2011-03-171-2/+5
* Silence compiler warning about case values not being in the enumerated typeDuncan Sands2011-03-151-1/+1
* Fixed the comparison operator for the enhancedSean Callanan2011-03-121-7/+2
* Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...Jan Sjödin2011-03-092-0/+13
* Darwin 'as' silently ignores the '.ident' directive.Jim Grosbach2011-03-081-0/+7
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-053-0/+54
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-052-0/+56
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-041-12/+18
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-031-2/+16
* Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe...Jan Sjödin2011-03-034-480/+662
* PR9352: Always emit a relocation for weak symbols. Not emitting relocationsEli Friedman2011-03-031-0/+19
* Fixes warnings emitted by Visual Studio 2010 compiler.Oscar Fuentes2011-03-011-2/+2
* Make all static functions become static class methods. Move shared (duplicate...Jan Sjödin2011-02-285-138/+203
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-259-45/+0
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-243-2/+25
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-249-0/+45
* Plug some leaks in edis.Benjamin Kramer2011-02-241-0/+4
* Revert r125595, which is an X86-only undocumented assembly syntax extensionJim Grosbach2011-02-231-18/+0
* Put in the symbol table symbols only used in a .globl statement.Rafael Espindola2011-02-231-1/+5
* Fixed a bug in the enhanced disassembler that causedSean Callanan2011-02-231-3/+17
* Omit private_extern declarations of extern symbols; followup toStuart Hastings2011-02-232-0/+2
* Bug#9172: Don't use static in file scope, use an attribute on theJoerg Sonnenberger2011-02-221-5/+5