Age | Commit message (Expand) | Author |
2008-11-05 | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman |
2008-11-03 | Refactor various TargetAsmInfo subclasses' TargetMachine members away | Dan Gohman |
2008-10-27 | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene |
2008-10-18 | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman |
2008-10-16 | Trim #includes. | Dan Gohman |
2008-10-16 | Const-ify several TargetInstrInfo methods. | Dan Gohman |
2008-10-14 | Rename LoadX to LoadExt. | Evan Cheng |
2008-10-14 | Fix command-line option printing to print two spaces where needed, | Dan Gohman |
2008-10-11 | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner |
2008-10-03 | Avoid creating two TargetLowering objects for each target. | Dan Gohman |
2008-10-03 | Switch the MachineOperand accessors back to the short names like | Dan Gohman |
2008-09-29 | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands |
2008-09-27 | Re-apply 56683 with fixes. | Evan Cheng |
2008-09-26 | Temporarily reverting r56683. This is causing a failure during the build of l... | Bill Wendling |
2008-09-26 | Fix @llvm.frameaddress codegen. FP elimination optimization should be disable... | Evan Cheng |
2008-09-26 | CMake: Builds all targets. | Oscar Fuentes |
2008-09-24 | Get rid of ReadOnlySection duplicate | Anton Korobeynikov |
2008-09-24 | Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection | Anton Korobeynikov |
2008-09-24 | Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic. | Anton Korobeynikov |
2008-09-24 | Drop obsolete hook and change all usage to new interface | Anton Korobeynikov |
2008-09-23 | Fix these enums' starting values to reflect the way that | Dan Gohman |
2008-09-23 | Fix indendation. | Matthijs Kooijman |
2008-09-16 | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling |
2008-09-16 | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling |
2008-09-15 | Fixed Bug 2751 | Bruno Cardoso Lopes |
2008-09-13 | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman |
2008-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-08-28 | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif |
2008-08-26 | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif |
2008-08-26 | Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ... | Owen Anderson |
2008-08-23 | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman |
2008-08-22 | Make option variables static, so they won't cause nameclash | Anton Korobeynikov |
2008-08-21 | Simplify SelectRoot's interface, and factor out some common code | Dan Gohman |
2008-08-21 | Use raw_ostream throughout the AsmPrinter. | Owen Anderson |
2008-08-14 | Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h... | Owen Anderson |
2008-08-13 | Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT node | Bruno Cardoso Lopes |
2008-08-08 | Handle visibility printing with all generality. Remove bunch of duplicate code. | Anton Korobeynikov |
2008-08-08 | Undo most of r54519. | Evan Cheng |
2008-08-08 | It's not legal to output a GV in a coalesced section if it's used in an ARM P... | Evan Cheng |
2008-08-08 | Support added for ctlz intrinsic, test case added. | Bruno Cardoso Lopes |
2008-08-08 | Match raw "psp" triple target, as done by the homebrew toolchain. | Bruno Cardoso Lopes |
2008-08-07 | Added Mips support for DYNAMIC_STACKALLOC | Bruno Cardoso Lopes |
2008-08-07 | Use EmitAlignment consistently | Anton Korobeynikov |
2008-08-07 | Provide convenient helpers | Anton Korobeynikov |
2008-08-06 | Added support for fp callee saved registers. | Bruno Cardoso Lopes |
2008-08-05 | Trim #includes. | Dan Gohman |
2008-08-04 | Mips ISelLowering cleanup : Removed old LowerCALL and FORMAL_ARGS helpers, they | Bruno Cardoso Lopes |
2008-08-04 | Handle i32->f32 bitconvert results. | Bruno Cardoso Lopes |
2008-08-03 | Fix PR2615 | Bruno Cardoso Lopes |