| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Suggest people run cvs up -P -d after checking out the tree so they don't | Chris Lattner | 2004-12-05 | 1 | -0/+1 | |
| | | | | | | | get empty directories llvm-svn: 18543 | |||||
| * | Properly implement a fix for PR475 | Chris Lattner | 2004-12-05 | 2 | -13/+15 | |
| | | | | | llvm-svn: 18537 | |||||
| * | Make this test actually capable of passing. | Chris Lattner | 2004-12-05 | 1 | -1/+1 | |
| | | | | | llvm-svn: 18536 | |||||
| * | Revert this patch, it broke a ton of programs. | Chris Lattner | 2004-12-05 | 1 | -4/+0 | |
| | | | | | llvm-svn: 18535 | |||||
| * | Move lower intrinsics before FP constant emission, in case | Chris Lattner | 2004-12-05 | 1 | -2/+7 | |
| | | | | | | | | | | intrinsic lowering ever introduces constants. Rename local symbols before printing function bodies, fixing 255.vortex with the CBE!!! llvm-svn: 18534 | |||||
| * | Change this test to not require execution of the program. | Chris Lattner | 2004-12-05 | 1 | -1/+1 | |
| | | | | | llvm-svn: 18533 | |||||
| * | When printing out a function, make sure that local and global symbols | Chris Lattner | 2004-12-05 | 1 | -0/+3 | |
| | | | | | | | don't conflict. This fixes Assembler/2004-12-05-LocalGlobalSymtabConflict.ll llvm-svn: 18532 | |||||
| * | Add a new method | Chris Lattner | 2004-12-05 | 2 | -0/+48 | |
| | | | | | llvm-svn: 18531 | |||||
| * | Fix typeo | Chris Lattner | 2004-12-05 | 1 | -1/+1 | |
| | | | | | llvm-svn: 18530 | |||||
| * | New testcase for the bug affecting 255.vortex in CBE mode. | Chris Lattner | 2004-12-05 | 1 | -0/+20 | |
| | | | | | llvm-svn: 18529 | |||||
| * | Correct build script for stkr_runtime module | Reid Spencer | 2004-12-05 | 1 | -1/+1 | |
| | | | | | llvm-svn: 18526 | |||||
| * | 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 | |||||

