aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Handle assert_fail specialChris Lattner2004-11-081-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17631 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove extra spacesMisha Brukman2004-11-081-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17629 91177308-0d34-0410-b5e6-96231b3b80d8
* This file is goneChris Lattner2004-11-081-3/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17627 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a --disable-compression option to gccas so the default compression ofReid Spencer2004-11-081-1/+4
| | | | | | | bytecode can be defeated. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17626 91177308-0d34-0410-b5e6-96231b3b80d8
* Make writing compressed bytecode the default.Reid Spencer2004-11-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17625 91177308-0d34-0410-b5e6-96231b3b80d8
* Implement and document the TOOL_VERBOSE option that asks each tool invokedReid Spencer2004-11-082-1/+15
| | | | | | | to be verbose about its actions too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17624 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typo.Reid Spencer2004-11-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17623 91177308-0d34-0410-b5e6-96231b3b80d8
* Document compressed bytecode details.Reid Spencer2004-11-081-1/+28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17622 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a typo: isvalid -> isValidReid Spencer2004-11-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17621 91177308-0d34-0410-b5e6-96231b3b80d8
* Move path override in test/Makefile.Alkis Evlogimenos2004-11-082-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17613 91177308-0d34-0410-b5e6-96231b3b80d8
* Override PATH to submake so that all tools are found if the PATH isAlkis Evlogimenos2004-11-081-1/+1
| | | | | | | | not set up properly (it also avoids using different tools that happen to be in the path). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17612 91177308-0d34-0410-b5e6-96231b3b80d8
* * Add support for f2c and the -f2c switch to enable Fortran benchmarksMisha Brukman2004-11-081-12/+18
| | | | | | | | * Remove spurious spaces between variable names and `=' (they're not lined up anyway and there's no hope of doing that) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17611 91177308-0d34-0410-b5e6-96231b3b80d8
* Now using path to python found by configure.Tanya Lattner2004-11-082-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17610 91177308-0d34-0410-b5e6-96231b3b80d8
* First draft of compendium of documents relevant to writers of LLVM machineMisha Brukman2004-11-081-0/+246
| | | | | | | target backends git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17609 91177308-0d34-0410-b5e6-96231b3b80d8
* Put int the getReg cast optimization from x86 so that we generate fewerNate Begeman2004-11-082-0/+10
| | | | | | | move instructions for the register allocator to coalesce. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17608 91177308-0d34-0410-b5e6-96231b3b80d8
* Recommend that new users read the documentation before they get started,Reid Spencer2004-11-081-0/+3
| | | | | | | | with a little twist of humor. This more than anything else will help people get started with LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17605 91177308-0d34-0410-b5e6-96231b3b80d8
* Correct and Explain the first rule of thumb better.Reid Spencer2004-11-081-2/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17604 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typo.Reid Spencer2004-11-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17603 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix grammar: use commas in a list of entitiesMisha Brukman2004-11-081-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17602 91177308-0d34-0410-b5e6-96231b3b80d8
* Implement ExecutionEngine::freeMachineCodeForFunction()Misha Brukman2004-11-073-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17601 91177308-0d34-0410-b5e6-96231b3b80d8
* Add method to delete machine code generated for a FunctionMisha Brukman2004-11-071-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17600 91177308-0d34-0410-b5e6-96231b3b80d8
* Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. ThisReid Spencer2004-11-074-11/+57
| | | | | | | | tool runs Deja-gnu test suites. The 'make' variable RUNTEST is now set automatically in the Makefile.config file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17599 91177308-0d34-0410-b5e6-96231b3b80d8
* Changed TEST to TESTSUITETanya Lattner2004-11-071-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17598 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix for objdir != srcdir.Tanya Lattner2004-11-071-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17597 91177308-0d34-0410-b5e6-96231b3b80d8
* More srcdir != objdir changes.Tanya Lattner2004-11-071-1/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17596 91177308-0d34-0410-b5e6-96231b3b80d8
* * Fix file-relative links: they need '#' prepended to the target nameMisha Brukman2004-11-071-8/+8
| | | | | | | * Balance an open parenthesis git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17595 91177308-0d34-0410-b5e6-96231b3b80d8
* Use LLVMToolDir instead of ToolDir because the latter is no longer set (?)Misha Brukman2004-11-071-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17594 91177308-0d34-0410-b5e6-96231b3b80d8
* Made changes to support objdir!=srcdir.Tanya Lattner2004-11-071-4/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17590 91177308-0d34-0410-b5e6-96231b3b80d8
* VERY large functions that are only called from one place are not reallyChris Lattner2004-11-071-1/+1
| | | | | | | | exciting to inline. Only inline medium or small sized functions with a single call site. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17588 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed passing TARGET.Tanya Lattner2004-11-071-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17587 91177308-0d34-0410-b5e6-96231b3b80d8
* Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order ↵Tanya Lattner2004-11-072-4/+8
| | | | | | to not conflict with other stuff. Added path for test/Scripts. Also added a check to deal with TESTSUITE and runtest flags. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17586 91177308-0d34-0410-b5e6-96231b3b80d8
* Disable bogus cast elimination when the cast is used by a setcc instruction.Nate Begeman2004-11-071-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17583 91177308-0d34-0410-b5e6-96231b3b80d8
* Add TARGET_TRIPLEReid Spencer2004-11-071-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17581 91177308-0d34-0410-b5e6-96231b3b80d8
* First version of this document listing the required software. Might needReid Spencer2004-11-071-0/+94
| | | | | | | to be made platform specific. Contents reflect my Linux build environment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17580 91177308-0d34-0410-b5e6-96231b3b80d8
* * Comments & cleanup per CL code review.Reid Spencer2004-11-071-22/+56
| | | | | | | * Accept 'llvc' as signature for compressed bytecode git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17579 91177308-0d34-0410-b5e6-96231b3b80d8
* Add comments per CL code review.Reid Spencer2004-11-071-2/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17578 91177308-0d34-0410-b5e6-96231b3b80d8
* Make compression the default on writing.Reid Spencer2004-11-071-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17577 91177308-0d34-0410-b5e6-96231b3b80d8
* * Add comments and cleanup per CL code reviewReid Spencer2004-11-071-31/+65
| | | | | | | | * Make signature for compressed bytecode llvc instead of unreadable * Make the CompressionContext have a constructor and destructor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17576 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor error.Tanya Lattner2004-11-071-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17573 91177308-0d34-0410-b5e6-96231b3b80d8
* Added support to specify which test suite dejagnu should run (Feature or ↵Tanya Lattner2004-11-072-2/+2
| | | | | | Regression). Use TEST=suite git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17572 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert back to r1.1, I'm just thoroughly confused :)Chris Lattner2004-11-071-3/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17571 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new (old) testcaseChris Lattner2004-11-071-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17570 91177308-0d34-0410-b5e6-96231b3b80d8
* Added RUN lines and dejagnu support for Feature dir.Tanya Lattner2004-11-0732-0/+128
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17568 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename the option for defeating compression to be a little more specific.Reid Spencer2004-11-072-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17567 91177308-0d34-0410-b5e6-96231b3b80d8
* Enable compression by default.Reid Spencer2004-11-071-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17566 91177308-0d34-0410-b5e6-96231b3b80d8
* * Enable bytecode compression by defaultReid Spencer2004-11-071-1/+4
| | | | | | | * Provide a -no-compress option to defeat compression. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17565 91177308-0d34-0410-b5e6-96231b3b80d8
* Turn on compression by default.Reid Spencer2004-11-071-3/+3
| | | | | | | Change --compress to --no-compress so compression can be turned off. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17564 91177308-0d34-0410-b5e6-96231b3b80d8
* * Provide option for specifying bytecode compressionReid Spencer2004-11-071-5/+6
| | | | | | | * Enabled bytecode compression by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17563 91177308-0d34-0410-b5e6-96231b3b80d8
* Add missing file headerChris Lattner2004-11-071-7/+15
| | | | | | | | Add some comments Switch to use 'find' to do the clean instead of globbing git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17559 91177308-0d34-0410-b5e6-96231b3b80d8
* Removing old Modulosched tests since that version of modulosched does not ↵Tanya Lattner2004-11-073-49/+0
| | | | | | exist anymore and llc does not support modulosched by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17558 91177308-0d34-0410-b5e6-96231b3b80d8