Brian Gaeke [Sun, 21 Sep 2003 02:51:00 +0000 (02:51 +0000)]
Erase now-unused prototypes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8647
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Sun, 21 Sep 2003 02:50:21 +0000 (02:50 +0000)]
Rearrange #includes ... since there are fewer now I guess it's a win.
(I also zapped printMachineCode() and printLabel() at the previous checkin,
but forgot to mention it.)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8646
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Sun, 21 Sep 2003 02:31:37 +0000 (02:31 +0000)]
Standardize the names of include guards.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8645
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Sun, 21 Sep 2003 02:31:25 +0000 (02:31 +0000)]
Standardize the names of include guards.
Remove more excess whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8644
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Sun, 21 Sep 2003 02:31:15 +0000 (02:31 +0000)]
Standardize the names of include guards.
Fix typos in file header comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8643
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Sun, 21 Sep 2003 02:24:09 +0000 (02:24 +0000)]
I tried to standardize the formatting and tidy up the huge amount of
excess whitespace a little. Also improved some comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8642
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Sun, 21 Sep 2003 01:23:46 +0000 (01:23 +0000)]
Convert PhyRegAlloc into a proper pass.
PhyRegAlloc.cpp:
Don't include TargetMachine.h or TargetRegInfo.h, because these are provided
by PhyRegAlloc.h.
Merge class RegisterAllocator into class PhyRegAlloc.
Simplify & move ctor, dtor to PhyRegAlloc.h.
Make some of PhyRegAlloc's reference members into pointer members,
so they can be more easily messed with.
MarkAllocatedRegs() becomes a member method, with fewer args.
PhyRegAlloc.h:
Include Pass.h, TargetMachine.h and TargetRegInfo.h. Don't declare
TargetRegInfo forward.
Give AddedInstrns the obvious clear() method.
Make some of PhyRegAlloc's reference members into pointer members,
so they can be more easily messed with.
Add prototype for markAllocatedRegs().
Remove unused inline void constructLiveRanges().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8641
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 21 Sep 2003 00:28:18 +0000 (00:28 +0000)]
Add prototype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8640
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 23:58:33 +0000 (23:58 +0000)]
Functions reachable from the arguments of unresolvable call nodes should
not have their arguments marked complete
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8639
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 23:27:05 +0000 (23:27 +0000)]
The Globals graph must become complete at the end of the BU phase!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8638
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 22:24:04 +0000 (22:24 +0000)]
Do not mark incoming arguments to functions complete if the function is pointed to by a global in the globals graph
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8637
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 21:48:16 +0000 (21:48 +0000)]
Make sure to add global variable initializers to the Globals graph!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8636
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 21:48:01 +0000 (21:48 +0000)]
Don't consider incomplete nodes to be typesafe!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8635
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 21:34:07 +0000 (21:34 +0000)]
Remove trivially dead nodes was not removing nodes that were dead due to forwarding!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8634
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 19:00:50 +0000 (19:00 +0000)]
Global variables with APPENDING linkage are very important to keep around!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8632
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 16:50:46 +0000 (16:50 +0000)]
Add special case handling for calloc and realloc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8630
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 16:34:13 +0000 (16:34 +0000)]
Switch from using CallInst's to represent call sites to using the LLVM
CallSite class. Now we can represent function calls by invoke instructions
too!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8629
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 16:12:57 +0000 (16:12 +0000)]
Make this work better for constants that aren't necessarily in ANY graph, such as null pointers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8628
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 14:43:16 +0000 (14:43 +0000)]
update dox
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8626
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 14:39:18 +0000 (14:39 +0000)]
Rename Function::getEntryNode -> getEntryBlock
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8625
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 14:36:49 +0000 (14:36 +0000)]
Rename getEntryNode -> getEntryBlock()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8624
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 14:36:23 +0000 (14:36 +0000)]
Minor cleanups, no functional changes
Rename Function::getEntryNode -> getEntryBlock
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8623
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 14:35:38 +0000 (14:35 +0000)]
Cleanup header file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8622
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 05:26:22 +0000 (05:26 +0000)]
Now that the TCE pass passes all of the tests, add it to GCCAS
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8621
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 05:24:00 +0000 (05:24 +0000)]
Fix a really obvious huge gaping bug, add a comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8620
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 05:14:13 +0000 (05:14 +0000)]
Expose the TCE pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8619
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 05:03:31 +0000 (05:03 +0000)]
New transformation: tail recursion elimination
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8618
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 05:02:54 +0000 (05:02 +0000)]
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8617
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 03:34:44 +0000 (03:34 +0000)]
Fix header, fix broken friend decl
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8616
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 03:08:47 +0000 (03:08 +0000)]
Fix bug: BasicAA/2003-09-19-LocalArgument.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8615
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 03:08:21 +0000 (03:08 +0000)]
New testcase that basicaa should be able to handle
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8614
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 02:42:54 +0000 (02:42 +0000)]
Fix file header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8613
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 01:23:29 +0000 (01:23 +0000)]
Unsquishify
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8612
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 20 Sep 2003 01:20:46 +0000 (01:20 +0000)]
Keep track of the number of typed/untyped memory accesses theyre are in the program
VS: ----------------------------------------------------------------------
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8611
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Fri, 19 Sep 2003 20:24:40 +0000 (20:24 +0000)]
New header file for gccld.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8610
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Fri, 19 Sep 2003 20:24:23 +0000 (20:24 +0000)]
Removed linking functionality from gccld.cpp and moved it to linker.cpp.
Renamed functions that were all lower-case.
Moved functions from util.cpp into linker.cpp or gccld.cpp.
Removed util.h and created gccld.h.
Refactored the linker functionality in linker.cpp so that it is easier to
follow, easier to modify, and it's library/object file search behavior is
easier to understand and document.
Added code to include library paths when doing native linking, but this
causes problems and is currently #ifdef'd out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8609
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 19 Sep 2003 19:31:41 +0000 (19:31 +0000)]
Reject "llvm." as a function name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8608
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 19 Sep 2003 19:05:02 +0000 (19:05 +0000)]
Implement InstCombine/and.ll:test(15|16)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8607
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 19 Sep 2003 19:04:43 +0000 (19:04 +0000)]
Two new tests for shifts followed by ands
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8606
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 19 Sep 2003 17:17:26 +0000 (17:17 +0000)]
pull a large nested conditional out into its own function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8605
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 19 Sep 2003 15:35:42 +0000 (15:35 +0000)]
Implement InstCombine/add.ll:test(15|16)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8604
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 19 Sep 2003 15:33:46 +0000 (15:33 +0000)]
New testcases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8603
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 19 Sep 2003 05:22:10 +0000 (05:22 +0000)]
a bitfield stress test to exercise various parts of the front-end.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8602
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Thu, 18 Sep 2003 18:37:08 +0000 (18:37 +0000)]
Changed the empty rule for .h files. The rule needs an empty command so that
Make actually uses it to "regenerate" header files that have been
moved/removed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8600
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Thu, 18 Sep 2003 17:37:46 +0000 (17:37 +0000)]
Fix a typo in Sparc.cpp.
Update names of some pass creator fns in addPassesToEmitAssembly().
FunctionInfo is gone.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8599
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Thu, 18 Sep 2003 17:37:35 +0000 (17:37 +0000)]
Rename the pass creator fn to mimic the other creator fn names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8598
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Thu, 18 Sep 2003 17:37:25 +0000 (17:37 +0000)]
Fix (and properly doxygenify) some comments. Incorporate
functionality of FunctionInfo pass as doFinalization method.
Rename pass to match names of other passes like it.
Rename the pass creator fn to mimic the other creator fn names.
Include StringExtras for utostr().
Make symbol prologue/epilogue stuff redundant with
EmitBytecodeToAssembly, in preparation for refactoring.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8597
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Thu, 18 Sep 2003 17:37:14 +0000 (17:37 +0000)]
Make the symbol prologue/epilogue stuff redundant with MappingInfo, in
preparation for refactoring.
Rename the pass creator fn to mimic the other creator fn names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8596
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Thu, 18 Sep 2003 16:22:26 +0000 (16:22 +0000)]
Refactored gccld into three C++ source files.
Added code ignore bytecode link failures when generating native code.
Moved native code and bytecode generation out of the main() function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8595
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Thu, 18 Sep 2003 16:17:06 +0000 (16:17 +0000)]
Minimal implementation of the abstract ModuleProvider interface.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8594
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Thu, 18 Sep 2003 16:16:32 +0000 (16:16 +0000)]
Abstract interface for module providers, e.g. streaming bytecode reader.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8593
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 17 Sep 2003 22:02:49 +0000 (22:02 +0000)]
Document new column
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8589
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Wed, 17 Sep 2003 21:34:23 +0000 (21:34 +0000)]
Fixed spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8588
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Wed, 17 Sep 2003 19:14:41 +0000 (19:14 +0000)]
Replaced the call to strdup() with a new operator followed by a strcpy().
This should prevent calls to the new oerator and malloc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8587
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Wed, 17 Sep 2003 19:04:22 +0000 (19:04 +0000)]
Added the use of the const keyword.
Have gccld find the path to llc and gcc instead of having the library do it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8586
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Wed, 17 Sep 2003 19:02:49 +0000 (19:02 +0000)]
In ExecWait(), made the child process exit if it can't execve() the new
program.
Added the use of const (which compiles and is hopefully correct).
Added comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8585
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Wed, 17 Sep 2003 18:51:47 +0000 (18:51 +0000)]
Added sections about debugging mis-compilations and incorrect code generation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8584
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Wed, 17 Sep 2003 18:21:48 +0000 (18:21 +0000)]
Do not put DEBUG() guard around error condition; this must *always* be printed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8583
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Wed, 17 Sep 2003 18:20:35 +0000 (18:20 +0000)]
Fix the flag on `rm' to properly do a recursive deletion.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8582
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 17 Sep 2003 17:26:22 +0000 (17:26 +0000)]
Change FunctionInfo from being an annotation put on Functions to be
something which is mapped from functions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8580
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Wed, 17 Sep 2003 15:20:51 +0000 (15:20 +0000)]
Removed the use of the environ variable and instead use the environment array
passed into main(). This may (or may not) be more portable, but it looks
nicer.
Added functions to copy the environment array and modify the copy, thus
preserving the environment.
Switched from using system() to using ExecWait().
The code now removes the assembly file generated when using the -native option.
Fixed the remove_env() function: The previous revision truncated the
environment variable list. This version just zaps the variable as intended.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8579
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Wed, 17 Sep 2003 15:14:25 +0000 (15:14 +0000)]
Added the ExecWait() function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8578
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Wed, 17 Sep 2003 15:13:59 +0000 (15:13 +0000)]
Added the ExecWait() function. It executes a program with the specified
arguments and environment.
Perhaps it should be merged with the RunProgramWithTimeout function, but I'd
want to allow it to inherit the parent process's stdin and stdout.
I'll save that for a rainy day...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8577
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 17 Sep 2003 15:00:45 +0000 (15:00 +0000)]
fix misspelling analyse -> analyze
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8576
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Wed, 17 Sep 2003 14:11:24 +0000 (14:11 +0000)]
Renamed the link page to llvmlink.html
Added initial pages for the extract and llvm-link commands.
Reworded the description of the -load option for analyze to hopefully make it
more clear.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8575
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 17 Sep 2003 05:00:56 +0000 (05:00 +0000)]
new old testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8574
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 17 Sep 2003 05:00:07 +0000 (05:00 +0000)]
Use new method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8573
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 17 Sep 2003 04:58:59 +0000 (04:58 +0000)]
Change the semancics of the dropallrefs method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8572
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 17 Sep 2003 04:58:43 +0000 (04:58 +0000)]
Add new deleteBody method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8571
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Tue, 16 Sep 2003 21:27:35 +0000 (21:27 +0000)]
Added the -native option.
With this option, gccld links the program into LLVM bytecode and a native code
binary. This allows llvmgcc to correctly tell GNU configure scripts when
things aren't defined properly (because the native link will fail).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8570
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Tue, 16 Sep 2003 20:02:22 +0000 (20:02 +0000)]
Updated the name of the linker to llvm-link.
This should fix the MultiSource tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8569
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 16 Sep 2003 19:42:21 +0000 (19:42 +0000)]
Fix bug raising allocations whose call sites were invoke instructions.
Thanks to brg for tracking down the problem so precisely!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8568
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 16 Sep 2003 19:27:31 +0000 (19:27 +0000)]
This is effectively a complete rewrite of the globaldce algorithm, resulting
in it being both shorter and more effective. It no longer depends on the
callgraph, so one FIXME has been fixed.
Additionally, this pass was not able to delete recursive (but dead) functions
if they were pointed to by global variables which were also dead. In fact
this pass had a lot of problems deleting functions which were only pointed
to by dead globals and other stuff.
Fixing this means that the entire EH library should be stripped away now from
programs that don't use sjlj or exceptions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8567
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Tue, 16 Sep 2003 18:00:35 +0000 (18:00 +0000)]
Add missing apostrophe. It's been bugging me for years.
No really, years.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8566
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Tue, 16 Sep 2003 15:54:19 +0000 (15:54 +0000)]
Regenerated configure with Misha's changes.
Now link is llvm-link and things are alphabetized.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8565
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Tue, 16 Sep 2003 15:38:05 +0000 (15:38 +0000)]
Fix typo in comment. Take out some random whitespace.
(Partial merge from my working file)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8564
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Tue, 16 Sep 2003 15:37:32 +0000 (15:37 +0000)]
These transitional scripts are no longer necessary, no one should have `as' or
`dis' anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8563
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Tue, 16 Sep 2003 15:36:50 +0000 (15:36 +0000)]
Edit comment for accuracy
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8562
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 16 Sep 2003 15:35:14 +0000 (15:35 +0000)]
Remove obsolete -abort-on-exception flag from LLI
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8561
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 16 Sep 2003 15:34:36 +0000 (15:34 +0000)]
Remove obsolete option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8560
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Tue, 16 Sep 2003 15:31:46 +0000 (15:31 +0000)]
Fixed spelling & grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8559
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Tue, 16 Sep 2003 15:29:54 +0000 (15:29 +0000)]
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8558
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Tue, 16 Sep 2003 15:22:55 +0000 (15:22 +0000)]
`link' is now `llvm-link'. Also alphabetized the tools for easy reference.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8557
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Tue, 16 Sep 2003 15:21:52 +0000 (15:21 +0000)]
`link' is now `llvm-link'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8556
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Tue, 16 Sep 2003 15:21:21 +0000 (15:21 +0000)]
`link' has become `llvm-link'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8555
91177308-0d34-0410-b5e6-
96231b3b80d8
Vikram S. Adve [Tue, 16 Sep 2003 05:56:22 +0000 (05:56 +0000)]
Fix longjmp case so that, along with the call to abort(), we also
generate the appropriate CallArgsDescriptor and tmp. virtual regs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8554
91177308-0d34-0410-b5e6-
96231b3b80d8
Vikram S. Adve [Tue, 16 Sep 2003 05:55:15 +0000 (05:55 +0000)]
Add flag to control whether or not delay slots are filled during
instruction scheduling (this is off by default).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8553
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Tue, 16 Sep 2003 02:59:26 +0000 (02:59 +0000)]
Allow multiple object trees to use the source tree tests at once by
using a QMTEST_CLASS_PATH local to the object tree.
Add the gui target to start the QMTest gui (saves writing a few lines of
documentation too). :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8552
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Tue, 16 Sep 2003 02:12:45 +0000 (02:12 +0000)]
Have the configure script put llvm.py into the object root.
The QMTest program can then use that as the location for loading test and
resource class, thus compiling the Python code into the object root as
desired.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8551
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 15 Sep 2003 22:17:02 +0000 (22:17 +0000)]
Put llvm .bc files into the BytecodeObj subdirectory instead of the Bytecode
subdirectory. This prevents the 'make clean' rule from removing lib/Bytecode
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8550
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Mon, 15 Sep 2003 21:54:49 +0000 (21:54 +0000)]
QMTest test and resource classes are always register before running the tests.
This ensures that any python bytecode generated by another platform is
replaced with new pythong bytecode before the tests begin.
Perferably, a better method will be implemented in the next few weeks.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8549
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Mon, 15 Sep 2003 20:21:38 +0000 (20:21 +0000)]
Removing Makefiles. Regression tests are now run by QMTest.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8548
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Mon, 15 Sep 2003 20:18:06 +0000 (20:18 +0000)]
Removing Makefile. The QMTest program now handles the running of these tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8547
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Mon, 15 Sep 2003 20:12:48 +0000 (20:12 +0000)]
Removed llvm/tools/as, llvm/tools/dis, and runtime/GCCLibraries/libexception.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8546
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Mon, 15 Sep 2003 20:04:28 +0000 (20:04 +0000)]
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8545
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Mon, 15 Sep 2003 20:02:53 +0000 (20:02 +0000)]
Renamed `as' => `llvm-as', `dis' => `llvm-dis'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8544
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 15 Sep 2003 19:22:36 +0000 (19:22 +0000)]
Fix building outside the srcdir, again
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8543
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 15 Sep 2003 19:20:11 +0000 (19:20 +0000)]
Fix building into a different obj directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8542
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Mon, 15 Sep 2003 18:34:34 +0000 (18:34 +0000)]
`link' is being renamed to `llvm-link'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8541
91177308-0d34-0410-b5e6-
96231b3b80d8
John Criswell [Mon, 15 Sep 2003 17:19:42 +0000 (17:19 +0000)]
Modified the checks slightly so that one can re-configure LLVM without
having to do a "make distclean" when building in the source directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8540
91177308-0d34-0410-b5e6-
96231b3b80d8