| Commit message (Expand) | Author | Age | Files | Lines |
* | Move target independent td files from lib/Target/ to include/llvm/Target so t... | Evan Cheng | 2008-11-24 | 1 | -1/+1 |
* | Rename SetCCResultContents to BooleanContents. In | Duncan Sands | 2008-11-23 | 1 | -1/+1 |
* | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman | 2008-11-18 | 2 | -4/+6 |
* | Adds extern "C" ints to the .cpp files that use RegisterTarget, as | Oscar Fuentes | 2008-11-15 | 1 | -0/+8 |
* | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman | 2008-11-05 | 1 | -12/+0 |
* | Refactor various TargetAsmInfo subclasses' TargetMachine members away | Dan Gohman | 2008-11-03 | 1 | -1/+1 |
* | 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 | 2 | -6/+0 |
* | Const-ify several TargetInstrInfo methods. | Dan Gohman | 2008-10-16 | 2 | -5/+5 |
* | Rename LoadX to LoadExt. | Evan Cheng | 2008-10-14 | 1 | -3/+3 |
* | Fix command-line option printing to print two spaces where needed, | Dan Gohman | 2008-10-14 | 1 | -2/+2 |
* | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner | 2008-10-11 | 2 | -8/+5 |
* | Avoid creating two TargetLowering objects for each target. | Dan Gohman | 2008-10-03 | 1 | -7/+2 |
* | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 3 | -23/+21 |
* | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands | 2008-09-29 | 2 | -2/+2 |
* | Re-apply 56683 with fixes. | Evan Cheng | 2008-09-27 | 1 | -1/+2 |
* | Temporarily reverting r56683. This is causing a failure during the build of l... | Bill Wendling | 2008-09-26 | 1 | -3/+1 |
* | Fix @llvm.frameaddress codegen. FP elimination optimization should be disable... | Evan Cheng | 2008-09-26 | 1 | -1/+3 |
* | CMake: Builds all targets. | Oscar Fuentes | 2008-09-26 | 1 | -0/+23 |
* | Get rid of ReadOnlySection duplicate | Anton Korobeynikov | 2008-09-24 | 1 | -3/+3 |
* | Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection | Anton Korobeynikov | 2008-09-24 | 1 | -1/+0 |
* | Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic. | Anton Korobeynikov | 2008-09-24 | 1 | -3/+2 |
* | Drop obsolete hook and change all usage to new interface | Anton Korobeynikov | 2008-09-24 | 1 | -6/+0 |
* | Fix these enums' starting values to reflect the way that | Dan Gohman | 2008-09-23 | 1 | -1/+1 |
* | Fix indendation. | Matthijs Kooijman | 2008-09-23 | 1 | -4/+4 |
* | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 2 | -8/+8 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 2 | -8/+8 |
* | Fixed Bug 2751 | Bruno Cardoso Lopes | 2008-09-15 | 2 | -4/+4 |
* | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 2 | -11/+11 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 3 | -12/+14 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 2 | -13/+13 |
* | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -2/+2 |
* | Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ... | Owen Anderson | 2008-08-26 | 2 | -7/+11 |
* | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman | 2008-08-23 | 1 | -3/+3 |
* | Make option variables static, so they won't cause nameclash | Anton Korobeynikov | 2008-08-22 | 1 | -7/+10 |
* | 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 | -8/+11 |
* | Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h... | Owen Anderson | 2008-08-14 | 2 | -8/+8 |
* | Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT node | Bruno Cardoso Lopes | 2008-08-13 | 5 | -76/+127 |
* | Handle visibility printing with all generality. Remove bunch of duplicate code. | Anton Korobeynikov | 2008-08-08 | 1 | -2/+4 |
* | Undo most of r54519. | Evan Cheng | 2008-08-08 | 2 | -3/+2 |
* | 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 | 2 | -2/+3 |
* | Support added for ctlz intrinsic, test case added. | Bruno Cardoso Lopes | 2008-08-08 | 3 | -18/+19 |
* | Match raw "psp" triple target, as done by the homebrew toolchain. | Bruno Cardoso Lopes | 2008-08-08 | 1 | -1/+2 |
* | Added Mips support for DYNAMIC_STACKALLOC | Bruno Cardoso Lopes | 2008-08-07 | 3 | -23/+52 |
* | Use EmitAlignment consistently | Anton Korobeynikov | 2008-08-07 | 1 | -3/+2 |
* | Provide convenient helpers | Anton Korobeynikov | 2008-08-07 | 1 | -2/+2 |
* | Added support for fp callee saved registers. | Bruno Cardoso Lopes | 2008-08-06 | 6 | -152/+225 |