Age | Commit message (Expand) | Author |
2005-12-05 | Add some explicit type casts so that tblgen knows the type of the shiftamount... | Chris Lattner |
2005-12-01 | IA64 doesn't support the LOCATION node, and for some reason the ISelPattern | Chris Lattner |
2005-12-01 | Support multiple ValueTypes per RegisterClass, needed for upcoming vector | Nate Begeman |
2005-11-30 | Pay attn to the node returned by SelectNodeTo | Chris Lattner |
2005-11-30 | No longer track value types for asm printer operands, and remove them as | Nate Begeman |
2005-11-29 | No targets support line number info yet. | Chris Lattner |
2005-11-25 | add support for dynamic_stackalloc to the dag isel (thanks andrew ;) | Duraid Madina |
2005-11-21 | add support for div/rem to the dag->dag isel. yay. | Duraid Madina |
2005-11-21 | Eliminate unneeded intermediate class. Move doFinalizeMethod to bottom of | Chris Lattner |
2005-11-21 | Start using shared asmprinter Constant Pool emitter, use shorter cpi names. | Chris Lattner |
2005-11-21 | Adjust to capitalized AsmPrinter method names | Chris Lattner |
2005-11-21 | Use PrivateGlobalPrefix for basic block labels | Chris Lattner |
2005-11-21 | Start using SwitchSection, allowing globals and functions to be emitted | Chris Lattner |
2005-11-21 | Rename SwitchSection -> switchSection to avoid conflicting with a future | Chris Lattner |
2005-11-21 | Start using PrivateGlobalPrefix correctly | Chris Lattner |
2005-11-14 | add FP select. next up - divide! | Duraid Madina |
2005-11-08 | Add a new option to indicate we want the code generator to emit code quickly,... | Chris Lattner |
2005-11-07 | add support for storing and returning bools | Duraid Madina |
2005-11-06 | just some random hacking - calls (particularly indirect) need a lot of | Duraid Madina |
2005-11-06 | ask for 16-byte aligned jmpbufs. This should unbreak C++ on IA64 (and | Duraid Madina |
2005-11-04 | oops, forgot to load GP for indirect calls, though the old code now commented | Duraid Madina |
2005-11-04 | kill redundant SP/GP/RP save/restores across calls | Duraid Madina |
2005-11-04 | add support for loading bools | 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 | "fix" support for FP constants (this code asserts in the scheduler, | Duraid Madina |
2005-11-02 | add F0 and F1 to the FP register class | Duraid Madina |
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-02 | add support for loading FP constants +0.0 and +1.0 to the dag isel, | Duraid Madina |
2005-11-01 | heh, scheduling was easy? | Duraid Madina |
2005-11-01 | FORTRAN!!! :( and other similarly unfortunate things mean that on ia64 | 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 | These are autogenerated | Chris Lattner |
2005-10-28 | DAG->DAG instruction selection for ia64! "hello world" works, not much else. | Duraid Madina |
2005-10-28 | remove dead stuff | Chris Lattner |
2005-10-28 | Eliminate getClass, it is not needed | Chris Lattner |
2005-10-21 | Don't generate operations that aren't yet supported | Nate Begeman |
2005-10-07 | Fix CodeGen/Generic/bool-to-double.ll | Chris Lattner |
2005-09-30 | these registers don't belong to any register classes, so don't mark them | Chris Lattner |
2005-09-30 | these methods get extra args | Chris Lattner |
2005-09-28 | Add FP versions of the binary operators, keeping the int and fp worlds seperate. | Chris Lattner |
2005-09-14 | Give all operands names | Chris Lattner |