| Commit message (Expand) | Author | Age | Files | Lines |
* | Test commit | Chris Lattner | 2004-12-08 | 1 | -0/+1 |
* | Build the man and ps versions of the command guide as well when | Reid Spencer | 2004-12-08 | 1 | -5/+20 |
* | ignore generated file | Chris Lattner | 2004-12-08 | 1 | -0/+2 |
* | Mark this as an XFAIL until a fix is worked out. | Alkis Evlogimenos | 2004-12-08 | 1 | -0/+1 |
* | Fixed broken link to Bruce Eckle's book. | Tanya Lattner | 2004-12-08 | 1 | -1/+1 |
* | Fixed a broken link to gcc manual. | Tanya Lattner | 2004-12-08 | 1 | -1/+1 |
* | Fixed broken link. | Tanya Lattner | 2004-12-08 | 1 | -1/+1 |
* | Fixed broken links. | Tanya Lattner | 2004-12-08 | 2 | -5/+7 |
* | Mention in the exposition that lli can JIT on PowerPC now. | John Criswell | 2004-12-08 | 1 | -1/+1 |
* | We don't have python test classes anymore. | John Criswell | 2004-12-08 | 1 | -4/+0 |
* | Add llvm-ld tool | Reid Spencer | 2004-12-08 | 1 | -1/+11 |
* | Minor fixups. | John Criswell | 2004-12-08 | 1 | -12/+21 |
* | Fixed typo in Dejagnu section. | Tanya Lattner | 2004-12-08 | 1 | -1/+1 |
* | Removed QMTest reference. | Tanya Lattner | 2004-12-08 | 1 | -117/+11 |
* | Removed QMTest reference. | Tanya Lattner | 2004-12-08 | 1 | -11/+10 |
* | Removed QMTest referrences. Updated ordering of notes. | Tanya Lattner | 2004-12-08 | 1 | -27/+4 |
* | Fix spell'os. | John Criswell | 2004-12-08 | 1 | -3/+3 |
* | Move documentation for various configuration options applicabe only to the | Reid Spencer | 2004-12-08 | 1 | -1/+27 |
* | Various 1.4ish corrections and additions. | Reid Spencer | 2004-12-08 | 1 | -43/+58 |
* | Update the version numbers of the pre-built LLVM GCC frontends. | John Criswell | 2004-12-08 | 1 | -4/+4 |
* | Fix llvmgcc to use the TestRunner substition mechanism. | John Criswell | 2004-12-08 | 1 | -1/+1 |
* | xfail this across all platforms. | John Criswell | 2004-12-08 | 1 | -1/+1 |
* | * Change version numbers of tarballs from 1.3 to 1.4 | Reid Spencer | 2004-12-08 | 1 | -17/+16 |
* | Work correctly with MSVC and ICC, patch contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -4/+4 |
* | Work correctly with ICC, Patch contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -8/+16 |
* | Add descriptions of missing top level directories. | Reid Spencer | 2004-12-08 | 1 | -4/+28 |
* | Add support for compilers with arg dependent name lookup, contributed by | Chris Lattner | 2004-12-08 | 1 | -1/+2 |
* | Add support for compilers without argument dependent name lookup, contributed | Chris Lattner | 2004-12-08 | 1 | -1/+1 |
* | Make this work with the ICC compiler, contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -0/+1 |
* | Remove unneeded class qualifier, contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -1/+1 |
* | Add regression | Alkis Evlogimenos | 2004-12-08 | 1 | -0/+14 |
* | When -link-as-library, add -l options to Module's deplibs | Reid Spencer | 2004-12-08 | 2 | -2/+16 |
* | Make an alternate version of this Makefile that can be used in an | Reid Spencer | 2004-12-08 | 1 | -0/+20 |
* | Remove -Woverloaded-virtual usage that was committed by accident. | Reid Spencer | 2004-12-08 | 1 | -6/+3 |
* | Remove variables that are not used by any of the LLVM makefiles | Reid Spencer | 2004-12-08 | 2 | -9/+7 |
* | Remove useless -L switch now that gccld -link-as-library bug is fixed. | Reid Spencer | 2004-12-08 | 1 | -3/+3 |
* | Use getOperand() and remove getElementAt() function. | Alkis Evlogimenos | 2004-12-08 | 1 | -8/+0 |
* | Revert this disgusting hack, John has a much nicer solution | Chris Lattner | 2004-12-08 | 1 | -23/+0 |
* | Add a disgusting hack to work around a libstdc++ issue. This code should | Chris Lattner | 2004-12-08 | 1 | -0/+23 |
* | This test is xfail right now, to keep DJ clean, also mention the PR# in testc... | Chris Lattner | 2004-12-08 | 1 | -0/+3 |
* | * Eliminate redundancies | Reid Spencer | 2004-12-07 | 1 | -12/+10 |
* | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -0/+3 |
* | For PR387:\ | Reid Spencer | 2004-12-07 | 4 | -0/+12 |
* | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -3/+6 |
* | Commit the cleanup of the LLVM 1.4 release notes. This should clearly go | Chris Lattner | 2004-12-07 | 1 | -99/+78 |
* | Revert the recent patches to "fix" ConstantFP::isValueValidForType. None | Reid Spencer | 2004-12-07 | 1 | -5/+1 |
* | Provide a missing header file. | Reid Spencer | 2004-12-07 | 1 | -0/+1 |
* | Fix some comments. | Reid Spencer | 2004-12-07 | 1 | -1/+2 |
* | Fix check for valid floats. Also use and HUGE_VALF instead | Alkis Evlogimenos | 2004-12-07 | 1 | -10/+1 |
* | Move virtual function call out of loop to speed up getFreePhysReg by about | Nate Begeman | 2004-12-07 | 1 | -2/+2 |