Age | Commit message (Expand) | Author |
2005-11-10 | Darwin supports quoted labels. This implements: | Chris Lattner |
2005-11-10 | Call this method with the object we have | Chris Lattner |
2005-11-10 | Make the aix asm printer interface properly with the parent class | Chris Lattner |
2005-11-10 | fix a bunch of regressions | Andrew Lenharth |
2005-11-09 | whatever. Intermediate patch to see what breaks. Seems ok. | Andrew Lenharth |
2005-11-08 | Add a new option to indicate we want the code generator to emit code quickly, | Chris Lattner |
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 | Add the necessary support to the ISel to allow targets to codegen the new | Nate Begeman |
2005-11-06 | ask for 16-byte aligned jmpbufs. This should unbreak C++ on IA64 (and | Duraid Madina |
2005-11-05 | add a case Nate sent me | Chris Lattner |
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 a QOI issue noticed by Markus F.X.J. Oberhumer. | 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 | Allow itineraries to be passed through the Target Machine. | Jim Laskey |
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-11-01 | Add a flag to enable a darwin linker optimization | Chris Lattner |
2005-10-31 | Make constant pool entries use private labels. This is important when you're | Chris Lattner |
2005-10-31 | add FP compares and implicit register defs to the dag isel | Duraid Madina |
2005-10-30 | If the module has no t-t and the host is an alpha, default to using the Alpha BE | Chris Lattner |
2005-10-30 | fix some broken comparisons, this affected the Pattern isel too. | Duraid Madina |
2005-10-30 | This is implemented | Chris Lattner |
2005-10-29 | Make -time-passes output prettier | Chris Lattner |
2005-10-29 | add some FP stuff, some mix.* stuff, and constant pool support to the | Duraid Madina |
2005-10-29 | remove reference to this pass | Chris Lattner |
2005-10-29 | add shladd | Duraid Madina |
2005-10-28 | New case to handle someday | Nate Begeman |
2005-10-28 | Don't emit "32" for unordered comparison | Chris Lattner |
2005-10-28 | add a hack to get code with ordered comparisons working. This hack is | Chris Lattner |
2005-10-28 | add support for branch on ordered/unordered. | Chris Lattner |
2005-10-28 | Do not globalize internal symbols | Chris Lattner |
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-28 | a bad case for bitfield insert | Chris Lattner |