| Commit message (Expand) | Author | Age | Files | Lines |
* | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 4 | -6/+8 |
* | Use cast instead of dyn_cast. | Dan Gohman | 2008-08-20 | 1 | -2/+2 |
* | Fix broken CellSPU lowering, re-instate braces in Legalize | Nate Begeman | 2008-07-29 | 1 | -2/+3 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 4 | -348/+348 |
* | More tab removals. | Bill Wendling | 2008-07-22 | 1 | -3/+3 |
* | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 1 | -1/+1 |
* | Somehow, custom lowering of i64 multiplications got dropped along the way. | Scott Michel | 2008-07-16 | 1 | -104/+105 |
* | Trim unnecessary #includes. | Dan Gohman | 2008-07-11 | 1 | -1/+0 |
* | Emit debug info for data-only files on Cell SPU. | Dale Johannesen | 2008-07-09 | 1 | -3/+5 |
* | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 1 | -4/+4 |
* | 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 | -6/+8 |
* | Add a new getMergeValues method that does not need | Duncan Sands | 2008-07-02 | 1 | -16/+5 |
* | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -3/+3 |
* | Don't use ISD namespace opcodes for MachineInstrs. | Dan Gohman | 2008-06-30 | 1 | -2/+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 |
* | Revert the SelectionDAG optimization that makes | Duncan Sands | 2008-06-30 | 1 | -5/+4 |
* | Remove unnecessary #includes. | Dan Gohman | 2008-06-22 | 1 | -1/+0 |
* | Remove comparison methods for MVT. The main cause | Duncan Sands | 2008-06-08 | 2 | -5/+5 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 3 | -149/+156 |
* | Add necessary 64-bit support so that gcc frontend compiles (mostly). Current | Scott Michel | 2008-06-02 | 5 | -127/+379 |
* | Remove more iostream header includes. Needed to implement a "FlushStream" | Bill Wendling | 2008-05-29 | 3 | -5/+3 |
* | 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 | -0/+4 |
* | Bug fixes and updates for CellSPU, syncing up with trunk. Most notable | Scott Michel | 2008-04-30 | 7 | -53/+133 |
* | no need to implement this method and just have it call | Chris Lattner | 2008-04-26 | 2 | -14/+0 |
* | 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 |
* | Add more patterns to match in the integer comparison test harnesses. | Scott Michel | 2008-03-20 | 3 | -9/+8 |
* | Use PassManagerBase instead of FunctionPassManager for functions | Dan Gohman | 2008-03-11 | 2 | -4/+4 |
* | - Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency. | Scott Michel | 2008-03-10 | 1 | -9/+7 |
* | Default ISD::PREFETCH to expand. | Evan Cheng | 2008-03-10 | 1 | -1/+0 |
* | Integer comparison tests for CellSPU. | Scott Michel | 2008-03-10 | 4 | -75/+182 |
* | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel | 2008-03-10 | 1 | -0/+3 |
* | cell really does support cross-regclass moves, because R3 is in lots of diffe... | Chris Lattner | 2008-03-09 | 1 | -4/+9 |
* | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng | 2008-03-08 | 1 | -0/+1 |
* | Refine Cell's i64 constant generation code to cover more constants where the | Scott Michel | 2008-03-06 | 1 | -7/+28 |
* | - Fix support for "special" i64 immediates that can be loaded | Scott Michel | 2008-03-05 | 4 | -647/+361 |
* | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng | 2008-02-28 | 1 | -1/+1 |
* | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling | 2008-02-26 | 1 | -3/+3 |
* | Merge current work back to tree to minimize diffs and drift. Major highlights | Scott Michel | 2008-02-23 | 9 | -993/+1903 |
* | Fix newly-introduced 4.3 warnings | Anton Korobeynikov | 2008-02-20 | 3 | -8/+8 |
* | I cannot find a libgcc function for this builtin. Therefor expanding it to a... | Andrew Lenharth | 2008-02-16 | 1 | -1/+2 |
* | Rewrite tblgen handling of subtarget features so | Dale Johannesen | 2008-02-14 | 1 | -0/+1 |
* | Fix single precision FP constants on SPU. They are actually legal, | Nate Begeman | 2008-02-14 | 3 | -20/+9 |
* | Move some useful operands up into the all-targets .td | Nate Begeman | 2008-02-14 | 1 | -3/+0 |
* | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman | 2008-02-13 | 2 | -2/+2 |