summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
...
* IAS: support .rep as an alias for .reptSaleem Abdulrasool2013-12-28
* clang-format a couple of mis-formatted functionsTimur Iskhodzhanov2013-12-20
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-20
* Add a finishParse() callback to the targer asm parserDavid Peixotto2013-12-19
* AsmParser: add support for .end directiveSaleem Abdulrasool2013-12-18
* MC COFF: Emit the 'b' section flag for .bss sections in GNU assemblyReid Kleckner2013-12-17
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-13
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-13
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-11
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-11
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-10
* Reland "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-10
* Revert "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-10
* Fix miscompile of MS inline assembly with stack realignmentReid Kleckner2013-12-10
* Fix a crash that occurs when PWD is invalid.Andrew Trick2013-12-10
* whitespaceAndrew Trick2013-12-10
* Use a more direct check for finding out the file type.Rafael Espindola2013-12-09
* Cache AllowAtInIdentifier as class variable in AsmLexerDavid Peixotto2013-12-06
* Integrated assembler incorrectly lexes ARM-style commentsDavid Peixotto2013-12-06
* Correct word hyphenationsAlp Toker2013-12-05
* [mc] Fix ELF st_other flag.Logan Chien2013-12-05
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-04
* Fix a funny typo.Rafael Espindola2013-12-04
* Produce deterministic coff files.Rafael Espindola2013-12-04
* Avoid buffer copies when a Twine already is a StringRef.David Blaikie2013-12-03
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-02
* Output .eh_frames on COFF too now that the integrated as is used on mingw.Rafael Espindola2013-12-02
* The global prefix is always one char. Don't use a string for it.Rafael Espindola2013-11-28
* Use simple section names for COMDAT sections on COFF.Rafael Espindola2013-11-27
* ARM integrated assembler generates incorrect nop opcodeDavid Peixotto2013-11-25
* Fix .comm and .lcomm on COFF.Rafael Espindola2013-11-25
* Refactor to make the .bss, .data and .text sections available for other uses.Rafael Espindola2013-11-25
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert "COFF: Emit all MCSymbols rather than filtering out some of them"Reid Kleckner2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Don't mangle \n and "Rafael Espindola2013-11-14
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-13
* Remove always true flag.Rafael Espindola2013-11-12
* Add a method to get the object-file appropriate stack map section.Lang Hames2013-11-08
* Add to the disassembler C API output reference types forKevin Enderby2013-11-01
* Remove unused flag.Rafael Espindola2013-10-31
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-29
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-25