aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC
AgeCommit message (Expand)Author
2013-10-30Move global FlagSfi variables to common modulePetar Jovanovic
2013-09-16Work around a gcc 4.6.3 / 4.7 bug.Jim Stichnoth
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-05-17Merging r181864:Bill Wendling
2013-05-10LLVM: Add ELF Note section to NaCl object files identifying them as such to goldDerek Schuff
2013-05-05Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko
2013-05-03In MC asm parsing, account for the possibility of whitespace withinJohn McCall
2013-04-26Cleanup and document MachineLocation.Adrian Prantl
2013-04-22Remove unused DwarfSectionOffsetDirective stringMatt Arsenault
2013-04-22[ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier
2013-04-22[ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier
2013-04-22[ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2013-04-15Simplify the MCInst operator iterator declaration.Jim Grosbach
2013-04-11[ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a futureChad Rosier
2013-04-10MC: Support COFF image-relative MCSymbolRefsNico Rieck
2013-04-10Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling
2013-04-10Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier
2013-04-09Remove unused method and default values.Rafael Espindola
2013-04-09Revert r179115 as it looks to have killed the ASan tests.Chad Rosier
2013-04-09[ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier
2013-04-09[ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,Chad Rosier
2013-04-08Update documentation.Matt Arsenault
2013-04-08[ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.Chad Rosier
2013-03-19Dead code.Chad Rosier
2013-03-19[ms-inline asm] Move the size directive asm rewrite into the target specificChad Rosier
2013-03-18Make methods const.Jakub Staszak
2013-03-12Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-03-07Debug Info: store the files and directories for each compile unit.Manman Ren
2013-02-20MCParser: Update method names per coding guidelines.Jim Grosbach
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19Grammar.Eric Christopher
2013-02-12[ms-inline-asm] Implement align directive (which is roughly equivalent to .al...Chad Rosier
2013-02-12This patch just fixes up various llvm formattingJack Carter
2013-02-12Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek
2013-02-11Fix unnecessary removal of const through cast machineryDavid Blaikie
2013-02-06Allow targets to add custom asm operand matching logic.Jim Grosbach
2013-02-05Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren
2013-02-05[MC] Bundle alignment: Invalidate relaxed fragmentsDerek Schuff
2013-02-05Format comments & clean whitespaceEli Bendersky
2013-02-05This patch changes a static_cast to dyn_castJack Carter
2013-02-04Cherry-pick not-yet-committed upstream change to fix relaxation at bundle endDerek Schuff
2013-01-31Fix a think-o in the condition here. =[ I would commit the test thatChandler Carruth
2013-01-31Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth
2013-01-31Cherry-pick r174067Derek Schuff
2013-01-31Add AArch64 as an experimental target.Tim Northover
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-30This patch reworks how llvm targets set Jack Carter
2013-01-23Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky