| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make CALL node consistent with RET node. Signness of value has type MVT::i32 | Evan Cheng | 2006-05-26 | 1 | -5/+5 |
| * | Change RET node to include signness information of the return values. e.g. | Evan Cheng | 2006-05-26 | 1 | -1/+5 |
| * | CALL node change: now including signness of every argument. | Evan Cheng | 2006-05-25 | 1 | -2/+7 |
| * | -enable-unsafe-fp-math implies -enable-finite-only-fp-math | Evan Cheng | 2006-05-23 | 1 | -2/+1 |
| * | Fix missing include | Vladimir Prus | 2006-05-23 | 1 | -0/+1 |
| * | Incorrect SETCC CondCode used for FP comparisons. | Evan Cheng | 2006-05-23 | 1 | -9/+20 |
| * | Fix the result of the call to use a correct vbitconvert. There is no need to | Chris Lattner | 2006-05-17 | 1 | -23/+8 |
| * | Correct a previous patch which broke CodeGen/PowerPC/vec_call.ll | Chris Lattner | 2006-05-17 | 1 | -18/+5 |
| * | Fixed a LowerCallTo and LowerArguments bug. They were introducing illegal | Evan Cheng | 2006-05-17 | 1 | -12/+27 |
| * | Add support for calls that pass and return legal vectors. | Chris Lattner | 2006-05-16 | 1 | -3/+60 |
| * | Add a new ISD::CALL node, make the default impl of TargetLowering::LowerCallTo | Chris Lattner | 2006-05-16 | 1 | -1/+139 |
| * | Add a chain to FORMAL_ARGUMENTS. This is a minimal port of the X86 backend, | Chris Lattner | 2006-05-16 | 1 | -2/+4 |
| * | Move function-live-in-handling code from the sdisel code to the scheduler. | Chris Lattner | 2006-05-16 | 1 | -14/+1 |
| * | Revert an un-intended change | Evan Cheng | 2006-05-13 | 1 | -16/+27 |
| * | Remove dead vars | Chris Lattner | 2006-05-12 | 1 | -2/+0 |
| * | Refactor scheduler code. Move register-reduction list scheduler to a | Evan Cheng | 2006-05-11 | 1 | -25/+20 |
| * | Make emission of jump tables a bit less conservative; they are now required | Nate Begeman | 2006-05-08 | 1 | -4/+4 |
| * | When inserting casts, be careful of where we put them. We cannot insert | Chris Lattner | 2006-05-06 | 1 | -9/+12 |
| * | More aggressively sink GEP offsets into loops. For example, before we | Chris Lattner | 2006-05-05 | 1 | -56/+115 |
| * | Sink noop copies into the basic block that uses them. This reduces the number | Chris Lattner | 2006-05-05 | 1 | -4/+77 |
| * | Finish up the initial jump table implementation by allowing jump tables to | Nate Begeman | 2006-05-03 | 1 | -26/+34 |
| * | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 1 | -19/+19 |
| * | Remove the temporary option: -no-isel-fold-inflight | Evan Cheng | 2006-04-28 | 1 | -11/+0 |
| * | TargetLowering::LowerArguments should return a VBIT_CONVERT of | Evan Cheng | 2006-04-28 | 1 | -16/+14 |
| * | Added a temporary option -no-isel-fold-inflight to control whether a "inflight" | Evan Cheng | 2006-04-28 | 1 | -1/+12 |
| * | Insert a VBIT_CONVERT between a FORMAL_ARGUMENT node and its vector uses | Evan Cheng | 2006-04-27 | 1 | -3/+16 |
| * | Don't forget return void. | Evan Cheng | 2006-04-25 | 1 | -0/+3 |
| * | Fix the updating of the machine CFG when a PHI node was in a successor of | Nate Begeman | 2006-04-23 | 1 | -5/+10 |
| * | Turn of jump tables for a bit, there are still some issues to work out with | Nate Begeman | 2006-04-22 | 1 | -1/+1 |
| * | JumpTable support! What this represents is working asm and jit support for | Nate Begeman | 2006-04-22 | 1 | -6/+138 |
| * | The BFS scheduler is apparently nondeterminstic (causes many llvmgcc bootstrap | Chris Lattner | 2006-04-21 | 1 | -2/+5 |
| * | Implement support for the formal_arguments node. To get this, targets should... | Chris Lattner | 2006-04-12 | 1 | -0/+119 |
| * | Add code generator support for VSELECT | Chris Lattner | 2006-04-08 | 1 | -2/+8 |
| * | Codegen shufflevector as VVECTOR_SHUFFLE | Chris Lattner | 2006-04-08 | 1 | -1/+13 |
| * | Stub out shufflevector | Chris Lattner | 2006-04-08 | 1 | -0/+1 |
| * | Make a vector live across blocks have the correct Vec type. This fixes | Chris Lattner | 2006-04-05 | 1 | -1/+9 |
| * | Intrinsics that just load from memory can be treated like loads: they don't | Chris Lattner | 2006-04-02 | 1 | -4/+25 |
| * | Add a new -view-legalize-dags command line option | Chris Lattner | 2006-04-02 | 1 | -2/+1 |
| * | Prefer larger register classes over smaller ones when a register occurs in | Chris Lattner | 2006-04-02 | 1 | -7/+21 |
| * | Make sure to pass enough values to phi nodes when we are dealing with | Chris Lattner | 2006-03-31 | 1 | -2/+10 |
| * | Significantly improve handling of vectors that are live across basic blocks, | Chris Lattner | 2006-03-31 | 1 | -46/+99 |
| * | Bug fixes: handle constantexpr insert/extract element operations | Chris Lattner | 2006-03-29 | 1 | -16/+6 |
| * | More bulletproofing of llvm.dbg.declare. | Jim Laskey | 2006-03-28 | 1 | -1/+1 |
| * | Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum va... | Chris Lattner | 2006-03-28 | 1 | -2/+8 |
| * | Reactivate llvm.dbg.declare. | Jim Laskey | 2006-03-27 | 1 | -1/+0 |
| * | Disable dbg_declare, it currently breaks the CFE build | Chris Lattner | 2006-03-27 | 1 | -0/+1 |
| * | SelectionDAGISel can now natively handle Switch instructions, in the same | Nate Begeman | 2006-03-27 | 1 | -37/+272 |
| * | Bullet proof against undefined args produced by upgrading ols-style debug info. | Jim Laskey | 2006-03-26 | 1 | -4/+5 |
| * | fix inverted conditional | Chris Lattner | 2006-03-24 | 1 | -2/+2 |
| * | Rename for truth in advertising. | Jim Laskey | 2006-03-24 | 1 | -2/+2 |