| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Initialize ShufBytes, as gcc 4.4 can't detect that the entire array is | Scott Michel | 2009-08-24 | 1 | -1/+3 |
* | eliminate uses of cerr() | Chris Lattner | 2009-08-23 | 1 | -22/+22 |
* | Allow targets to specify their choice of calling conventions per | Anton Korobeynikov | 2009-08-14 | 1 | -1/+1 |
* | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson | 2009-08-12 | 1 | -7/+13 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -458/+458 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -514/+514 |
* | SimpleValueType-ify a few more methods on TargetLowering. | Owen Anderson | 2009-08-10 | 1 | -2/+2 |
* | Continue the SimpleValueType-ification. | Owen Anderson | 2009-08-10 | 1 | -4/+4 |
* | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson | 2009-08-10 | 1 | -2/+4 |
* | Fix a bunch of namespace pollution. | Dan Gohman | 2009-08-07 | 1 | -2/+2 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -79/+61 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -3/+2 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 1 | -10/+8 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -1/+1 |
* | Add operation expansion/promotion for a bunch of operations, many of | Eli Friedman | 2009-07-17 | 1 | -5/+54 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -13/+13 |
* | eliminate extra space. | Torok Edwin | 2009-07-14 | 1 | -6/+5 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -12/+12 |
* | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 2009-07-09 | 1 | -3/+4 |
* | Implement changes from Chris's feedback. | Torok Edwin | 2009-07-08 | 1 | -32/+45 |
* | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller | 2009-07-03 | 1 | -1/+1 |
* | 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 |
* | Misc accumulated tweaks to legalization logic for various targets. | Eli Friedman | 2009-06-16 | 1 | -0/+19 |
* | Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and | Eli Friedman | 2009-05-27 | 1 | -2/+2 |
* | Back out r72431, it is causing a number of compilation crashes with clang. | Daniel Dunbar | 2009-05-26 | 1 | -2/+2 |
* | Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and | Eli Friedman | 2009-05-26 | 1 | -2/+2 |
* | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 1 | -37/+32 |
* | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 1 | -29/+32 |
* | PR2957 | Nate Begeman | 2009-04-24 | 1 | -32/+29 |
* | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman | 2009-04-01 | 1 | -1/+1 |
* | fix warning in -asserts mode. | Chris Lattner | 2009-03-26 | 1 | -4/+3 |
* | CellSPU: | Scott Michel | 2009-03-17 | 1 | -260/+118 |
* | CellSPU: | Scott Michel | 2009-03-16 | 1 | -19/+15 |
* | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng | 2009-02-25 | 1 | -42/+44 |
* | Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR | Scott Michel | 2009-02-22 | 1 | -44/+42 |
* | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen | 2009-02-07 | 1 | -2/+2 |
* | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen | 2009-02-07 | 1 | -3/+3 |
* | Remove more non-DebugLoc versions of getNode. | Dale Johannesen | 2009-02-06 | 1 | -37/+49 |
* | Get rid of one more non-DebugLoc getNode and | Dale Johannesen | 2009-02-06 | 1 | -73/+82 |
* | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen | 2009-02-04 | 1 | -35/+41 |
* | Remove non-DebugLoc versions of getLoad and getStore. | Dale Johannesen | 2009-02-04 | 1 | -42/+52 |
* | Remove some more non-DebugLoc versions of construction | Dale Johannesen | 2009-02-04 | 1 | -23/+25 |
* | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen | 2009-01-30 | 1 | -1/+2 |
* | CellSPU: | Scott Michel | 2009-01-26 | 1 | -3/+4 |
* | Untabify code. | Scott Michel | 2009-01-26 | 1 | -5/+5 |
* | CellSPU: | Scott Michel | 2009-01-26 | 1 | -186/+298 |
* | CellSPU: | Scott Michel | 2009-01-21 | 1 | -54/+126 |
* | - Convert remaining i64 custom lowering into custom instruction emission | Scott Michel | 2009-01-15 | 1 | -133/+39 |
* | CellSPU: | Scott Michel | 2009-01-06 | 1 | -33/+9 |