oota-llvm.git
2006-09-20 Jim LaskeyTrim the home directory from the dejagnu test
2006-09-20 Chris Lattneritem done
2006-09-20 Chris LattnerCompile:
2006-09-20 Chris Lattnernew testcase
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 Evan ChengAllow PatFrag to be a leaf node.
2006-09-19 Evan ChengAdd result of a Xform to isel queue.
2006-09-19 Andrew LenharthIf we have an add, do it in the pointer realm, not...
2006-09-19 Andrew LenharthInspired by the linux kernel, the more we keep adds...
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 Lattnernumber test right
2006-09-19 Chris Lattneritem done
2006-09-19 Chris Lattnerimplement select.ll:test19-22
2006-09-19 Chris Lattnermake this harder
2006-09-19 Chris Lattnernew testcases
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-19 Chris LattnerIf multiple predicates are listed, they must all pass
2006-09-19 Nick LewyckyEnable dejagnu tests for predicate simplifier.
2006-09-18 Evan ChengFix a typo.
2006-09-18 Chris LattnerThere!
2006-09-18 Chris LattnerFix Regression/TableGen/2006-09-18-LargeInt.td
2006-09-18 Chris Lattnernew testcase
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 Nick LewyckyFix findCaseDest to return null when BB is both the...
2006-09-18 Andrew LenharthA pass to remove the worst of the replay trap offenders...
2006-09-18 Nick LewyckyAdd a new helper method to SwitchInst. Useful when...
2006-09-18 Chris LattnerFix an infinite loop building the CFE
2006-09-18 Chris Lattnernew testcase
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 Lattnernew testcase
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 Lattnernew testcase
2006-09-18 Chris LattnerAdd support for pattern matching cast operations
2006-09-18 Chris Lattnerfix typo
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 LattnerNew testcase, can be an srl instead of sra
2006-09-18 Chris LattnerRewrite shift/and/compare sequences to promote better...
2006-09-17 Reid SpencerMake the LLVM Publications link point to /pubs/ since...
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...
2006-09-17 Anton KorobeynikovSmall fixes for supporting dll* linkage types
2006-09-16 Chris Lattneradd a note noticed through source inspection
2006-09-16 Chris LattnerOh yeah, this is needed too
2006-09-16 Chris Lattneradd a note
2006-09-16 Chris LattnerFix Transforms/InstCombine/2006-09-15-CastToBool.ll...
2006-09-16 Chris LattnerTestcase for PR913
2006-09-16 Chris Lattnersimplify control flow, no functionality change
2006-09-16 Chris LattnerAllow custom expand of mul
2006-09-15 Chris Lattnercomment out debug code
2006-09-15 Chris LattnerAdd a new -cbe-bug mode, which works just like -run...
2006-09-15 Chris Lattneradd a nate note
2006-09-15 Chris Lattnerxfail this for now
2006-09-15 Chris Lattnerrevert previous two patches. They cause miscompilation...
2006-09-15 Jim LaskeySwitching to NewNightlyTest.php
2006-09-15 Chris LattnerThe inliner strips dead allocas now. Add a use to...
2006-09-15 Owen AndersonRevert my previous work on ArgumentPromotion. Further...
2006-09-15 Chris LattnerUnbreak the JIT
2006-09-15 Chris LattnerKeep track of the start of MBB's in a separate map...
2006-09-14 Evan ChengRemove a unnecessary check.
2006-09-14 Chris LattnerRelax this check.
2006-09-14 Devang PatelUndo previous check-in.
2006-09-14 Chris LattnerFold (X & C1) | (Y & C2) -> (X|Y) & C3 when possible.
2006-09-14 Chris LattnerNew testcase
2006-09-14 Chris Lattneradd a note
2006-09-14 Chris LattnerSplit rotate matching code out to its own function...
2006-09-14 Anton KorobeynikovAdding generated files for the last commit
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-14 Evan ChengUse getOffset() instead.
2006-09-14 Evan ChengUse MachineConstantPoolEntry getOffset() and getType...
2006-09-14 Evan ChengAdd MachineConstantPoolEntry getOffset() accessor.
2006-09-14 Evan ChengThe top bit is used to determine whether it's a Machine...
2006-09-14 Chris Lattnerrevert accidentally committed file
2006-09-14 Chris LattnerRemove dead methods, add getNumBlockIDs() method
2006-09-14 Chris LattnerUse new config.h macro
next