| Commit message (Expand) | Author | Age | Files | Lines |
| * | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner | 2010-04-02 | 1 | -2/+2 |
| * | Make isInt?? and isUint?? template specializations of the generic versions. This | Benjamin Kramer | 2010-03-29 | 1 | -10/+10 |
| * | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner | 2010-03-02 | 1 | -12/+0 |
| * | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
| * | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman | 2010-01-05 | 1 | -19/+17 |
| * | Make capitalization of names starting "is" more consistent. | Dale Johannesen | 2009-11-24 | 1 | -4/+4 |
| * | Remove an incorrect overaggressive optimization | Dale Johannesen | 2009-11-20 | 1 | -5/+3 |
| * | Remove uninteresting and confusing debug output. | Dan Gohman | 2009-11-05 | 1 | -2/+0 |
| * | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
| * | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
| * | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman | 2009-09-25 | 1 | -80/+81 |
| * | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 1 | -41/+0 |
| * | PowerPC inline asm was emitting two output operands | Dale Johannesen | 2009-08-18 | 1 | -22/+6 |
| * | Simplify a few more things, eliminating a few more dependencies on | Dan Gohman | 2009-08-15 | 1 | -1/+1 |
| * | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -105/+105 |
| * | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -104/+104 |
| * | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 2009-07-31 | 1 | -11/+6 |
| * | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 2009-07-31 | 1 | -6/+11 |
| * | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 2009-07-31 | 1 | -11/+6 |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 1 | -7/+7 |
| * | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 1 | -4/+4 |
| * | Implement changes from Chris's feedback. | Edwin Török | 2009-07-08 | 1 | -3/+5 |
| * | Fix some failures in targets on available_externally functions, | Chris Lattner | 2009-04-17 | 1 | -0/+6 |
| * | Remove refs to non-DebugLoc version of BuildMI from PowerPC. | Dale Johannesen | 2009-02-13 | 1 | -8/+10 |
| * | fix PR3538 for PPC | Chris Lattner | 2009-02-12 | 1 | -4/+14 |
| * | Eliminate remaining non-DebugLoc version of getTargetNode. | Dale Johannesen | 2009-02-06 | 1 | -18/+18 |
| * | Get rid of one more non-DebugLoc getNode and | Dale Johannesen | 2009-02-06 | 1 | -18/+20 |
| * | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen | 2009-02-04 | 1 | -18/+21 |
| * | Fix 80 col violations. | Evan Cheng | 2009-01-19 | 1 | -2/+2 |
| * | Handle ISD::DECLARE with PIC relocation model. | Evan Cheng | 2009-01-19 | 1 | -4/+15 |
| * | Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower... | Evan Cheng | 2009-01-16 | 1 | -0/+20 |
| * | Generalize the HazardRecognizer interface so that it can be used | Dan Gohman | 2009-01-15 | 1 | -1/+1 |
| * | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman | 2009-01-15 | 1 | -1/+1 |
| * | Make FP tests requiring two compares work on PPC (PR 642). | Dale Johannesen | 2008-11-07 | 1 | -16/+19 |
| * | Reintroduce a comment that was removed with the AddToISelQueue | Dan Gohman | 2008-11-05 | 1 | -0/+1 |
| * | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman | 2008-11-05 | 1 | -27/+1 |
| * | 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 |
| * | Avoid creating two TargetLowering objects for each target. | Dan Gohman | 2008-10-03 | 1 | -2/+2 |
| * | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -8/+8 |
| * | Clean up uses of TargetLowering::getTargetMachine. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
| * | fix a bunch of 80-col violations | Gabor Greif | 2008-08-31 | 1 | -2/+4 |
| * | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -12/+12 |
| * | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman | 2008-08-23 | 1 | -5/+4 |
| * | 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 | -108/+108 |
| * | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 1 | -3/+3 |
| * | Add explicit keywords. | Dan Gohman | 2008-07-07 | 1 | -1/+1 |
| * | Split scheduling from instruction selection. | Evan Cheng | 2008-06-30 | 1 | -7/+4 |
| * | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -3/+3 |