Some notes on better load folding we could do
[oota-llvm.git] / lib / Target / X86 /
2006-09-07 Chris LattnerSome notes on better load folding we could do
2006-09-07 Evan ChengConsistency.
2006-09-07 Jim LaskeyMake the x86 asm flavor part of the subtarget info.
2006-09-07 Evan ChengClean up.
2006-09-06 Evan ChengWatch out for variable_ops instructions.
2006-09-06 Evan ChengVariable ops instructions may ignore the last few opera...
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-05 Chris LattnerBugfix to work with the two-addr changes that have...
2006-09-05 Evan ChengFix a few dejagnu failures. e.g. fast-cc-merge-stack...
2006-09-05 Evan ChengJIT encoding bug.
2006-09-05 Chris LattnerUpdate the X86 JIT to make it work with the new two...
2006-09-05 Chris LattnerCompletely eliminate def&use operands. Now a register...
2006-09-05 Chris LattnerFix a long-standing wart in the code generator: two...
2006-09-04 Chris LattnerFix some X86 JIT failures. This should really come...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-04 Chris LattnerAdd accessor
2006-09-03 Chris LattnerSimplify target construction.
2006-09-01 Evan ChengOops. Bad typo. Without the check of N1.hasOneUse(...
2006-08-29 Evan ChengMinor asm fix.
2006-08-29 Evan ChengRemove dead code.
2006-08-29 Evan ChengDon't performance load/op/store transformation if op...
2006-08-29 Evan Cheng- Enable x86 isel preprocessing by default unless ...
2006-08-29 Evan ChengAvoid making unneeded load/mod/store transformation...
2006-08-28 Evan ChengOn Mac, print jump table entries after the function...
2006-08-28 Evan ChengAdd an optional pass to preprocess the DAG before x86...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-27 Evan ChengDo not use getTargetNode() and SelectNodeTo() which...
2006-08-26 Evan ChengSelectNodeTo now returns a SDNode*.
2006-08-26 Evan ChengSelect() no longer require Result operand by reference.
2006-08-26 Evan ChengMatch tblgen changes; clean up.
2006-08-26 Chris LattnerGive a good error message when we try to jit inline...
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...
2006-08-17 Chris LattnerConstify some methods. Patch provided by Anton Vayvod...
2006-08-17 Chris LattnerRevert this patch, the front-end has been fixed to...
2006-08-17 Chris Lattner'g' is handled by the front-end.
2006-08-17 Andrew LenharthFix handling of 'g'. Closes 883
2006-08-17 Andrew LenharthAdd the 'c' constraint as needed by the linux kernel
2006-08-17 Andrew LenharthAdd support for S and D constraints, as needed to compi...
2006-08-16 Evan ChengDoh. Incorrectly inverted condition. Also add a isOnlyU...
2006-08-16 Evan ChengSelectNodeTo() may return a SDOperand that is different...
2006-08-16 Chris Lattneradd a note
2006-08-12 Nate BegemanEmit .set directives for jump table entries when possib...
2006-08-11 Chris Lattnereliminate extraneous blank line
2006-08-11 Chris LattnerEliminate use of getNode that takes a vector.
2006-08-11 Evan ChengMatch tablegen changes.
2006-08-11 Evan ChengCALLSEQ_* produces chain even if that's not needed.
2006-08-11 Evan ChengConvert more calls of getNode() that takes a vector...
2006-08-08 Chris LattnerStart eliminating temporary vectors used to create...
2006-08-08 Evan ChengEliminate reachability matrix. It has to be calculated...
2006-08-07 Evan ChengMatch tablegen isel changes.
2006-08-07 Evan ChengMake XMM, FP register dwarf register numbers consistent...
2006-08-03 Jim LaskeyGet darwin intel debugging up and running.
2006-08-02 Evan ChengReflect change to AssignTopologicalOrder().
2006-08-02 Evan ChengUse of vector<bool> causes some horrendous compile...
2006-08-02 Nate BegemanUpdate the readme to remove duplicate information and...
2006-08-02 Nate BegemanDisable LSR at -fast
2006-08-01 Evan ChengFactor topological order code to SelectionDAG. Clean up.
2006-07-31 Chris LattnerFix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll.
2006-07-28 Evan ChengCan't spell.
2006-07-28 Evan ChengSome clean up.
2006-07-28 Evan ChengRename IsFoldableBy to CanBeFoldedleBy
2006-07-28 Evan ChengNode selected into address mode cannot be folded.
2006-07-28 Evan ChengAnother duh. Determine topological order before any...
2006-07-27 Evan ChengBrain cramp..
2006-07-27 Evan ChengAllocating too large an array for ReachibilityMatrix.
2006-07-27 Evan ChengCalculate the portion of reachbility matrix on demand.
2006-07-27 Evan ChengisNonImmUse is replaced by IsFoldableBy
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-27 Evan ChengUse reachbility information to determine whether a...
2006-07-27 Jim LaskeyUse the predicate.
2006-07-27 Nate BegemanSupport jump tables when in PIC relocation model
2006-07-27 Jim LaskeyPrevent creation of MachineDebugInfo for intel unless...
2006-07-26 Evan ChengNew entry.
2006-07-26 Chris LattnerRename RelocModel::PIC to PIC_, to avoid conflicts...
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-07-25 Evan ChengCan't commute shufps. The high / low parts elements...
2006-07-21 Evan ChengDone.
2006-07-21 Evan ChengThis opt is now handled in DAG combine.
2006-07-20 Evan ChengA splat of a vector constant of all zero or all one...
2006-07-20 Evan ChengMissing a space.
2006-07-20 Evan ChengClean up.
2006-07-19 Evan ChengNew entry.
2006-07-19 Jim LaskeyDo once flag never set to true.
2006-07-19 Jim LaskeyTidy up a few things.
2006-07-19 Jim LaskeyReduce size of routine. Shrinks .o by 37%.
2006-07-19 Jim LaskeyBug#834 ICE (crash in code generator?) when building...
2006-07-19 Evan ChengMisc. new entry.
2006-07-19 Evan ChengINC / DEC instructions have shorter code size than...
2006-07-14 Chris LattnerAdd an out-of-line virtual method for X86DwarfWriter...
2006-07-12 Chris LattnerAdd information preventing several register class const...
2006-07-11 Evan ChengEmit inc / dec of registers as one byte instruction.
2006-07-11 Chris LattnerImplement the inline asm 'A' constraint. This implemen...
2006-07-10 Evan ChengNew entry.
2006-07-10 Evan ChengFixed stack objects do not specify alignments, but...
2006-07-10 Chris LattnerMark internal function static
2006-07-07 Evan ChengX86 target specific DAG combine: turn build_vector...
2006-07-05 Evan ChengReorg. No functionality change.
2006-07-05 Evan ChengFix JIT on non MacOS X i386 systems.
2006-06-29 Evan ChengShould just use xorps to clear XMM registers for all...
2006-06-29 Evan ChengLet X86CompilationCallback pass previous frame and...
next