aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Merging r196104:Bill Wendling2013-12-021-0/+1
* --- Reverse-merging r195823 into '.':Bill Wendling2013-12-011-15/+8
* Merging r195677:Bill Wendling2013-12-011-0/+4
* Merging r195798:Bill Wendling2013-11-271-8/+15
* Merging r195148:Bill Wendling2013-11-273-44/+109
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-193-1/+9
* Revert "COFF: Emit all MCSymbols rather than filtering out some of them"Reid Kleckner2013-11-181-2/+19
* Revert r194865 and r194874.Alexey Samsonov2013-11-183-9/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-153-1/+9
* Don't mangle \n and "Rafael Espindola2013-11-141-3/+14
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-134-28/+30
* Remove always true flag.Rafael Espindola2013-11-121-1/+0
* Add a method to get the object-file appropriate stack map section.Lang Hames2013-11-081-0/+3
* Add to the disassembler C API output reference types forKevin Enderby2013-11-011-3/+24
* Remove unused flag.Rafael Espindola2013-10-312-2/+0
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-293-22/+33
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-251-0/+2
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-242-5/+4
* MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie2013-10-222-14/+23
* WhitespaceDavid Blaikie2013-10-221-2/+2
* Emit DWARF line entries for all data in the instruction stream.Peter Collingbourne2013-10-201-0/+1
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-183-13/+21
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-184-37/+19
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-174-19/+37
* Create an atom with just the data that failed to disassemble.Rafael Espindola2013-10-161-2/+4
* Fix MCDataAtom never calling remap when adding data.Rafael Espindola2013-10-161-1/+1
* Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi2013-10-164-38/+20
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-162-0/+24
* MC: Better handling of tricky symbol and section namesHans Wennborg2013-10-164-20/+38
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-167-24/+43
* MC: Don't assume incoming StringRef's are null terminated.Will Dietz2013-10-132-7/+2
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-088-195/+45
* Fix the documentation of getDefaultSubtargetFeatures.Rafael Espindola2013-10-071-2/+1
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-057-45/+48
* reverting per requestJack Carter2013-10-041-3/+1
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-041-2/+5
* [llvm-c][Disassembler] When printing latency information, fall back to theQuentin Colombet2013-10-032-1/+34
* [llvm-c][Disassembler] When printing latency information, skip schedulingQuentin Colombet2013-10-021-1/+3
* [llvm-c][Disassembler] Add an option to print latency information inQuentin Colombet2013-10-022-0/+63
* Add Support For .bss Named Section Directive For Darwin Targets.Rafael Espindola2013-10-021-0/+5
* [llvm-c][Disassembler] Add an option to reproduce in disassembled output theQuentin Colombet2013-10-011-8/+45
* [MC] When MCInstPrint::printAnnotation uses a comment stream, it has to ensureQuentin Colombet2013-10-011-2/+6
* MCParser/Debug info: Accept line number 0 as a legitimate value, sinceAdrian Prantl2013-09-261-2/+2
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-264-1/+35
* MC: Add support for treating $ as a reference to the PCDavid Majnemer2013-09-252-3/+14
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-251-1/+0
* MachO: Improve backend diagnostic for overalignment.Jim Grosbach2013-09-241-1/+2
* Make the size and expr arguments of .fill directive optional.Roman Divacky2013-09-241-16/+21
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-231-4/+4
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-223-11/+9