| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change PMStack::push to accept a PMDataManager* instead of | Dan Gohman | 2008-03-13 | 1 | -1/+1 |
* | Fix a typo in a comment. | Dan Gohman | 2008-03-13 | 1 | -1/+1 |
* | No need for typedefs with enums in C++. | Dan Gohman | 2008-03-13 | 2 | -4/+2 |
* | Refactor some code out of MachineSink into a MachineInstr query. | Evan Cheng | 2008-03-13 | 1 | -1/+7 |
* | Experimental scheduler change to schedule / coalesce the copies added for fun... | Evan Cheng | 2008-03-12 | 1 | -1/+19 |
* | Don't try to extract an i32 from an f64. This | Duncan Sands | 2008-03-12 | 1 | -4/+4 |
* | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 6 | -279/+146 |
* | Document an implementation detail about EXTRACT_SUBREG and INSERT_SUBREG sub-... | Evan Cheng | 2008-03-12 | 1 | -0/+3 |
* | Use PassManagerBase instead of FunctionPassManager for functions | Dan Gohman | 2008-03-11 | 3 | -17/+16 |
* | Add helper for ultimate aliasee resoltion | Anton Korobeynikov | 2008-03-11 | 1 | -1/+6 |
* | Fix getOperand() for ReturnInst. | Devang Patel | 2008-03-11 | 1 | -2/+6 |
* | Give PassManager and FunctionPassManager a common base class, with | Dan Gohman | 2008-03-11 | 1 | -2/+16 |
* | When the register allocator runs out of registers, spill a physical register ... | Evan Cheng | 2008-03-11 | 2 | -3/+22 |
* | Implement more support for fp-to-i128 and i128-to-fp conversions. | Dan Gohman | 2008-03-10 | 1 | -0/+8 |
* | Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. | Evan Cheng | 2008-03-10 | 1 | -5/+2 |
* | Use uint64_t not unsigned long long. | Dale Johannesen | 2008-03-10 | 1 | -1/+1 |
* | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel | 2008-03-10 | 1 | -11/+2 |
* | Allow insert_subreg into implicit, target-specific values. | Christopher Lamb | 2008-03-10 | 1 | -2/+5 |
* | Increase ISD::ParamFlags to 64 bits. Increase the ByValSize | Dale Johannesen | 2008-03-10 | 2 | -23/+27 |
* | Update the block cloner which fixes bugpoint on code using unwind_to (phew!) | Nick Lewycky | 2008-03-09 | 1 | -2/+2 |
* | Two things. Preserve the unwind_to when splitting a BB. | Nick Lewycky | 2008-03-09 | 1 | -1/+5 |
* | Not all users of a BB are Instructions any more. | Nick Lewycky | 2008-03-08 | 1 | -5/+3 |
* | Remove unused runPass methods. | Dan Gohman | 2008-03-08 | 1 | -15/+0 |
* | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng | 2008-03-08 | 1 | -0/+5 |
* | There is no killUse. | Dan Gohman | 2008-03-07 | 1 | -1/+1 |
* | Add new sretpromotion pass. | Devang Patel | 2008-03-07 | 1 | -0/+1 |
* | RetVal is not used when there are more then one return operands. | Devang Patel | 2008-03-07 | 1 | -2/+3 |
* | add a pass that can extract all kinds of global values, not just functions. ... | Andrew Lenharth | 2008-03-07 | 1 | -0/+9 |
* | Cleanup some comments in the OCaml bindings. | Gordon Henriksen | 2008-03-07 | 1 | -8/+14 |
* | When setting the "unused" info, take into account something like this: | Bill Wendling | 2008-03-06 | 1 | -1/+1 |
* | fix typos | Gabor Greif | 2008-03-06 | 1 | -1/+1 |
* | Treat BBs that use BBs as proper predecessors and successors in the CFG. | Nick Lewycky | 2008-03-06 | 1 | -7/+17 |
* | Clarify that CALLSEQ_START..END may not be nested, | Dale Johannesen | 2008-03-05 | 1 | -0/+1 |
* | Add a target lowering hook to control whether it's worthwhile to compress fp ... | Evan Cheng | 2008-03-05 | 1 | -0/+5 |
* | Codegen support for i128 SINT_TO_FP. | Dan Gohman | 2008-03-05 | 1 | -0/+4 |
* | Refactor code. Remove duplicated functions that basically do the same thing as | Evan Cheng | 2008-03-05 | 3 | -16/+59 |
* | Revert SmallVector ctor variants. | Devang Patel | 2008-03-04 | 1 | -9/+0 |
* | Add FunctionType ctor variant that takes SmallVector params. | Devang Patel | 2008-03-04 | 1 | -0/+9 |
* | Fix 80 column violations. | Evan Cheng | 2008-03-04 | 1 | -8/+13 |
* | Rename isOperand() to isOperandOf() (and other similar methods). It always co... | Evan Cheng | 2008-03-04 | 1 | -10/+10 |
* | This is the initial check-in for adding register scavenging to PPC. (Currently, | Bill Wendling | 2008-03-03 | 1 | -2/+2 |
* | s/isReturnStruct()/hasStructRetAttr()/g | Devang Patel | 2008-03-03 | 2 | -6/+9 |
* | Stub out a Path::GetMainExecutable call to find the path to the | Chris Lattner | 2008-03-03 | 1 | -0/+4 |
* | make operand accessors const-correct | Chris Lattner | 2008-03-02 | 1 | -1/+5 |
* | Add a new ShuffleVectorInst::getMaskValue method. | Chris Lattner | 2008-03-02 | 1 | -0/+5 |
* | Add an unwind_to field to basic blocks, making them Users instead of Values. | Nick Lewycky | 2008-03-02 | 2 | -3/+17 |
* | Add MVT::is128BitVector and is64BitVector. Shrink | Dale Johannesen | 2008-03-01 | 1 | -0/+13 |
* | Add pass to promote sret. | Devang Patel | 2008-02-29 | 1 | -0/+1 |
* | Use enumeration for preffered EH dwarf encoding reason | Anton Korobeynikov | 2008-02-29 | 1 | -1/+11 |
* | Don't fill eh frames even though these are text sections. | Evan Cheng | 2008-02-29 | 1 | -2/+6 |