aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and document MachineLocation.Adrian Prantl2013-04-261-1/+6
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-221-6/+6
* [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier2013-04-222-0/+3
* [ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier2013-04-221-0/+2
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-221-3/+14
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-178-33/+64
* Simplify the MCInst operator iterator declaration.Jim Grosbach2013-04-151-1/+1
* [ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a futureChad Rosier2013-04-111-10/+12
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-102-2/+8
* Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling2013-04-101-1/+10
* Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier2013-04-101-0/+7
* Remove unused method and default values.Rafael Espindola2013-04-091-6/+5
* Revert r179115 as it looks to have killed the ASan tests.Chad Rosier2013-04-091-7/+0
* [ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier2013-04-091-0/+7
* [ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,Chad Rosier2013-04-091-9/+1
* Update documentation.Matt Arsenault2013-04-081-3/+1
* [ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier2013-04-081-1/+13
* Dead code.Chad Rosier2013-03-191-6/+0
* [ms-inline asm] Move the size directive asm rewrite into the target specificChad Rosier2013-03-191-5/+0
* Make methods const.Jakub Staszak2013-03-181-2/+2
* Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren2013-03-121-4/+5
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-072-10/+21
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-201-19/+19
* ELF symbol table field st_other support, Jack Carter2013-02-193-0/+8
* Grammar.Eric Christopher2013-02-191-1/+1
* [ms-inline-asm] Implement align directive (which is roughly equivalent to .al...Chad Rosier2013-02-121-0/+1
* This patch just fixes up various llvm formattingJack Carter2013-02-121-1/+1
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-121-0/+4
* Fix unnecessary removal of const through cast machineryDavid Blaikie2013-02-111-1/+1
* Allow targets to add custom asm operand matching logic.Jim Grosbach2013-02-061-0/+9
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-052-6/+44
* [MC] Bundle alignment: Invalidate relaxed fragmentsDerek Schuff2013-02-051-3/+4
* Format comments & clean whitespaceEli Bendersky2013-02-051-5/+4
* This patch changes a static_cast to dyn_castJack Carter2013-02-051-0/+1
* Fix a think-o in the condition here. =[ I would commit the test thatChandler Carruth2013-01-311-1/+1
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-313-10/+41
* Add AArch64 as an experimental target.Tim Northover2013-01-312-0/+3
* This patch reworks how llvm targets set Jack Carter2013-01-302-1/+10
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-231-6/+1
* Initial patch for x32 ABI support.Eli Bendersky2013-01-221-1/+17
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-182-0/+14
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-181-0/+5
* [MC] Expose ParseEscapedString to target AsmParser implementations.Daniel Dunbar2013-01-181-0/+4
* [ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier2013-01-171-1/+3
* Clean up some unnecessary headers and forward declarationsEli Bendersky2013-01-161-3/+0
* Now that GenericAsmParser was folded into AsmParser, some methods and types canEli Bendersky2013-01-161-54/+0
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-161-0/+7
* Replace virtual hasFixups with explicit fragment type checksEli Bendersky2013-01-161-9/+2
* Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky2013-01-161-3/+4
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-151-0/+4