summaryrefslogtreecommitdiff
path: root/include/llvm/MC
Commit message (Expand)AuthorAge
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* In MC asm parsing, account for the possibility of whitespace withinJohn McCall2013-05-03
* Cleanup and document MachineLocation.Adrian Prantl2013-04-26
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-22
* [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier2013-04-22
* [ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier2013-04-22
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-22
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Simplify the MCInst operator iterator declaration.Jim Grosbach2013-04-15
* [ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a futureChad Rosier2013-04-11
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-10
* Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling2013-04-10
* Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier2013-04-10
* Remove unused method and default values.Rafael Espindola2013-04-09
* Revert r179115 as it looks to have killed the ASan tests.Chad Rosier2013-04-09
* [ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier2013-04-09
* [ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,Chad Rosier2013-04-09
* Update documentation.Matt Arsenault2013-04-08
* [ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier2013-04-08
* Dead code.Chad Rosier2013-03-19
* [ms-inline asm] Move the size directive asm rewrite into the target specificChad Rosier2013-03-19
* Make methods const.Jakub Staszak2013-03-18
* Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren2013-03-12
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-07
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-20
* ELF symbol table field st_other support, Jack Carter2013-02-19
* Grammar.Eric Christopher2013-02-19
* [ms-inline-asm] Implement align directive (which is roughly equivalent to .al...Chad Rosier2013-02-12
* This patch just fixes up various llvm formattingJack Carter2013-02-12
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-12
* Fix unnecessary removal of const through cast machineryDavid Blaikie2013-02-11
* Allow targets to add custom asm operand matching logic.Jim Grosbach2013-02-06
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-05
* [MC] Bundle alignment: Invalidate relaxed fragmentsDerek Schuff2013-02-05
* Format comments & clean whitespaceEli Bendersky2013-02-05
* This patch changes a static_cast to dyn_castJack Carter2013-02-05
* Fix a think-o in the condition here. =[ I would commit the test thatChandler Carruth2013-01-31
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-31
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* This patch reworks how llvm targets set Jack Carter2013-01-30
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-23
* Initial patch for x32 ABI support.Eli Bendersky2013-01-22
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-18
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-18
* [MC] Expose ParseEscapedString to target AsmParser implementations.Daniel Dunbar2013-01-18
* [ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier2013-01-17
* Clean up some unnecessary headers and forward declarationsEli Bendersky2013-01-16
* Now that GenericAsmParser was folded into AsmParser, some methods and types canEli Bendersky2013-01-16
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-16
* Replace virtual hasFixups with explicit fragment type checksEli Bendersky2013-01-16