| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix X86/inline-asm.ll:test2, a case where an input value was implicitly | Chris Lattner | 2006-06-08 | 1 | -3/+6 |
| * | Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causes | Chris Lattner | 2006-06-08 | 1 | -6/+13 |
| * | Fix an assert-on-inline-inline-asm bug. | Chris Lattner | 2006-06-08 | 1 | -12/+18 |
| * | For PR798: | Reid Spencer | 2006-06-05 | 1 | -13/+56 |
| * | For PR798: | Reid Spencer | 2006-06-05 | 1 | -14/+65 |
| * | Prevent the -pedantic option from causing Mac OS/X build problems: | Reid Spencer | 2006-06-01 | 1 | -0/+3 |
| * | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 2 | -2/+2 |
| * | commuteInstruction() does not always create a new MI! | Evan Cheng | 2006-05-31 | 1 | -2/+4 |
| * | Eliminate a memory leak. | Evan Cheng | 2006-05-31 | 1 | -0/+1 |
| * | visitVBinOp: Can't fold divide by zero! | Evan Cheng | 2006-05-31 | 1 | -0/+8 |
| * | Make sure the register pressure reduction schedulers work for non-uniform | Evan Cheng | 2006-05-30 | 1 | -12/+14 |
| * | When a priority_queue is empty, the behavior of top() operator is | Evan Cheng | 2006-05-30 | 1 | -0/+1 |
| * | Fix a nasty dag combiner bug that caused nondeterminstic crashes (MY FAVORITE!): | Chris Lattner | 2006-05-27 | 1 | -4/+15 |
| * | 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 | 2 | -9/+17 |
| * | Remove a bogus cast. | Evan Cheng | 2006-05-26 | 1 | -1/+1 |
| * | Turn on -sched-commute-nodes by default. | Evan Cheng | 2006-05-25 | 1 | -7/+2 |
| * | CALL node change: now including signness of every argument. | Evan Cheng | 2006-05-25 | 1 | -2/+7 |
| * | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner | 2006-05-24 | 3 | -3/+3 |
| * | -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 |
| * | lib/Target/Target.td | Evan Cheng | 2006-05-18 | 1 | -12/+13 |
| * | 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 |
| * | When we legalize target nodes, do not use getNode to create a new node, | Chris Lattner | 2006-05-17 | 1 | -13/+4 |
| * | Add an assertion, avoid some unneeded work for each call. No functionality | Chris Lattner | 2006-05-17 | 1 | -6/+10 |
| * | 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 | 3 | -3/+143 |
| * | Move this code to a common place | Andrew Lenharth | 2006-05-16 | 1 | -238/+14 |
| * | 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 | 2 | -14/+15 |
| * | Print the vreg that livein physregs are live in | Chris Lattner | 2006-05-16 | 1 | -0/+3 |
| * | Legalize FORMAL_ARGUMENTS nodes correctly, we don't want to legalize them once | Chris Lattner | 2006-05-16 | 1 | -2/+11 |
| * | Fixing 2006-05-01-SchedCausingSpills.ll; some clean up | Evan Cheng | 2006-05-13 | 2 | -15/+69 |
| * | Revert an un-intended change | Evan Cheng | 2006-05-13 | 1 | -16/+27 |
| * | Merge identical code. | Chris Lattner | 2006-05-13 | 1 | -8/+0 |
| * | If the register allocator cannot find a register to spill, try the aliases. If | Evan Cheng | 2006-05-12 | 1 | -2/+19 |
| * | Remove dead vars | Chris Lattner | 2006-05-12 | 1 | -2/+0 |
| * | remove dead vars | Chris Lattner | 2006-05-12 | 1 | -2/+1 |
| * | Remove dead variable | Chris Lattner | 2006-05-12 | 1 | -1/+0 |
| * | Comment out dead variables | Chris Lattner | 2006-05-12 | 1 | -2/+2 |
| * | Remove dead var | Chris Lattner | 2006-05-12 | 1 | -1/+0 |
| * | Compile: | Chris Lattner | 2006-05-12 | 1 | -1/+6 |
| * | Refactor a bunch of includes so that TargetMachine.h doesn't have to include | Owen Anderson | 2006-05-12 | 9 | -0/+9 |
| * | Backing out fix for PR770. Need to re-apply it after live range splitting is ... | Evan Cheng | 2006-05-12 | 1 | -25/+13 |
| * | Duh. That could take a long time. | Evan Cheng | 2006-05-12 | 1 | -11/+15 |
| * | Two simplifications for token factor nodes: simplify tf(x,x) -> x. | Chris Lattner | 2006-05-12 | 1 | -2/+6 |
| * | Add capability to scheduler to commute nodes for profit. | Evan Cheng | 2006-05-12 | 2 | -31/+61 |