summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Revert "Revert r198851, "Prototype of skeleton type units for fission""David Blaikie2014-01-10
* Revert r198851, "Prototype of skeleton type units for fission"NAKAMURA Takumi2014-01-09
* Prototype of skeleton type units for fissionDavid Blaikie2014-01-09
* Force emit a relocation for @gnu_indirect_function symbols so that the indirectRoman Divacky2014-01-08
* [patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe2014-01-08
* In the ELFWriter when writing aliased (.set) symbols dont blindlyRoman Divacky2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* MCParser: introduce Note and use it for ARM AsmParserSaleem Abdulrasool2014-01-07
* For the 'C' disassembler API, add a new ReferenceType for theKevin Enderby2014-01-06
* MC: Fatally error if subtraction operand is badDavid Majnemer2014-01-06
* Revert "For disassembly when adding a symbolic operand that is a C++ symbol n...Reid Kleckner2014-01-03
* For disassembly when adding a symbolic operand that is a C++Kevin Enderby2014-01-03
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* AsmParser: cleanup diagnostics for .rep/.reptSaleem Abdulrasool2013-12-28
* 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