| Commit message (Expand) | Author | Age | Files | Lines |
* | Split foldMemoryOperand into public non-virtual and protected virtual | Dan Gohman | 2008-12-03 | 2 | -11/+11 |
* | There are no longer any places that require a | Duncan Sands | 2008-12-01 | 1 | -2/+2 |
* | Move target independent td files from lib/Target/ to include/llvm/Target so t... | Evan Cheng | 2008-11-24 | 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 |
* | CMake: corrected split of Alpha and Sparc AsmPrinters. | Oscar Fuentes | 2008-11-11 | 1 | -2/+1 |
* | Separate sparc asmprinter. This should unbreak the native build | Anton Korobeynikov | 2008-11-11 | 4 | -1/+27 |
* | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman | 2008-11-05 | 1 | -4/+0 |
* | 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 |
* | Const-ify several TargetInstrInfo methods. | Dan Gohman | 2008-10-16 | 2 | -3/+3 |
* | Rename LoadX to LoadExt. | Evan Cheng | 2008-10-14 | 1 | -2/+2 |
* | 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 | -6/+5 |
* | Fix a thinko and unbreak sparc default CC | Anton Korobeynikov | 2008-10-10 | 1 | -2/+2 |
* | Extend set of return registers on sparc until someone will implement MRV supp... | Anton Korobeynikov | 2008-10-10 | 1 | -3/+3 |
* | Ignore extra 'r' modifier for now | Anton Korobeynikov | 2008-10-10 | 1 | -2/+9 |
* | Use expand for smul_lohi for now | Anton Korobeynikov | 2008-10-10 | 1 | -0/+1 |
* | Add rudimentary support for 'r' register operand | Anton Korobeynikov | 2008-10-10 | 2 | -11/+70 |
* | Cleanup | Anton Korobeynikov | 2008-10-10 | 1 | -83/+82 |
* | Add rudimentary asmprinter support for printing inline asm operands for sparc. | Anton Korobeynikov | 2008-10-10 | 1 | -2/+31 |
* | Add dummy 'm' inline asm constraint handler for Sparc. I'm not sure, whether ... | Anton Korobeynikov | 2008-10-10 | 1 | -0/+26 |
* | Cleanup | Anton Korobeynikov | 2008-10-10 | 1 | -12/+12 |
* | Avoid creating two TargetLowering objects for each target. | Dan Gohman | 2008-10-03 | 4 | -7/+11 |
* | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 3 | -20/+20 |
* | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands | 2008-09-29 | 1 | -1/+1 |
* | CMake: Builds all targets. | Oscar Fuentes | 2008-09-26 | 1 | -0/+24 |
* | 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 | -7/+1 |
* | 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 | 2 | -5/+5 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 2 | -5/+5 |
* | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman | 2008-09-13 | 1 | -4/+4 |
* | 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 | -12/+17 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 2 | -2/+2 |
* | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen | 2008-09-04 | 1 | -0/+10 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 2 | -10/+10 |
* | Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ... | Owen Anderson | 2008-08-26 | 2 | -5/+8 |
* | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman | 2008-08-23 | 1 | -3/+3 |
* | 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 | -5/+7 |
* | Add interface for section override. Use this for Sparc, since it should use n... | asl | 2008-08-16 | 1 | -0/+5 |
* | Reduce heap trashing due to std::string construction / concatenation via cach... | asl | 2008-08-16 | 2 | -3/+3 |
* | Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h... | Owen Anderson | 2008-08-14 | 2 | -2/+2 |
* | Properly print flags on Sparc | Anton Korobeynikov | 2008-08-08 | 1 | -6/+5 |
* | Use mergeable strings sections on sparc | Anton Korobeynikov | 2008-08-08 | 1 | -0/+1 |
* | Handle visibility printing with all generality. Remove bunch of duplicate code. | Anton Korobeynikov | 2008-08-08 | 1 | -1/+5 |
* | Use EmitAlignment consistently | Anton Korobeynikov | 2008-08-07 | 1 | -2/+1 |