aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-153-4/+4
* Be consistent about being virtual and returning void in the cfi methods.Rafael Espindola2011-04-123-73/+94
* Remove LastOffset from the asm parser.Rafael Espindola2011-04-123-21/+20
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-123-77/+116
* Implement .cfi_same_value.Rafael Espindola2011-04-123-0/+32
* Match case for invalid constant error messages and add a newEric Christopher2011-04-121-5/+5
* To avoid printing out multiple error messages for cases like:Eric Christopher2011-04-121-0/+3
* Lex, and then fail on invalid constants.Eric Christopher2011-04-111-1/+1
* Implement cfi_rel_offsetRafael Espindola2011-04-111-1/+33
* implement .cfi_adjust_cfa_offset.Rafael Espindola2011-04-111-1/+28
* Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2011-04-112-2/+3
* 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