| Commit message (Expand) | Author | Age | Files | Lines |
* | 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... | Anton Korobeynikov | 2008-08-16 | 1 | -0/+5 |
* | Reduce heap trashing due to std::string construction / concatenation via cach... | Anton Korobeynikov | 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 |
* | Cleanup | Anton Korobeynikov | 2008-08-07 | 1 | -6/+6 |
* | Switch Sparc to new section handling stuff. Refactor printing of module-level... | Anton Korobeynikov | 2008-08-07 | 4 | -77/+120 |
* | Emit saveri with the correct operand order, patch by Richard Pennington! | Chris Lattner | 2008-08-03 | 1 | -1/+1 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 3 | -104/+104 |
* | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 1 | -2/+1 |
* | Fix the build by adding a #include. | Owen Anderson | 2008-07-10 | 1 | -0/+1 |
* | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 2 | -13/+13 |
* | Add explicit keywords. | Dan Gohman | 2008-07-07 | 1 | -1/+1 |
* | - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga... | Evan Cheng | 2008-07-03 | 1 | -7/+10 |
* | Add a new getMergeValues method that does not need | Duncan Sands | 2008-07-02 | 1 | -3/+3 |
* | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -2/+4 |
* | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman | 2008-06-30 | 1 | -2/+2 |
* | Split scheduling from instruction selection. | Evan Cheng | 2008-06-30 | 1 | -7/+4 |
* | Replace some std::vectors that showed up in heap profiling with | Dan Gohman | 2008-06-30 | 2 | -7/+5 |
* | Revert the SelectionDAG optimization that makes | Duncan Sands | 2008-06-30 | 1 | -8/+4 |
* | Use MachineBasicBlock::transferSuccessors. | Dan Gohman | 2008-06-21 | 1 | -8/+3 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -12/+12 |
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 1 | -2/+3 |
* | Change target-specific classes to use more precise static types. | Dan Gohman | 2008-05-14 | 2 | -3/+3 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -4/+2 |
* | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman | 2008-04-12 | 1 | -3/+0 |
* | Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. | Evan Cheng | 2008-03-31 | 2 | -12/+0 |
* | Add explicit keywords. | Dan Gohman | 2008-03-25 | 1 | -1/+1 |