aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* 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
* ELF: Parse types in directives like binutils gasDavid Majnemer2013-09-211-20/+43
* Initialize BSSSection explicitly in InitMachOMCObjectFileInfo() to appease msvc.NAKAMURA Takumi2013-09-211-0/+3
* MC: Tidy up.Jim Grosbach2013-09-201-743/+723
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-197-11/+43
* Remove extraneous space, the asm printing infrastructure adds a spaceEric Christopher2013-09-191-1/+0
* Fix X86 subtarget to not overwrite the autodetected features by calling InitM...Craig Topper2013-09-181-0/+5
* COFF: Ensure that objects produced by LLVM link with /safesehReid Kleckner2013-09-171-5/+14
* COFF: Emit all MCSymbols rather than filtering out some of themReid Kleckner2013-09-171-19/+3
* COFF: Remove ExportSection, which has been dead since r114823Reid Kleckner2013-09-171-5/+0
* Use reference instead of copy.Jakub Staszak2013-09-161-1/+1
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-152-5/+12