| Commit message (Expand) | Author | Age | Files | Lines |
* | Change this code ot pass register classes into the stack slot spiller/reloader | Chris Lattner | 2005-09-30 | 4 | -11/+19 |
* | Use the 32-bit version for now | Chris Lattner | 2005-09-30 | 1 | -1/+1 |
* | Add a bunch of patterns for F64 FP ops, add some more integer ops | Chris Lattner | 2005-09-29 | 2 | -38/+84 |
* | Remove code for patterns that are autogenerated | Chris Lattner | 2005-09-29 | 1 | -30/+9 |
* | begining alpha subtarget support | Andrew Lenharth | 2005-09-29 | 7 | -19/+86 |
* | tblgen autogens this pattern now | Chris Lattner | 2005-09-29 | 1 | -6/+0 |
* | copy and paste error | Andrew Lenharth | 2005-09-29 | 1 | -1/+1 |
* | now that tblgen is smarter, this pattern is not needed. Also, tblgen | Chris Lattner | 2005-09-29 | 1 | -3/+1 |
* | Insert stores after phi nodes in the normal dest. This fixes | Chris Lattner | 2005-09-29 | 1 | -2/+5 |
* | consistency with other cases, no functionality change | Chris Lattner | 2005-09-29 | 1 | -0/+2 |
* | Make the JIT default to the DAG isel instead of the pattern isel, like LLC. | Chris Lattner | 2005-09-29 | 1 | -1/+4 |
* | Fix two bugs in my patch earlier today that broke int->fp conversion on X86. | Chris Lattner | 2005-09-29 | 1 | -2/+2 |
* | Fold isascii into a simple comparison. This speeds up 197.parser by 7.4%, | Chris Lattner | 2005-09-29 | 1 | -0/+26 |
* | remove a bunch of unneeded stuff, or self evident comments | Chris Lattner | 2005-09-29 | 1 | -45/+6 |
* | Implement a couple of memcmp folds from the todo list | Chris Lattner | 2005-09-29 | 1 | -3/+121 |
* | Silence VC++ redeclaration warnings. | Jeff Cohen | 2005-09-29 | 1 | -4/+6 |
* | Never rely on ReplaceAllUsesWith when selecting, use CodeGenMap instead. | Chris Lattner | 2005-09-29 | 1 | -34/+29 |
* | Codegen ADD X, IMM -> addis/addi if needed. | Chris Lattner | 2005-09-28 | 1 | -2/+12 |
* | Autogen MUL, move FP cases together | Chris Lattner | 2005-09-28 | 1 | -24/+12 |
* | disentangle FP from INT versions of div/mul | Chris Lattner | 2005-09-28 | 1 | -18/+16 |
* | Use the autogenerated matcher for ADD/SUB | Chris Lattner | 2005-09-28 | 1 | -30/+0 |
* | add a patter for SUBFIC | Chris Lattner | 2005-09-28 | 1 | -1/+1 |
* | Mark int binops as int-only, add FP binops. Mark FADD/FMUL as commutative but | Chris Lattner | 2005-09-28 | 1 | -15/+23 |
* | wrap a long line | Chris Lattner | 2005-09-28 | 1 | -1/+2 |
* | Add FP versions of the binary operators, keeping the int and fp worlds seperate. | Chris Lattner | 2005-09-28 | 3 | -114/+120 |
* | Add FP versions of the binary operators, keeping the int and fp worlds seperate. | Chris Lattner | 2005-09-28 | 4 | -97/+108 |
* | Add FP versions of the binary operators, keeping the int and fp worlds seperate. | Chris Lattner | 2005-09-28 | 4 | -87/+209 |
* | Mark associative nodes as associative | Chris Lattner | 2005-09-28 | 1 | -6/+12 |
* | Nate pointed out that mulh[us] are commutative as well. Thanks! | Chris Lattner | 2005-09-28 | 1 | -2/+2 |
* | expose commutativity information | Chris Lattner | 2005-09-28 | 1 | -8/+17 |
* | All (xor *) cases are autogenerated now | Chris Lattner | 2005-09-28 | 1 | -43/+0 |
* | add support for missed eqv tests | Chris Lattner | 2005-09-28 | 1 | -0/+9 |
* | Implement PowerPC/eqv-andc-orc-nor.ll:EQV3 | Chris Lattner | 2005-09-28 | 1 | -1/+5 |
* | learn to codegen not as NOR instead of xoris/xori | Chris Lattner | 2005-09-28 | 1 | -1/+5 |
* | These nodes are all autogenerated | Chris Lattner | 2005-09-28 | 1 | -44/+0 |
* | Constant fold llvm.sqrt | Chris Lattner | 2005-09-28 | 1 | -1/+9 |
* | add a note about a way to improve this code further, that I won't be getting | Chris Lattner | 2005-09-27 | 1 | -0/+8 |
* | Fix a regression in my previous patch, fixing GlobalOpt/2005-09-27-Crash.ll | Chris Lattner | 2005-09-27 | 1 | -1/+1 |
* | Darwin, like many BSD systems, has a setjmp/longjmp which saves the signal mask | Chris Lattner | 2005-09-27 | 1 | -0/+3 |
* | If the target prefers it, use _setjmp/_longjmp should be used instead of setj... | Chris Lattner | 2005-09-27 | 1 | -2/+6 |
* | initialize new flag | Chris Lattner | 2005-09-27 | 1 | -0/+1 |
* | Avoid spilling stack slots... to stack slots. | Chris Lattner | 2005-09-27 | 1 | -0/+6 |
* | Completely rewrite 'correct' eh support. This changes how setjmp insertion | Chris Lattner | 2005-09-27 | 1 | -140/+301 |
* | Make the pass name simpler | Chris Lattner | 2005-09-27 | 1 | -1/+1 |
* | fix CBackend/2005-09-27-VolatileFuncPtr.ll | Chris Lattner | 2005-09-27 | 2 | -8/+8 |
* | allow demotion to volatile values, add support for invoke | Chris Lattner | 2005-09-27 | 1 | -12/+15 |
* | Make sure to clear the CodeGenMap after each basic block is selected to avoid | Chris Lattner | 2005-09-27 | 1 | -0/+1 |
* | Remove some redundancies. | Jim Laskey | 2005-09-27 | 1 | -10/+10 |
* | Split SimpleConstantVal up into its components, so each Constant subclass get... | Chris Lattner | 2005-09-27 | 1 | -10/+14 |
* | Add support for external calls that we know how to constant fold. This imple... | Chris Lattner | 2005-09-27 | 1 | -11/+20 |