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