aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC
AgeCommit message (Expand)Author
2011-09-25Add target hook for pseudo instruction expansion.Jakob Stoklund Olesen
2011-09-22Start stubbing out MCModule and MCAtom, which provide an API for accessing th...Owen Anderson
2011-09-20Restore hasPostISelHook tblgen flag.Andrew Trick
2011-09-20ARM isel bug fix for adds/subs operands.Andrew Trick
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson
2011-09-15Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson
2011-09-14Move state var to private class member.Jim Grosbach
2011-09-13First step in supporting #line directives in assembler. This step parses theKevin Enderby
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy
2011-09-02Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands
2011-09-01Don't drop alignment info on local common symbols.Benjamin Kramer
2011-08-30Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin
2011-08-30Follow up to r138791.Evan Cheng
2011-08-29Thumb2 parsing and encoding for IT blocks.Jim Grosbach
2011-08-29Tidy up. 80 columns.Jim Grosbach
2011-08-23Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng
2011-08-22Add an MCInstrAnalysis version of isCall.Benjamin Kramer
2011-08-17Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson
2011-08-16Remove unused Target argument from AsmParser construction methods.Jim Grosbach
2011-08-16Remove unused forward declaration.Jim Grosbach
2011-08-16Tidy up. Trailing whitespace.Jim Grosbach
2011-08-16Remove unimplemented method. Fixes PR10658.Rafael Espindola
2011-08-15MCTargetAsmParser target match predicate support.Jim Grosbach
2011-08-15Move MatchResultTy enum into base class definition.Jim Grosbach
2011-08-15Tidy up trailing whitespace.Jim Grosbach
2011-08-08Pacify virtual dtor warnings and cmake buildbots.Benjamin Kramer
2011-08-08Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer
2011-08-03Add accessors for manipulating an MCInst's operands.Owen Anderson
2011-08-02Assume .cfi_startproc is the first thing in a function. If the function isRafael Espindola
2011-08-01Add a clear() operation to MCInst, to drop all of its operands. Useful for t...Owen Anderson
2011-07-27Support .code32 and .code64 in X86 assembler.Evan Cheng
2011-07-26Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng
2011-07-25Fix include guards.Evan Cheng
2011-07-23Fix a silly off by one.Benjamin Kramer
2011-07-23Add more constness.Benjamin Kramer
2011-07-23Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This shou...Benjamin Kramer
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2011-07-22Add a method to get the list of FrameInfos.Bill Wendling
2011-07-22Teach tblgen to emit MCRegisterClasses.Benjamin Kramer
2011-07-21Sink parts of TargetRegisterClass into MCRegisterClass.Benjamin Kramer
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-19Add a method to set compact unwind encoding information in a frame.Bill Wendling
2011-07-19Add a field for the compact unwind encoding.Bill Wendling
2011-07-18Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-07-15Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng