oota-llvm.git
2006-02-07 Chris LattnerAdd the simple PPC integer constraints
2006-02-07 Evan ChengHoist all SDOperand declarations within a Select_{opcod...
2006-02-06 Chris LattnerEliminate the printCallOperand method, using a 'call...
2006-02-06 Chris LattnerAdd support for modifier strings in machine instr descr...
2006-02-06 Chris LattnerSimplify the variant handling code, no functionality...
2006-02-06 Chris LattnerChange prototype
2006-02-06 Chris LattnerAdd support for modifier characters to operand printers
2006-02-06 Chris LattnerChange the prototype of PrintAsmOperand
2006-02-06 Jim LaskeyGoodbye nasty macro.
2006-02-06 Jim LaskeyEdit requests from Sabre.
2006-02-06 Andrew Lenharthsee what this allignment thing will do
2006-02-06 Jim LaskeyChanging model for the construction of debug information.
2006-02-06 Jim LaskeyWe seem to have settled to __DWARF for section name.
2006-02-06 Evan ChengAt the end of isel, select a replacement node for each...
2006-02-06 Evan ChengName change.
2006-02-06 Evan Cheng- Update load folding checks to match those auto-genera...
2006-02-05 Evan ChengHandle HANDLENODE: just return itself.
2006-02-05 Evan ChengComplex pattern isel code shouldn't select nodes.
2006-02-05 Chris LattnerFix the Sparc backend with Evan's recent tblgen changes
2006-02-05 Chris LattnerSparcV8 -> Sparc
2006-02-05 Chris LattnerThis xform isn't safe
2006-02-05 Nate BegemanBack out previous commit, it isn't safe.
2006-02-05 Nate Begemanfold c1 << (x + c2) into (c1 << c2) << x. fix a warning.
2006-02-05 Chris Lattnersome stuff is done
2006-02-05 Chris LattnerTurn A % (C << N), where C is 2^k, into A & ((C <<...
2006-02-05 Chris Lattnernew testcases
2006-02-05 Nate BegemanHandle urem by shifted powers of 2.
2006-02-05 Nate Begemanhandle combining A / (B << N) into A >>u (log2(B)+N...
2006-02-05 Evan ChengUse SelectRoot() as the entry to any tblgen based isel.
2006-02-05 Evan ChengUse SelectRoot() as entry of any tblgen based isel.
2006-02-05 Chris LattnerEncourage use of the V8 ABI over the V9 ABI.
2006-02-05 Evan ChengAllow more loads to be folded which were previously...
2006-02-05 Chris LattnerThis document is out of date. :(
2006-02-05 Chris LattnerV8 -> Sparc
2006-02-05 Chris LattnerRemove the SparcV8 backend. It has been renamed to...
2006-02-05 Chris Lattnerremove V8 reference
2006-02-05 Evan Cheng* Added SDNode::isOnlyUse().
2006-02-05 Chris LattnerSparcV8 -> Sparc
2006-02-05 Chris LattnerSparcV8 -> Sparc
2006-02-05 Chris LattnerThese were moved to ../SPARC
2006-02-05 Chris Lattnermove V8 testcases here
2006-02-05 Chris LattnerRename SPARC V8 target to be the LLVM SPARC target.
2006-02-05 Chris Lattneradd a note
2006-02-05 Evan ChengRe-commit the last bit of change that was backed out.
2006-02-05 Evan ChengRe-committing the last bit of change. It shouldn't...
2006-02-05 Chris Lattnermake sure that global doubles are aligned to 8 bytes
2006-02-05 Chris LattnerUse getPreferredAlignmentLog.
2006-02-05 Chris LattnerUse the asmprinter to find out what the preferred align...
2006-02-05 Chris LattnerImplement the AsmPrinter::getPreferredAlignmentLog...
2006-02-05 Chris Lattneradd a new method, getPreferredAlignmentLog.
2006-02-04 Andrew Lenharthlinkage fix for weak functions
2006-02-04 Jeff CohenFix VC++ warning.
2006-02-04 Chris LattnerUse SCEVExpander::InsertCastOfTo instead of our own...
2006-02-04 Chris LattnerPull the InsertCastOfTo out of the header, implement...
2006-02-04 Chris LattnerRefactor a bunch of code into a non-inlined method
2006-02-04 Chris LattnerTemporarily revert this patch, which probably breaks...
2006-02-04 Chris LattnerTemporarily revert the last change, which breaks PPC...
2006-02-04 Chris LattnerValue# select instructions, allowing -gcse to remove...
2006-02-04 Evan ChengComplex pattern's custom matcher should not call Select...
2006-02-04 Chris LattnerCustom lower VAARG for the case when we are doing vaarg...
2006-02-04 Chris LattnerFix a nasty typo that broke functions with big stack...
2006-02-04 Chris Lattnerfix a bug in my last checkin
2006-02-04 Chris LattnerFix two significant bugs in LSR:
2006-02-04 Nate BegemanRemove some stuff that now works
2006-02-04 Chris Lattneradd a note
2006-02-04 Chris LattnerTwo changes:
2006-02-04 Evan ChengGet rid of some memory leaks identified by Valgrind
2006-02-04 Chris Lattneradd a method
2006-02-04 Chris LattnerLet bugpoint work on sparc with v9 instructions enabled.
2006-02-04 Jeff CohenFix VC++ warning.
2006-02-04 Jeff CohenKeep Visual Studio informed.
2006-02-04 Chris LattnerAdd initial support for immediates. This allows us...
2006-02-04 Evan ChengRemove an unnecessary predicate.
2006-02-04 Evan ChengSeparate FILD and FILD_FLAG, the later is only used...
2006-02-04 Chris LattnerInitial early support for non-register operands, like...
2006-02-04 Chris Lattnerimplementation of some methods for inlineasm
2006-02-04 Chris LattnerAdd some methods for inline asm support.
2006-02-03 Chris LattnerHandle another case exposed on X86.
2006-02-03 Chris LattnerFix a nasty problem on two-address machines in the...
2006-02-03 Chris Lattnersignificantly simplify the VirtRegMap code by pulling...
2006-02-03 Nate BegemanImplement some feedback from sabre
2006-02-03 Nate BegemanAdd a framework for eliminating instructions that produ...
2006-02-03 Chris Lattneradd a note
2006-02-03 Chris Lattneranother case Nate came up with
2006-02-03 Chris Lattneradd a note
2006-02-03 Chris Lattnerremove some #ifdef'd out code, which should properly...
2006-02-03 Chris Lattnerremove an old comment
2006-02-03 Chris LattnerRemove the X86PeepholeOptimizerPass, a truly horrible...
2006-02-03 Chris LattnerWhen rewriting frame instructions, emit the appropriate...
2006-02-03 Chris Lattnernode predicates add to the complexity of a pattern...
2006-02-03 Chris LattnerTeach sparc to fold loads/stores into copies.
2006-02-03 Chris Lattnerremove dead fn
2006-02-03 Nate BegemanAdd common code for reassociating ops in the dag combiner
2006-02-03 Evan ChengAdded a (store (op (load ...) ...) ...) folding test...
2006-02-03 Chris LattnerImplement isLoadFromStackSlot and isStoreToStackSlot
2006-02-03 Evan Cheng(store (op (load ...))) folding problem. In the generat...
2006-02-03 Chris Lattnerremove some target-indep and implemented notes
2006-02-03 Chris Lattnertarget independent notes
2006-02-03 Nate BegemanFlesh out a couple of the items in the README
2006-02-03 Jeff CohenFix VC++ compilation error caused by using a std::map...
next