Convert tabs to spaces
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGISel.cpp
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-12 Nate BegemanFold shift by size larger than type size to undef
2005-04-09 Chris LattnerEmit BRCONDTWOWAY when possible.
2005-04-02 Chris Lattnertransform fabs/fabsf calls into FABS nodes.
2005-04-02 Chris LattnerTurn -0.0 - X -> fneg
2005-03-31 Andrew LenharthPCMarker support for DAG and Alpha
2005-03-30 Chris LattnerInstead of setting up the CFG edges at selectiondag...
2005-03-29 Chris LattnerFix a bug that andrew noticed where we do not correctly...
2005-03-26 Nate BegemanChange interface to LowerCallTo to take a boolean isVar...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-02-17 Misha BrukmanFix compilation errors with VS 2005, patch by Aaron...
2005-02-17 Chris LattnerDon't sink argument loads into loops or other bad place...
2005-01-23 Chris LattnerAdjust to changes in SelectionDAG interface.
2005-01-22 Chris LattnerGet this to work for 64-bit systems.
2005-01-19 Chris LattnerSupport targets that do not use i8 shift amounts.
2005-01-18 Chris LattnerTeach legalize to promote copy(from|to)reg, instead...
2005-01-18 Chris LattnerAllow setcc operations to have nonbool types.
2005-01-17 Chris LattnerNon-volatile loads can be freely reordered against...
2005-01-17 Chris LattnerDon't call SelectionDAG.getRoot() directly, go through...
2005-01-17 Chris LattnerImplement a target independent optimization to codegen...
2005-01-17 Chris LattnerRefactor code into a new method.
2005-01-16 Chris Lattneradd method stub
2005-01-16 Chris LattnerAdd support for promoted registers being live across...
2005-01-16 Chris LattnerUse the new TLI method to get this.
2005-01-16 Chris LattnerAdd support for targets that require promotions.
2005-01-15 Chris LattnerAdd new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_RO...
2005-01-14 Chris LattnerAdjust to CopyFromReg changes, implement deletion of...
2005-01-13 Chris LattnerAdd new ImplicitDef node, rename CopyRegSDNode class...
2005-01-13 Chris LattnerDon't forget the existing root.
2005-01-13 Chris LattnerCodegen independent ops as being independent.
2005-01-12 Chris LattnerAdd an option to view the selection dags as they are...
2005-01-11 Chris Lattneradd an assertion, avoid creating copyfromreg/copytoreg...
2005-01-11 Chris LattnerTurn memset/memcpy/memmove into the corresponding opera...
2005-01-09 Chris LattnerHandle static alloca arguments to PHI nodes.
2005-01-09 Chris LattnerUse new interfaces to correctly lower varargs and retur...
2005-01-08 Chris LattnerAdd support for llvm.setjmp and longjmp. Only 3 Single...
2005-01-08 Chris LattnerSilence VS warnings.
2005-01-08 Chris LattnerAdjust to changes in LowerCAllTo interfaces
2005-01-08 Chris LattnerAdd support for FP->INT conversions and back.
2005-01-07 Chris LattnerImplement support for long GEP indices on 32-bit archs...
2005-01-07 Chris LattnerFix handling of dead PHI nodes.
2005-01-07 Chris LattnerInitial implementation of the SelectionDAGISel class...