summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Collapse)AuthorAgeFilesLines
* 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
* check is now a single colon rule. Also make it default to running dejagnu ↵Chris Lattner2004-12-031-4/+2
| | | | | | instead of qmtest llvm-svn: 18471
* Remove all recursive check support from Makefile.rulesChris Lattner2004-12-031-4/+2
| | | | llvm-svn: 18470
* Remove extraneous space in linkMisha Brukman2004-12-031-2/+2
| | | | llvm-svn: 18468
* Remove darwin specific majikChris Lattner2004-12-031-24/+0
| | | | llvm-svn: 18467
* Move darwin-specific majik here.Chris Lattner2004-12-031-5/+27
| | | | llvm-svn: 18466
* Significantly rework linker support for global variables, allowing it toChris Lattner2004-12-031-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 Criswell2004-12-031-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 sourcedirsChris Lattner2004-12-031-2/+1
| | | | llvm-svn: 18463
* Resurrect the install-bytecode target for installing just the bytecodeReid Spencer2004-12-031-6/+8
| | | | | | libraries to the CFE. llvm-svn: 18462
* Do not multiply define symbolChris Lattner2004-12-031-1/+1
| | | | llvm-svn: 18461
* Bug fixedChris Lattner2004-12-031-0/+2
| | | | llvm-svn: 18460
OpenPOWER on IntegriCloud