| 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 |
* | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman | 2008-11-05 | 1 | -19/+0 |
* | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene | 2008-10-27 | 1 | -1/+1 |
* | 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/+2 |
* | Rename LoadX to LoadExt. | Evan Cheng | 2008-10-14 | 1 | -6/+6 |
* | 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 | 1 | -5/+3 |
* | Avoid creating two TargetLowering objects for each target. | Dan Gohman | 2008-10-03 | 1 | -2/+1 |
* | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 4 | -11/+11 |
* | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands | 2008-09-29 | 1 | -1/+1 |
* | 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 |
* | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen | 2008-09-26 | 2 | -3/+3 |
* | CMake: Builds all targets. | Oscar Fuentes | 2008-09-26 | 1 | -0/+20 |
* | 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 | -9/+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 | 1 | -4/+4 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -4/+4 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 2 | -10/+10 |
* | Fix constant pool loads, and remove broken versions of addConstantPoolReference. | Owen Anderson | 2008-09-06 | 1 | -12/+0 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | 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 some 80-col violations | Gabor Greif | 2008-08-30 | 2 | -3/+5 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 2 | -7/+7 |
* | 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 | -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 | -6/+8 |
* | Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h... | Owen Anderson | 2008-08-14 | 2 | -2/+2 |
* | Handle visibility printing with all generality. Remove bunch of duplicate code. | Anton Korobeynikov | 2008-08-08 | 1 | -1/+4 |
* | Use EmitAlignment consistently | Anton Korobeynikov | 2008-08-07 | 1 | -1/+1 |
* | Cleanup | Anton Korobeynikov | 2008-08-07 | 1 | -9/+9 |
* | Switch IA64 to new section-handling stuff | Anton Korobeynikov | 2008-08-07 | 3 | -71/+90 |
* | Cleanup | Anton Korobeynikov | 2008-08-07 | 1 | -18/+16 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 3 | -137/+137 |
* | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 1 | -2/+1 |
* | random bugfix sitting in my tree. | Chris Lattner | 2008-07-09 | 1 | -1/+2 |
* | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 2 | -39/+25 |
* | Add explicit keywords. | Dan Gohman | 2008-07-07 | 1 | -1/+1 |
* | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -1/+2 |
* | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman | 2008-06-30 | 1 | -1/+1 |
* | 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/+4 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 3 | -22/+21 |
* | Update some comments noticed in a recent checkin | Nate Begeman | 2008-05-28 | 1 | -3/+8 |
* | Add chain inputs for loads. | Chris Lattner | 2008-05-28 | 1 | -3/+3 |