summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* clang-format a couple of mis-formatted functionsTimur Iskhodzhanov2013-12-201-14/+8
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-204-2/+41
* Add a finishParse() callback to the targer asm parserDavid Peixotto2013-12-191-0/+4
* AsmParser: add support for .end directiveSaleem Abdulrasool2013-12-181-1/+22
* MC COFF: Emit the 'b' section flag for .bss sections in GNU assemblyReid Kleckner2013-12-171-0/+2
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-131-0/+12
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-131-12/+0
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-131-0/+12
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-131-12/+0
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-131-0/+12
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-111-12/+0
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-111-0/+12
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-111-1/+1
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-102-0/+2
* Reland "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-101-0/+5
* Revert "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-101-5/+0
* Fix miscompile of MS inline assembly with stack realignmentReid Kleckner2013-12-101-0/+5
* Fix a crash that occurs when PWD is invalid.Andrew Trick2013-12-102-5/+8
* whitespaceAndrew Trick2013-12-101-2/+2
* Use a more direct check for finding out the file type.Rafael Espindola2013-12-091-13/+15
* Cache AllowAtInIdentifier as class variable in AsmLexerDavid Peixotto2013-12-061-1/+1
* Integrated assembler incorrectly lexes ARM-style commentsDavid Peixotto2013-12-061-4/+7
* Correct word hyphenationsAlp Toker2013-12-055-9/+9
* [mc] Fix ELF st_other flag.Logan Chien2013-12-052-5/+4
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-044-30/+38
* Fix a funny typo.Rafael Espindola2013-12-041-1/+1
* Produce deterministic coff files.Rafael Espindola2013-12-041-1/+2
* Avoid buffer copies when a Twine already is a StringRef.David Blaikie2013-12-031-2/+1
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-024-3/+2
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-023-4/+4
* Output .eh_frames on COFF too now that the integrated as is used on mingw.Rafael Espindola2013-12-021-0/+1
* The global prefix is always one char. Don't use a string for it.Rafael Espindola2013-11-283-3/+3
* Use simple section names for COMDAT sections on COFF.Rafael Espindola2013-11-271-8/+15
* ARM integrated assembler generates incorrect nop opcodeDavid Peixotto2013-11-251-0/+4
* Fix .comm and .lcomm on COFF.Rafael Espindola2013-11-251-18/+2
* Refactor to make the .bss, .data and .text sections available for other uses.Rafael Espindola2013-11-251-19/+22
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-193-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
OpenPOWER on IntegriCloud