| Commit message (Expand) | Author | Age | Files | Lines |
* | Use empty() instead of begin() == end(). | Dan Gohman | 2008-08-14 | 9 | -9/+12 |
* | Replace two for loops with while(!X->use_empty()) loops. This prevents | Matthijs Kooijman | 2008-08-14 | 1 | -10/+8 |
* | Get rid of a use of std::map. | Owen Anderson | 2008-08-13 | 1 | -2/+2 |
* | Fix a bogus srem rule - a negative value srem'd by a power-of-2 | Dan Gohman | 2008-08-13 | 4 | -13/+24 |
* | Expunge the last uses of std::map from LiveIntervals. | Owen Anderson | 2008-08-13 | 2 | -20/+19 |
* | Move r2iMap_ over to DenseMap from std::map. | Owen Anderson | 2008-08-13 | 2 | -4/+18 |
* | Allow SelectionDAG to create EXTRACT_VECTOR_ELT nodes with | Dan Gohman | 2008-08-13 | 2 | -11/+20 |
* | Make the allocation of LiveIntervals explicit, rather than holding them in th... | Owen Anderson | 2008-08-13 | 4 | -22/+29 |
* | Switch this from std::map to DenseMap. | Owen Anderson | 2008-08-13 | 1 | -1/+1 |
* | Fix SCCP's handling of struct value loads and stores. SCCP doesn't | Dan Gohman | 2008-08-13 | 2 | -2/+20 |
* | Add svn:ignore on several Release-Asserts directories | Daniel Dunbar | 2008-08-13 | 0 | -0/+0 |
* | Add default constructor to APSInt | Daniel Dunbar | 2008-08-13 | 1 | -0/+3 |
* | Update makellvm to return correct result code. | Daniel Dunbar | 2008-08-13 | 1 | -0/+1 |
* | Rename. s/FindIVForUser/FindIVUserForCond/g | Devang Patel | 2008-08-13 | 1 | -4/+4 |
* | Teach constant folding that an inttoptr of a | Duncan Sands | 2008-08-13 | 2 | -0/+17 |
* | Initial checkin of the new "fast" instruction selection support. See | Dan Gohman | 2008-08-13 | 6 | -1/+588 |
* | Oops, check in these files too, for the FastISel -> Fast rename. | Dan Gohman | 2008-08-13 | 2 | -3/+3 |
* | Rename SelectionDAGISel's FastISel to Fast, to begin to make | Dan Gohman | 2008-08-13 | 2 | -5/+5 |
* | Generated files for 54744. | Dale Johannesen | 2008-08-13 | 3 | -1781/+1797 |
* | Add read/write support for X86's sseregparm. | Dale Johannesen | 2008-08-13 | 4 | -0/+7 |
* | Get rid of unused variable. | Owen Anderson | 2008-08-13 | 1 | -1/+0 |
* | 1) Merge entire live intervals instead of parts of them. | Owen Anderson | 2008-08-13 | 1 | -62/+36 |
* | Rename this, in case people think that NullFolder | Duncan Sands | 2008-08-13 | 1 | -4/+4 |
* | Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT node | Bruno Cardoso Lopes | 2008-08-13 | 5 | -76/+127 |
* | Check sign to detect overflow before changing compare stride. | Devang Patel | 2008-08-13 | 2 | -1/+39 |
* | When resolving a stub in x86-64 JIT, use a PC-relative branch | Dale Johannesen | 2008-08-12 | 1 | -2/+14 |
* | Remove tabs. | Bill Wendling | 2008-08-12 | 1 | -2/+2 |
* | Update. Remove bogus webpage. | Bill Wendling | 2008-08-12 | 1 | -1/+0 |
* | Make x86-64 JIT changes Darwin-specific. | Dale Johannesen | 2008-08-12 | 2 | -6/+23 |
* | Add a NullFolder class that doesn't fold constants. | Duncan Sands | 2008-08-12 | 4 | -8/+210 |
* | Extend ScalarEvolution's executesAtLeastOnce logic to be able to | Dan Gohman | 2008-08-12 | 2 | -55/+92 |
* | Whitespace cleanup. Test commit. | Jim Grosbach | 2008-08-12 | 1 | -0/+1 |
* | In the absence of a linker to build the GOT, use the 32-bit | Dale Johannesen | 2008-08-12 | 1 | -1/+3 |
* | Correct the filename in the top-of-file comment. | Dan Gohman | 2008-08-12 | 1 | -1/+1 |
* | Avoid repeatedly reallocating the FoldingSetNodeID when searching | Dan Gohman | 2008-08-12 | 1 | -2/+4 |
* | Use SmallVector instead of std::vector | Devang Patel | 2008-08-12 | 2 | -18/+18 |
* | Point people to ConstantExpr and ConstantFolding, | Duncan Sands | 2008-08-12 | 2 | -8/+14 |
* | Use DenseMap to keep track of last users. | Devang Patel | 2008-08-12 | 2 | -7/+35 |
* | Some fixes for x86-64 JIT. Make it use small code | Dale Johannesen | 2008-08-11 | 4 | -15/+48 |
* | add a helper method to sys::Path for clang, patch by | Chris Lattner | 2008-08-11 | 3 | -0/+19 |
* | Implement support for simplifying vector comparisons by 0.0 and 1.0 like we | Chris Lattner | 2008-08-11 | 2 | -6/+27 |
* | Keep track of analysis usage information for passes. Avoid invoking | Devang Patel | 2008-08-11 | 2 | -23/+44 |
* | Improve the grep commands for this test to be tolerant of ABI | Dan Gohman | 2008-08-11 | 1 | -1/+4 |
* | Take the FrameOffset into account when computing the alignment | Dan Gohman | 2008-08-11 | 2 | -1/+24 |
* | Implement ISD::TRAP support on PPC | Nate Begeman | 2008-08-11 | 4 | -2/+18 |
* | Make it possible to use different constant | Duncan Sands | 2008-08-11 | 3 | -81/+455 |
* | the stacker doc is way out of date. | Chris Lattner | 2008-08-11 | 3 | -1434/+1 |
* | remove obsolete files | Chris Lattner | 2008-08-11 | 1 | -7/+0 |
* | move some more stuff out of my email into readme.txt | Chris Lattner | 2008-08-10 | 1 | -0/+73 |
* | add a note | Chris Lattner | 2008-08-10 | 1 | -0/+13 |