PR878: Instead of calculating the vreg to PHI use count everytime we get
[oota-llvm.git] / lib /
2006-09-27 Bill WendlingPR878: Instead of calculating the vreg to PHI use count...
2006-09-27 Chris Lattnerset DEBUG_TYPE right
2006-09-27 Chris LattnerUse abstract private/comment directives, to increase...
2006-09-27 Chris LattnerAdd support for ${:private} which prints "L" on darwin.
2006-09-26 Chris LattnerAdd support for ${:comment}, which expands to the curre...
2006-09-26 Evan ChengRename function. It's determining which callee-save...
2006-09-26 Andrew LenharthComments on JumpTableness
2006-09-26 Jim LaskeyLoad chain check is not needed
2006-09-26 Jim LaskeyChain can be any operand
2006-09-26 Jim LaskeyWrong size for load
2006-09-26 Jim LaskeyCan't move a load node if it's chain is not used.
2006-09-26 Chris LattnerVarious random and minor code cleanups.
2006-09-26 Chris Lattnerprint the preds of each MBB
2006-09-26 Chris LattnerCompile:
2006-09-26 Chris LattnerAdd support for targets that want to do something with...
2006-09-25 Jim LaskeyAccidental enable of bad code
2006-09-25 Jim LaskeyFix chain dropping in load and drop unused stores in...
2006-09-25 Chris Lattnermore notes
2006-09-25 Jim LaskeyCore antialiasing for load and store.
2006-09-24 Andrew LenharthFix jump tables to match gcc (and the ABI and whatnot)
2006-09-24 Andrew LenharthAdd support for other relocation bases to jump tables...
2006-09-24 Andrew Lenharthjump table note
2006-09-24 Evan ChengPIC jump table entries are always 32-bit. This fixes...
2006-09-23 Nick LewyckyStyle changes only. Remove dead code, fix a comment.
2006-09-23 Chris LattnerBe far more careful when splitting a loop header, eithe...
2006-09-23 Chris LattnerTeach UpdateDomInfoForRevectoredPreds to handle revecto...
2006-09-23 Chris Lattneradd method, correct comment
2006-09-22 Evan ChengDelete dead code; fix 80 col violations.
2006-09-22 Rafael Espindolaadd a note
2006-09-22 Nate BegemanFold AND and ROTL more often
2006-09-22 Devang Patelremove extra white spaces.
2006-09-22 Devang PatelUse iterative algorith to assign DFS number. This reduces
2006-09-21 Evan ChengMake it work for DAG combine of multi-value nodes.
2006-09-21 Jim Laskeycore corrections
2006-09-21 Jim LaskeyBasic "in frame" alias analysis.
2006-09-21 Rafael Espindolamore condition codes
2006-09-21 Rafael Espindolaif a constant can't be an immediate, add it to the...
2006-09-21 Chris Lattnerfold (aext (and (trunc x), cst)) -> (and x, cst).
2006-09-21 Chris LattnerCheck the right value type. This fixes 186.crafty...
2006-09-21 Chris Lattnerimplemented
2006-09-21 Chris LattnerCompile:
2006-09-21 Chris LattnerGeneralize (zext (truncate x)) and (sext (truncate...
2006-09-21 Chris LattnerFit in 80-cols
2006-09-21 Chris LattnerFix Transforms/IndVarsSimplify/2006-09-20-LFTR-Crash.ll
2006-09-21 Nick LewyckyFix compile error.
2006-09-21 Nick LewyckyDon't rewrite ConstantExpr::get.
2006-09-20 Nick LewyckyOnce we're down to "setcc type constant1, constant2...
2006-09-20 Anton KorobeynikovAdding codegeneration for StdCall & FastCall calling...
2006-09-20 Andrew LenharthAccount for pseudo-ops correctly
2006-09-20 Chris LattnerThe DarwinAsmPrinter need not check for isDarwin. ...
2006-09-20 Chris LattnerWrap some darwin'isms with isDarwin checks.
2006-09-20 Nick LewyckyUse a total ordering to compare instructions.
2006-09-20 Andrew Lenharthsimplify
2006-09-20 Andrew Lenharthcatch constants more often
2006-09-20 Andrew Lenharthclarify with test case
2006-09-20 Andrew LenharthAdd Note
2006-09-20 Chris Lattneritem done
2006-09-20 Chris LattnerCompile:
2006-09-20 Chris Lattneradd a note
2006-09-20 Chris LattnerFold the full generality of (any_extend (truncate x))
2006-09-20 Chris LattnerTwo things:
2006-09-20 Chris LattnerThis is already done
2006-09-20 Chris LattnerWe went through all that trouble to compute whether...
2006-09-20 Chris LattnerImprove PPC64 equality comparisons like PPC32 comparisons.
2006-09-20 Chris LattnerTwo improvements:
2006-09-20 Chris LattnerAdd a note that we should match rlwnm better
2006-09-20 Chris LattnerLegalize is no longer limited to cleverness with just...
2006-09-20 Chris LattnerExpand 64-bit shifts more optimally if we know that...
2006-09-20 Evan ChengBack out Chris' last set of changes. This breaks 177...
2006-09-20 Evan Cheng80 col.
2006-09-19 Andrew LenharthIf we have an add, do it in the pointer realm, not...
2006-09-19 Chris LattnerFix UnitTests/2005-05-12-Int64ToFP.c with llc-beta...
2006-09-19 Rafael Espindolafix header
2006-09-19 Rafael EspindolaImplement a MachineFunctionPass to fix the mul instruction
2006-09-19 Chris Lattneritem done
2006-09-19 Chris Lattnerimplement select.ll:test19-22
2006-09-19 Chris LattnerFold the PPCISD shifts when presented with 0 inputs...
2006-09-19 Chris LattnerFold extract_element(cst) to cst
2006-09-19 Chris LattnerMinor speedup for legalize by avoiding some malloc...
2006-09-18 Evan ChengFix a typo.
2006-09-18 Evan ChengAllow i32 UDIV, SDIV, UREM, SREM to be expanded into...
2006-09-18 Nick LewyckyWalk down the dominator tree instead of the control...
2006-09-18 Andrew LenharthA pass to remove the worst of the replay trap offenders...
2006-09-18 Chris LattnerFix an infinite loop building the CFE
2006-09-18 Andrew LenharthJump tables on Alpha
2006-09-18 Andrew Lenharthoops
2006-09-18 Andrew Lenharthabsolute addresses must match pointer size
2006-09-18 Jim LaskeySort out mangled names for globals
2006-09-18 Chris LattnerImplement a trivial optzn: of vastart is never called...
2006-09-18 Chris Lattneradd a note. Our 64-bit shifts are ~30% slower than...
2006-09-18 Chris LattnerImplement InstCombine/cast.ll:test31. This speeds...
2006-09-18 Chris Lattneradd a helper method
2006-09-18 Chris LattnerThis is closer to what we really want.
2006-09-18 Chris LattnerImplement Transforms/InstCombine/shift-sra.ll:test0
2006-09-18 Chris LattnerRewrite shift/and/compare sequences to promote better...
2006-09-17 Anton KorobeynikovAdded some eye-candy for Subtarget type checking
2006-09-17 Chris LattnerAdd ShiftInst::isLogical/ArithmeticShift methods.
2006-09-17 Chris LattnerAdd new SetCondInst::isRelational/isEquality methods...
2006-09-17 Nick LewyckyExplain change with a comment.
2006-09-17 Nick LewyckyFix PR912. The input to erase() must not be a reference...
next