aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Refactor data-in-code annotations.Jim Grosbach2012-05-189-104/+158
* Fix spacing after if.Benjamin Kramer2012-05-121-6/+5
* Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola2012-05-121-0/+91
* ELF: Add support for the asm .version directive.Benjamin Kramer2012-05-121-0/+28
* AsmParser: Add support for the .purgem directive.Benjamin Kramer2012-05-121-0/+23
* AsmParser: Give a nice error message for .code16gcc, which is currently unsup...Benjamin Kramer2012-05-121-1/+1
* AsmParser: ignore the .extern directive.Benjamin Kramer2012-05-121-0/+4
* AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer2012-05-121-0/+54
* AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer2012-05-121-0/+29
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-1112-35/+35
* Nuke a few dead remnants of the CBE.Jim Grosbach2012-05-051-2/+0
* MC: Unknown assembler directives are now hard errors.Jim Grosbach2012-05-011-1/+1
* MC: Remove errant EatToEndOfStatement() in asm parser.Jim Grosbach2012-05-011-3/+1
* MC assembly parser handling for trailing comma in macro instantiation.Jim Grosbach2012-04-161-5/+5
* Compute hashes directly with hash_combine instead of taking a detour through ...Benjamin Kramer2012-04-111-7/+5
* Use the correct section types on Solaris for unwind data on both x86 and x86-64.David Chisnall2012-04-101-3/+8
* Output UTF-8-encoded characters as identifier characters into assemblySean Hunt2012-04-071-0/+1
* Fixed two leaks in the MC disassembler. The MCSean Callanan2012-04-062-1/+13
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-021-1/+2
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-023-4/+16
* Prune some includesCraig Topper2012-03-273-3/+0
* Prune some includes and forward declarations.Craig Topper2012-03-266-9/+10
* Add a hook in MCELFObjectTargetWriter to allow targets to sort relocationAkira Hatanaka2012-03-232-29/+13
* Assembler should accept redefinitions of unused variable symbols.Jim Grosbach2012-03-202-2/+2
* Tidy up.Jim Grosbach2012-03-201-3/+2
* MC asm parser macro argument count was wrong when empty.Jim Grosbach2012-03-171-0/+5
* Implement relocation-overflow behavior for PE/COFF.Michael J. Spencer2012-03-151-2/+29
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-052-2/+3
* Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.Rafael Espindola2012-03-032-2/+2
* Make MemoryObject accessor members const againDerek Schuff2012-02-292-4/+4
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-283-10/+34
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-271-2/+4
* Grammar-o.Eric Christopher2012-02-251-1/+1
* ARM Thumb symbol references in assembly need the low bit set.Jim Grosbach2012-02-241-0/+5
* Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!Michael J. Spencer2012-02-231-6/+16
* Bump SmallString to the minimum required amount for raw_ostream to avoid allo...Benjamin Kramer2012-02-231-2/+2
* MC: Fix the MCNullStreamer which was broken in r147763.Daniel Dunbar2012-02-221-0/+4
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-211-4/+1
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-191-16/+11
* Fix typo in comment ldopen() -> dlopen().Kevin Enderby2012-02-171-1/+1
* Put back the initializing the targets in the disassembler API with a comment asKevin Enderby2012-02-171-0/+13
* Generate the correct EH frame section types on Solaris, this time without bre...David Chisnall2012-02-171-1/+8
* Revert r150814. It turns out that there is a good reason for this after all...David Chisnall2012-02-171-26/+22
* Don't lazily allocate eh_frame. We're not lazily allocating things like the ...David Chisnall2012-02-171-22/+26
* For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...David Meyer2012-02-151-0/+9
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-112-0/+7
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-0710-40/+31
* Enable streaming of bitcodeDerek Schuff2012-02-062-4/+4
* Modified the Enhanced Disassembler to create andSean Callanan2012-02-043-31/+40
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-033-0/+13