| Commit message (Expand) | Author | Age | Files | Lines |
* | CellSPU: Ensure that C strings are always put in the .rodata section | Scott Michel | 2008-11-07 | 1 | -0/+1 |
* | Teach CellSPU about ELF sections and new section emitter classes. | Scott Michel | 2008-11-07 | 3 | -35/+46 |
* | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman | 2008-11-05 | 1 | -8/+0 |
* | Use getTargetConstant instead of getConstant for nodes that should not be vis... | Dan Gohman | 2008-11-05 | 1 | -8/+8 |
* | Refactor various TargetAsmInfo subclasses' TargetMachine members away | Dan Gohman | 2008-11-03 | 1 | -1/+2 |
* | Shift amounts should have the type given by | Duncan Sands | 2008-10-30 | 1 | -5/+5 |
* | Resolve bug 2947: vararg-marked functions must spill registers R3-R79 to stack | Scott Michel | 2008-10-30 | 2 | -114/+69 |
* | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene | 2008-10-27 | 1 | -1/+1 |
* | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 2 | -0/+8 |
* | Trim #includes. | Dan Gohman | 2008-10-16 | 1 | -2/+0 |
* | mark some targets as experimental. Andrew, if you think that Alpha is | Chris Lattner | 2008-10-16 | 1 | -1/+1 |
* | Const-ify several TargetInstrInfo methods. | Dan Gohman | 2008-10-16 | 2 | -3/+3 |
* | Rename LoadX to LoadExt. | Evan Cheng | 2008-10-14 | 1 | -9/+9 |
* | Fix command-line option printing to print two spaces where needed, | Dan Gohman | 2008-10-14 | 1 | -1/+1 |
* | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner | 2008-10-11 | 2 | -7/+6 |
* | Use template to distinguish between function variants. | Duncan Sands | 2008-10-08 | 1 | -5/+14 |
* | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 3 | -33/+33 |
* | Temporarily reverting r56683. This is causing a failure during the build of l... | Bill Wendling | 2008-09-26 | 1 | -2/+1 |
* | Rename ConstantSDNode's getSignExtended to getSExtValue, for | Dan Gohman | 2008-09-26 | 3 | -12/+12 |
* | Fix @llvm.frameaddress codegen. FP elimination optimization should be disable... | Evan Cheng | 2008-09-26 | 1 | -1/+2 |
* | CMake: Builds all targets. | Oscar Fuentes | 2008-09-26 | 1 | -0/+25 |
* | If we have a function with an unreachable statement such that the ending debug | Bill Wendling | 2008-09-26 | 1 | -1/+1 |
* | Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection | Anton Korobeynikov | 2008-09-24 | 1 | -2/+0 |
* | Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic. | Anton Korobeynikov | 2008-09-24 | 1 | -1/+1 |
* | Drop obsolete hook and change all usage to new interface | Anton Korobeynikov | 2008-09-24 | 1 | -17/+1 |
* | SPU section handling is really huge mess. Replace remaining TAI calls for sec... | Anton Korobeynikov | 2008-09-24 | 1 | -2/+2 |
* | Properly handle 'm' inline asm constraints. If a GV is being selected for the... | Evan Cheng | 2008-09-24 | 2 | -1/+4 |
* | Fix these enums' starting values to reflect the way that | Dan Gohman | 2008-09-23 | 1 | -1/+1 |
* | Make log, log2, log10, exp, exp2 use Expand by | Dale Johannesen | 2008-09-22 | 1 | -10/+0 |
* | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -8/+7 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -7/+8 |
* | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 1 | -11/+12 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 3 | -59/+69 |
* | Fix constant pool loads, and remove broken versions of addConstantPoolReference. | Owen Anderson | 2008-09-06 | 1 | -12/+0 |
* | Clean up uses of TargetLowering::getTargetMachine. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen | 2008-09-04 | 1 | -0/+10 |
* | fix a bunch of 80-col violations | Gabor Greif | 2008-08-31 | 2 | -15/+33 |
* | Revert the "XFAIL" for the rotate_ops.ll testcase. Instead, mark ISD::ROTR | Bill Wendling | 2008-08-31 | 1 | -3/+7 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 3 | -61/+61 |
* | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -1/+1 |
* | Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ... | Owen Anderson | 2008-08-26 | 2 | -4/+6 |
* | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman | 2008-08-23 | 1 | -5/+4 |
* | Simplify SelectRoot's interface, and factor out some common code | Dan Gohman | 2008-08-21 | 1 | -1/+1 |
* | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 4 | -6/+8 |
* | Use cast instead of dyn_cast. | Dan Gohman | 2008-08-20 | 1 | -2/+2 |
* | Fix broken CellSPU lowering, re-instate braces in Legalize | Nate Begeman | 2008-07-29 | 1 | -2/+3 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 4 | -348/+348 |
* | More tab removals. | Bill Wendling | 2008-07-22 | 1 | -3/+3 |
* | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 1 | -1/+1 |
* | Somehow, custom lowering of i64 multiplications got dropped along the way. | Scott Michel | 2008-07-16 | 1 | -104/+105 |