oota-llvm.git
2006-09-26 Chris LattnerAdd support for ${:comment}, which expands to the curre...
2006-09-26 Chris LattnerActually, name the method PrintSpecial to match other...
2006-09-26 Chris LattnerAdd support for ${:foo} syntax, where "foo" is passed...
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 Lattnertest that the no_dead_strip directive is emitted on...
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 Chris Lattnerorder this properly to avoid warnings in TargetAsmInfo...
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 John CriswellRegression test for PR#922.
2006-09-25 Chris Lattnermore notes
2006-09-25 Jim LaskeyCore antialiasing for load and store.
2006-09-25 Andrew LenharthFix
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 Lenharthbasic jump table test
2006-09-24 Andrew Lenharthjump table note
2006-09-24 Evan ChengPIC jump table entries are always 32-bit. This fixes...
2006-09-24 Nick LewyckyEnable 'predsimplify' optimization.
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 Lattnerremove misleading comment
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 Bill WendlingUse "%llvmgxx" instead of "llvm-g++".
2006-09-22 Nate BegemanTestcase for better rotate left and mask support
2006-09-22 Bill WendlingRegression testcase for PR855.
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 Chris Lattnerdon't allow 'imm' or specific imms, like '1' on the...
2006-09-21 Evan ChengMake it work for DAG combine of multi-value nodes.
2006-09-21 Chris LattnerFit to 80 columns.
2006-09-21 Jim Laskeycore corrections
2006-09-21 Devang PatelUse abstract class to facilitate dlopen() interface.
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 Chris Lattnernew testcase
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 Lenharthcatch another constant
2006-09-20 Andrew Lenharthclarify with test case
2006-09-20 Andrew LenharthAdd Note
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...
next