Age | Commit message (Expand) | Author |
2010-11-14 | implement basic support for symbol operand lowering, | Chris Lattner |
2010-11-14 | trim #includes. | Chris Lattner |
2010-11-14 | switch PPC to a simplified MCInstLowering model. | Chris Lattner |
2010-11-14 | fix PPC.h to not pull in TargetMachine.h | Chris Lattner |
2010-11-14 | rename LowerToMCInst -> LowerARMMachineInstrToMCInst. | Chris Lattner |
2010-11-14 | even more simplifications. ARM MCInstLowering is now just | Chris Lattner |
2010-11-14 | more shrinkification | Chris Lattner |
2010-11-14 | more simplifications. | Chris Lattner |
2010-11-14 | simplify and tidy up | Chris Lattner |
2010-11-14 | implement basic support for memory operands and crbit operands, | Chris Lattner |
2010-11-14 | implement several trivial operand printers, reducing | Chris Lattner |
2010-11-14 | Implement support for printing register and immediate operands, | Chris Lattner |
2010-11-14 | stub out PPCMCInstLowering, add a new option that uses it and the new | Chris Lattner |
2010-11-14 | stub out a powerpc MCInstPrinter implementation. | Chris Lattner |
2010-11-14 | move all the target's asmprinters into the main target. The piece | Chris Lattner |
2010-11-14 | move PPCAsmPrinter into the main PPC library, like ARM and X86. | Chris Lattner |
2010-11-14 | fix cmake | Chris Lattner |
2010-11-14 | remove JIT support from the Alpha backend. The JIT will be moving to MC, | Chris Lattner |
2010-11-14 | random acts of tidiness. | Chris Lattner |
2010-11-14 | Second attempt at providing correct encodings for Thumb2 binary operators. | Owen Anderson |
2010-11-13 | Recognise 32-bit ror-based bswap implementation used by uclibc | Peter Collingbourne |
2010-11-13 | Support ; as asm separator | Peter Collingbourne |
2010-11-13 | Comment out the defms until they're activated. | Bill Wendling |
2010-11-13 | Add uses of the *_ldst_multi multiclasses. These aren't used yet. | Bill Wendling |
2010-11-13 | Convert the modes to lower case. | Bill Wendling |
2010-11-13 | Minor cleanups: | Bill Wendling |
2010-11-13 | Add *_ldst_mult multiclasses to the ARM back-end. These will be used in the | Bill Wendling |
2010-11-13 | MC: Simplify Mach-O and ELF object writer implementations. | Daniel Dunbar |
2010-11-13 | Fixed error and re-enabled MBlaze MC disassembler tests. | Wesley Peck |
2010-11-13 | Conditional moves are slightly more expensive than moves. | Evan Cheng |
2010-11-13 | 1. Adding test cases for MBlaze MC disassembler. | Wesley Peck |
2010-11-13 | Add conditional move of large immediate. | Evan Cheng |
2010-11-13 | Swap multiclass operand order for consistency with other patterns. | Jim Grosbach |
2010-11-13 | Continue ARM indexed load refactoring. Multiclass for LDR{B} pre/post indexed | Jim Grosbach |
2010-11-13 | More ARM load/store indexed refactoring. Also fix an incorrect IndexMode | Jim Grosbach |
2010-11-13 | Revert r118917, which is implicated in the llvm-gcc-i386-linux-selfhost failure. | Dan Gohman |
2010-11-13 | Fix an obvious typo which inverted an immediate. | Evan Cheng |
2010-11-13 | 1. Adding missing immediate mode asm parser test cases. | Wesley Peck |
2010-11-12 | Temporarily revert this. | Eric Christopher |
2010-11-12 | For pre-v6t2 targets, only select MOVi32imm if the immediate can be handled w... | Evan Cheng |
2010-11-12 | Fixing improperly encoded reverse subtract instructions in MBlaze backend. | Wesley Peck |
2010-11-12 | Revert r118939 while I work out why it broke some buildbots. | Owen Anderson |
2010-11-12 | 1. Finishing MBlaze MC asm parser test cases | Wesley Peck |
2010-11-12 | Attemt to provide correct encodings for Thumb2 binary operators. | Owen Anderson |
2010-11-12 | Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o... | Evan Cheng |
2010-11-12 | Make this happen for ARM like x86. Don't entirely bail out when | Eric Christopher |
2010-11-12 | Add conditional mvn instructions. | Evan Cheng |
2010-11-12 | Zap a copy/paste-o bit of dead code. | Jim Grosbach |
2010-11-12 | Refactor to parameterize some ARM load/store encoding patterns. Preparatory | Jim Grosbach |
2010-11-12 | First stab at providing correct Thumb2 encodings, start with adc. | Owen Anderson |