Age | Commit message (Expand) | Author |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-08-10 | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson |
2009-08-07 | avoid this libcall with long inline expansion | Andrew Lenharth |
2009-08-07 | These should be expanded | Andrew Lenharth |
2009-08-05 | Use elf Object File directly | Andrew Lenharth |
2009-08-05 | Alpha: Get section directives right | Andrew Lenharth |
2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
2009-08-02 | Make SectionKind::get() private. | Chris Lattner |
2009-08-01 | give alpha its readonly section. This optimizes alpha, and prevents a | Chris Lattner |
2009-08-01 | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner |
2009-07-31 | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner |
2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-19 | Switch Alpha over to the new call lowering style. New code mostly | Eli Friedman |
2009-07-17 | Set an operation expansion, noticed while running | Eli Friedman |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
2009-07-08 | Convert more abort() calls to llvm_report_error(). | Torok Edwin |
2009-07-03 | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller |
2009-07-01 | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling |
2009-06-30 | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling |
2009-06-14 | Fix old-style type names in comments. | Dan Gohman |
2009-06-03 | Convert Alpha and Mips to use a MachineFunctionInfo subclass to | Dan Gohman |
2009-02-13 | Remove non-DebugLoc versions of BuildMI from Alpha and Cell. | Dale Johannesen |
2009-02-07 | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen |
2009-02-07 | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman |
2009-02-07 | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen |
2009-02-06 | Remove more non-DebugLoc versions of getNode. | Dale Johannesen |
2009-02-04 | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen |
2009-02-04 | Remove non-DebugLoc versions of getLoad and getStore. | Dale Johannesen |
2009-02-04 | Remove non-DebugLoc forms of the exotic forms | Dale Johannesen |
2009-02-04 | Remove some more non-DebugLoc versions of construction | Dale Johannesen |
2009-01-30 | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2009-01-01 | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands |
2008-12-01 | There are no longer any places that require a | Duncan Sands |
2008-12-01 | Change the interface to the type legalization method | Duncan Sands |
2008-11-23 | Rename SetCCResultContents to BooleanContents. In | Duncan Sands |
2008-11-11 | fix another libgcc blocker | Andrew Lenharth |
2008-10-18 | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman |
2008-10-14 | Rename LoadX to LoadExt. | Evan Cheng |
2008-10-11 | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner |
2008-10-09 | get CodeGen/Alpha/mul128.ll to work. | Chris Lattner |
2008-10-07 | Note that ADDC and company don't actually expand yet (missing in legalize | Andrew Lenharth |
2008-09-26 | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen |
2008-09-22 | Make log, log2, log10, exp, exp2 use Expand by | Dale Johannesen |
2008-09-16 | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling |
2008-09-16 | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling |