| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Build a module instead of a library so main() is not missed | Reid Spencer | 2004-12-05 | 1 | -13/+9 |
| | | | | | llvm-svn: 18525 | ||||
| * | Make a const method const | Reid Spencer | 2004-12-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 18524 | ||||
| * | Add ability to make a single bytecode module from others | Reid Spencer | 2004-12-05 | 1 | -0/+43 |
| | | | | | llvm-svn: 18523 | ||||
| * | Remove unneeded code | Alkis Evlogimenos | 2004-12-05 | 1 | -3/+0 |
| | | | | | llvm-svn: 18516 | ||||
| * | Fix PR475. | Alkis Evlogimenos | 2004-12-05 | 1 | -0/+4 |
| | | | | | llvm-svn: 18515 | ||||
| * | Match codegen string better | Alkis Evlogimenos | 2004-12-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 18514 | ||||
| * | Add testcast for bug475 | Alkis Evlogimenos | 2004-12-05 | 1 | -0/+36 |
| | | | | | llvm-svn: 18513 | ||||
| * | Darwin and solaris don't support echo -e. This should get the test passing | Chris Lattner | 2004-12-04 | 1 | -1/+8 |
| | | | | | | | for them. llvm-svn: 18511 | ||||
| * | This fails due to the sun headers. | Chris Lattner | 2004-12-04 | 1 | -0/+1 |
| | | | | | llvm-svn: 18510 | ||||
| * | This test passes on all platforms | Chris Lattner | 2004-12-04 | 1 | -1/+0 |
| | | | | | llvm-svn: 18509 | ||||
| * | These tests pass on darwin now that the __ thing is fixed. | Chris Lattner | 2004-12-04 | 2 | -2/+0 |
| | | | | | llvm-svn: 18508 | ||||
| * | Failing Feature/Regression test should fail the build | Reid Spencer | 2004-12-04 | 1 | -1/+1 |
| | | | | | llvm-svn: 18507 | ||||
| * | Use the FAKE_SOURCES feature for proper distribution of contents | Reid Spencer | 2004-12-04 | 1 | -9/+12 |
| | | | | | llvm-svn: 18506 | ||||
| * | Distribute headers and license files too | Reid Spencer | 2004-12-04 | 1 | -3/+5 |
| | | | | | llvm-svn: 18505 | ||||
| * | Getting dist-check to work:\ | Reid Spencer | 2004-12-04 | 1 | -45/+70 |
| | | | | | | | | | | | | * Implement the FAKE_SOURCES feature for GCCLibraries/crtend \ * Search for distribution files >first< in srcdir and >second< in objdir \ * Make dist-hook only run in top level directory. \ * Make dist-check run correctly in parallel builds \ * Wrap lines to 80 cols \ * Standardize variable names llvm-svn: 18504 | ||||
| * | CVS directory elimination moved to Makefile.rules | Reid Spencer | 2004-12-04 | 1 | -2/+0 |
| | | | | | llvm-svn: 18503 | ||||
| * | Provide more information in the error message that occurs when there are | Reid Spencer | 2004-12-04 | 1 | -2/+10 |
| | | | | | | | unresolved constants remaining. llvm-svn: 18502 | ||||
| * | Print out something useful instead of a blank table when the external tests | Reid Spencer | 2004-12-04 | 1 | -0/+1 |
| | | | | | | | are skipped by user option. llvm-svn: 18501 | ||||
| * | Check in some patches for better assertions | Chris Lattner | 2004-12-04 | 2 | -0/+4 |
| | | | | | llvm-svn: 18500 | ||||
| * | This patch prevents an infinite recursion while compiling 103.su2cor. | Chris Lattner | 2004-12-04 | 1 | -3/+3 |
| | | | | | | | | All SPEC CFP 95 programs now work, though the JIT isn't loading -lf2c right so they aren't testing correctly. llvm-svn: 18499 | ||||
| * | Move the dejagnu section to immediately before the 'trends' section. | Chris Lattner | 2004-12-04 | 1 | -11/+12 |
| | | | | | llvm-svn: 18497 | ||||
| * | Remove last remnants of qmtest stuff | Chris Lattner | 2004-12-04 | 1 | -21/+0 |
| | | | | | llvm-svn: 18496 | ||||
| * | Update the win32 project files, contributed by Morton Ofstad! | Chris Lattner | 2004-12-04 | 10 | -17/+433 |
| | | | | | llvm-svn: 18495 | ||||
| * | Fix linkage of mismatched weak globals. This unbreaks 300.twolf | Chris Lattner | 2004-12-04 | 1 | -0/+2 |
| | | | | | llvm-svn: 18494 | ||||
| * | Use the install-bytecode target to install just the bytecode libs into | Reid Spencer | 2004-12-04 | 1 | -1/+1 |
| | | | | | | | the CFE's install/bytecode-libs directory. llvm-svn: 18493 | ||||
| * | Clean feature also | Chris Lattner | 2004-12-04 | 1 | -0/+1 |
| | | | | | llvm-svn: 18491 | ||||
| * | Run dejagnu by default. | Tanya Lattner | 2004-12-04 | 1 | -1/+1 |
| | | | | | llvm-svn: 18490 | ||||
| * | Removed QMTest functions. The nightly tester no longer runs qmtest. It now ↵ | Tanya Lattner | 2004-12-04 | 1 | -74/+5 |
| | | | | | | | runs dejagnu by default and you must turn it off using -nodejagnu. llvm-svn: 18489 | ||||
| * | Made it default to check instead of check-dejagnu. | Tanya Lattner | 2004-12-04 | 2 | -27/+5 |
| | | | | | llvm-svn: 18488 | ||||
| * | Do not allow bytecode files with unresolved references to be read. Doing | Chris Lattner | 2004-12-04 | 1 | -1/+7 |
| | | | | | | | | so lets wierd ConstantPlaceholder objects sneak into the system which confuses it greatly. llvm-svn: 18487 | ||||
| * | Fix compilation error on Darwin. | Chris Lattner | 2004-12-04 | 1 | -15/+18 |
| | | | | | llvm-svn: 18485 | ||||
| * | Check if a block has a terminator first before calling front() on | Alkis Evlogimenos | 2004-12-04 | 1 | -3/+3 |
| | | | | | | | | it. If a block has a terminator then it is certainly non-empty so the verifier will not crash on it. llvm-svn: 18484 | ||||
| * | Make error msg reflect what exactly went wrong. | Alkis Evlogimenos | 2004-12-04 | 1 | -3/+3 |
| | | | | | llvm-svn: 18478 | ||||
| * | Prevent accessing past the end of the intervals vector, this fixes | Chris Lattner | 2004-12-04 | 1 | -1/+3 |
| | | | | | | | Prolang-C/bison in the JIT llvm-svn: 18477 | ||||
| * | Use the standard PR### notation for referencing bugs in bugzilla | Misha Brukman | 2004-12-04 | 1 | -2/+1 |
| | | | | | llvm-svn: 18476 | ||||
| * | Remove more smileys. I kept the one in WritingAnLLVMPass because it is actually | Misha Brukman | 2004-12-04 | 1 | -2/+2 |
| | | | | | | | funny. llvm-svn: 18475 | ||||
| * | Documentation which contains smileys won't be taken seriously by some people. | Misha Brukman | 2004-12-04 | 1 | -7/+6 |
| | | | | | llvm-svn: 18474 | ||||
| * | Update for changes to check targets. | Chris Lattner | 2004-12-04 | 1 | -29/+4 |
| | | | | | llvm-svn: 18473 | ||||
| * | * Link to the license file from release 1.3 (should we link to CVS version | Misha Brukman | 2004-12-03 | 1 | -19/+18 |
| | | | | | | | | | instead?) * Encapsulate code and header file names with <tt> and </tt> * Arrange <p> and </p> tags to be inline with the text they contain llvm-svn: 18472 | ||||
| * | check is now a single colon rule. Also make it default to running dejagnu ↵ | Chris Lattner | 2004-12-03 | 1 | -4/+2 |
| | | | | | | | instead of qmtest llvm-svn: 18471 | ||||
| * | Remove all recursive check support from Makefile.rules | Chris Lattner | 2004-12-03 | 1 | -4/+2 |
| | | | | | llvm-svn: 18470 | ||||
| * | Remove extraneous space in link | Misha Brukman | 2004-12-03 | 1 | -2/+2 |
| | | | | | llvm-svn: 18468 | ||||
| * | Remove darwin specific majik | Chris Lattner | 2004-12-03 | 1 | -24/+0 |
| | | | | | llvm-svn: 18467 | ||||
| * | Move darwin-specific majik here. | Chris Lattner | 2004-12-03 | 1 | -5/+27 |
| | | | | | llvm-svn: 18466 | ||||
| * | Significantly rework linker support for global variables, allowing it to | Chris Lattner | 2004-12-03 | 1 | -84/+101 |
| | | | | | | | | | | correctly link globals whose LLVM types do not match. This fixes several of the F2C SPEC FP benchmarks, which were failing this due to the implementation of common blocks used by f2c. llvm-svn: 18465 | ||||
| * | Removed QMTests as I will be zapping them soon. | John Criswell | 2004-12-03 | 1 | -51/+0 |
| | | | | | | | | | I've done some testing, and this seems to work, but if people who use the nightly tester regularly could spot check these changes, I'd be appreciative. llvm-svn: 18464 | ||||
| * | 'make check' at the top level shouldn't recurse through the sourcedirs | Chris Lattner | 2004-12-03 | 1 | -2/+1 |
| | | | | | llvm-svn: 18463 | ||||
| * | Resurrect the install-bytecode target for installing just the bytecode | Reid Spencer | 2004-12-03 | 1 | -6/+8 |
| | | | | | | | libraries to the CFE. llvm-svn: 18462 | ||||
| * | Do not multiply define symbol | Chris Lattner | 2004-12-03 | 1 | -1/+1 |
| | | | | | llvm-svn: 18461 | ||||
| * | Bug fixed | Chris Lattner | 2004-12-03 | 1 | -0/+2 |
| | | | | | llvm-svn: 18460 | ||||

