aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC
AgeCommit message (Expand)Author
2012-09-19Add support for macro parameters/arguments delimited by spaces,Preston Gurd
2012-09-18Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'Derek Schuff
2012-09-18Avoid symbol name clash when filling TOC.Roman Divacky
2012-09-18Replaced ReInitMCSubtargetInfo with InitMCProcessor.Andrew Trick
2012-09-18Let NULL slip through again.Andrew Trick
2012-09-18TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick
2012-09-18TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick
2012-09-17Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick
2012-09-17Don't use NULL as a fake keywordAndrew Trick
2012-09-17InitMCProcessorAndrew Trick
2012-09-17TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick
2012-09-17TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick
2012-09-16Guard fields by NDEBUG until they get used in the release build.Andrew Trick
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper
2012-09-14TargetSchedModel interface. To be implemented...Andrew Trick
2012-09-14Define MC data tables for the new scheduling machine model.Andrew Trick
2012-09-14Fix Doxygen issues:Dmitri Gribenko
2012-09-13MachO: Correctly mark symbol-difference variables as N_ABS.Jim Grosbach
2012-09-13Fix function name in comment.Craig Topper
2012-09-12Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko
2012-09-11Add documentation.Chad Rosier
2012-09-11Add a few virtual functions to the abstract MCParsedAsmOperand class.Chad Rosier
2012-09-11Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.Jakob Stoklund Olesen
2012-09-07Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer
2012-09-05Constify subtarget info properly so that we dont cast away the const inRoman Divacky
2012-09-05Fix function name per coding standard.Chad Rosier
2012-09-03[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier
2012-09-03[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier
2012-09-03Removed unused argument.Chad Rosier
2012-09-03[ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier
2012-08-31The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier
2012-08-29Allow targets to specify a minimum supported NOP size when performing NOP pad...Owen Anderson
2012-08-29Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper
2012-08-24Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-08-23Make the setInst method take its MCInst parameter by reference, a la Jim'sLang Hames
2012-08-22MCInstFragment constructor should take by-reference MCInst.Jim Grosbach
2012-08-22For mips64 switch statements in subroutines could generate Jack Carter
2012-08-21Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffceDerek Schuff
2012-08-21[ms-inline asm] Do not report a Parser error when matching inline assembly.Chad Rosier
2012-08-21[ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,Chad Rosier
2012-08-17Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'Derek Schuff
2012-08-16Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen
2012-08-16MCFragment merging reduxDavid Sehr
2012-08-14Revert "Add an API to MCSectionData that tracks known offsets for text emitte...Jan Voung
2012-08-14Switch the fixed-length disassembler to be table-driven.Jim Grosbach
2012-08-14Add an API to MCSectionData that tracks known offsets for text emitted into aDavid Sehr
2012-08-13The structure layout for MCFragment had gaps because of unions, bitfields, etc.,David Sehr
2012-08-09[ms-inline asm] Extend the MC AsmParser API to match MCInsts (but not emit).Chad Rosier