Turn A % (C << N), where C is 2^k, into A & ((C << N)-1) [urem only].
[oota-llvm.git] / lib /
2006-02-05 Chris LattnerTurn A % (C << N), where C is 2^k, into A & ((C <<...
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 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 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 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-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 LattnerTemporarily revert this patch, which probably breaks...
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 LattnerLet bugpoint work on sparc with v9 instructions enabled.
2006-02-04 Jeff CohenFix VC++ warning.
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-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 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 Chris LattnerImplement isLoadFromStackSlot and isStoreToStackSlot
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...
2006-02-03 Chris LattnerRemove move copies and dead stuff by not clobbering...
2006-02-03 Andrew LenharthisStoreToStackSlot
2006-02-03 Chris LattnerSimplify some code
2006-02-03 Chris Lattnerthe X86 backend no longer needs to delete its own noop...
2006-02-03 Chris LattnerAdd code that checks for noop copies, which triggers...
2006-02-03 Chris LattnerAdd a note
2006-02-03 Evan ChengAdded case HANDLENODE to getOperationName().
2006-02-03 Chris LattnerPhysregs may hold multiple stack slot values at the...
2006-02-02 Chris Lattnerupdate a note
2006-02-02 Chris LattnerFix a deficiency in the spiller that Evan noticed....
2006-02-02 Nate Begemanadd 64b gpr store to the possible list of isStoreToStac...
2006-02-02 Chris Lattnerfix operand numbers
2006-02-02 Chris Lattnerimplement isStoreToStackSlot for PPC
2006-02-02 Chris LattnerMove isLoadFrom/StoreToStackSlot from MRegisterInfo...
2006-02-02 Chris Lattnerimplement isStoreToStackSlot
2006-02-02 Chris Lattneradd a method
2006-02-02 Chris Lattnermore notes
2006-02-02 Chris Lattneradd a note, I have no idea how important this is.
2006-02-02 Chris Lattner%fcc is not an alias for %fcc0
2006-02-02 Chris Lattnercorrect an opcode
2006-02-02 Chris Lattnernew example
2006-02-02 Nate BegemanUpdate the README
2006-02-02 Chris LattnerTurn any_extend nodes into zero_extend nodes when it...
2006-02-02 Chris LattnerImplement MaskedValueIsZero for ANY_EXTEND nodes
2006-02-02 Chris Lattnerimplemented, testcase here: test/Regression/CodeGen...
2006-02-02 Chris Lattneradd two dag combines:
2006-02-02 Evan ChengUpdate.
2006-02-02 Chris Lattnermake -debug output less newliney
2006-02-02 Evan ChengFix a erroneous comment.
2006-02-02 Chris LattnerImplement matching constraints. We can now say things...
2006-02-02 Chris Lattnervalidate matching constraints and remember when we...
2006-02-01 Chris Lattnermore notes
2006-02-01 Evan ChengTell codegen MOVAPSrr and MOVAPDrr are copies.
2006-02-01 Evan ChengAdded SSE entries to foldMemoryOperand().
2006-02-01 Evan ChengRearrange code to my liking. :)
2006-02-01 Chris LattnerImplement smart printing of inline asm strings, handlin...
2006-02-01 Chris Lattneradd a method
2006-02-01 Chris Lattneranother note
2006-02-01 Andrew LenharthAdd immediate forms of cmov and remove some cruft
2006-02-01 Nate Begeman*** empty log message ***
2006-02-01 Chris LattnerImplement simple register assignment for inline asms...
2006-02-01 Chris LattnerFinegrainify namespacification
2006-02-01 Chris Lattneradd a note
next