Age | Commit message (Expand) | Author |
2009-11-23 | Rename SelectionDAGLowering to SelectionDAGBuilder, and rename | Dan Gohman |
2009-11-23 | Move RegsForValue to an anonymous namespace, since it is only used | Dan Gohman |
2009-11-23 | Move some more code out of SelectionDAGBuild.cpp and into | Dan Gohman |
2009-11-23 | Move the FunctionLoweringInfo class and some related utility functions out | Dan Gohman |
2009-11-20 | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman |
2009-11-14 | Enable the tail call optimization when the caller returns undef. | Dan Gohman |
2009-11-13 | Don't let a noalias difference disrupt the tailcall optimization. | Dan Gohman |
2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene |
2009-11-12 | "Attach debug info with llvm instructions" mode was enabled a month ago. Now ... | Devang Patel |
2009-11-11 | x86 users can now return arbitrary sized structs. Structs too large to fit i... | Kenneth Uildriks |
2009-11-10 | Implement support to debug inlined functions. | Devang Patel |
2009-11-10 | Codegen support for the llvm.invariant/lifetime.start/end intrinsics: | Duncan Sands |
2009-11-09 | Fix for 64-bit builds. | Mike Stump |
2009-11-07 | Fix PR5421 by APInt'izing switch lowering. | Chris Lattner |
2009-11-07 | Add code to check at SelectionDAGISel::LowerArguments time to see if return v... | Kenneth Uildriks |
2009-10-31 | Fix warning with gcc-4.0 and signed/unsigned. | Eric Christopher |
2009-10-30 | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman |
2009-10-28 | Make sure we return the right sized type here. | Eric Christopher |
2009-10-28 | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner |
2009-10-27 | Update the MachineBasicBlock CFG for an indirect branch. | Dan Gohman |
2009-10-27 | Add CodeGen support for indirect branches. | Dan Gohman |
2009-10-27 | don't use stdio | Chris Lattner |
2009-10-27 | add enough support for indirect branch for the feature test to pass | Chris Lattner |
2009-10-27 | Add objectsize intrinsic and hook it up through codegen. Doesn't | Eric Christopher |
2009-10-26 | Remove FreeInst. | Victor Hernandez |
2009-10-23 | APInt-ify the gep scaling code, so that it correctly handles the case where | Dan Gohman |
2009-10-18 | -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed | Evan Cheng |
2009-10-18 | Only fixed stack objects and spill slots should be get FixedStack PseudoSourc... | Evan Cheng |
2009-10-17 | Revert 84315 for now. Re-thinking the patch. | Evan Cheng |
2009-10-17 | Rename getFixedStack to getStackObject. The stack objects represented are not | Evan Cheng |
2009-10-17 | Remove MallocInst from LLVM Instructions. | Victor Hernandez |
2009-10-14 | I don't see any point in having both eh.selector.i32 and eh.selector.i64, | Duncan Sands |
2009-10-13 | s/DebugLoc.CompileUnit/DebugLoc.Scope/g | Devang Patel |
2009-10-13 | Introduce new convenience methods for sign extending or | Duncan Sands |
2009-10-09 | Extract scope information from the variable itself, instead of relying on all... | Devang Patel |
2009-09-25 | Make sure sin, cos, sqrt calls are marked readonly | Dale Johannesen |
2009-09-25 | Generate FSQRT from calls to the sqrt function, which | Dale Johannesen |
2009-09-18 | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng |
2009-09-18 | duncan points out the EH selector values are signed. | Chris Lattner |
2009-09-17 | tolerate llvm.eh.selector.i64 on 32-bit systems and llvm.eh.selector.i32 on | Chris Lattner |
2009-09-15 | Better solution for tracking both the original alignment of the access, and t... | Nate Begeman |
2009-09-15 | Add an "original alignment" field to load and store nodes. This enables the | Nate Begeman |
2009-09-08 | Fix an abort on a store of an empty struct member. getValue returns | Dan Gohman |
2009-09-06 | Simplify. Testing shows that this is not equivalent to BBI = CR.CaseBB + 1. | Duncan Sands |
2009-09-06 | Remove some not-really-used variables, as warned | Duncan Sands |
2009-09-05 | Detect VLAs. | Devang Patel |
2009-09-02 | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel |
2009-08-28 | Reapply 79977. | Devang Patel |
2009-08-26 | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel |
2009-08-25 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel |