oota-llvm.git
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-02 Chris LattnerEmit the value type for each register class.
2005-10-02 Chris LattnerExpose the actual valuetype of each register class
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 LattnerAnnotate nodes with their addresses if a graph requests it.
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 Lenharthmore specific tests of subtarget stuff
2005-09-30 Andrew Lenharthsubtarget support for CIX and FIX extentions (the only...
2005-09-30 Jim LaskeyReverting change moving to selection dag graph.
2005-09-30 Jim LaskeyAdded allnodes_size for scheduling support.
2005-09-30 Jim Laskey1. Made things node-centric (from operand).
2005-09-30 Jim LaskeyAdd the node name (thus the address) to node label.
2005-09-30 Chris LattnerRename MRegisterDesc -> TargetRegisterDesc for consistency
2005-09-30 Chris LattnerUpdate the discussion of TargetRegisterDesc
2005-09-30 Chris Lattnerremove some more initializers
2005-09-30 Chris Lattnertrim down the target info structs now that we have...
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 Lattnerexpose a new virtual method
2005-09-30 Chris Lattnerstub out a virtual method
2005-09-30 Chris LattnerCompute a preferred spill register class for each calle...
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 LattnerFix a warning
2005-09-30 Chris LattnerRegenerate
2005-09-30 Chris LattnerRefactor this a bit to move ParsingTemplateArgs to...
2005-09-30 Chris LattnerAdd a test that you can forward ref a class.
2005-09-30 Chris LattnerRegenerate
2005-09-30 Chris LattnerGenerate a parse error instead of a checked exception...
2005-09-30 Chris LattnerNow that self referential classes are supported, get...
2005-09-30 Chris Lattnerregenerate
2005-09-30 Chris LattnerRefactor the grammar a bit to implement TableGen/Forwar...
2005-09-30 Chris LattnerCheck that we can refer to the same class we are defining.
2005-09-30 Chris Lattnerallow regs to be in multiple reg classes
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 LattnerChange these methods to take RC's
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 Chris LattnerTeach tablegen to reassociate operators when possible...
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 LattnerTeach tblgen to build permutations of instructions...
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 Lattnernew testcase for isascii
2005-09-29 Chris Lattnerremove a bunch of unneeded stuff, or self evident comments
2005-09-29 Chris Lattneradd a new testcase
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...
2005-09-28 Chris LattnerCodegen ADD X, IMM -> addis/addi if needed.
2005-09-28 Chris Lattneradd a testcase for a feature we regressed on because...
2005-09-28 Chris LattnerAutogen MUL, move FP cases together
2005-09-28 Chris Lattnerdisentangle FP from INT versions of div/mul
2005-09-28 Chris LattnerUse the autogenerated matcher for ADD/SUB
2005-09-28 Chris Lattneradd a patter for SUBFIC
2005-09-28 Chris LattnerMark int binops as int-only, add FP binops. Mark FADD...
2005-09-28 Chris Lattnerwrap a long line
2005-09-28 Chris LattnerAdd FP versions of the binary operators, keeping the...
2005-09-28 Chris LattnerAdd FP versions of the binary operators, keeping the...
2005-09-28 Chris LattnerAdd FP versions of the binary operators, keeping the...
2005-09-28 Chris LattnerMark associative nodes as associative
2005-09-28 Chris Lattneradd support for an associative marker
2005-09-28 Chris LattnerEmit an error if instructions or patterns are defined...
2005-09-28 Chris LattnerNate pointed out that mulh[us] are commutative as well...
2005-09-28 Chris Lattnercollect commutativity information
2005-09-28 Chris Lattnerexpose commutativity information
2005-09-28 Chris LattnerAll (xor *) cases are autogenerated now
2005-09-28 Chris Lattneradd support for missed eqv tests
2005-09-28 Chris Lattneradd testcase for nand
2005-09-28 Chris LattnerImplement PowerPC/eqv-andc-orc-nor.ll:EQV3
2005-09-28 Chris LattnerConsolidate the eqv.ll and nor.ll files together.
next