| Age | Commit message (Expand) | Author |
| 2009-04-16 | Do not treat beginning of inlined scope as beginning of normal function scope... | Devang Patel |
| 2009-04-16 | Record line number at the beginning of a func.start. | Devang Patel |
| 2009-04-16 | In -fast mode do what FastISel does. | Devang Patel |
| 2009-04-16 | If FastISel is run and it has known DebugLoc then use it. | Devang Patel |
| 2009-04-16 | If location where the function was inlined is not know then do not emit debug... | Devang Patel |
| 2009-04-15 | Add DISubprogram is not null check. | Devang Patel |
| 2009-04-15 | Generalize one of the SelectionDAG::ReplaceAllUsesWith overloads | Dan Gohman |
| 2009-04-15 | Construct and emit DW_TAG_inlined_subroutine DIEs for inlined subroutine scop... | Devang Patel |
| 2009-04-14 | When the result of an EXTRACT_SUBREG, INSERT_SUBREG, or SUBREG_TO_REG | Dan Gohman |
| 2009-04-14 | Do not force asm's to be chained if they don't touch | Dale Johannesen |
| 2009-04-13 | Make these errors more noticable in build logs. | Daniel Dunbar |
| 2009-04-13 | Change SelectionDAG type legalization to allow BUILD_VECTOR operands to be | Bob Wilson |
| 2009-04-13 | Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize | Dan Gohman |
| 2009-04-13 | Refactor some code in SelectionDAGLegalize::ExpandBUILD_VECTOR. | Bob Wilson |
| 2009-04-13 | Right now, Debugging information to encode scopes (DW_TAG_lexical_block) reli... | Devang Patel |
| 2009-04-13 | Reapply 68847. | Devang Patel |
| 2009-04-13 | Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS. | Dan Gohman |
| 2009-04-12 | make UpdateValueMap handle the possiblity that we could be | Chris Lattner |
| 2009-04-12 | optimize FastISel::UpdateValueMap to avoid duplicate map lookups, | Chris Lattner |
| 2009-04-11 | Revert r68847. It breaks the build on non-Darwin targets, with this message | Dan Gohman |
| 2009-04-11 | Keep track of inlined functions and their locations. This information is coll... | Devang Patel |
| 2009-04-10 | Clean up a bunch of whitespace issues and fix a comment typo. | Bob Wilson |
| 2009-04-10 | Now that register classes have names, include the name in debug output. | Dan Gohman |
| 2009-04-09 | Remove the obsolete SelectionDAG::getNodeValueTypes and simplify | Dan Gohman |
| 2009-04-09 | Silence unused variable warning. | Devang Patel |
| 2009-04-09 | llvm.dbg.func_start also defines beginning of function scope. | Devang Patel |
| 2009-04-09 | Generalize ExtendUsesToFormExtLoad to be usable for ANY_EXTEND, | Dan Gohman |
| 2009-04-09 | Don't copy the operand of a SwitchInst into virtual registers as | Dan Gohman |
| 2009-04-08 | Soft float support for FREM. | Duncan Sands |
| 2009-04-08 | Soft float support for undef. Reported by Xerxes RÄnby. | Duncan Sands |
| 2009-04-08 | Implement support for using modeling implicit-zero-extension on x86-64 | Dan Gohman |
| 2009-04-07 | Revert prev. patch for now. | Devang Patel |
| 2009-04-07 | Right now DBG_LABEL are required for llvm.dbg.region_start and llvm.dbg.regio... | Devang Patel |
| 2009-04-07 | Don't attempt to handle aggregate argument values in FastISel; let | Dan Gohman |
| 2009-04-03 | Fix a TargetLowering optimization so that it doesn't duplicate | Dan Gohman |
| 2009-04-03 | Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. | Dan Gohman |
| 2009-04-02 | To convert the StopPoint insn into an assembler directive by ISel, we need to... | Sanjiv Gupta |
| 2009-03-31 | Fully general expansion of integer shift of any size. | Evan Cheng |
| 2009-03-31 | Minor top-level comment fix. | Dan Gohman |
| 2009-03-31 | Fix live-out reg logic to not insert over-aggressive AssertZExt | Dan Gohman |
| 2009-03-29 | Fix PR3899: add support for extracting floats from vectors | Duncan Sands |
| 2009-03-28 | Make check in CheckTailCallReturnConstraints for ignorable instructions between | Arnold Schwaighofer |
| 2009-03-28 | Enable tail call optimization for functions that return a struct (bug 3664) a... | Arnold Schwaighofer |
| 2009-03-28 | Optimize some 64-bit multiplication by constants into two lea's or one lea + ... | Evan Cheng |
| 2009-03-27 | Fix what surely must be a copy+pasto. | Dan Gohman |
| 2009-03-27 | Initialize LiveOutInfo's APInt members to zero, as APInt's | Dan Gohman |
| 2009-03-26 | Pull transform from target-dependent code into target-independent code. | Bill Wendling |
| 2009-03-25 | Revert 67132. This is breaking some objective-c apps. | Evan Cheng |
| 2009-03-25 | When optimizing with debug info, don't keep the | Dale Johannesen |
| 2009-03-24 | more tidying: name the components of PhysReg in the case when | Chris Lattner |