oota-llvm.git
2006-05-27 Owen AndersonMake LCSSA insert proper Phi nodes throughout the rest...
2006-05-27 Chris LattnerFix some regression from the inliner patch I committed...
2006-05-27 Chris LattnerFix pastos in comments
2006-05-27 Chris LattnerSwitch the inliner over to using CloneAndPruneFunctionI...
2006-05-27 Chris LattnerIgnore generated files
2006-05-27 Chris LattnerImplement a new method, CloneAndPruneFunctionInto,...
2006-05-27 Chris LattnerImplement a new method: CloneAndPruneFunctionInto,...
2006-05-27 Chris LattnerRefactor some code to expose an interface to constant...
2006-05-27 Chris LattnerAdd an interface to constant fold and instruction given...
2006-05-27 Chris LattnerNew testcase: check that the inliner constant folds...
2006-05-27 Chris LattnerFix a nasty dag combiner bug that caused nondeterminsti...
2006-05-27 Chris LattnerAdd a new sentry node type, allowing assertions to...
2006-05-27 Owen AndersonA few small clean-ups, and the addition of an LCSSA...
2006-05-26 Evan ChengMake CALL node consistent with RET node. Signness of...
2006-05-26 Evan ChengChange RET node to include signness information of...
2006-05-26 Evan ChengChange RET node to include signness information of...
2006-05-26 Owen AndersonTrivial testcase that LCSSA can already handle.
2006-05-26 Owen AndersonFix a copy-and-paste-o that would break some compilers.
2006-05-26 Owen AndersonClean up and refactor LCSSA a bunch. It should also...
2006-05-26 Evan ChengVector argument must be passed in memory location align...
2006-05-26 Evan ChengMac OS X ABI document lied. The first four XMM register...
2006-05-26 Chris LattnerImplement Transforms/InstCombine/store.ll:test2.
2006-05-26 Chris LattnerNew testcase for trivial DSE
2006-05-26 Chris LattnerFix a bug in the bc reader/writer: we were not correctl...
2006-05-26 Chris LattnerNew testcase, check that the bc file correctly encodes...
2006-05-26 Evan ChengMinor update to make the code more clear
2006-05-26 Evan ChengUpdate more comments.
2006-05-26 Evan ChengFix some comments.
2006-05-26 Evan ChengNo need to handle illegal types.
2006-05-26 Owen AndersonSkeletal LCSSA pass. This is currently non-functional...
2006-05-26 Rafael EspindolaOn ARM, alignment is in bits
2006-05-26 Evan ChengRemove a couple of bogus casts.
2006-05-26 Evan ChengRemove a bogus cast.
2006-05-26 Evan ChengMinor bug caught by Ashwin Chandra
2006-05-26 Chris LattnerTransform things like (splat(splat)) -> splat
2006-05-25 Chris LattnerIntroduce a helper function that simplifies interpretat...
2006-05-25 Evan ChengConsistency
2006-05-25 Chris LattnerTurn (cast (shuffle (cast)) -> shuffle (cast) if it...
2006-05-25 Chris Lattnernew testcase
2006-05-25 Chris Lattnerextract element from a shuffle vector can be trivially...
2006-05-25 Chris Lattnernew testcases
2006-05-25 Evan ChengSome clean up.
2006-05-25 Chris LattnerAdd support for the missing FP condition codes
2006-05-25 Evan ChengRemove some dead code.
2006-05-25 Evan ChengX86 / Cygwin asm / alignment fixes.
2006-05-25 Chris LattnerThe patch corresponding to this test had to be reverted...
2006-05-25 Chris LattnerRevert a patch that is unsafe, due to out of range...
2006-05-25 Evan ChengNew test case. x86 isel was creating a cycle in the...
2006-05-25 Evan ChengCan't trust NodeDepth when checking for possibility...
2006-05-25 Evan ChengBuild breakage.
2006-05-25 Chris LattnerFix build failure of povray
2006-05-25 Chris LattnerFix Benchmarks/MallocBench/cfrac
2006-05-25 Rafael Espindolaimplement initial version of ARMAsmPrinter::printOperand
2006-05-25 Rafael Espindolaport the ARM backend to use ISD::CALL instead of LowerC...
2006-05-25 Rafael Espindolacreate test/Regression/CodeGen/ARM/ and add a minimal...
2006-05-25 Evan Cheng-sched-commute-nodes is now on by default.
2006-05-25 Evan ChengTurn on -sched-commute-nodes by default.
2006-05-25 Chris LattnerFix breakage on platforms where string/cassert don...
2006-05-25 Evan ChengSwitch X86 over to a call-selection model where the...
2006-05-25 Evan ChengCALL node change (arg / sign pairs instead of just...
2006-05-25 Evan ChengCALL node change: now including signness of every argument.
2006-05-25 Evan ChengCALL node change: now containing signness of each argument.
2006-05-25 Evan ChengAssert if InflightSet is not cleared after instruction...
2006-05-25 Evan ChengFixed a really ugly bug. The TableGen'd isel is not...
2006-05-24 Chris LattnerAbstract out the current optimization level into a...
2006-05-24 Chris LattnerRemove flags implied by -O3
2006-05-24 Chris LattnerUpdate testcase with recent cbe change
2006-05-24 Evan ChengClear HandleMap and ReplaceMap after instruction select...
2006-05-24 Reid SpencerFor PR786:
2006-05-24 Reid SpencerFor PR786:
2006-05-24 Chris LattnerDon't use -fomit-frame-pointer on darwin, it breaks...
2006-05-24 Chris LattnerPatch for a new instcombine xform, patch contributed...
2006-05-24 Chris LattnerTestcase for a new instcombine xform, patch contributed...
2006-05-24 Chris LattnerDon't make zero-sized static arrays
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-24 Chris LattnerOne of these xforms is only safe with unsafe math enabled.
2006-05-24 Chris LattnerFix CodeGen/Generic/vector.ll:test_div with altivec.
2006-05-24 Chris LattnerNew testcase
2006-05-24 Chris LattnerHandle SETO* like we handle SET*, restoring behavior...
2006-05-23 Chris LattnerPrint struct return functions and calls as actually...
2006-05-23 Chris LattnerFix file header comment
2006-05-23 Evan ChengBetter way to check for vararg.
2006-05-23 Evan ChengRemove PreprocessCCCArguments and PreprocessFastCCArgum...
2006-05-23 Chris LattnerImplement an annoying part of the Darwin/X86 abi: the...
2006-05-23 Evan Cheng-enable-unsafe-fp-math implies -enable-finite-only...
2006-05-23 Vladimir PrusMake class comment visible in Doxygen.
2006-05-23 Vladimir PrusFix missing include
2006-05-23 Evan ChengAdded a test case for FP equality check.
2006-05-23 Evan ChengIncorrect SETCC CondCode used for FP comparisons.
2006-05-23 Evan ChengAdded option -enable-finite-only-fp-math. When on,...
2006-05-23 Rafael Espindolaimplement minimal versions of
2006-05-23 Chris LattnerDescribe how to add a custom test.
2006-05-23 Chris LattnerWrap long lines fix typo
2006-05-22 Evan ChengA isel deficiency.
2006-05-21 Reid SpencerFor PR784:
2006-05-21 Evan ChengBack out indirect branch load folding hack. It broke...
2006-05-21 Chris LattnerAdd a note
2006-05-20 Owen AndersonMake TargetData strings less redundant.
2006-05-20 Chris LattnerSilence a bogus gcc warning
2006-05-20 Chris LattnerFix a parsing bug that caused 7 llvm-test regressions...
next