Age | Commit message (Expand) | Author |
2006-03-08 | doo de doo | Duraid Madina |
2006-02-11 | now short immediates will get matched (previously constants were all | Duraid Madina |
2006-01-27 | PHI and INLINEASM are now built-in instructions provided by Target.td | Chris Lattner |
2006-01-26 | some hoovering | Duraid Madina |
2006-01-25 | add bundling! well not really, for now it's just stop-insertion. | Duraid Madina |
2006-01-20 | remove RET hack, add proper support for rets (watching out for ret voids) | Duraid Madina |
2006-01-20 | fix storing bools! eek! | Duraid Madina |
2006-01-19 | fix boolean XOR (which fixes up comparisons..) | Duraid Madina |
2006-01-17 | use proper (82-bit) spills/fills when spilling FP regs, so that | Duraid Madina |
2006-01-16 | fix division! again!! pattern isel, prepare to die. | Duraid Madina |
2006-01-11 | this just might work | Duraid Madina |
2006-01-11 | add support for selecting bools | Duraid Madina |
2005-12-26 | Added field noResults to Instruction. | Evan Cheng |
2005-12-25 | we don't feed our call instructions extra operands | Duraid Madina |
2005-12-22 | oops, back this out | Duraid Madina |
2005-12-22 | we need to emit the getf.d instruction in lowering, so add it | Duraid Madina |
2005-12-22 | update tablegen files - nothing to see here | Duraid Madina |
2005-12-05 | Add some explicit type casts so that tblgen knows the type of the shiftamount... | Chris Lattner |
2005-11-14 | add FP select. next up - divide! | Duraid Madina |
2005-11-04 | fun with predicates! (add TRUNC i64->i1, AND i1 i1, fix XOR i1 i1) | Duraid Madina |
2005-11-03 | add pattern to load constant 0 into a predicate reg | Duraid Madina |
2005-11-03 | Fix a bug that prevented this pattern from matching | Chris Lattner |
2005-11-02 | This works now | Chris Lattner |
2005-11-02 | add support for SELECT to TargetSelectionDAG.td, add support for | Duraid Madina |
2005-11-01 | so tablegen was thinking I might want to convert FPs to predicates. | Duraid Madina |
2005-11-01 | add support for int->FP and FP->int ops, and add ia64 patterns for these | Duraid Madina |
2005-11-01 | add zeroextend predicate->integer | Duraid Madina |
2005-10-31 | add FP compares and implicit register defs to the dag isel | Duraid Madina |
2005-10-30 | fix some broken comparisons, this affected the Pattern isel too. | Duraid Madina |
2005-10-29 | add some FP stuff, some mix.* stuff, and constant pool support to the | Duraid Madina |
2005-10-29 | add shladd | Duraid Madina |
2005-10-28 | DAG->DAG instruction selection for ia64! "hello world" works, not much else. | Duraid Madina |
2005-09-14 | Give all operands names | Chris Lattner |
2005-08-19 | Mark some instructions as variable_ops, and PSEUDO_ALLOC as taking a GPR. | Chris Lattner |
2005-05-11 | add the popcount instruction and support this in the isel | Duraid Madina |
2005-04-14 | print negative 64 bit immediates as negative numbers, makes things a little | Duraid Madina |
2005-04-13 | * add the shladd instruction | Duraid Madina |
2005-04-12 | Make sure to realize that calls use their argument regs | Chris Lattner |
2005-04-11 | assorted fixes: | Duraid Madina |
2005-04-08 | fix bogus division-by-power-of-2 (was wrong for negative input, adds extr insn) | Duraid Madina |
2005-04-07 | add immediate forms of add, sub, shift | Duraid Madina |
2005-04-06 | add fms instruction | Duraid Madina |
2005-04-04 | add implicit use op | Duraid Madina |
2005-04-02 | add fnegabs op | Duraid Madina |
2005-04-02 | add support FNEG and FABS | Duraid Madina |
2005-03-31 | add what we need to fudge a 'floating point conditional move', this is | Duraid Madina |
2005-03-17 | and so it begins... | Duraid Madina |