Age | Commit message (Expand) | Author |
2008-04-16 | Infrastructure for getting the machine code size of a function and an instruc... | Nicolas Geoffray |
2008-03-20 | detabify llvm, patch by Mike Stump! | Chris Lattner |
2008-03-10 | Change the "enable/disable" mechanism so that we can enable PPC register | Bill Wendling |
2008-03-10 | fix 80 col violations. | Chris Lattner |
2008-03-10 | Stylistic modifications. No functionality changes. | Nicolas Geoffray |
2008-03-10 | Add description of individual bits in CR. This fix PR1765. | Nicolas Geoffray |
2008-03-04 | Use a command-line option to turn register scavenging on/off for PPC. | Bill Wendling |
2008-03-03 | This is the initial check-in for adding register scavenging to PPC. (Currently, | Bill Wendling |
2008-02-13 | commuteInstr() can now commute non-ssa machine instrs. | Evan Cheng |
2008-02-08 | It's not always safe to fold movsd into xorpd, etc. Check the alignment of th... | Evan Cheng |
2008-01-07 | remove MachineOpCode typedef. | Chris Lattner |
2008-01-07 | Move even more functionality from MRegisterInfo into TargetInstrInfo. | Owen Anderson |
2008-01-01 | Move some more instruction creation methods from RegisterInfo into InstrInfo. | Owen Anderson |
2008-01-01 | Fix a bug in my previous patch: refer to the impl not the pure virtual versio... | Chris Lattner |
2008-01-01 | Fix a problem where lib/Target/TargetInstrInfo.h would include and use | Chris Lattner |
2007-12-31 | Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the | Owen Anderson |
2007-12-30 | Add new shorter predicates for testing machine operands for various types: | Chris Lattner |
2007-12-30 | More cleanups for MachineOperand: | Chris Lattner |
2007-12-30 | Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis... | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-09-07 | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson |
2007-06-13 | Handle blocks with 2 unconditional branches in AnalyzeBranch. | Dale Johannesen |
2007-06-08 | Add a utility routine to check for unpredicated terminator instruction. | Evan Cheng |
2007-05-21 | BlockHasNoFallThrough() now returns true if block ends with a return instruct... | Evan Cheng |
2007-05-18 | RemoveBranch() and InsertBranch() now returns number of instructions deleted ... | Evan Cheng |
2007-04-25 | Relex assertions to account for additional implicit def / use operands. | Evan Cheng |
2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
2006-11-27 | Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead | Evan Cheng |
2006-11-17 | convert PPC::BCC to use the 'pred' operand instead of separate predicate | Chris Lattner |
2006-11-17 | rename PPC::COND_BRANCH to PPC::BCC | Chris Lattner |
2006-11-17 | start using PPC predicates more consistently. | Chris Lattner |
2006-11-15 | Properly transfer kill / dead info. | Evan Cheng |
2006-11-13 | Matches MachineInstr changes. | Evan Cheng |
2006-10-28 | implement the BlockHasNoFallThrough hook | Chris Lattner |
2006-10-21 | Implement support for branch reversal, fix a bug in branch analysis. | Chris Lattner |
2006-10-21 | Simplify code, no functionality change | Chris Lattner |
2006-10-21 | implement support for inserting a cond branch | Chris Lattner |
2006-10-17 | add support for inserting an uncond branch | Chris Lattner |
2006-10-13 | implement branch inspection/modification methods. | Chris Lattner |
2006-07-11 | In 64-bit mode, 64-bit GPRs are callee saved, not 32-bit ones. | Chris Lattner |
2006-06-20 | Rename OR4 -> OR. Move some PPC64-specific stuff to the 64-bit file | Chris Lattner |
2006-06-17 | Implement the getPointerRegClass method, which is required for the ptr_rc | Chris Lattner |
2006-05-04 | Move some methods out of MachineInstr into MachineOperand | Chris Lattner |
2006-03-16 | teach the ppc backend how to spill/reload vector regs | Chris Lattner |
2006-03-16 | Add support for copying registers. still needed: spilling and reloading them | Chris Lattner |
2006-03-05 | implement TII::insertNoop | Chris Lattner |
2006-02-02 | add 64b gpr store to the possible list of isStoreToStackSlot opcodes. | Nate Begeman |
2006-02-02 | implement isStoreToStackSlot for PPC | Chris Lattner |
2006-02-02 | Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ... | Chris Lattner |
2005-10-19 | teach ppc backend these are copies | Chris Lattner |