summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
...
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-22
* Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola2012-06-22
* Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola2012-06-22
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-22
* Implement irpc. Extracted from a patch by the PaX team. I just added the test.Rafael Espindola2012-06-16
* Factor macro argument parsing into helper methods and add support for .irp.Rafael Espindola2012-06-15
* Add accessors for all private members of DisasmContext.Benjamin Kramer2012-06-06
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-05
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-04
* Represent .rept as an anonymous macro. This removes the need for the ActiveReptRafael Espindola2012-06-03
* Add a typedef to simplify the code a bit. Not functionality change.Rafael Espindola2012-06-03
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Fix typo in assembly directive. Noticed by inspection.Eric Christopher2012-05-31
* Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen2012-05-25
* Mark some static arrays as const.Craig Topper2012-05-24
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Fix spacing after if.Benjamin Kramer2012-05-12
* Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola2012-05-12
* ELF: Add support for the asm .version directive.Benjamin Kramer2012-05-12
* AsmParser: Add support for the .purgem directive.Benjamin Kramer2012-05-12
* AsmParser: Give a nice error message for .code16gcc, which is currently unsup...Benjamin Kramer2012-05-12
* AsmParser: ignore the .extern directive.Benjamin Kramer2012-05-12
* AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer2012-05-12
* AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer2012-05-12
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-11
* Nuke a few dead remnants of the CBE.Jim Grosbach2012-05-05
* MC: Unknown assembler directives are now hard errors.Jim Grosbach2012-05-01
* MC: Remove errant EatToEndOfStatement() in asm parser.Jim Grosbach2012-05-01
* MC assembly parser handling for trailing comma in macro instantiation.Jim Grosbach2012-04-16
* Compute hashes directly with hash_combine instead of taking a detour through ...Benjamin Kramer2012-04-11
* Use the correct section types on Solaris for unwind data on both x86 and x86-64.David Chisnall2012-04-10
* Output UTF-8-encoded characters as identifier characters into assemblySean Hunt2012-04-07
* Fixed two leaks in the MC disassembler. The MCSean Callanan2012-04-06
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-02
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Prune some includesCraig Topper2012-03-27
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Add a hook in MCELFObjectTargetWriter to allow targets to sort relocationAkira Hatanaka2012-03-23
* Assembler should accept redefinitions of unused variable symbols.Jim Grosbach2012-03-20
* Tidy up.Jim Grosbach2012-03-20
* MC asm parser macro argument count was wrong when empty.Jim Grosbach2012-03-17
* Implement relocation-overflow behavior for PE/COFF.Michael J. Spencer2012-03-15
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.Rafael Espindola2012-03-03
* Make MemoryObject accessor members const againDerek Schuff2012-02-29
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-28
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-27
* Grammar-o.Eric Christopher2012-02-25
* ARM Thumb symbol references in assembly need the low bit set.Jim Grosbach2012-02-24
* Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!Michael J. Spencer2012-02-23