| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix llvmgcc to use the TestRunner substition mechanism. | John Criswell | 2004-12-08 | 1 | -1/+1 | |
| | | | | | llvm-svn: 18634 | |||||
| * | xfail this across all platforms. | John Criswell | 2004-12-08 | 1 | -1/+1 | |
| | | | | | llvm-svn: 18633 | |||||
| * | * Change version numbers of tarballs from 1.3 to 1.4 | Reid Spencer | 2004-12-08 | 1 | -17/+16 | |
| | | | | | | | | * Add llvm-test-1.4.tar.gz as the tarball for the llvm-test module * Highlight the tarball name a little. llvm-svn: 18632 | |||||
| * | Work correctly with MSVC and ICC, patch contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -4/+4 | |
| | | | | | llvm-svn: 18631 | |||||
| * | Work correctly with ICC, Patch contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -8/+16 | |
| | | | | | llvm-svn: 18630 | |||||
| * | Add descriptions of missing top level directories. | Reid Spencer | 2004-12-08 | 1 | -4/+28 | |
| | | | | | llvm-svn: 18629 | |||||
| * | Add support for compilers with arg dependent name lookup, contributed by | Chris Lattner | 2004-12-08 | 1 | -1/+2 | |
| | | | | | | | Bjørn Wennberg llvm-svn: 18628 | |||||
| * | Add support for compilers without argument dependent name lookup, contributed | Chris Lattner | 2004-12-08 | 1 | -1/+1 | |
| | | | | | | | by Bjørn Wennberg llvm-svn: 18627 | |||||
| * | Make this work with the ICC compiler, contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -0/+1 | |
| | | | | | llvm-svn: 18626 | |||||
| * | Remove unneeded class qualifier, contributed by Bjørn Wennberg | Chris Lattner | 2004-12-08 | 1 | -1/+1 | |
| | | | | | llvm-svn: 18625 | |||||
| * | Add regression | Alkis Evlogimenos | 2004-12-08 | 1 | -0/+14 | |
| | | | | | llvm-svn: 18624 | |||||
| * | When -link-as-library, add -l options to Module's deplibs | Reid Spencer | 2004-12-08 | 2 | -2/+16 | |
| | | | | | llvm-svn: 18617 | |||||
| * | Make an alternate version of this Makefile that can be used in an | Reid Spencer | 2004-12-08 | 1 | -0/+20 | |
| | | | | | | | | unconfigured tree for rebuilding the html files from POD sources for the website update on cvs commit. llvm-svn: 18616 | |||||
| * | Remove -Woverloaded-virtual usage that was committed by accident. | Reid Spencer | 2004-12-08 | 1 | -6/+3 | |
| | | | | | llvm-svn: 18615 | |||||
| * | Remove variables that are not used by any of the LLVM makefiles | Reid Spencer | 2004-12-08 | 2 | -9/+7 | |
| | | | | | llvm-svn: 18614 | |||||
| * | Remove useless -L switch now that gccld -link-as-library bug is fixed. | Reid Spencer | 2004-12-08 | 1 | -3/+3 | |
| | | | | | llvm-svn: 18613 | |||||
| * | Use getOperand() and remove getElementAt() function. | Alkis Evlogimenos | 2004-12-08 | 1 | -8/+0 | |
| | | | | | llvm-svn: 18612 | |||||
| * | Revert this disgusting hack, John has a much nicer solution | Chris Lattner | 2004-12-08 | 1 | -23/+0 | |
| | | | | | llvm-svn: 18611 | |||||
| * | Add a disgusting hack to work around a libstdc++ issue. This code should | Chris Lattner | 2004-12-08 | 1 | -0/+23 | |
| | | | | | | | be removed when PR400 is resolved. llvm-svn: 18610 | |||||
| * | This test is xfail right now, to keep DJ clean, also mention the PR# in ↵ | Chris Lattner | 2004-12-08 | 1 | -0/+3 | |
| | | | | | | | testcases. llvm-svn: 18609 | |||||
| * | * Eliminate redundancies | Reid Spencer | 2004-12-07 | 1 | -12/+10 | |
| | | | | | | | | * Fix grammaro's * HTML 4.01 Strict compliance llvm-svn: 18604 | |||||
| * | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -0/+3 | |
| | | | | | | | Add doInitialization method to avoid overloaded virtuals llvm-svn: 18602 | |||||
| * | For PR387:\ | Reid Spencer | 2004-12-07 | 4 | -0/+12 | |
| | | | | | | | Add getModRefInfo method to avoid overloaded virtuals llvm-svn: 18601 | |||||
| * | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -3/+6 | |
| | | | | | | | | Add runPass methods to remove -Woverloaded-virtual warnings are not \ present and circumvent possible inheritance bugs. llvm-svn: 18600 | |||||
| * | Commit the cleanup of the LLVM 1.4 release notes. This should clearly go | Chris Lattner | 2004-12-07 | 1 | -99/+78 | |
| | | | | | | | into the release :) llvm-svn: 18599 | |||||
| * | Revert the recent patches to "fix" ConstantFP::isValueValidForType. None | Reid Spencer | 2004-12-07 | 1 | -5/+1 | |
| | | | | | | | of them seem to work everywhere. llvm-svn: 18598 | |||||
| * | Provide a missing header file. | Reid Spencer | 2004-12-07 | 1 | -0/+1 | |
| | | | | | llvm-svn: 18597 | |||||
| * | Fix some comments. | Reid Spencer | 2004-12-07 | 1 | -1/+2 | |
| | | | | | llvm-svn: 18596 | |||||
| * | Fix check for valid floats. Also use and HUGE_VALF instead | Alkis Evlogimenos | 2004-12-07 | 1 | -10/+1 | |
| | | | | | | | of std::numeric_limits, because they work in more platforms. llvm-svn: 18593 | |||||
| * | Move virtual function call out of loop to speed up getFreePhysReg by about | Nate Begeman | 2004-12-07 | 1 | -2/+2 | |
| | | | | | | | 20%, shaving 0.1s off hbd compile time on my g5. Yay. llvm-svn: 18592 | |||||
| * | For PR387:\ | Reid Spencer | 2004-12-07 | 22 | -31/+30 | |
| | | | | | | | | Make only one print method to avoid overloaded virtual warnings when \ compiled with -Woverloaded-virtual llvm-svn: 18589 | |||||
| * | For PR387: | Reid Spencer | 2004-12-06 | 1 | -43/+174 | |
| | | | | | | | Make this compile without warning when -Woverloaded-virtual is used. llvm-svn: 18588 | |||||
| * | PR409 fixed. | Reid Spencer | 2004-12-06 | 1 | -0/+3 | |
| | | | | | llvm-svn: 18586 | |||||
| * | For PR409: \ | Reid Spencer | 2004-12-06 | 1 | -0/+11 | |
| | | | | | | | | Test the range of float constants to ensure we are not attempting to create a \ float constant using a double value that is out of range for a float llvm-svn: 18585 | |||||
| * | For PR409: \ | Reid Spencer | 2004-12-06 | 1 | -0/+2 | |
| | | | | | | | | Make sure to check isValueValidForType on floating point constants and give \ an error if the value is not valid, otherwise it would assert in the VMCore llvm-svn: 18584 | |||||
| * | This test still fails on Darwin and Sparc/Solaris. | John Criswell | 2004-12-06 | 1 | -0/+1 | |
| | | | | | llvm-svn: 18583 | |||||
| * | Test case for PR409: | Reid Spencer | 2004-12-06 | 1 | -0/+10 | |
| | | | | | | | | Make sure that floating point constant values outside the range of a float cannot be assigned to a constant. llvm-svn: 18582 | |||||
| * | Remove the last pieces of QMTest. | John Criswell | 2004-12-06 | 1 | -94/+0 | |
| | | | | | llvm-svn: 18581 | |||||
| * | Revert previous changes to remove -enable-linscan and the *BETA columns of | Reid Spencer | 2004-12-06 | 2 | -2/+5 | |
| | | | | | | | the nightly test. These are still needed for iterative linear scan testing. llvm-svn: 18577 | |||||
| * | Rather than break all the nightly test invocations, permit -enable-linscan | Reid Spencer | 2004-12-06 | 1 | -1/+2 | |
| | | | | | | | option to be specified, but do nothing with it. llvm-svn: 18575 | |||||
| * | Remove LLC-BETA and linear scan options as they are no longer reported. | Reid Spencer | 2004-12-06 | 2 | -4/+0 | |
| | | | | | llvm-svn: 18574 | |||||
| * | Change check to check-local per Makefile.rules changes. | Reid Spencer | 2004-12-06 | 1 | -2/+2 | |
| | | | | | llvm-svn: 18568 | |||||
| * | Upgrade documentation to reflect Makefile.rules changes. | Reid Spencer | 2004-12-06 | 1 | -88/+166 | |
| | | | | | llvm-svn: 18567 | |||||
| * | Add the check target so all projects can have this | Reid Spencer | 2004-12-06 | 1 | -4/+21 | |
| | | | | | | | functionality. llvm-svn: 18566 | |||||
| * | Remove the check target. Its now in Makefile.rules | Reid Spencer | 2004-12-06 | 1 | -3/+0 | |
| | | | | | llvm-svn: 18565 | |||||
| * | Added DejaGNU information to the testing guide. This should go into the 1.4 ↵ | Tanya Lattner | 2004-12-06 | 1 | -11/+102 | |
| | | | | | | | | | release. I left the QMTest stuff in place but made it appear to be optional. llvm-svn: 18564 | |||||
| * | PR139 fixed. | Reid Spencer | 2004-12-05 | 1 | -2/+4 | |
| | | | | | llvm-svn: 18551 | |||||
| * | Add accessors for Constants in a ConstantStruct. | Alkis Evlogimenos | 2004-12-05 | 1 | -0/+8 | |
| | | | | | llvm-svn: 18550 | |||||
| * | Fix PR139:\ | Reid Spencer | 2004-12-05 | 2 | -40/+40 | |
| | | | | | | | | When not linking as a library, use LinkItems to retain command line order of \ linking, otherwise use LinkFiles llvm-svn: 18549 | |||||
| * | Make use of the LLVMGCCStdCXXLibDir variable to link objects | Reid Spencer | 2004-12-05 | 1 | -3/+3 | |
| | | | | | llvm-svn: 18548 | |||||

