| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Changes how function livein's are handled, they now have a start index of 0. | Evan Cheng | 2007-02-17 | 1 | -54/+134 |
| * | Do not add livein's to entry MBB twice. | Evan Cheng | 2007-02-17 | 1 | -2/+3 |
| * | Added removeLiveIn. | Evan Cheng | 2007-02-17 | 1 | -1/+7 |
| * | Added findRegisterDefOperand(). | Evan Cheng | 2007-02-17 | 1 | -0/+11 |
| * | - Use MRegister::regsOverlap(). | Evan Cheng | 2007-02-17 | 1 | -28/+8 |
| * | print target nodes nicely | Chris Lattner | 2007-02-17 | 1 | -1/+1 |
| * | Implement i/n/s constraints correctly. This fixes | Chris Lattner | 2007-02-17 | 1 | -2/+16 |
| * | Fixes PR 1200 | Dale Johannesen | 2007-02-17 | 1 | -13/+29 |
| * | Print <dead> def operands. | Evan Cheng | 2007-02-16 | 1 | -0/+2 |
| * | Add live-ins to every BB. | Evan Cheng | 2007-02-16 | 1 | -0/+20 |
| * | test commit (blank line) | Dale Johannesen | 2007-02-16 | 1 | -0/+1 |
| * | fix indentation | Chris Lattner | 2007-02-15 | 1 | -2/+2 |
| * | Apply B Scott Michel's patch for PR1184, which improves diagnostics in an | Chris Lattner | 2007-02-15 | 1 | -2/+16 |
| * | Use BitVector instead of vector<bool> which can be extremely slow. | Evan Cheng | 2007-02-15 | 2 | -2/+2 |
| * | For PR1195: | Reid Spencer | 2007-02-15 | 3 | -17/+17 |
| * | For PR1195: | Reid Spencer | 2007-02-15 | 5 | -36/+36 |
| * | fix a warning | Chris Lattner | 2007-02-14 | 1 | -1/+1 |
| * | Refix CodeGen/Generic/switch-lower.ll. In contrast to my previous patch, | Chris Lattner | 2007-02-14 | 1 | -5/+5 |
| * | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner | 2007-02-14 | 5 | -11/+12 |
| * | implement expand of truncate. This allows truncates from i128 to i64 to | Chris Lattner | 2007-02-13 | 1 | -0/+13 |
| * | Fix PR1198, by adding initial i128 support. Patch by Dan Gohman. | Chris Lattner | 2007-02-13 | 1 | -0/+1 |
| * | revert my previous switch lowering change, which miscompiles a few programs. | Chris Lattner | 2007-02-13 | 1 | -2/+2 |
| * | Add a space between // and the comment. | Lauro Ramos Venancio | 2007-02-13 | 1 | -9/+9 |
| * | Add "original alignment" to function arguments flags. | Lauro Ramos Venancio | 2007-02-13 | 1 | -10/+30 |
| * | eliminate vector-related allocations | Chris Lattner | 2007-02-13 | 1 | -2/+4 |
| * | Allow any MachineBasicBlock (not just the entry block) to have live-in physical | Evan Cheng | 2007-02-13 | 2 | -47/+41 |
| * | Fix switch lowering to order cases in zext order, which is how we emit the | Chris Lattner | 2007-02-13 | 1 | -2/+2 |
| * | eliminate temporary vectors. | Chris Lattner | 2007-02-10 | 2 | -4/+5 |
| * | encapsulate the rest of the StructLayout members. | Chris Lattner | 2007-02-10 | 1 | -2/+2 |
| * | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner | 2007-02-10 | 3 | -5/+6 |
| * | Add function live-ins to entry block live-in set. | Evan Cheng | 2007-02-10 | 1 | -0/+8 |
| * | Add live-ins to MachineBasicBlock. | Evan Cheng | 2007-02-10 | 1 | -1/+22 |
| * | Rename some variables to avoid confusion with SelectionDAGISel::BB. | Evan Cheng | 2007-02-10 | 1 | -6/+6 |
| * | Make use of TLI.SimplifySetCC() in LegalizeSetCCOperands(). | Evan Cheng | 2007-02-08 | 1 | -8/+36 |
| * | Move SimplifySetCC to TargetLowering and allow it to be shared with legalizer. | Evan Cheng | 2007-02-08 | 2 | -399/+426 |
| * | Fixed a long standing spiller bug that's exposed by Thumb: | Evan Cheng | 2007-02-08 | 1 | -13/+13 |
| * | Split the addPassesToEmitFile method up into two. This is so that we can | Bill Wendling | 2007-02-08 | 1 | -48/+52 |
| * | Add function to create a file writer. | Bill Wendling | 2007-02-08 | 2 | -3/+28 |
| * | Moved from include/llvm/CodeGen to lib/CodeGen. | Bill Wendling | 2007-02-08 | 2 | -0/+850 |
| * | Fix a fixme by correctly calculating preferred alignments for functions, | Nate Begeman | 2007-02-07 | 1 | -11/+14 |
| * | Two fixes: | Chris Lattner | 2007-02-06 | 1 | -38/+33 |
| * | Fix PR1181 and CodeGen/CBackend/2007-02-05-memset.ll | Chris Lattner | 2007-02-06 | 1 | -6/+16 |
| * | Oops, swap this. This fixes a regression I introduced in the ARM backend. | Chris Lattner | 2007-02-06 | 1 | -1/+1 |
| * | Fix PR1178 | Chris Lattner | 2007-02-05 | 1 | -1/+11 |
| * | Fixing silly "not-implemented" bug in AsmPrinter. This fixes PR1169. | Anton Korobeynikov | 2007-02-04 | 1 | -2/+4 |
| * | switch the VRBaseMap in the scheduler from an std::map to a DenseMap. This | Chris Lattner | 2007-02-04 | 2 | -6/+6 |
| * | Introduce new UnarySDNode/BinarySDNode/TernarySDNode nodes, which coallocate | Chris Lattner | 2007-02-04 | 1 | -12/+29 |
| * | eliminate the SDNode::setValueTypes method. | Chris Lattner | 2007-02-04 | 1 | -34/+17 |
| * | eliminate a bunch of duplicate ctors and helper functions. | Chris Lattner | 2007-02-04 | 1 | -116/+81 |
| * | move MorphNode to out of line and merge setNodeOperands into it. There is | Chris Lattner | 2007-02-04 | 1 | -14/+33 |