| Commit message (Expand) | Author | Age | Files | Lines |
* | First patch in the direction of splitting MachineCodeEmitter in two subclasses: | Bruno Cardoso Lopes | 2009-05-30 | 6 | -53/+129 |
* | Return the operand rather than a null SDValue when the given SELECT_CC | Eli Friedman | 2009-05-28 | 1 | -3/+3 |
* | Ger rid of some dead code. | Eli Friedman | 2009-05-27 | 1 | -3/+0 |
* | Make the PPC backend use a legal type for the operands to the BUILD_VECTOR | Eli Friedman | 2009-05-24 | 1 | -5/+3 |
* | Propagate CPU string out of SubtargetFeatures | Anton Korobeynikov | 2009-05-23 | 1 | -1/+3 |
* | Change MachineInstrBuilder::addReg() to take a flag instead of a list of | Bill Wendling | 2009-05-13 | 2 | -41/+63 |
* | Don't #include DerivedTypes.h from TargetData.h. | Jay Foad | 2009-05-11 | 1 | -0/+1 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -2/+2 |
* | PPC::B and PPC::BCC's target operand may be an immediate. | Evan Cheng | 2009-05-08 | 1 | -0/+9 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 4 | -17/+29 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 4 | -28/+32 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 4 | -32/+28 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 4 | -28/+32 |
* | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 3 | -195/+207 |
* | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 3 | -210/+195 |
* | PR2957 | Nate Begeman | 2009-04-24 | 3 | -195/+210 |
* | Fix spurious indentation in a comment. | Dan Gohman | 2009-04-23 | 1 | -1/+1 |
* | Fix some failures in targets on available_externally functions, | Chris Lattner | 2009-04-17 | 1 | -0/+6 |
* | Pass in the std::string parameter instead of returning it by value. | Bill Wendling | 2009-04-10 | 1 | -1/+2 |
* | fix warning in -asserts build. | Chris Lattner | 2009-03-26 | 1 | -4/+2 |
* | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 4 | -16/+16 |
* | Do not emit comments unless -asm-verbose. | Evan Cheng | 2009-03-24 | 1 | -15/+32 |
* | It makes no sense to have a ODR version of common | Duncan Sands | 2009-03-11 | 1 | -4/+2 |
* | 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 |