oota-llvm.git
2005-04-13 Andrew Lenharthprepare for func call optimization
2005-04-13 Andrew Lenharthregression case for faster call sequence
2005-04-13 Andrew Lenharthcheck that casts still use zap
2005-04-13 Duraid Madina* add the shladd instruction
2005-04-13 Andrew Lenharthadd matches for SxADDL and company, as well as simplify...
2005-04-13 Chris LattnerImplement expansion of unsigned i64 -> FP.
2005-04-13 Duraid Madina* if ANDing with a constant of the form:
2005-04-13 Andrew Lenharthadded s4addl matching test
2005-04-13 Andrew Lenharthadded all flavors of zap for anding
2005-04-13 Chris LattnerMake expansion of uint->fp cast assert out instead...
2005-04-13 Chris LattnerFix some mysteriously missing {}'s which cause the...
2005-04-13 Chris Lattneradd back the optimization that Nate added for shl X...
2005-04-13 Chris LattnerOops, remove these too.
2005-04-13 Chris Lattnerremove one more occurance of this that snuck in
2005-04-13 Chris LattnerRemove support for ZERO_EXTEND_INREG. This pessimizes...
2005-04-13 Chris LattnerRemove special handling of ZERO_EXTEND_INREG. This...
2005-04-13 Chris LattnerElimate handling of ZERO_EXTEND_INREG. This causes...
2005-04-13 Chris LattnerZ_E_I is gone
2005-04-13 Chris LattnerInstead of making ZERO_EXTEND_INREG nodes, use the...
2005-04-13 Chris LattnerRemove all foldings of ZERO_EXTEND_INREG, moving them...
2005-04-13 Chris LattnerAdd a new helper method which returns the and that...
2005-04-13 Chris LattnerRemove the ZERO_EXTEND_INREG node which is redundant...
2005-04-12 Nate BegemanFold shift x, [sz]ext(y) -> shift x, y
2005-04-12 Nate BegemanFold shift by size larger than type size to undef
2005-04-12 Nate BegemanImplement setcc op, -1 sequences
2005-04-12 Chris Lattnerpromote extload i1 -> extload i8
2005-04-12 Chris Lattneradd an argument to allow avoiding deleting phi nodes.
2005-04-12 Chris Lattneradd an argument.
2005-04-12 Chris LattnerGet rid of this for_each loop
2005-04-12 Duraid Madina* OK, after changing to use liveIn/liveOut instead...
2005-04-12 Andrew LenharthGet rid of idefs for arguments (oops)
2005-04-12 Andrew LenharthGet rid of idefs for arguments
2005-04-12 Chris LattnerPut out* into the allocation order, allowing the regist...
2005-04-12 Chris LattnerMake sure to realize that calls use their argument...
2005-04-12 Duraid Madinastop emitting IDEFs for args - change to using liveIn...
2005-04-12 Nate BegemanInitial support for allocation condition registers
2005-04-12 Chris LattnerFix a crash analyzing MultiSource/Benchmarks/MallocBench/gs
2005-04-12 Chris LattnerRemove some redundant checks, add a couple of new ones...
2005-04-12 Chris LattnerEmit comparisons against the sign bit better. Codegen...
2005-04-12 Chris LattnerEmit long comparison against -1 better. Instead of...
2005-04-12 Chris Lattnercanonicalize x <u 1 -> x == 0. On this testcase:
2005-04-12 Nate BegemanImplement bitfield clears
2005-04-11 Nate BegemanUpdate PPC readme. Remove things that are done or...
2005-04-11 Chris LattnerTeach the dag mechanism that this:
2005-04-11 Chris LattnerFix expansion of shifts by exactly NVT bits on arch...
2005-04-11 Chris LattnerIA64 supports this operation.
2005-04-11 Chris LattnerORo sets CR0
2005-04-11 Chris LattnerRevert the previous patch, which I didn't mean to check in.
2005-04-11 Chris LattnerFix a minor bug (ORo didn't mark that it set CR0).
2005-04-11 Duraid Madinahmm, should probably change addImm() to take 64-bit...
2005-04-11 Duraid Madinarename addU64Imm() to addImm64()
2005-04-11 Nate BegemanAdd recording variants of ISD::AND and ISD::OR. This...
2005-04-11 Duraid Madinaassorted fixes:
2005-04-11 Reid SpencerEnsure that the arguments passed to sys::Program::Execu...
2005-04-11 Jeff CohenEliminate tabs
2005-04-11 Jeff CohenEliminate major source of VC++ "possible loss of data...
2005-04-11 Nate BegemanFix libcall code to not pass a NULL Chain to LowerCallTo
2005-04-10 Chris LattnerDon't bother sign/zext_inreg'ing the result of an and...
2005-04-10 Chris LattnerTeach legalize to deal with targets that don't support...
2005-04-10 Chris LattnerThe first argument to ExecuteAndWait should be the...
2005-04-10 Chris Lattnerfix this testcase so the regex doesn't match the functi...
2005-04-10 Chris Lattnerdon't zextload fp values!
2005-04-10 Duraid Madina* store immediate values as int64_t, not int. come...
2005-04-10 Nate BegemanFix another fixme: factor out the constant fp generatio...
2005-04-10 Nate BegemanFix 64 bit argument loading that straddles the args...
2005-04-10 Chris LattnerUntil we have a dag combiner, promote using zextload...
2005-04-10 Chris LattnerFold zext_inreg(zextload), likewise for sext's
2005-04-10 Chris Lattneradd a simple xform
2005-04-10 Nate BegemanRemove unnecessary Implicit Defs. Since r0 is not...
2005-04-10 Chris Lattnermake this harder
2005-04-10 Chris Lattneroops add ~
2005-04-10 Chris Lattnernew testcase for previously unsupported unary complex...
2005-04-10 Nate BegemanMake sure that BRCOND branches can be converted into...
2005-04-10 Nate BegemanDon't hand ISD::CALL nodes off to SelectExprFP. This...
2005-04-10 Chris LattnerFix a thinko. If the operand is promoted, pass the...
2005-04-10 Chris Lattnerrename getPPCOpcodeForSetCCNumber -> getPPCOpcodeForSet...
2005-04-09 Nate Begemanfix ISD::BRCONDTWOWAY codegen to not deference the...
2005-04-09 Chris LattnerFix CodeGen/Generic/2005-05-09-GlobalInPHI.ll, which...
2005-04-09 Chris Lattnernew testcase that used to crash the ppc fe. It could...
2005-04-09 Chris Lattneradd a little peephole optimization. This allows us...
2005-04-09 Chris Lattnerdo not set the root to null if an argument is dead
2005-04-09 Nate BegemanAdd rlwnm instruction for variable rotate
2005-04-09 Chris LattnerFix a crash on 173.applu by asking for a constant bigge...
2005-04-09 Chris LattnerSwitch this instruction selector over to using liveins...
2005-04-09 Chris Lattnerthere is no need to remove this instruction, linscan...
2005-04-09 Chris LattnerAdjust live intervals to support a livein set
2005-04-09 Chris LattnerUse live out sets for return values instead of imp_defs...
2005-04-09 Chris LattnerConsider the livein/out set for a function, allowing...
2005-04-09 Chris Lattneradd routines to track the livein/out set for a function
2005-04-09 Duraid Madinaok, the "ia64 has a boatload of registers" joke stopped...
2005-04-09 Nate BegemanOptimize FSEL a bit for fneg arguments. This fixes...
2005-04-09 Nate BegemanAdd a testcase to make sure that we don't emit two...
2005-04-09 Nate BegemanAdd cases to cover the rest of the patterns we should...
2005-04-09 Chris LattnerFix CodeGen/SparcV9/2005-05-09-GEP-Crash.ll a crash...
2005-04-09 Chris LattnerNew testcase that the sparc backend crashes on
2005-04-09 Chris Lattnerrecognize some patterns as fabs operations, so that...
2005-04-09 Chris Lattnermake this test more interesting
2005-04-09 Chris Lattneradd a test for fnabs
2005-04-09 Chris Lattneradd a partial test for the fma operations that ppc...
2005-04-09 Chris LattnerEmit BRCONDTWOWAY when possible.
next