summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Collapse)AuthorAgeFilesLines
...
* Suggest people run cvs up -P -d after checking out the tree so they don'tChris Lattner2004-12-051-0/+1
| | | | | | get empty directories llvm-svn: 18543
* Properly implement a fix for PR475Chris Lattner2004-12-052-13/+15
| | | | llvm-svn: 18537
* Make this test actually capable of passing.Chris Lattner2004-12-051-1/+1
| | | | llvm-svn: 18536
* Revert this patch, it broke a ton of programs.Chris Lattner2004-12-051-4/+0
| | | | llvm-svn: 18535
* Move lower intrinsics before FP constant emission, in caseChris Lattner2004-12-051-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 Lattner2004-12-051-1/+1
| | | | llvm-svn: 18533
* When printing out a function, make sure that local and global symbolsChris Lattner2004-12-051-0/+3
| | | | | | don't conflict. This fixes Assembler/2004-12-05-LocalGlobalSymtabConflict.ll llvm-svn: 18532
* Add a new methodChris Lattner2004-12-052-0/+48
| | | | llvm-svn: 18531
* Fix typeoChris Lattner2004-12-051-1/+1
| | | | llvm-svn: 18530
* New testcase for the bug affecting 255.vortex in CBE mode.Chris Lattner2004-12-051-0/+20
| | | | llvm-svn: 18529
* Correct build script for stkr_runtime moduleReid Spencer2004-12-051-1/+1
| | | | llvm-svn: 18526
* Build a module instead of a library so main() is not missedReid Spencer2004-12-051-13/+9
| | | | llvm-svn: 18525
* Make a const method constReid Spencer2004-12-051-1/+1
| | | | llvm-svn: 18524
* Add ability to make a single bytecode module from othersReid Spencer2004-12-051-0/+43
| | | | llvm-svn: 18523
* Remove unneeded codeAlkis Evlogimenos2004-12-051-3/+0
| | | | llvm-svn: 18516
* Fix PR475.Alkis Evlogimenos2004-12-051-0/+4
| | | | llvm-svn: 18515
* Match codegen string betterAlkis Evlogimenos2004-12-051-1/+1
| | | | llvm-svn: 18514
* Add testcast for bug475Alkis Evlogimenos2004-12-051-0/+36
| | | | llvm-svn: 18513
* Darwin and solaris don't support echo -e. This should get the test passingChris Lattner2004-12-041-1/+8
| | | | | | for them. llvm-svn: 18511
* This fails due to the sun headers.Chris Lattner2004-12-041-0/+1
| | | | llvm-svn: 18510
* This test passes on all platformsChris Lattner2004-12-041-1/+0
| | | | llvm-svn: 18509
* These tests pass on darwin now that the __ thing is fixed.Chris Lattner2004-12-042-2/+0
| | | | llvm-svn: 18508
* Failing Feature/Regression test should fail the buildReid Spencer2004-12-041-1/+1
| | | | llvm-svn: 18507
* Use the FAKE_SOURCES feature for proper distribution of contentsReid Spencer2004-12-041-9/+12
| | | | llvm-svn: 18506
* Distribute headers and license files tooReid Spencer2004-12-041-3/+5
| | | | llvm-svn: 18505
* Getting dist-check to work:\Reid Spencer2004-12-041-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.rulesReid Spencer2004-12-041-2/+0
| | | | llvm-svn: 18503
* Provide more information in the error message that occurs when there areReid Spencer2004-12-041-2/+10
| | | | | | unresolved constants remaining. llvm-svn: 18502
* Print out something useful instead of a blank table when the external testsReid Spencer2004-12-041-0/+1
| | | | | | are skipped by user option. llvm-svn: 18501
* Check in some patches for better assertionsChris Lattner2004-12-042-0/+4
| | | | llvm-svn: 18500
* This patch prevents an infinite recursion while compiling 103.su2cor.Chris Lattner2004-12-041-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 Lattner2004-12-041-11/+12
| | | | llvm-svn: 18497
* Remove last remnants of qmtest stuffChris Lattner2004-12-041-21/+0
| | | | llvm-svn: 18496
* Update the win32 project files, contributed by Morton Ofstad!Chris Lattner2004-12-0410-17/+433
| | | | llvm-svn: 18495
* Fix linkage of mismatched weak globals. This unbreaks 300.twolfChris Lattner2004-12-041-0/+2
| | | | llvm-svn: 18494
* Use the install-bytecode target to install just the bytecode libs intoReid Spencer2004-12-041-1/+1
| | | | | | the CFE's install/bytecode-libs directory. llvm-svn: 18493
* Clean feature alsoChris Lattner2004-12-041-0/+1
| | | | llvm-svn: 18491
* Run dejagnu by default.Tanya Lattner2004-12-041-1/+1
| | | | llvm-svn: 18490
* Removed QMTest functions. The nightly tester no longer runs qmtest. It now ↵Tanya Lattner2004-12-041-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 Lattner2004-12-042-27/+5
| | | | llvm-svn: 18488
* Do not allow bytecode files with unresolved references to be read. DoingChris Lattner2004-12-041-1/+7
| | | | | | | so lets wierd ConstantPlaceholder objects sneak into the system which confuses it greatly. llvm-svn: 18487
* Fix compilation error on Darwin.Chris Lattner2004-12-041-15/+18
| | | | llvm-svn: 18485
* Check if a block has a terminator first before calling front() onAlkis Evlogimenos2004-12-041-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 Evlogimenos2004-12-041-3/+3
| | | | llvm-svn: 18478
* Prevent accessing past the end of the intervals vector, this fixesChris Lattner2004-12-041-1/+3
| | | | | | Prolang-C/bison in the JIT llvm-svn: 18477
* Use the standard PR### notation for referencing bugs in bugzillaMisha Brukman2004-12-041-2/+1
| | | | llvm-svn: 18476
* Remove more smileys. I kept the one in WritingAnLLVMPass because it is actuallyMisha Brukman2004-12-041-2/+2
| | | | | | funny. llvm-svn: 18475
* Documentation which contains smileys won't be taken seriously by some people.Misha Brukman2004-12-041-7/+6
| | | | llvm-svn: 18474
* Update for changes to check targets.Chris Lattner2004-12-041-29/+4
| | | | llvm-svn: 18473
* * Link to the license file from release 1.3 (should we link to CVS versionMisha Brukman2004-12-031-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
OpenPOWER on IntegriCloud