| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman | 2007-09-14 | 2 | -10/+6 |
* | Remove spurious consts. This fixes warnings with compilers that | Dan Gohman | 2007-09-14 | 1 | -1/+1 |
* | Yet another getTargetNode variant. | Evan Cheng | 2007-09-12 | 1 | -0/+4 |
* | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 1 | -5/+2 |
* | Constify to catch bugs. | David Greene | 2007-09-06 | 1 | -2/+3 |
* | Pluggable coalescers inplementation. | David Greene | 2007-09-06 | 4 | -1/+175 |
* | Accidentially left this out. | Evan Cheng | 2007-09-05 | 1 | -1/+2 |
* | Use pool allocator for all the VNInfo's to improve memory access locality. Th... | Evan Cheng | 2007-09-05 | 2 | -36/+42 |
* | Add mod, copysign, abs operations to APFloat. | Dale Johannesen | 2007-08-31 | 1 | -13/+6 |
* | Remove an unnecessary element, saving 4 bytes per LiveInterval. | Evan Cheng | 2007-08-31 | 1 | -5/+4 |
* | Add a variant of foldMemoryOperand to fold any load / store, not just load / ... | Evan Cheng | 2007-08-30 | 1 | -5/+7 |
* | Added CreateFrameIndex to create a FrameIndex MachineOperand without a Machin... | Evan Cheng | 2007-08-30 | 1 | -0/+12 |
* | Change LegalFPImmediates to use APFloat. | Dale Johannesen | 2007-08-30 | 2 | -0/+7 |
* | Change LiveRange so it keeps a pointer to the VNInfo rather than an index. | Evan Cheng | 2007-08-29 | 2 | -139/+64 |
* | Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used by | Dan Gohman | 2007-08-28 | 1 | -0/+68 |
* | Recover most of the compile time regression due to recent live interval changes. | Evan Cheng | 2007-08-28 | 2 | -54/+54 |
* | If the source and destination pointers in an llvm.memmove are known | Dan Gohman | 2007-08-27 | 1 | -0/+1 |
* | There is an impedance matching problem between LLVM and | Duncan Sands | 2007-08-27 | 1 | -1/+4 |
* | Add explicit keywords and remove spurious trailing semicolons. | Dan Gohman | 2007-08-27 | 6 | -11/+11 |
* | Revise per review comments. | Dale Johannesen | 2007-08-26 | 1 | -3/+3 |
* | Add APFloat interface to ConstantFPSDNode. Change | Dale Johannesen | 2007-08-25 | 1 | -3/+22 |
* | Use APFloat internally for ConstantFPSDNode. | Dale Johannesen | 2007-08-24 | 1 | -3/+4 |
* | Add MVT::fAny for overloading intrinsics on floating-point types. | Dan Gohman | 2007-08-16 | 2 | -0/+8 |
* | Comments. | Evan Cheng | 2007-08-16 | 1 | -3/+7 |
* | Re-implement trivial rematerialization. This allows def MIs whose live interv... | Evan Cheng | 2007-08-13 | 2 | -10/+31 |
* | Code to maintain kill information during register coalescing. | Evan Cheng | 2007-08-11 | 1 | -16/+123 |
* | propagate struct size and alignment of byval arguments to the DAG | Rafael Espindola | 2007-08-10 | 2 | -0/+12 |
* | Adding kill info to val#. | Evan Cheng | 2007-08-08 | 1 | -0/+15 |
* | Clean up and bug fix. | Evan Cheng | 2007-08-08 | 1 | -5/+5 |
* | - Each val# can have multiple kills. | Evan Cheng | 2007-08-08 | 1 | -18/+21 |
* | - LiveInterval value#'s now have 3 components: def instruction #, | Evan Cheng | 2007-08-07 | 1 | -15/+28 |
* | Implement review feedback. No functionality change. | Christopher Lamb | 2007-08-06 | 1 | -1/+1 |
* | Fix minor doxygen nits. | Reid Spencer | 2007-08-05 | 1 | -1/+1 |
* | This is the patch to provide clean intrinsic function overloading support in ... | Chandler Carruth | 2007-08-04 | 2 | -6/+6 |
* | long double patch 3 of N. Add to MVT. | Dale Johannesen | 2007-08-03 | 2 | -32/+35 |
* | Do not emit copies for physical register output if it's not used. | Evan Cheng | 2007-08-02 | 1 | -0/+4 |
* | Instead of adding copyfromreg's to handle physical definitions. Now isel can | Evan Cheng | 2007-08-02 | 1 | -0/+9 |
* | More explicit keywords. | Dan Gohman | 2007-08-01 | 1 | -1/+2 |
* | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -1/+15 |
* | Add a MachineFunction pass, which runs post register allocation, that turns s... | Christopher Lamb | 2007-07-26 | 1 | -0/+6 |
* | Teach DAG scheduling how to properly emit subreg insert/extract machine instr... | Christopher Lamb | 2007-07-26 | 1 | -0/+5 |
* | Add selection DAG nodes for subreg insert/extract. PR1350 | Christopher Lamb | 2007-07-26 | 1 | -0/+9 |
* | Fix 80 col violation. | Christopher Lamb | 2007-07-26 | 1 | -2/+3 |
* | Remove subreg index from MachineInstr's and also keep vregs as unsigned when ... | Christopher Lamb | 2007-07-26 | 2 | -14/+1 |
* | Fix comments for new types. | Christopher Lamb | 2007-07-26 | 1 | -2/+2 |
* | Add support for 3 element 32-bit vector ValueTypes. | Christopher Lamb | 2007-07-26 | 2 | -11/+26 |
* | EmitAlignment() also emits optional fill value. | Evan Cheng | 2007-07-25 | 1 | -2/+5 |
* | Add const to CanBeFoldedBy, CheckAndMask, and CheckOrMask. | Dan Gohman | 2007-07-24 | 1 | -3/+7 |
* | Don't assume that only Uses can be kills. Defs are marked as kills initially | Dan Gohman | 2007-07-20 | 1 | -1/+1 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 38 | -0/+9807 |