aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use the FAKE_SOURCES feature for proper distribution of contentsReid Spencer2004-12-041-9/+12
* Distribute headers and license files tooReid Spencer2004-12-041-3/+5
* Getting dist-check to work:\Reid Spencer2004-12-041-45/+70
* CVS directory elimination moved to Makefile.rulesReid Spencer2004-12-041-2/+0
* Provide more information in the error message that occurs when there areReid Spencer2004-12-041-2/+10
* Print out something useful instead of a blank table when the external testsReid Spencer2004-12-041-0/+1
* Check in some patches for better assertionsChris Lattner2004-12-042-0/+4
* This patch prevents an infinite recursion while compiling 103.su2cor.Chris Lattner2004-12-041-3/+3
* Move the dejagnu section to immediately before the 'trends' section.Chris Lattner2004-12-041-11/+12
* Remove last remnants of qmtest stuffChris Lattner2004-12-041-21/+0
* Update the win32 project files, contributed by Morton Ofstad!Chris Lattner2004-12-0410-17/+433
* Fix linkage of mismatched weak globals. This unbreaks 300.twolfChris Lattner2004-12-041-0/+2
* Use the install-bytecode target to install just the bytecode libs intoReid Spencer2004-12-041-1/+1
* Clean feature alsoChris Lattner2004-12-041-0/+1
* Run dejagnu by default.Tanya Lattner2004-12-041-1/+1
* Removed QMTest functions. The nightly tester no longer runs qmtest. It now ru...Tanya Lattner2004-12-041-74/+5
* Made it default to check instead of check-dejagnu.Tanya Lattner2004-12-042-27/+5
* Do not allow bytecode files with unresolved references to be read. DoingChris Lattner2004-12-041-1/+7
* Fix compilation error on Darwin.Chris Lattner2004-12-041-15/+18
* Check if a block has a terminator first before calling front() onAlkis Evlogimenos2004-12-041-3/+3
* Make error msg reflect what exactly went wrong.Alkis Evlogimenos2004-12-041-3/+3
* Prevent accessing past the end of the intervals vector, this fixesChris Lattner2004-12-041-1/+3
* Use the standard PR### notation for referencing bugs in bugzillaMisha Brukman2004-12-041-2/+1
* Remove more smileys. I kept the one in WritingAnLLVMPass because it is actuallyMisha Brukman2004-12-041-2/+2
* Documentation which contains smileys won't be taken seriously by some people.Misha Brukman2004-12-041-7/+6
* Update for changes to check targets.Chris Lattner2004-12-041-29/+4
* * Link to the license file from release 1.3 (should we link to CVS versionMisha Brukman2004-12-031-19/+18
* check is now a single colon rule. Also make it default to running dejagnu in...Chris Lattner2004-12-031-4/+2
* Remove all recursive check support from Makefile.rulesChris Lattner2004-12-031-4/+2
* Remove extraneous space in linkMisha Brukman2004-12-031-2/+2
* Remove darwin specific majikChris Lattner2004-12-031-24/+0
* Move darwin-specific majik here.Chris Lattner2004-12-031-5/+27
* Significantly rework linker support for global variables, allowing it toChris Lattner2004-12-031-84/+101
* Removed QMTests as I will be zapping them soon.John Criswell2004-12-031-51/+0
* 'make check' at the top level shouldn't recurse through the sourcedirsChris Lattner2004-12-031-2/+1
* Resurrect the install-bytecode target for installing just the bytecodeReid Spencer2004-12-031-6/+8
* Do not multiply define symbolChris Lattner2004-12-031-1/+1
* Bug fixedChris Lattner2004-12-031-0/+2
* Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll andChris Lattner2004-12-032-2/+8
* new testcase for PR472Chris Lattner2004-12-031-0/+12
* Implement stripping of debug symbols, making the --strip-debug options inChris Lattner2004-12-031-2/+82
* Fixed typo.John Criswell2004-12-031-1/+1
* Do not look here for elegance.Chris Lattner2004-12-031-0/+24
* This code rotted - change it to call abort() until someone wantsBrian Gaeke2004-12-032-52/+4
* Pass -strip-debug to gccas when bytecode libraries are being built.Reid Spencer2004-12-031-0/+4
* Add -strip-debug optionChris Lattner2004-12-031-3/+9
* When writing kernel, save the branches til the end. They are still put in the...Tanya Lattner2004-12-031-5/+17
* Fix a regression caused by the previous patchChris Lattner2004-12-031-2/+4
* These lookup symbols with leading underscores, which currently fails inJohn Criswell2004-12-022-0/+2
* Adjust to change in pass nameChris Lattner2004-12-021-2/+2