| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't copy the operand of a SwitchInst into virtual registers as | Dan Gohman | 2009-04-09 | 1 | -3/+13 |
| * | If subprogram type is not tagged as DW_TAG_subroutine_type then use it direct... | Devang Patel | 2009-04-08 | 1 | -2/+3 |
| * | Soft float support for FREM. | Duncan Sands | 2009-04-08 | 2 | -0/+14 |
| * | Soft float support for undef. Reported by Xerxes RÄnby. | Duncan Sands | 2009-04-08 | 2 | -0/+6 |
| * | change printStringChar to emit characters as unsigned char instead of char, | Chris Lattner | 2009-04-08 | 1 | -9/+5 |
| * | Implement support for using modeling implicit-zero-extension on x86-64 | Dan Gohman | 2009-04-08 | 6 | -53/+220 |
| * | Revert prev. patch for now. | Devang Patel | 2009-04-07 | 1 | -4/+6 |
| * | Right now DBG_LABEL are required for llvm.dbg.region_start and llvm.dbg.regio... | Devang Patel | 2009-04-07 | 1 | -6/+4 |
| * | Don't attempt to handle aggregate argument values in FastISel; let | Dan Gohman | 2009-04-07 | 1 | -1/+5 |
| * | Fix a TargetLowering optimization so that it doesn't duplicate | Dan Gohman | 2009-04-03 | 1 | -0/+1 |
| * | Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. | Dan Gohman | 2009-04-03 | 2 | -20/+0 |
| * | To convert the StopPoint insn into an assembler directive by ISel, we need to... | Sanjiv Gupta | 2009-04-02 | 1 | -0/+4 |
| * | Fully general expansion of integer shift of any size. | Evan Cheng | 2009-03-31 | 2 | -3/+81 |
| * | Reapply 68073, with fixes. EH Landing-pad basic blocks are not | Dan Gohman | 2009-03-31 | 1 | -0/+10 |
| * | Minor top-level comment fix. | Dan Gohman | 2009-03-31 | 1 | -1/+1 |
| * | Oy! When reverting r68073, I added in experimental code. Sorry... | Bill Wendling | 2009-03-31 | 4 | -95/+32 |
| * | Remove the "fast" cases for spill and restore point determination, as these w... | Owen Anderson | 2009-03-31 | 1 | -126/+59 |
| * | Revert r68073. It's causing a failure in the Apple-style builds. | Bill Wendling | 2009-03-31 | 4 | -32/+95 |
| * | Fix live-out reg logic to not insert over-aggressive AssertZExt | Dan Gohman | 2009-03-31 | 1 | -3/+3 |
| * | Turn a 2-address instruction into a 3-address one when it's profitable even i... | Evan Cheng | 2009-03-30 | 1 | -21/+68 |
| * | Balance out quote in debug output. | Bill Wendling | 2009-03-30 | 1 | -1/+1 |
| * | Fix grammar-o in comment. | Bill Wendling | 2009-03-30 | 1 | -1/+1 |
| * | Constify arguments in isSuccessor and isLayoutSuccessor. | Dan Gohman | 2009-03-30 | 1 | -2/+2 |
| * | Fix PR3899: add support for extracting floats from vectors | Duncan Sands | 2009-03-29 | 3 | -0/+22 |
| * | Make check in CheckTailCallReturnConstraints for ignorable instructions between | Arnold Schwaighofer | 2009-03-28 | 1 | -18/+32 |
| * | Enable tail call optimization for functions that return a struct (bug 3664) a... | Arnold Schwaighofer | 2009-03-28 | 1 | -0/+24 |
| * | Optimize some 64-bit multiplication by constants into two lea's or one lea + ... | Evan Cheng | 2009-03-28 | 1 | -8/+8 |
| * | Fix what surely must be a copy+pasto. | Dan Gohman | 2009-03-27 | 1 | -2/+2 |
| * | Initialize LiveOutInfo's APInt members to zero, as APInt's | Dan Gohman | 2009-03-27 | 1 | -1/+1 |
| * | Shrink wrapping in PEI: initial release. Finishing development, enable with -... | John Mosby | 2009-03-27 | 1 | -43/+913 |
| * | Don't assign a new stack slot if the pre-alloc splitter already assigned one. | Owen Anderson | 2009-03-26 | 1 | -2/+9 |
| * | Pull transform from target-dependent code into target-independent code. | Bill Wendling | 2009-03-26 | 1 | -0/+49 |
| * | Revert 67132. This is breaking some objective-c apps. | Evan Cheng | 2009-03-25 | 1 | -3/+13 |
| * | When optimizing with debug info, don't keep the | Dale Johannesen | 2009-03-25 | 1 | -4/+5 |
| * | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 3 | -7/+18 |
| * | Do not ignore DW_TAG_class_type! | Devang Patel | 2009-03-25 | 1 | -0/+1 |
| * | Fix PR3845: Avoid stale MachineInstruction pointer reference. | Evan Cheng | 2009-03-24 | 1 | -3/+1 |
| * | more tidying: name the components of PhysReg in the case when | Chris Lattner | 2009-03-24 | 1 | -8/+9 |
| * | Tidy a bit more. | Chris Lattner | 2009-03-24 | 1 | -3/+3 |
| * | simplify this code a bit now that "allocation to a vreg class" can never | Chris Lattner | 2009-03-24 | 1 | -16/+13 |
| * | Minor compile-time optimization; don't bother checking | Dan Gohman | 2009-03-24 | 1 | -1/+1 |
| * | Add a pre-pass to the burr-list scheduler which makes adjustments to | Dan Gohman | 2009-03-24 | 1 | -0/+120 |
| * | Do not emit comments unless -asm-verbose. | Evan Cheng | 2009-03-24 | 1 | -93/+150 |
| * | Fix a bug in spill weight computation. If the alias is a super-register, and ... | Evan Cheng | 2009-03-23 | 1 | -7/+34 |
| * | Fix internal representation of fp80 to be the | Dale Johannesen | 2009-03-23 | 1 | -8/+8 |
| * | When unfolding a load during scheduling, the new operator node has | Dan Gohman | 2009-03-23 | 1 | -3/+6 |
| * | Fix PR3391 and PR3864. Reg allocator infinite looping. | Evan Cheng | 2009-03-23 | 2 | -6/+14 |
| * | Don't set SUnit::hasPhysRegDefs to true unless the defs are | Dan Gohman | 2009-03-23 | 1 | -1/+4 |
| * | Fix canClobberPhysRegDefs to check all SDNodes grouped together | Dan Gohman | 2009-03-23 | 1 | -14/+19 |
| * | Add a new bit to SUnit to record whether a node has implicit physreg | Dan Gohman | 2009-03-23 | 1 | -3/+6 |