Age | Commit message (Expand) | Author |
2010-09-02 | Detect undef value early and save unnecessary NodeMap query. | Devang Patel |
2010-09-02 | Tidy up. | Devang Patel |
2010-08-31 | Reapply r112623. Included additional check for unused byval argument. | Devang Patel |
2010-08-31 | Revert r112623. It is causing self host build failures. | Devang Patel |
2010-08-31 | Remember byval argument's frame index during argument lowering and use this i... | Devang Patel |
2010-08-31 | Offset is not always unsigned number. | Devang Patel |
2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
2010-08-28 | Completely disable tail calls when fast-isel is enabled, as fast-isel | Dan Gohman |
2010-08-27 | Simplify. | Devang Patel |
2010-08-26 | Revert r112213. It is not needed. | Devang Patel |
2010-08-26 | If node is not available then use FuncInfo.ValueMap to emit debug info for by... | Devang Patel |
2010-08-26 | Speculatively revert r112207. | Devang Patel |
2010-08-26 | 80 col. | Devang Patel |
2010-08-26 | Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also. | Devang Patel |
2010-08-26 | Donot forget to resolve dangling debug info in a case where virtual register,... | Devang Patel |
2010-08-26 | zap dead code. | Chris Lattner |
2010-08-25 | Change handling of illegal vector types to widen when possible instead of | Chris Lattner |
2010-08-25 | Remove dead argument. | Devang Patel |
2010-08-24 | split the vector case of getCopyFromParts out to its own function, | Chris Lattner |
2010-08-24 | split the vector case out of getCopyToParts into its own function. No | Chris Lattner |
2010-07-26 | Handle Values with no value in getCopyFromRegs. | Dan Gohman |
2010-07-17 | Propagate alloca alignment information via variable size object frame | Eric Christopher |
2010-07-16 | Revert r108369, sorting llvm.dbg.declare information by source position, | Dan Gohman |
2010-07-16 | The SelectionDAGBuilder's handling of debug info, on rare | Dale Johannesen |
2010-07-15 | Revert. This isn't the correct way to go. | Bill Wendling |
2010-07-15 | Handle code gen for the unreachable instruction if it's the only instruction in | Bill Wendling |
2010-07-14 | 80-col. | Eric Christopher |
2010-07-13 | In inline asm treat indirect 'X' constraint as 'm'. | Dale Johannesen |
2010-07-12 | Fix a typo and fit in 80 columns. Found by Bob Wilson. | Rafael Espindola |
2010-07-11 | Fix va_arg for doubles. With this patch VAARG nodes always contain the | Rafael Espindola |
2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |
2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
2010-07-09 | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman |
2010-07-08 | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman |
2010-07-07 | Implement bottom-up fast-isel. This has the advantage of not requiring | Dan Gohman |
2010-07-07 | Add X86FastISel support for return statements. This entails refactoring | Dan Gohman |
2010-07-07 | Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This will | Dan Gohman |
2010-07-07 | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman |
2010-07-06 | CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext. | Dan Gohman |
2010-07-06 | Propagate debug loc. | Devang Patel |
2010-07-05 | random tidying | Chris Lattner |
2010-07-02 | Propagate the AlignStack bit in InlineAsm's to the | Dale Johannesen |
2010-07-02 | Rename CreateReg to CreateRegs, and MakeReg to CreateReg. | Dan Gohman |
2010-07-01 | Rename CreateRegForValue to CreateReg, and change its argument | Dan Gohman |
2010-07-01 | Reapply r106422, splitting the code for materializing a value out of | Dan Gohman |
2010-07-01 | Don't use operator[] here, because it's not desirable to insert a default | Dan Gohman |
2010-06-30 | Remove an unused variable. The call to getRoot has side-effects, so | Duncan Sands |
2010-06-30 | use ArgOperand API | Gabor Greif |
2010-06-29 | Remove initialized but otherwise unused variables. | Duncan Sands |
2010-06-25 | The hasMemory argument is irrelevant to how the argument | Dale Johannesen |