LFS/STFS load and store FP values, not integer ones. This change allows us
[oota-llvm.git] / lib / Target /
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 Lattnerimplement support for calls
2005-08-24 Chris LattnerRemove some dead cases.
2005-08-24 Chris Lattneradd an idea
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 Chris LattnerAdd callseq_begin/end support
2005-08-23 Chris LattnerAdjust to new livevars interface
2005-08-23 Chris LattnerSimplify this code by using LiveVariables::KillsRegister
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 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 LattnerAdd a pass name for -time-passes output
2005-08-22 Chris LattnerImplement stores.
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 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 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 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 LattnerFix a typeo, no wonder all tokenfactor edges were the...
2005-08-19 Chris LattnerSplit RegisterClass 'Methods' into MethodProtos and...
2005-08-19 Chris Lattnerput reg classes into namespace
2005-08-19 Chris LattnerPut reg classes into namespaces
2005-08-19 Chris LattnerPut register classes into namespaces
2005-08-19 Chris LattnerPut register classes in namespaces
2005-08-19 Chris LattnerFix code that assumes the register info will be dumped...
2005-08-19 Chris Lattnerput reg classes in namespaces
2005-08-19 Chris LattnerRequire that targets specify a namespace for their...
2005-08-19 Chris LattnerThe skeleton target has never had an isel
2005-08-19 Chris LattnerThis code has always been dead on itanium
2005-08-19 Chris LattnerThis code has always been dead for alpha
2005-08-19 Chris LattnerThe simple isel being gone makes this dead!
2005-08-19 Chris LattnerNow that the simple isels are dead, so is this.
2005-08-19 Chris LattnerSparcv9 gets no operand info
2005-08-19 Duraid Madinaa bugfix (up top) and a quick repair job: disable gener...
2005-08-19 Nate BegemanFix a bug where we were passing the wrong number of...
2005-08-19 Chris Lattnermark variable arity instructions as such. Alpha wins...
2005-08-19 Chris LattnerMark some instructions as variable_ops, and PSEUDO_ALLO...
2005-08-19 Chris Lattneradd a few missing cases
2005-08-19 Chris LattnerGive ADJCALLSTACKDOWN/UP the correct operands.
2005-08-19 Nate BegemanISD::OR, and it's accompanying SelectBitfieldInsert
2005-08-19 Chris LattnerThe variable SAR's only take one operand too
2005-08-19 Chris LattnerStop adding bogus operands to variable shifts on X86...
2005-08-18 Nate BegemanRemove the X86 and PowerPC Simple instruction selectors...
2005-08-18 Nate BegemanAdd shifts.
2005-08-18 Chris LattnerFix operand numbers by marking variable arity nodes...
2005-08-18 Chris LattnerMFLR doesn't take an operand, the LR register is implicit
2005-08-18 Chris LattnerAdd a new flag
2005-08-18 Chris LattnerMove this to the emitter
2005-08-18 Jim LaskeyMore optimal solution for loading constants.
2005-08-18 Chris LattnerAfter selecting the instructions for a basic block...
2005-08-18 Chris Lattnerremove some unused stuff
2005-08-18 Nate BegemanFix int foo() { return 65535; } by using the top 16...
2005-08-18 Nate BegemanImprove ISD::Constant codegen.
2005-08-18 Chris Lattnerreplace switch stmt with an assert, generate li 0 inste...
2005-08-18 Jim LaskeyHandle loading of 0x????0000 constants with a single...
2005-08-18 Nate BegemanAdd support for ISD::AND, and its various optimized...
2005-08-18 Nate BegemanMaintain consistency in negating things
2005-08-18 Nate BegemanImplement XOR, remove a broken sign_extend_inreg case
2005-08-18 Nate BegemanAdd a bunch more simple nodes.
2005-08-18 Nate BegemanAdd a couple more nodes that are easy to handle
2005-08-18 Nate BegemanBe fruitful and multiply!
2005-08-18 Jim LaskeyBetter version of isIntImmediate.
2005-08-17 Nate BegemanTeach the DAG->DAG ISel about FNEG, and how it can...
2005-08-17 Jim LaskeyPromote dependency for MathExtras.h out of Constants.h.
2005-08-17 Jim LaskeyCulling out use of unions for converting FP to bits...
2005-08-17 Chris Lattneradd a beta option for turning on dag->dag isel
2005-08-17 Chris Lattnerinitial hack at a dag->dag instruction selector. This...
2005-08-17 Chris Lattneradd prototype, remove dead proto
2005-08-17 Chris LattnerFix some bugs in the alpha backend, some of which I...
2005-08-17 Chris LattnerFix a few small typos I noticed when converting this...
2005-08-17 Jim LaskeyRemoved UINT_TO_FP and SINT_TO_FP from ISel outright.
2005-08-17 Andrew Lenharththinko. Should fix s4addl.ll regression
2005-08-17 Jim LaskeyRemove ISel code generation for UINT_TO_FP and SINT_TO_...
2005-08-17 Jim LaskeyMake UINT_TO_FP and SINT_TO_FP use generic expansion.
2005-08-17 Nate BegemanImplement a couple improvements:
2005-08-16 Chris Lattnerupdates for changes in nodes
2005-08-16 Chris Lattnerupdate the backends to work with the new CopyFromReg...
2005-08-16 Nate BegemanImplement BR_CC and BRTWOWAY_CC. This allows the remov...
2005-08-16 Chris LattnerPull the LLVM -> DAG lowering code out of the pattern...
2005-08-15 Chris LattnerTurn loop strength reduction on by default.
2005-08-15 Jim LaskeyBroke 80 column rule.
2005-08-15 Jim LaskeyChanged code gen for int to f32 to use rounding. This...
2005-08-15 Andrew LenharthisIntImmediate is a good Idea. Add a flavor that check...
next