| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles | 2012-02-19 | 1 | -1/+0 | 
| *  | rename MVT::Flag to MVT::Glue.  "Flag" is a terrible name for | Chris Lattner | 2010-12-21 | 1 | -2/+2 | 
| *  | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner | 2010-09-21 | 1 | -8/+6 | 
| *  | Don't call Predicate_* methods directly from Sparc target. | Jakob Stoklund Olesen | 2010-08-17 | 1 | -4/+4 | 
| *  | Delete an unnecessary reference to SelectionDAGISel::BB. | Dan Gohman | 2010-04-19 | 1 | -1/+0 | 
| *  | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -1/+0 | 
| *  | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner | 2010-03-02 | 1 | -15/+1 | 
| *  | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman | 2010-01-05 | 1 | -10/+9 | 
| *  | Remove uninteresting and confusing debug output. | Dan Gohman | 2009-11-05 | 1 | -1/+0 | 
| *  | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman | 2009-09-25 | 1 | -4/+4 | 
| *  | several major improvements to the sparc backend: support for weak linkage | Chris Lattner | 2009-09-15 | 1 | -4/+19 | 
| *  | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -14/+14 | 
| *  | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -14/+14 | 
| *  | Implement changes from Chris's feedback. | Torok Edwin | 2009-07-08 | 1 | -0/+2 | 
| *  | Eliminate remaining non-DebugLoc version of getTargetNode. | Dale Johannesen | 2009-02-06 | 1 | -3/+4 | 
| *  | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman | 2009-01-15 | 1 | -1/+1 | 
| *  | 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 | 
| *  | 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 | 1 | -5/+3 | 
| *  | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -2/+2 | 
| *  | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -2/+2 | 
| *  | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -1/+1 | 
| *  | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -2/+2 | 
| *  | 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 | 
| *  | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -17/+17 | 
| *  | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 1 | -2/+1 | 
| *  | Add explicit keywords. | Dan Gohman | 2008-07-07 | 1 | -1/+1 | 
| *  | Split scheduling from instruction selection. | Evan Cheng | 2008-06-30 | 1 | -7/+4 | 
| *  | split sparc lowering out into SparcISelLowering.{cpp|h} to follow | Chris Lattner | 2008-03-17 | 1 | -986/+1 | 
| *  | refactor the LowerOperation code out to individual functions for  | Chris Lattner | 2008-03-17 | 1 | -173/+197 | 
| *  | Default ISD::PREFETCH to expand. | Evan Cheng | 2008-03-10 | 1 | -1/+0 | 
| *  | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng | 2008-03-08 | 1 | -0/+1 | 
| *  | Sparc backend doesn't support debug info yet, mark the nodes as expand.  This... | Chris Lattner | 2008-02-28 | 1 | -2/+6 | 
| *  | Fix CodeGen/Generic/storetrunc-fp.ll on sparc, PR2105 | Chris Lattner | 2008-02-28 | 1 | -1/+2 | 
| *  | fix CodeGen/Generic/2008-01-25-dag-combine-mul.ll on sparc, PR2105 | Chris Lattner | 2008-02-28 | 1 | -0/+3 | 
| *  | I cannot find a libgcc function for this builtin.  Therefor expanding it to a... | Andrew Lenharth | 2008-02-16 | 1 | -1/+2 | 
| *  | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands | 2008-02-14 | 1 | -8/+14 | 
| *  | Change how FP immediates are handled.   | Nate Begeman | 2008-02-14 | 1 | -3/+0 | 
| *  | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman | 2008-02-13 | 1 | -2/+2 | 
| *  | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman | 2008-02-13 | 1 | -8/+8 | 
| *  | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -7/+5 | 
| *  | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng | 2008-02-04 | 1 | -1/+0 | 
| *  | explicitly include Compiler.h instead of getting it from tblgen in the middle... | Chris Lattner | 2008-02-03 | 1 | -0/+1 | 
| *  | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 1 | -0/+1 | 
| *  | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -5/+7 | 
| *  | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 1 | -7/+5 | 
| *  | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng | 2008-01-30 | 1 | -4/+4 |