aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* 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
* MC: Add support for '?' flags in .section directivesDavid Majnemer2013-09-151-2/+20
* Fix alignment of unwind data.Kai Nacke2013-09-151-7/+12
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-09-151-5/+21
* Remove unused StringRef that no compiler warned about, I wonder why.Benjamin Kramer2013-09-141-1/+0
* Remove unused functions.Eli Friedman2013-09-101-11/+0
* MCObjectFileInfo.cpp: Fix a couple of possible typo(s), s/DwarfPub/DwarfGnuPu...NAKAMURA Takumi2013-09-101-2/+2
* Set the encoding to '0' if we don't have an MAB.Bill Wendling2013-09-091-2/+1
* Add the gnu pubnames and pubtypes sections to the mc object fileEric Christopher2013-09-091-0/+24
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-095-14/+15
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-092-0/+10
* Improve handling of .file, .include and .incbin directives toYunzhong Gao2013-09-051-12/+16
* Fix comments to reflect reality.Bill Wendling2013-09-051-6/+2
* Add names for mach-o permissions bits and use the symbol names in place of ma...Nick Kledzik2013-09-041-2/+4
* Add missing header line.Bill Wendling2013-09-041-0/+1
* Use ArrayRef instead of explicit container.Bill Wendling2013-09-041-2/+2
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-013-56/+55
* The integrated darwin assembler can hang in an infinite loop (or get an assert Kevin Enderby2013-08-283-4/+53
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-281-1/+0
* Given target assembler parsers a chance to handle variant expressionsJoerg Sonnenberger2013-08-271-0/+4
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-273-55/+56
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-273-56/+55
* Support/MachO: Add a bunch of defines.Charles Davis2013-08-271-1/+1
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-08-272-4/+5