| Age | Commit message (Expand) | Author |
| 2010-01-15 | zext / truncate is free on msp430. Inform codegen about this. | Anton Korobeynikov |
| 2010-01-15 | Add branch relaxation pass (shamelessly stolen from PPC). | Anton Korobeynikov |
| 2010-01-15 | Provide instruction sizes & encoding. No opcodes yet (but not needed so far). | Anton Korobeynikov |
| 2010-01-15 | Enable bit tests and setcc stuff. | Anton Korobeynikov |
| 2010-01-15 | Add micro-optimization which allows us to fold imm into cmp. This allows us t... | Anton Korobeynikov |
| 2010-01-15 | Add instruction formats & support stuff | Anton Korobeynikov |
| 2010-01-15 | fix a bug in range information for $42, eliminate an | Chris Lattner |
| 2010-01-15 | add range information for mem X86Operand's, now all | Chris Lattner |
| 2010-01-15 | extend MCAsmParser::ParseExpression and ParseParenExpression | Chris Lattner |
| 2010-01-15 | give X86Operand a ctor and start passing SMLoc's into it. | Chris Lattner |
| 2010-01-15 | Revert 93499. After discussion with Chris we agreed | Dale Johannesen |
| 2010-01-15 | add range location info for registers, change | Chris Lattner |
| 2010-01-15 | clean up the memory management of the operands. | Chris Lattner |
| 2010-01-15 | refactor ParseRegister to avoid using X86Operand as a temporary | Chris Lattner |
| 2010-01-15 | Lower FrameIndex operand of DEBUG_VALUE (specially) and | Dale Johannesen |
| 2010-01-15 | Fix cmp emission on msp430: we definitely should turn stuff like | Anton Korobeynikov |
| 2010-01-15 | Name change for consistency. No functional change. | Jim Grosbach |
| 2010-01-15 | EmitAtomicCmpSwap() custome inserter needs to delete the MI passed in. EmitAt... | Jim Grosbach |
| 2010-01-14 | Teach PPC how to replaceMachineCodeForFunction correctly. (Fixes | Jeffrey Yasskin |
| 2010-01-14 | Added 16-bit Thumb Load/Store immediate instructions with encoding bits so that | Johnny Chen |
| 2010-01-14 | Split the TargetAsmParser "ParseInstruction" interface in half: | Chris Lattner |
| 2010-01-14 | Remove pseudo-MI in custom inserter. | Anton Korobeynikov |
| 2010-01-14 | prune #includes in TargetAsmParser.h | Chris Lattner |
| 2010-01-14 | introduce MCParsedAsmOperand | Chris Lattner |
| 2010-01-14 | introduce the MCParsedAsmOperand class. | Chris Lattner |
| 2010-01-14 | ARM "l" constraint for inline asm means R0-R7, also for Thumb2. | Jakob Stoklund Olesen |
| 2010-01-14 | Don't fold insufficiently aligned ldr/str into ldm/stm instructions. | Jakob Stoklund Olesen |
| 2010-01-13 | this is an SSE-specific issue. | Chris Lattner |
| 2010-01-13 | X86 if conversion + tail merging issues from PR6032. | Chris Lattner |
| 2010-01-13 | fix ELF section mangling stuff for weak symbols to not use | Chris Lattner |
| 2010-01-13 | reduce duplicate mangling logic by using MCSymbol::printMangledName. | Chris Lattner |
| 2010-01-13 | Fixed a couple of places for Thumb MOV where encoding bits are underspecified. | Johnny Chen |
| 2010-01-13 | Fix pasto | Jakob Stoklund Olesen |
| 2010-01-13 | stop the CBE from using deprecated Mangler stuff. | Chris Lattner |
| 2010-01-13 | Use the GV version of getNameWithPrefix in TargetLoweringObjectFileCOFF:: | Chris Lattner |
| 2010-01-13 | just finish MCizing FnStubInfo which cleans it up and simplifies it. | Chris Lattner |
| 2010-01-13 | don't call getNameWithPrefix repeatedly and unnecesarily. | Chris Lattner |
| 2010-01-13 | properly use MCSymbol to print the strings aquired from getNameWithPrefix. | Chris Lattner |
| 2010-01-13 | upgrade and MC'ize a few uses of makeNameProper. | Chris Lattner |
| 2010-01-13 | MC'ize this a bit and upgrade APIs | Chris Lattner |
| 2010-01-13 | add a fixme, ELF MCSection isn't quite right and weak unnamed globals are broken | Chris Lattner |
| 2010-01-13 | For now, avoid issuing extract_subreg to reuse lower 8-bit, it's not safe in ... | Evan Cheng |
| 2010-01-13 | eliminate some uses of Mangler::makeNameProper. | Chris Lattner |
| 2010-01-13 | change Mangler::makeNameProper to return its result in a SmallVector | Chris Lattner |
| 2010-01-13 | Remove the JustSP single-register regclass. | Jakob Stoklund Olesen |
| 2010-01-13 | Add a quick pass to optimize sign / zero extension instructions. For targets ... | Evan Cheng |
| 2010-01-12 | Eliminate or_not_add and just use AddedComplexity so isel tries or_is_add pat... | Evan Cheng |
| 2010-01-12 | Revert commit 93204, since it causes the assembler to barf | Duncan Sands |
| 2010-01-12 | Fix typo. | Duncan Sands |
| 2010-01-12 | Tweak commit 91745, which changed target data for both Mingw and Cygwin, | Duncan Sands |