Age | Commit message (Expand) | Author | Files | Lines |
2005-11-08 | Note that a work-around is available.llvmorg-1.6.0release/1.6.x | John Criswell | 1 | -1/+1 |
2005-11-08 | Add a note about the Solaris configure problem that Tanya's seen. | John Criswell | 1 | -0/+13 |
2005-11-03 | Include the CVS tag for the 1.6 release. | John Criswell | 1 | -0/+1 |
2005-11-03 | Merge in hack from Chris that discards libg. | John Criswell | 1 | -1/+4 |
2005-11-03 | Updated the version number. | John Criswell | 2 | -13/+13 |
2005-11-02 | Merged in revision 1.60. | John Criswell | 1 | -5/+5 |
2005-11-02 | Don't use -q; this option is not available on Solaris grep (and probably | John Criswell | 1 | -1/+1 |
2005-11-02 | Mark these as failing on sparc instead of sparcv9. | John Criswell | 2 | -2/+2 |
2005-11-01 | This commit was manufactured by cvs2svn to create branch 'release_16'. | CVS to SVN Conversion | 0 | -0/+0 |
2005-11-01 | Keep VC++ happy. | Jeff Cohen | 1 | -0/+1 |
2005-11-01 | Let people who run the nightly tester specify paths to external tests, instead | Chris Lattner | 1 | -2/+21 |
2005-11-01 | heh, scheduling was easy? | Duraid Madina | 1 | -1/+3 |
2005-11-01 | FORTRAN!!! :( and other similarly unfortunate things mean that on ia64 | Duraid Madina | 1 | -0/+20 |
2005-11-01 | so tablegen was thinking I might want to convert FPs to predicates. | Duraid Madina | 1 | -4/+3 |
2005-11-01 | add support for int->FP and FP->int ops, and add ia64 patterns for these | Duraid Madina | 2 | -0/+23 |
2005-11-01 | add zeroextend predicate->integer | Duraid Madina | 1 | -37/+42 |
2005-11-01 | Add a flag to enable a darwin linker optimization | Chris Lattner | 1 | -1/+7 |
2005-10-31 | Make constant pool entries use private labels. This is important when you're | Chris Lattner | 1 | -3/+3 |
2005-10-31 | Updated alpha known problems. | Andrew Lenharth | 1 | -2/+0 |
2005-10-31 | Apparently these do pass on some alphas | Chris Lattner | 3 | -3/+0 |
2005-10-31 | Fix an iterator invalidation problem in code used by the -strip pass | Chris Lattner | 1 | -1/+1 |
2005-10-31 | Limit the search depth of MaskedValueIsZero to 6 instructions, to avoid | Chris Lattner | 1 | -10/+14 |
2005-10-31 | Emit itinerary class in instruction info. | Jim Laskey | 2 | -2/+39 |
2005-10-31 | Generate cpu to itinerary map. | Jim Laskey | 2 | -8/+63 |
2005-10-31 | these tests fail on alpha for some reason | Chris Lattner | 3 | -0/+6 |
2005-10-31 | 1. Embed and not inherit vector for NodeGroup. | Jim Laskey | 1 | -20/+39 |
2005-10-31 | add FP compares and implicit register defs to the dag isel | Duraid Madina | 2 | -23/+45 |
2005-10-30 | Update Getting Started for Visual Studio page. | Jeff Cohen | 1 | -18/+11 |
2005-10-30 | Significantly simplify this code and make it more aggressive. Instead of having | Chris Lattner | 1 | -103/+50 |
2005-10-30 | new testcase | Chris Lattner | 1 | -0/+12 |
2005-10-30 | Reduce the number of copies emitted as machine instructions by | Chris Lattner | 1 | -16/+57 |
2005-10-30 | If the module has no t-t and the host is an alpha, default to using the Alpha BE | Chris Lattner | 1 | -1/+1 |
2005-10-30 | fix some broken comparisons, this affected the Pattern isel too. | Duraid Madina | 1 | -27/+4 |
2005-10-30 | The pass was removed, but the spirit lives on | Chris Lattner | 1 | -1/+1 |
2005-10-30 | This is implemented | Chris Lattner | 1 | -19/+0 |
2005-10-30 | Codegen mul by negative power of two with a shift and negate. | Chris Lattner | 1 | -3/+13 |
2005-10-30 | new testcase | Chris Lattner | 1 | -0/+9 |
2005-10-30 | Fix a problem that Nate noticed with LSR: | Chris Lattner | 1 | -1/+26 |
2005-10-30 | new testcase | Chris Lattner | 1 | -0/+57 |
2005-10-29 | Revert an accidental commit. | Chris Lattner | 1 | -1/+1 |
2005-10-29 | More files deleted. | Jeff Cohen | 2 | -9/+0 |
2005-10-29 | Make -time-passes output prettier | Chris Lattner | 1 | -0/+4 |
2005-10-29 | Make negative immediates in patterns work correctly, silence some warnings | Chris Lattner | 1 | -1/+1 |
2005-10-29 | add some FP stuff, some mix.* stuff, and constant pool support to the | Duraid Madina | 2 | -61/+131 |
2005-10-29 | Fix <> in html | Chris Lattner | 1 | -2/+2 |
2005-10-29 | First hack-and-slash on the release notes. Comments and improvements welcome | Chris Lattner | 1 | -23/+167 |
2005-10-29 | Remove the lowerconstantexprs pass | Chris Lattner | 1 | -2/+0 |
2005-10-29 | This pass is now obsolete since all targets have moved to the SelectionDAG | Chris Lattner | 1 | -170/+0 |
2005-10-29 | Remove the LowerConstantExpressionsPass pass | Chris Lattner | 2 | -6/+0 |
2005-10-29 | remove reference to this pass | Chris Lattner | 1 | -4/+0 |