Add a hack to avoid some horrible code in some cases by always emitting
[oota-llvm.git] / lib /
2005-08-29 Chris LattnerAdd a hack to avoid some horrible code in some cases...
2005-08-29 Chris LattnerFix a dumb bug of mine where we were mishandling the...
2005-08-29 Chris LattnerAdd a new API for Nate
2005-08-29 Andrew LenharthSome of us cared about the the promote path
2005-08-29 Chris LattnerFix an infinite loop on x86
2005-08-29 Chris LattnerAllow bugpoint+PPC codegen to use fsqrt
2005-08-29 Chris LattnerFix a bug the last patch exposed in treeadd among others
2005-08-29 Chris LattnerA hack to fix a problem folding immedaites. This fixes...
2005-08-29 Chris LattnerFix order of operands for copytoreg node when emitting...
2005-08-29 Chris LattnerFix a bug in my previous patch that was using the wrong...
2005-08-29 Chris Lattneradd operands in the correct order
2005-08-28 Chris LattnerFix a bug in ReplaceAllUsesWith
2005-08-28 Chris LattnerFix a bug in FP_EXTEND, implement FP_TO_SINT
2005-08-28 Chris Lattnerfix an assertion failure in treeadd
2005-08-27 Reid SpencerAdjust to member variable name change.
2005-08-27 Reid SpencerChange the names of member variables per Chris' instruc...
2005-08-27 Reid SpencerImplement PR614:
2005-08-27 Chris LattnerDisable this code, which broke many tests last night
2005-08-27 Chris Lattnerfix PHI node emission for basic blocks that have select...
2005-08-26 Chris LattnerThe condition register being branched on may not be...
2005-08-26 Chris LattnerPropagate cr# from COND_BRANCH to the actual branch...
2005-08-26 Chris LattnerNate noticed that Andrew never did this. This fixes...
2005-08-26 Chris LattnerDon't copy regs that are only used in the entry block...
2005-08-26 Chris LattnerMake this code safe for when loadRegFromStackSlot inser...
2005-08-26 Chris Lattnerallow code using mtcrf to assemble
2005-08-26 Nate BegemanRemove operand type 'crbit', since it is no longer...
2005-08-26 Chris Lattnerteach getClass what a condition reg is
2005-08-26 Chris LattnerMinor cleanups:
2005-08-26 Chris LattnerChecking types here is not safe, because multiple types...
2005-08-26 Chris Lattnerimplement SELECT_CC fully for the DAG->DAG isel!
2005-08-26 Chris Lattnerspell this right
2005-08-26 Chris LattnerCall the InsertAtEndOfBasicBlock hook if the usesCustom...
2005-08-26 Chris LattnerAdd a flag
2005-08-26 Chris LattnerMake fsel emission work with both the pattern and dag...
2005-08-26 Chris Lattnerimplement the fold for:
2005-08-26 Chris LattnerChanges to adjust to new ReplaceAllUsesWith syntax...
2005-08-26 Chris LattnerRevampt ReplaceAllUsesWith to be more efficient and...
2005-08-26 Nate BegemanRemove some code made dead by the fsel patch
2005-08-26 Chris Lattnernow that fsel is formed during legalization, this code...
2005-08-26 Chris Lattnerimplement the other half of the select_cc -> fsel lower...
2005-08-26 Chris LattnerFix a bug in my previous checkin
2005-08-26 Chris LattnerChange ConstantPoolSDNode to actually hold the Constant...
2005-08-26 Chris LattnerFix some warnings in an optimized build
2005-08-26 Chris LattnerFix a huge annoyance: SelectNodeTo took types before...
2005-08-26 Nate BegemanFix JIT encoding of conditional branches
2005-08-26 Chris Lattneradd initial support for converting select_cc -> fsel...
2005-08-26 Chris Lattnerthe 5th operand is the 4th number
2005-08-26 Nate BegemanSUBFIC produces two results, not one.
2005-08-26 Nate BegemanImplement SHL_PARTS and SRL_PARTS
2005-08-26 Chris LattnerAdd support for targets that want to custom expand...
2005-08-26 Chris LattnerAllow LowerOperation to return a null SDOperand in...
2005-08-26 Chris LattnerFix a nasty bug from a previous patch of mine
2005-08-25 Chris LattnerEmit the lo/hi parts in the right order :)
2005-08-25 Chris Lattnerimplement support for 64-bit add/sub, fix a broken...
2005-08-25 Chris Lattnersimplify the add/sub_parts code
2005-08-25 Chris LattnerFinish implementing SDIV/UDIV by copying over the majik...
2005-08-25 Chris LattnerSimplify some code. It's not clear why the UDIV expand...
2005-08-25 Chris LattnerImplement setcc correctly for G5 and non-G5 systems
2005-08-25 Chris Lattnerimplement setcc on the G5. We're still missing the...
2005-08-25 Nate BegemanNew fold for SELECT_CC
2005-08-25 Nate BegemanRemove option to make SetCC illegal on PowerPC after...
2005-08-25 Chris LattnerDon't auto-cse nodes that return flags
2005-08-25 Chris Lattneradd printer support for flag operands
2005-08-25 Chris Lattnersimplify the code a bit using isOperationLegal
2005-08-25 Chris LattnerAdd support for sdiv by 2^k and -2^k. Producing code...
2005-08-25 Chris Lattnerfit in 80 cols
2005-08-25 Chris LattnerAdd support for flag operands
2005-08-25 Chris Lattneradd an enum value
2005-08-25 Chris LattnerImplement support for taking the address of constant...
2005-08-25 Chris LattnerADd support for TargetConstantPool nodes
2005-08-25 Chris LattnerAdd support for FP constants, fixing UnitTests/2004...
2005-08-25 Chris LattnerFully implement frame index, so that we can pass the...
2005-08-25 Chris Lattneradd a new TargetFrameIndex node
2005-08-25 Chris Lattnerimplement unconditional branches, fixing UnitTests...
2005-08-25 Chris LattnerLFS/STFS load and store FP values, not integer ones...
2005-08-25 Chris LattnerFix a broken assertion
2005-08-25 Chris LattnerFix a warning
2005-08-25 Chris Lattnerfix a warning in optimized build
2005-08-25 Chris LattnerFix some warnings
2005-08-24 Chris LattnerSplit IMPLICIT_DEF into IMPLICIT_DEF_GPR and IMPLICIT_D...
2005-08-24 Chris Lattneradd a method
2005-08-24 Chris Lattnerimplement support for calls
2005-08-24 Chris LattnerAdd ReplaceAllUsesWith that can take a vector of replac...
2005-08-24 Chris LattnerRemove some dead cases.
2005-08-24 Chris LattnerAdd support for external symbols, and support for varia...
2005-08-24 Chris LattnerFix pasto that prevented VT ndoes from showing up in...
2005-08-24 Chris Lattneradd an idea
2005-08-24 Chris LattnerFix Regression/Transforms/Reassociate/2005-08-24-Crash.ll
2005-08-24 Chris LattnerTransform floor((double)FLT) -> (double)floorf(FLT...
2005-08-24 Chris Lattnerfloor/ceil don't read/write memory. This allows gcse...
2005-08-24 Chris Lattnerteach selection dag mask tracking about the fact that...
2005-08-24 Chris LattnerStart using isOperationLegal and isTypeLegal to simplif...
2005-08-24 Chris LattnerAdjust to new interface
2005-08-24 Reid SpencerFor PR616:
2005-08-24 Nate BegemanWhoops, fix a thinko. All cases except SETNE are now...
2005-08-24 Nate BegemanRemove unused statistic
2005-08-24 Nate BegemanAdd the "ppc specific" setcc-equivalent select_cc cases
2005-08-24 Nate BegemanTeach SelectionDAG how to simplify a few more setcc...
2005-08-24 Chris LattnerAdd callseq_begin/end support
2005-08-24 Chris LattnerMake -view-isel-dags show the dag before instruction...
next