| Commit message (Expand) | Author | Age | Files | Lines |
* | add support for storing and returning bools | Duraid Madina | 2005-11-07 | 1 | -5/+26 |
* | just some random hacking - calls (particularly indirect) need a lot of | Duraid Madina | 2005-11-06 | 1 | -14/+25 |
* | Add the necessary support to the ISel to allow targets to codegen the new | Nate Begeman | 2005-11-06 | 1 | -3/+26 |
* | ask for 16-byte aligned jmpbufs. This should unbreak C++ on IA64 (and | Duraid Madina | 2005-11-06 | 1 | -1/+2 |
* | add a case Nate sent me | Chris Lattner | 2005-11-05 | 1 | -0/+23 |
* | oops, forgot to load GP for indirect calls, though the old code now commented | Duraid Madina | 2005-11-04 | 1 | -4/+21 |
* | kill redundant SP/GP/RP save/restores across calls | Duraid Madina | 2005-11-04 | 1 | -2/+3 |
* | add support for loading bools | Duraid Madina | 2005-11-04 | 1 | -1/+7 |
* | fun with predicates! (add TRUNC i64->i1, AND i1 i1, fix XOR i1 i1) | Duraid Madina | 2005-11-04 | 1 | -41/+97 |
* | add pattern to load constant 0 into a predicate reg | Duraid Madina | 2005-11-03 | 1 | -0/+2 |
* | Fix a bug that prevented this pattern from matching | Chris Lattner | 2005-11-03 | 1 | -1/+1 |
* | Fix a QOI issue noticed by Markus F.X.J. Oberhumer. | Chris Lattner | 2005-11-02 | 2 | -0/+2 |
* | "fix" support for FP constants (this code asserts in the scheduler, | Duraid Madina | 2005-11-02 | 1 | -2/+4 |
* | add F0 and F1 to the FP register class | Duraid Madina | 2005-11-02 | 1 | -3/+19 |
* | This works now | Chris Lattner | 2005-11-02 | 1 | -2/+1 |
* | add support for SELECT to TargetSelectionDAG.td, add support for | Duraid Madina | 2005-11-02 | 2 | -31/+43 |
* | add support for loading FP constants +0.0 and +1.0 to the dag isel, | Duraid Madina | 2005-11-02 | 2 | -3/+8 |
* | Allow itineraries to be passed through the Target Machine. | Jim Laskey | 2005-11-01 | 4 | -5/+21 |
* | heh, scheduling was easy? | Duraid Madina | 2005-11-01 | 1 | -1/+3 |
* | FORTRAN!!! :( and other similarly unfortunate things mean that on ia64 | Duraid Madina | 2005-11-01 | 1 | -0/+20 |
* | so tablegen was thinking I might want to convert FPs to predicates. | Duraid Madina | 2005-11-01 | 1 | -4/+3 |
* | add support for int->FP and FP->int ops, and add ia64 patterns for these | Duraid Madina | 2005-11-01 | 2 | -0/+23 |
* | add zeroextend predicate->integer | Duraid Madina | 2005-11-01 | 1 | -37/+42 |
* | Add a flag to enable a darwin linker optimization | Chris Lattner | 2005-11-01 | 1 | -1/+7 |
* | Make constant pool entries use private labels. This is important when you're | Chris Lattner | 2005-10-31 | 1 | -3/+3 |
* | add FP compares and implicit register defs to the dag isel | Duraid Madina | 2005-10-31 | 2 | -23/+45 |
* | If the module has no t-t and the host is an alpha, default to using the Alpha BE | Chris Lattner | 2005-10-30 | 1 | -1/+1 |
* | fix some broken comparisons, this affected the Pattern isel too. | Duraid Madina | 2005-10-30 | 1 | -27/+4 |
* | This is implemented | Chris Lattner | 2005-10-30 | 1 | -19/+0 |
* | Make -time-passes output prettier | Chris Lattner | 2005-10-29 | 1 | -0/+4 |
* | add some FP stuff, some mix.* stuff, and constant pool support to the | Duraid Madina | 2005-10-29 | 2 | -61/+131 |
* | remove reference to this pass | Chris Lattner | 2005-10-29 | 2 | -8/+0 |
* | add shladd | Duraid Madina | 2005-10-29 | 1 | -42/+42 |
* | New case to handle someday | Nate Begeman | 2005-10-28 | 1 | -0/+17 |
* | Don't emit "32" for unordered comparison | Chris Lattner | 2005-10-28 | 1 | -2/+4 |
* | add a hack to get code with ordered comparisons working. This hack is | Chris Lattner | 2005-10-28 | 1 | -12/+12 |
* | add support for branch on ordered/unordered. | Chris Lattner | 2005-10-28 | 2 | -0/+21 |
* | Do not globalize internal symbols | Chris Lattner | 2005-10-28 | 1 | -1/+2 |
* | These are autogenerated | Chris Lattner | 2005-10-28 | 1 | -33/+0 |
* | DAG->DAG instruction selection for ia64! "hello world" works, not much else. | Duraid Madina | 2005-10-28 | 11 | -41/+1226 |
* | remove dead stuff | Chris Lattner | 2005-10-28 | 1 | -14/+0 |
* | Eliminate getClass, it is not needed | Chris Lattner | 2005-10-28 | 1 | -7/+6 |
* | a bad case for bitfield insert | Chris Lattner | 2005-10-28 | 1 | -0/+34 |
* | int comparison patterns | Andrew Lenharth | 2005-10-26 | 2 | -40/+48 |
* | Typo made worse x 2 - take 2. | Jim Laskey | 2005-10-26 | 2 | -2/+2 |
* | Fix an assert compiling MallocBench/gs | Chris Lattner | 2005-10-26 | 1 | -1/+1 |
* | Typo x 2 | Jim Laskey | 2005-10-26 | 2 | -2/+2 |
* | Simplify instinfo, set random bits on more fp insts, and fix 1 opcode | Andrew Lenharth | 2005-10-26 | 2 | -24/+18 |
* | Give full control of subtarget features over to table generated code. | Jim Laskey | 2005-10-26 | 4 | -16/+26 |
* | Add attribute name and type to SubtargetFeatures. | Jim Laskey | 2005-10-26 | 3 | -8/+18 |