Restore this patch now that the latent bug has been fixed
[oota-llvm.git] / lib /
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...
2005-08-24 Nate BegemanFix optimization of select_cc seteq X, 0, 1, 0 -> srl...
2005-08-24 Chris LattnerImplement LiveVariables.h change
2005-08-23 Chris Lattneradjust to new live variables interface
2005-08-23 Chris LattnerAdjust to new livevars interface
2005-08-23 Chris LattnerSimplify this code by using higher-level LiveVariables...
2005-08-23 Chris LattnerSimplify this code by using LiveVariables::KillsRegister
2005-08-23 Chris LattnerKeep track of which registers are related to which...
2005-08-23 Chris LattnerFix PR618 and Regression/CodeGen/CBackend/2005-08-23...
2005-08-23 Chris Lattneradd a note
2005-08-23 Nate BegemanAck, typo
2005-08-23 Nate BegemanAdd an option to make SetCC illegal as a beta option
2005-08-23 Nate BegemanTeach the SelectionDAG how to transform select_cc eq...
2005-08-23 Nate BegemanTeach Legalize how to turn setcc into select_cc
2005-08-23 Nate BegemanRemove some instructions we no longer generate
2005-08-22 Chris LattnerRemove some regs that are not used.
2005-08-22 Chris LattnerNate noticed that 30% of the malloc/frees in llc come...
2005-08-22 Chris LattnerFix a crash I introduced into the IA64 backend with...
2005-08-22 Chris LattnerTry to avoid scanning the fixed list. On architectures...
2005-08-22 Chris LattnerMove some code in the register assignment case that...
2005-08-22 Chris LattnerAdd a pass name for -time-passes output
2005-08-22 Chris LattnerFix a problem where constant expr shifts would not...
2005-08-22 Chris LattnerSpeed up this loop a bit, based on some observations...
2005-08-22 Chris LattnerImplement stores.
2005-08-22 Chris LattnerAdd a fast-path for register values. Add support for...
2005-08-22 Chris LattnerFix compilation of:
2005-08-22 Chris LattnerMake sure expressions only have one use before emitting...
2005-08-21 Chris LattnerImplement most of load support. There is still a bug...
2005-08-21 Chris Lattneradd anew method
2005-08-21 Chris LattnerAdd support for frame index nodes
2005-08-21 Chris Lattneradd a method
2005-08-21 Chris LattnerDon't print out the MBB label for the entry mbb
2005-08-21 Chris LattnerSimplify the logic for BRTWOWAY_CC handling. The isel...
2005-08-21 Chris LattnerImplement selection for branches.
2005-08-21 Chris Lattneradd a method
2005-08-21 Chris LattnerAdd support for basic blocks, fix a bug in result ...
2005-08-21 Chris LattnerWhen legalizing brcond ->brcc or select -> selectcc...
2005-08-21 Chris LattnerIf the false value for a select_cc is really simple...
2005-08-21 Duraid Madinareenable collapse of loadimm+AND -> dep.z (thanks guys)
2005-08-20 Chris Lattnerfix bogus warning
2005-08-20 Jim LaskeyRepair an out by one error for IA64.
2005-08-19 Chris Lattneradd support for global address, including PIC support.
2005-08-19 Chris LattnerAdd support for global address nodes
next