summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* 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
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-24
* MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie2013-10-22
* WhitespaceDavid Blaikie2013-10-22
* Emit DWARF line entries for all data in the instruction stream.Peter Collingbourne2013-10-20
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-18
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-18
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-17
* Create an atom with just the data that failed to disassemble.Rafael Espindola2013-10-16
* Fix MCDataAtom never calling remap when adding data.Rafael Espindola2013-10-16
* Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi2013-10-16