| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -13/+23 |
* | Use early exit to reduce indentation. No functional change. | Bob Wilson | 2009-03-03 | 1 | -128/+128 |
* | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 2 | -3/+3 |
* | Generalize BuildVectorSDNode::isConstantSplat to use APInts and handle | Bob Wilson | 2009-03-02 | 1 | -8/+11 |
* | Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new | Bob Wilson | 2009-03-01 | 1 | -106/+5 |
* | Alignment values for i64 and f64 on ppc64 were wrong, | Dale Johannesen | 2009-02-27 | 1 | -1/+3 |
* | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng | 2009-02-25 | 1 | -15/+110 |
* | Remove all "cached" data from BuildVectorSDNode, preferring to retrieve | Scott Michel | 2009-02-25 | 1 | -6/+6 |
* | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling | 2009-02-24 | 4 | -23/+29 |
* | Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR | Scott Michel | 2009-02-22 | 1 | -109/+14 |
* | Factor out the code to add a MachineOperand to a MachineInstrBuilder. | Dan Gohman | 2009-02-18 | 1 | -18/+4 |
* | GV with null value initializer shouldn't go to BSS if it's meant for a mergea... | Evan Cheng | 2009-02-18 | 1 | -1/+2 |
* | Remove trailing whitespace to reduce later commit patch noise. | Scott Michel | 2009-02-17 | 1 | -344/+344 |
* | Remove refs to non-DebugLoc version of BuildMI from PowerPC. | Dale Johannesen | 2009-02-13 | 5 | -149/+173 |
* | Eliminate a couple of non-DebugLoc BuildMI variants. | Dale Johannesen | 2009-02-12 | 1 | -16/+19 |
* | fix PR3538 for PPC | Chris Lattner | 2009-02-12 | 1 | -4/+14 |
* | Move debug loc info along when the spiller creates new instructions. | Bill Wendling | 2009-02-12 | 2 | -38/+47 |
* | Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty | Evan Cheng | 2009-02-09 | 2 | -3/+6 |
* | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen | 2009-02-07 | 1 | -10/+10 |
* | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman | 2009-02-07 | 2 | -6/+6 |
* | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen | 2009-02-07 | 1 | -3/+6 |
* | Remove more non-DebugLoc getNode variants. Use | Dale Johannesen | 2009-02-06 | 1 | -9/+2 |
* | Remove more non-DebugLoc versions of getNode. | Dale Johannesen | 2009-02-06 | 1 | -30/+37 |
* | Eliminate remaining non-DebugLoc version of getTargetNode. | Dale Johannesen | 2009-02-06 | 2 | -21/+24 |
* | Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo. | Evan Cheng | 2009-02-06 | 4 | -14/+13 |
* | Get rid of one more non-DebugLoc getNode and | Dale Johannesen | 2009-02-06 | 2 | -98/+106 |
* | Remove a non-DebugLoc version of getNode. | Dale Johannesen | 2009-02-05 | 2 | -35/+42 |
* | Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. | Dale Johannesen | 2009-02-05 | 1 | -20/+22 |
* | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen | 2009-02-04 | 2 | -24/+30 |
* | Remove non-DebugLoc versions of getLoad and getStore. | Dale Johannesen | 2009-02-04 | 2 | -69/+85 |
* | Remove non-DebugLoc forms of the exotic forms | Dale Johannesen | 2009-02-04 | 1 | -51/+54 |
* | Remove some more non-DebugLoc versions of construction | Dale Johannesen | 2009-02-04 | 1 | -14/+16 |
* | Remove a few non-DebugLoc versions of node creation | Dale Johannesen | 2009-02-04 | 1 | -5/+6 |
* | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen | 2009-01-30 | 1 | -1/+2 |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 1 | -4/+4 |
* | Respect the DisableRedZone flag on PowerPC. | Dan Gohman | 2009-01-27 | 1 | -1/+2 |
* | Private linkage support for PPC / Darwin. | Evan Cheng | 2009-01-25 | 1 | -0/+2 |
* | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng | 2009-01-20 | 2 | -7/+10 |
* | 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 | 2 | -4/+21 |
* | Initial hazard recognizer support in post-pass scheduling. This includes | Dan Gohman | 2009-01-16 | 2 | -5/+0 |
* | Generalize the HazardRecognizer interface so that it can be used | Dan Gohman | 2009-01-15 | 3 | -8/+12 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -4/+6 |
* | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman | 2009-01-15 | 1 | -1/+1 |
* | Const-qualify getPreIndexedAddressParts and friends. | Dan Gohman | 2009-01-15 | 2 | -10/+11 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -2/+2 |
* | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 2 | -5/+5 |
* | Convert DwarfWriter into a pass. | Devang Patel | 2009-01-08 | 1 | -19/+19 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 2 | -3/+1 |