Make load->store deletion a bit smarter. This allows us to compile this:
[oota-llvm.git] / lib / Target /
2008-01-08 Duncan SandsUse size_t to store Pos, avoid truncating value
2008-01-08 Chris LattnerFinally implement correct ordered comparisons for PPC...
2008-01-08 Evan ChengMinor fix to enable x86-64 pic jit (still fails for...
2008-01-08 Evan ChengFix a x86-64 static codegen bug. This fixes a lot of...
2008-01-08 Bill WendlingSilence warning about loss of precision.
2008-01-07 Evan ChengOnly mark instructions that load a single value without...
2008-01-07 Chris Lattneradd a new bit.
2008-01-07 Evan ChengUnbreak x86-64.
2008-01-07 Chris Lattneradd a note that is important for some fp apps.
2008-01-07 Chris Lattnerpossible switch lowering improvement.
2008-01-07 Duncan SandsAdd missing newline at EOF.
2008-01-07 Duncan SandsUnbreak x86-32 darwin long double!
2008-01-07 Duncan SandsFix long double support on x86-32 linux.
2008-01-07 Bill WendlingOperand 1 should be a register. We don't care if it...
2008-01-07 Chris Lattneradd a note
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Chris LattnerRename all the M_* flags to be namespace qualified...
2008-01-07 Chris Lattneruse predicate.
2008-01-07 Chris Lattnerrename hasVariableOperands() -> isVariadic(). Add...
2008-01-07 Chris Lattnerremove a dead field.
2008-01-07 Chris Lattnerno need to explicitly clear these fields.
2008-01-07 Chris LattnerMove a bunch more accessors from TargetInstrInfo to...
2008-01-07 Chris Lattnerremove MachineOpCode typedef.
2008-01-07 Chris LattnerAdd predicates methods to TargetOperandInfo, and switch...
2008-01-07 Chris LattnerRename MachineInstr::getInstrDescriptor -> getDesc...
2008-01-07 Owen AndersonMove even more functionality from MRegisterInfo into...
2008-01-07 Gordon HenriksenEnabling the target-independent garbage collection...
2008-01-06 Chris LattnerThe pic base can't be duplicated.
2008-01-06 Chris Lattnerrename isLoad -> isSimpleLoad due to evan's desire...
2008-01-06 Chris Lattnerrename isStore -> mayStore to more accurately reflect...
2008-01-06 Chris LattnerChange the 'isStore' inferrer to look for 'SDNPMayStore'
2008-01-06 Chris Lattnerremove explicit isStore flags that are now inferrable.
2008-01-06 Chris Lattnerremove some isStore flags that are now inferred automat...
2008-01-05 Bill WendlingFix comment.
2008-01-05 Nate BegemanRemove an incorrect optimization that is performed...
2008-01-05 Gordon HenriksenRefactoring the x86 and x86-64 calling convention imple...
2008-01-05 Bill WendlingChris and Evan noticed that this check was compleatly...
2008-01-05 Chris Lattnerenable sinking and licm of loads from the argument...
2008-01-05 Chris Lattnersimplify some code by using shorter accessors.
2008-01-05 Chris Lattnerrevert my previous patch.
2008-01-05 Chris Lattnerfactor some code better to avoid redundancy between
2008-01-05 Chris Lattnergetting the pic base has no side effects.
2008-01-05 Evan ChengX86 JIT PIC jumptable support.
2008-01-05 Evan ChengCombine MovePCtoStack + POP32r into one instruction...
2008-01-04 Owen AndersonMove some more functionality from MRegisterInfo to...
2008-01-04 Evan ChengUnbreak tailcall opt in JIT.
2008-01-04 Evan ChengX86 PIC JIT support fixes: encoding bugs, add lazy...
2008-01-04 Evan ChengCorrect order of parameters.
2008-01-03 Gordon HenriksenFirst steps in in X86 calling convention cleanup.
2008-01-03 Evan ChengChange MachineRelocation::DoesntNeedFnStub to NeedStub...
2008-01-02 Evan ChengX86 PIC JIT bug fix: relocations for constantpool and...
2008-01-02 Bill WendlingMachine LICM will check that operands are defined outsi...
2008-01-02 Chris Lattnerdarwin9 and above support aligned common symbols.
2008-01-02 Chris Lattnerleopard and above support alignment for common symbols.
2008-01-01 Owen AndersonMove some more instruction creation methods from Regist...
2008-01-01 Chris LattnerFix a bug in my previous patch: refer to the impl not...
2008-01-01 Chris LattnerFix a problem where lib/Target/TargetInstrInfo.h would...
2007-12-31 Owen AndersonMove copyRegToReg from MRegisterInfo to TargetInstrInfo...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-30 Chris LattnerMore cleanups for MachineOperand:
2007-12-30 Chris LattnerUse MachineOperand::getImm instead of MachineOperand...
2007-12-30 Bill WendlingIf we have a load of a global address that's not modifi...
2007-12-30 Chris Lattneruse simplified operand addition methods.
2007-12-30 Chris LattnerShrinkify the machine operand creation method names.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-12-29 Chris Lattnerthis is done.
2007-12-29 Chris LattnerOne readme entry is done, one is really easy (Evan...
2007-12-29 Chris LattnerFold comparisons against a constant nan, and optimize...
2007-12-29 Chris Lattnerthis xform is implemented.
2007-12-29 Chris LattnerCodegen:
2007-12-29 Chris Lattneravoid going through a stack slot to convert from fpstac...
2007-12-29 Chris Lattneradd a note
2007-12-29 Chris Lattnerexpand note.
2007-12-28 Chris Lattneradd a note.
2007-12-28 Chris Lattneradd a note.
2007-12-28 Chris Lattneradd a note
2007-12-24 Chris Lattneradd a simple hack
2007-12-23 Gordon HenriksenSetting GlobalDirective in TargetAsmInfo by default...
2007-12-22 Chris Lattnerfix some warnings. This code needs to be de-tabified :(
2007-12-22 Chris Lattnerfix strict-aliasing violation
2007-12-22 Anton KorobeynikovErm, really disable :)
2007-12-22 Anton KorobeynikovDisable, until we'll really need it
2007-12-22 Evan ChengPreliminary PIC JIT support for X86 (32-bit) / Darwin.
2007-12-22 Evan ChengOops.
2007-12-22 Evan ChengFix JIT code emission of X86::MovePCtoStack.
2007-12-22 Evan ChengAllow JIT with non-static relocation model.
2007-12-21 Anton KorobeynikovFix silly typo in the FP CEP handling.
2007-12-21 Duncan SandsFix a brain fart by our beloved leader (the content
2007-12-21 Nicolas GeoffrayFix unintented change from last commit
2007-12-21 Nicolas GeoffrayEnable EH for linux/ppc32 targets
2007-12-21 Evan ChengNew entry.
2007-12-20 Evan ChengFix JIT encoding for CMPSD as well.
2007-12-20 Scott MichelMore working CellSPU tests:
2007-12-19 Dale JohannesenEnable EH on PPC Darwin. This basically works; there
2007-12-19 Scott MichelCellSPU testcase, extract_elt.ll: extract vector element.
2007-12-19 Scott MichelTwo more test cases: or_ops.ll (arithmetic or operation...
2007-12-19 Scott MichelAdd new immed16.ll test case, fix CellSPU errata to...
2007-12-19 Bill WendlingMark the "isRemat" instruction as never having side...
next