Age | Commit message (Expand) | Author |
2009-04-27 | When transforming sext(trunc(load(x))) into sext(smaller load(x)), | Dan Gohman |
2009-04-25 | Refactor the code to grab the low and high parts of a value | Dan Gohman |
2009-04-25 | Add a top-level comment about DAGCombiner's role in the compiler. | Dan Gohman |
2009-04-24 | Fix PR 4057, a crash doing float->char const folding. | Dale Johannesen |
2009-04-24 | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola |
2009-04-24 | PR2957 | Nate Begeman |
2009-04-24 | Instead of requiring TLI.LowerCallTo to return an ISD::BUILD_PAIR, | Dan Gohman |
2009-04-23 | Factor out a bit of code that appears in several places into a | Dan Gohman |
2009-04-23 | Handle Void types in ComputeValueVTs. This doesn't currently occur, | Dan Gohman |
2009-04-20 | Make X86's copyRegToReg able to handle copies to and from subclasses. | Dan Gohman |
2009-04-20 | Simplify this code. getConstant knows how to make | Dan Gohman |
2009-04-20 | Revise my previous change 68996 as suggested by Duncan. | Bob Wilson |
2009-04-19 | Now that BUILD_VECTOR operands are allowed to be | Duncan Sands |
2009-04-18 | Fix PR3898, which manifests as failures on are an Xcore, | Chris Lattner |
2009-04-18 | Don't try to make BUILD_VECTOR operands have the same | Duncan Sands |
2009-04-18 | Inline asm's were still introducing bogus dependencies; | Dale Johannesen |
2009-04-16 | In the list-burr's pseudo two-addr dependency heuristics, don't | Dan Gohman |
2009-04-16 | Handle SUBREG_TO_REG instructions with the same heuristics | Dan Gohman |
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 |