summaryrefslogtreecommitdiff
path: root/include/llvm/MC
Commit message (Expand)AuthorAge
* [patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe2014-01-08
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool2014-01-07
* MCParser: introduce Note and use it for ARM AsmParserSaleem Abdulrasool2014-01-07
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-20
* Fix yet another typoTimur Iskhodzhanov2013-12-20
* Add a finishParse() callback to the targer asm parserDavid Peixotto2013-12-19
* ARM IAS: support .inst directiveSaleem Abdulrasool2013-12-19
* 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
* On ELF and COFF treat linker_private like private.Rafael Espindola2013-12-11
* 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
* [arm] Implement ARM .arch directive.Logan Chien2013-12-11
* on darwin<10, fallback to .weak_definition (PPC,X86)David Fang2013-12-10
* Fix a crash that occurs when PWD is invalid.Andrew 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
* Machine model comments. Explain a ProcessorUnit's BufferSize.Andrew Trick2013-12-05
* comment typo and reformatAndrew Trick2013-12-05
* 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
* Add a FIXME for making the symbol emission functions const.Eric Christopher2013-12-04
* 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
* The global prefix is always one char. Don't use a string for it.Rafael Espindola2013-11-28
* Teach ISel not to optimize 'optnone' functions (revised).Paul Robinson2013-11-22
* Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."NAKAMURA Takumi2013-11-21
* Teach ISel not to optimize 'optnone' functions.Paul Robinson2013-11-21
* 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 r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* 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
* Export MCDisassembler's SubtargetInfo, to allow architecture-aware disassemblyArtyom Skrobov2013-11-08
* Remove another unused flag.Rafael Espindola2013-10-31
* Remove unused flag.Rafael Espindola2013-10-31
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-29
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-28
* ARM: allow .thumb_func to be separated from symbol definitionTim Northover2013-10-25
* Fix ODR violation.Richard Smith2013-10-25
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-24
* Speling fixes.Benjamin Kramer2013-10-22