oota-llvm.git
2006-01-22 Jeff CohenVisual Studio still has issues at being left out.
2006-01-22 Jeff CohenVisual Studio neurotic about inconsistent class/struct...
2006-01-21 Chris LattnerFix a bug in a recent refactor that caused a bunch...
2006-01-21 Duraid Madinainsignificant, but next up is proper stack frame layout!
2006-01-21 Chris LattnerFix CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
2006-01-21 Chris Lattnernew testcase that crashes llc for ppc
2006-01-21 Evan ChengRename fcmovae to fcmovnb and fcmova to fcmovnbe (follo...
2006-01-21 Evan ChengDo some code refactoring on Jim's scheduler in preparat...
2006-01-21 Chris Lattnertrivial formatting improvement: don't insert extra...
2006-01-21 Jim LaskeySimplify search for abbreviations.
2006-01-21 Jim LaskeyCorrect some simple errors.
2006-01-20 Jim LaskeyRight size integer values before emitting.
2006-01-20 Robert BocchinoMake the C writer work with packed types. printContain...
2006-01-20 Jim LaskeyReworked how Dwarf debug info entries and abbreviations...
2006-01-20 Duraid Madinaremove RET hack, add proper support for rets (watching...
2006-01-20 Chris LattnerSimplify CWriter::printContainedStructs, also allowing...
2006-01-20 Chris LattnerLowerReturn now doesn't have to handle f32 returns.
2006-01-20 Chris Lattnerremove some unintentionally committed code
2006-01-20 Chris LattnerIf the target doesn't support f32 natively, insert...
2006-01-20 Robert BocchinoFixed InitializeMemory to handle ConstantPacked.
2006-01-20 Chris LattnerRemove dead expression.
2006-01-20 Chris LattnerDon't use invalidated use_iterator's. This fixes a...
2006-01-20 Duraid Madinafix sext breakage: now we correctly deal with functions...
2006-01-20 Jeff CohenUpdate Windows version of config.h to note availability...
2006-01-20 Duraid Madinafix storing bools! eek!
2006-01-20 Reid SpencerAdd a test case for PR697, ensuring the linker works...
2006-01-20 Evan ChengStop doing that accidental commit.
2006-01-20 Evan ChengA few more SH{L|R}D peepholes.
2006-01-20 Evan ChengAdded a load folding bug test case.
2006-01-20 Evan ChengPrevent folding of a node with multiple uses if the...
2006-01-19 Robert BocchinoConstantFoldLoadThroughGEPConstantExpr wasn't handling...
2006-01-19 Evan ChengDidn't mean to commit the last one.
2006-01-19 Evan ChengAdded i16 SH{L|R}D patterns.
2006-01-19 Chris Lattneradd support for ConstantPacked to the linker
2006-01-19 Chris LattnerDon't include generated lexer .cpp files.
2006-01-19 Evan ChengBug fix. Flag operand number may be calculated incorrectly.
2006-01-19 Andrew Lenharthtypo
2006-01-19 Andrew Lenharthnasty nasty patterns
2006-01-19 Duraid Madinafix boolean XOR (which fixes up comparisons..)
2006-01-19 Duraid MadinaBOOM!
2006-01-19 Duraid Madinaclick click
2006-01-19 Evan ChengUse pattern information to determine whether the use...
2006-01-19 Evan ChengAvoid generating a redundant setcc.
2006-01-19 Reid SpencerFor PR696:
2006-01-19 Duraid Madinafix calls that return f32
2006-01-19 Reid SpencerMake sure that libm is used during config tests so...
2006-01-19 Reid SpencerFor PR696:
2006-01-19 Chris LattnerImplement casts.ll:test26: a cast from float -> double...
2006-01-19 Chris LattnerAdd a new testcase for an eliminable cast
2006-01-19 Chris Lattnerimplement support for f32 arguments past the first...
2006-01-19 Reid SpencerThis test passes now.
2006-01-19 Reid Spencer1. Identify bytecode modules that have upgraded intrins...
2006-01-19 Reid SpencerDon't forget about casting the result of an upgraded...
2006-01-19 Reid Spencer1. Documentation upgrade.
2006-01-19 Reid SpencerAdd a flag to identify bytecode files that have intrins...
2006-01-19 Evan Chengadc and sbb need an incoming flag to ensure it reads...
2006-01-19 Chris Lattnermake this work for Reid, who renamed his CVS module...
2006-01-19 Chris Lattnernew testcase the autoupgrader in the bc reader fails...
2006-01-19 Reid SpencerMake get_suffix faster by using a switch on getTypeID...
2006-01-19 Evan ChengAnother typo
2006-01-19 Chris Lattneradd a note
2006-01-19 Evan ChengTwo peepholes:
2006-01-19 Evan ChengPrevent unnecessary CopyToReg when the same HW register...
2006-01-19 Evan ChengDidn't mean to check that in.
2006-01-19 Evan ChengA obvious typo
2006-01-19 Reid SpencerMake sure intrinsic auto-upgrade is invoked correctly.
2006-01-19 Reid SpencerDon't accept the ctpop, cttz, or ctlz intrinsics with...
2006-01-19 Reid SpencerAdd a new interface function to AutoUpgrade for simulta...
2006-01-19 Reid SpencerExpand test to cover the non-overloaded variants of...
2006-01-19 Chris LattnerIf not internalizing, don't mark llvm.global[cd]tors...
2006-01-19 Chris LattnerDon't internalize llvm.global[cd]tor unless there are...
2006-01-18 Andrew Lenharthwas ignoring the legalized chain in this case, fixed...
2006-01-18 Andrew Lenhartha reduced test case, the GlobalAddress is never legalized
2006-01-18 Nate BegemanGet rid of code in the DAGCombiner that is duplicated...
2006-01-18 Chris LattnerTemporary work around for a libcall insertion bug:...
2006-01-18 Chris LattnerMake sure that cloning a module clones its target tripl...
2006-01-18 Chris LattnerDon't assert on 'select_cc SETUO'
2006-01-18 Chris Lattnerfix out of date comment
2006-01-18 Chris LattnerFix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranch...
2006-01-18 Chris Lattnernew testcase
2006-01-18 Chris LattnerFix a backwards conditional that caused an inf loop...
2006-01-18 Chris Lattnerthis testcase sent the dag combiner spinning into an...
2006-01-18 Jim LaskeyAdded minimum Dwarf aranges. Cleaned up some section...
2006-01-18 Evan ChengSRA shift amount must be in i8
2006-01-18 Evan ChengIf a call return type is i1, insert a truncate from...
2006-01-17 John CriswellFixed style of curly brace. No functionality changes.
2006-01-17 Evan ChengFix lowering of calls which return f32 values.
2006-01-17 Jim LaskeyPastos.
2006-01-17 Chris Lattnerfix a broken comment
2006-01-17 Jim LaskeyAdd frame work for additional dwarf sections. Comments...
2006-01-17 Robert BocchinoTest case for the insertelement operation.
2006-01-17 Robert BocchinoVMCore support for the insertelement operation.
2006-01-17 Robert BocchinoConstant folding support for the insertelement operation.
2006-01-17 Robert BocchinoLowerpacked and SCCP support for the insertelement...
2006-01-17 Robert BocchinoSupport for the insertelement operation.
2006-01-17 Robert BocchinoReader support for the insertelement operation.
2006-01-17 Robert BocchinoLexer and parser support for the insertelement operation.
2006-01-17 Robert BocchinoInstruction and constant expression definitions for...
2006-01-17 Evan ChengBug fix: missing LegalizeOp() on newly created nodes.
2006-01-17 Evan ChengSuppress "no newline at end of file" warnings.
next