Age | Commit message (Expand) | Author |
2008-01-06 | rename isStore -> mayStore to more accurately reflect what it captures. | Chris Lattner |
2008-01-06 | Change the 'isStore' inferrer to look for 'SDNPMayStore' | Chris Lattner |
2008-01-06 | remove some isStore flags that are now inferred automatically. | Chris Lattner |
2008-01-04 | Correct order of parameters. | Evan Cheng |
2008-01-03 | Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be used | Evan Cheng |
2008-01-02 | leopard and above support alignment for common symbols. | Chris Lattner |
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-31 | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner |
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-12-29 | remove attribution from lib Makefiles. | Chris Lattner |
2007-12-21 | Fix unintented change from last commit | Nicolas Geoffray |
2007-12-21 | Enable EH for linux/ppc32 targets | Nicolas Geoffray |
2007-12-19 | Enable EH on PPC Darwin. This basically works; there | Dale Johannesen |
2007-12-19 | Mark the "isRemat" instruction as never having side effects. | Bill Wendling |
2007-12-12 | Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia... | Evan Cheng |
2007-12-08 | Fix a significant code quality regression I introduced on PPC64 quite | Chris Lattner |
2007-12-08 | implement __builtin_return_addr(0) on ppc. | Chris Lattner |
2007-12-08 | refactor some code to avoid overloading the name 'usesLR' in | Chris Lattner |
2007-12-08 | Fix a compilation warning. | Evan Cheng |
2007-12-07 | Initial commit of the machine code LICM pass. It successfully hoists this: | Bill Wendling |
2007-12-05 | Added canFoldMemoryOperand for PPC. | Evan Cheng |
2007-12-05 | Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether | Evan Cheng |
2007-12-02 | Remove redundant foldMemoryOperand variants and other code clean up. | Evan Cheng |
2007-12-01 | Allow some reloads to be folded in multi-use cases. Specifically testl r, r -... | Evan Cheng |
2007-11-28 | Implement ExpandOperationResult for ppc i64 fp->int, which fixes | Chris Lattner |
2007-11-27 | Fix a crash on invalid code due to memcpy lowering. | Chris Lattner |
2007-11-20 | Fix .eh table linkage issues on Darwin. Some EH support | Dale Johannesen |
2007-11-19 | Remove meaningless qualifiers from return types, avoiding compiler warnings. | Dan Gohman |
2007-11-13 | Revert previous; these files aren't ready to go in yet. | Dale Johannesen |
2007-11-13 | Add parameter to getDwarfRegNum to permit targets | Dale Johannesen |
2007-11-13 | Unifacalize the CALLSEQ{START,END} stuff. | Bill Wendling |
2007-11-13 | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling |
2007-11-12 | Completely forgot, that we have some debug information emission on PPC. This ... | Anton Korobeynikov |
2007-11-12 | Add a flag for indirect branch instructions. | Owen Anderson |
2007-11-11 | Use TableGen to emit information for dwarf register numbers. | Anton Korobeynikov |
2007-11-05 | Eliminate the remaining uses of getTypeSize. This | Duncan Sands |
2007-11-04 | Fix crash before main on ppc/linux with static constructors. PR1771 | Nick Lewycky |
2007-10-23 | Disable a couple more things for ppcf128. | Dale Johannesen |
2007-10-23 | Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig... | Evan Cheng |
2007-10-22 | Use ptr type in the immediate field of a BxA instruction so we don't end up s... | Evan Cheng |
2007-10-19 | comment fixes | Chris Lattner |
2007-10-19 | More ppcf128 issues (maybe the last)? | Dale Johannesen |
2007-10-18 | - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o... | Evan Cheng |
2007-10-18 | Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p... | Evan Cheng |