double to float casts should nto result in an fmr
[oota-llvm.git] / lib /
2005-10-07 Chris LattnerFix CodeGen/Generic/bool-to-double.ll
2005-10-06 Chris LattnerPull out Call, reducing stack frame size from 6032...
2005-10-06 Chris LattnerPull out setcc, this reduces stack frame size from...
2005-10-06 Chris LattnerPull two more methods out, reducing stack frame size...
2005-10-06 Chris LattnerAdd a recursive-iterative hybrid stage to attempt to...
2005-10-06 Chris Lattnersilence a bogus GCC warning
2005-10-06 Chris LattnerFix the LLC regressions on X86 last night. In particul...
2005-10-06 Andrew LenharthThis is suppose to work now
2005-10-06 Andrew Lenharthremove VAX compatibility instruction, we will never...
2005-10-06 Chris LattnerMake the legalizer completely non-recursive
2005-10-05 Nate BegemanLet the combiner handle more cases
2005-10-05 Nate BegemanRemove some bad code from Legalize
2005-10-05 Nate BegemanCheck in some more DAGCombiner pieces
2005-10-05 Chris LattnerFix a bug in the local spiller, where we could take...
2005-10-05 Chris Lattnersilence some warnings
2005-10-05 Chris Lattnerimplement visitBR_CC so that PowerPC/inverted-bool...
2005-10-05 Chris Lattnerfix some pastos
2005-10-05 Chris LattnerAdd a new HandleNode class, which is used to handle...
2005-10-05 Chris LattnerImplement the code for PowerPC/inverted-bool-compares...
2005-10-05 Chris Lattnermake sure that -view-isel-dags is the input to the...
2005-10-05 Chris LattnerFix a crash compiling Olden/tsp
2005-10-04 Chris Lattnerrefactor a bit of code.
2005-10-04 Chris LattnerMinor speedup to avoid array searches given a Use*...
2005-10-04 Chris LattnerChange the signature of replaceUsesOfWithOnConstant...
2005-10-04 Chris LattnerFor large constants (e.g. arrays and structs with many...
2005-10-04 Chris Lattnerminor cleanup/fastpath for the bcreader. This speeds...
2005-10-04 Jim LaskeyReverting to version - until problem isolated.
2005-10-04 Chris LattnerAdd a forward def
2005-10-04 Nate BegemanFix some faulty logic in the libcall inserter.
2005-10-04 Chris Lattnerimplement the struct version of the array speedup,...
2005-10-04 Chris LattnerFix DemoteRegToStack on an invoke. This fixes PR634.
2005-10-04 Nate BegemanAdd back a workaround that fixes some breakages from...
2005-10-03 Chris LattnerClean up the code a bit. Use isInstructionTriviallyDea...
2005-10-03 Chris LattnerChange ConstantArray::replaceUsesOfWithOnConstant to...
2005-10-03 Chris Lattnermove some methods, no other changes
2005-10-03 Chris Lattnerminor microoptimizations
2005-10-03 Chris LattnerUse a map to cache the ModuleType information, so we...
2005-10-03 Jim LaskeyRefactor gathering node info and emission.
2005-10-03 Chris Lattnerclean up this code a bit, no functionality change
2005-10-03 Chris LattnerSpeed up the asm printer a lot by not printing formatte...
2005-10-03 Chris LattnerBreak the body of the loop out into a new method
2005-10-03 Chris LattnerMake IVUseShouldUsePostIncValue more aggressive when...
2005-10-03 Chris LattnerRefactor some code into a function
2005-10-03 Chris LattnerThis break is bogus and I have no idea why it was there...
2005-10-03 Chris Lattnerwhen checking if we should move a split edge block...
2005-10-02 Chris LattnerFix a problem where the legalizer would run out of...
2005-10-02 Chris Lattnersilence a bogus warning
2005-10-02 Chris Lattnersilence some warnings
2005-10-02 Chris Lattnersilence a warning
2005-10-02 Chris Lattneradd patterns for float binops and fma ops
2005-10-02 Chris LattnerSort the cpu and features table, so that the alpha...
2005-10-02 Chris LattnerAdd assertions to the trivial scheduler to check that...
2005-10-02 Chris Lattneranother solution to the fsel issue. Instead of having...
2005-10-02 Chris Lattnerfsel can take a different FP type for the comparison...
2005-10-02 Chris Lattnerfix an f32/f64 type mismatch
2005-10-02 Chris LattnerCodegen CopyFromReg using the regclass that matches...
2005-10-02 Chris LattnerAdjust to change in ctor
2005-10-01 Chris LattnerMinor tweak to the branch selector. When emitting...
2005-10-01 Chris Lattnerlike the comment says, enable this
2005-10-01 Chris LattnerAdd some very paranoid checking for operand/result...
2005-10-01 Jeff CohenFix VC++ warnings.
2005-10-01 Chris Lattnerfix typo
2005-10-01 Chris LattnerModify the ppc backend to use two register classes...
2005-10-01 Chris Lattneradd a method
2005-10-01 Jim Laskeytypo
2005-10-01 Jim Laskey1. Simplify the gathering of node groups.
2005-09-30 Jim LaskeyShould be using flag and not chain.
2005-09-30 Nate BegemanRemove some now-dead code.
2005-09-30 Andrew Lenharthsubtarget support for CIX and FIX extentions (the only...
2005-09-30 Jim Laskey1. Made things node-centric (from operand).
2005-09-30 Chris LattnerRename MRegisterDesc -> TargetRegisterDesc for consistency
2005-09-30 Chris Lattnertrim down the target info structs now that we have...
2005-09-30 Chris Lattnernow that we have a reg class to spill with, get this...
2005-09-30 Chris Lattnerconstant fold these calls
2005-09-30 Chris Lattnersimplify this code using the new regclass info passed in
2005-09-30 Chris LattnerNow that we have getCalleeSaveRegClasses() info, use...
2005-09-30 Chris Lattnerstub out a virtual method
2005-09-30 Chris LattnerCR registers are not used by this "target"
2005-09-30 Chris Lattnerthese registers don't belong to any register classes...
2005-09-30 Chris LattnerNow that self referential classes are supported, get...
2005-09-30 Chris Lattnerpass extra args
2005-09-30 Chris Lattnerthese methods get extra args
2005-09-30 Chris LattnerPass extra regclasses into spilling code
2005-09-30 Chris LattnerChange this code ot pass register classes into the...
2005-09-30 Chris LattnerUse the 32-bit version for now
2005-09-29 Chris LattnerAdd a bunch of patterns for F64 FP ops, add some more...
2005-09-29 Chris LattnerRemove code for patterns that are autogenerated
2005-09-29 Andrew Lenharthbegining alpha subtarget support
2005-09-29 Chris Lattnertblgen autogens this pattern now
2005-09-29 Andrew Lenharthcopy and paste error
2005-09-29 Chris Lattnernow that tblgen is smarter, this pattern is not needed...
2005-09-29 Chris LattnerInsert stores after phi nodes in the normal dest. ...
2005-09-29 Chris Lattnerconsistency with other cases, no functionality change
2005-09-29 Chris LattnerMake the JIT default to the DAG isel instead of the...
2005-09-29 Chris LattnerFix two bugs in my patch earlier today that broke int...
2005-09-29 Chris LattnerFold isascii into a simple comparison. This speeds...
2005-09-29 Chris Lattnerremove a bunch of unneeded stuff, or self evident comments
2005-09-29 Chris LattnerImplement a couple of memcmp folds from the todo list
2005-09-29 Jeff CohenSilence VC++ redeclaration warnings.
2005-09-29 Chris LattnerNever rely on ReplaceAllUsesWith when selecting, use...
next