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