Chris Lattner [Sat, 27 Apr 2002 03:14:12 +0000 (03:14 +0000)]
Change the semantics of getSuccessor to FAIL if an out of range successor # is attempted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2330
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 27 Apr 2002 02:29:32 +0000 (02:29 +0000)]
* Change Constant::getNullConstant to Constant::getNullValue
* Add support for pool allocating array allocations of varying size
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2329
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 27 Apr 2002 02:28:41 +0000 (02:28 +0000)]
Add support for tracking array allocations
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2328
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 27 Apr 2002 02:27:48 +0000 (02:27 +0000)]
Allow the inline limit to be modified on the commandline for debugging
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2327
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 27 Apr 2002 02:27:11 +0000 (02:27 +0000)]
Support array allocations
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2326
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 27 Apr 2002 02:26:03 +0000 (02:26 +0000)]
Trivial simplification of code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2325
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 27 Apr 2002 02:25:43 +0000 (02:25 +0000)]
* Change Constant::getNullConstant to Constant::getNullValue
* Remove some unused code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2324
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 27 Apr 2002 02:25:14 +0000 (02:25 +0000)]
Change Constant::getNullConstant to Constant::getNullValue
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2323
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 27 Apr 2002 02:24:17 +0000 (02:24 +0000)]
Simplify code a bit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2322
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 27 Apr 2002 02:22:42 +0000 (02:22 +0000)]
Rename getNullConstant to getNullValue
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2321
91177308-0d34-0410-b5e6-
96231b3b80d8
Vikram S. Adve [Thu, 25 Apr 2002 04:48:54 +0000 (04:48 +0000)]
Added functions to compute the offset of a given incoming or outgoing
argument. These are no longer allocated as they are discovered.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2320
91177308-0d34-0410-b5e6-
96231b3b80d8
Vikram S. Adve [Thu, 25 Apr 2002 04:47:26 +0000 (04:47 +0000)]
Optional args are no longer allocated as they are discovered.
(This can be improved to avoid making the initial pass over the method.)
Also, ensure automatic vars and reg. spills areas are not extended
if their sizes are used for computing some other offset.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2319
91177308-0d34-0410-b5e6-
96231b3b80d8
Vikram S. Adve [Thu, 25 Apr 2002 04:46:28 +0000 (04:46 +0000)]
Don't record instructions for copying method arguments in the
AddedInstrns sets for the first machine instruction. It is hard
to ensure that the right order is preserved, and sure enough, the
order was broken. Instead, use a separate set for the function entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2318
91177308-0d34-0410-b5e6-
96231b3b80d8
Vikram S. Adve [Thu, 25 Apr 2002 04:43:45 +0000 (04:43 +0000)]
Don't pad spills and temp. stack areas for alignment.
Freeze auto vars and spill areas when their sizes are used
for computing other offsets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2317
91177308-0d34-0410-b5e6-
96231b3b80d8
Vikram S. Adve [Thu, 25 Apr 2002 04:42:21 +0000 (04:42 +0000)]
Major changes to how int and FP arguments are handled. Varargs
function calls were simply wrong; other functions were just not
using all available registers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2316
91177308-0d34-0410-b5e6-
96231b3b80d8
Vikram S. Adve [Thu, 25 Apr 2002 04:40:24 +0000 (04:40 +0000)]
Added functions to compute which register, if any, to use
for a particular argument in a list of arguments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2315
91177308-0d34-0410-b5e6-
96231b3b80d8
Vikram S. Adve [Thu, 25 Apr 2002 04:37:51 +0000 (04:37 +0000)]
Insert copy operations for FP arguments to a varargs function,
to copy the FP arg. to an integer. Necessary so that the
register allocator has two different live ranges for the FP value
and the int. argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2314
91177308-0d34-0410-b5e6-
96231b3b80d8
Vikram S. Adve [Thu, 25 Apr 2002 04:35:27 +0000 (04:35 +0000)]
Implementation of class MachineFrameInfo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2313
91177308-0d34-0410-b5e6-
96231b3b80d8
Vikram S. Adve [Thu, 25 Apr 2002 04:34:15 +0000 (04:34 +0000)]
Don't record instructions for copying method arguments in the
AddedInstrns sets for the first machine instruction. It is hard
to ensure that the right order is preserved, and sure enough, the
order was broken. Instead, use a separate set for the function entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2312
91177308-0d34-0410-b5e6-
96231b3b80d8
Vikram S. Adve [Thu, 25 Apr 2002 04:31:18 +0000 (04:31 +0000)]
Improve printing during dumps.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2311
91177308-0d34-0410-b5e6-
96231b3b80d8
Vikram S. Adve [Thu, 25 Apr 2002 04:30:43 +0000 (04:30 +0000)]
Optional args are no longer allocated as they are discovered.
(This can be improved to avoid making the initial pass over the method.)
Also, ensure automatic vars and reg. spills areas are not extended
if their sizes are used for computing some other offset.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2310
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 24 Apr 2002 19:12:21 +0000 (19:12 +0000)]
* Abort program on verification errors
* Verify that load, store, and GEP instructions indices are correct, because
they _continually_ bite me on this pool allocations stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2309
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 22:11:52 +0000 (22:11 +0000)]
Add some basic checks of CallInst's.
Assert now returns from the current function on error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2308
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 22:11:30 +0000 (22:11 +0000)]
Programs that actually free memory were broken
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2307
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 22:11:12 +0000 (22:11 +0000)]
Changes to make print pass work!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2306
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 20:37:37 +0000 (20:37 +0000)]
* Convert the verifier to use an InstVisitor to be better structured
* Implement checking that a binary operator's two sides are the same type
* Actually check that an instruction does not have a name if it has a void
return type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2305
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 20:30:58 +0000 (20:30 +0000)]
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2304
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 19:55:25 +0000 (19:55 +0000)]
Make sure that there is no case where a signal can occur leaving a partially
written output file. This is important because crashing testcases often write
part of a file out, and the testing harness decides the file is up-to-date next
time the test is run.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2303
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 19:53:53 +0000 (19:53 +0000)]
Add new api for basic signal handling for tools
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2302
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 19:53:34 +0000 (19:53 +0000)]
New api for signal handling for LLVM tools
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2301
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 18:53:33 +0000 (18:53 +0000)]
Move asmwriter/getStrValue cruft into AsmWriter.cpp file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2300
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 18:53:13 +0000 (18:53 +0000)]
Pull all of the getStrValue implementation cruft out of Constants.cpp and
put it into the AsmWriter. This code is kinda gross and could probably be
cleaned up, but not now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2299
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 18:52:03 +0000 (18:52 +0000)]
Add a fixme so that we don't forget this is broken.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2298
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 18:51:39 +0000 (18:51 +0000)]
Remove getStrValue method from Constant implementations. The AssemblyWriter
now knows how to write out a constant, not the constants themselves. This is
fixed due to the move of the AsmWriter to the VMcore library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2297
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 18:15:38 +0000 (18:15 +0000)]
* getAsString requires that the input array is string compatible, so
assert it.
* Use WriteAsOperand instead of getStringValue for constants
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2296
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 18:14:56 +0000 (18:14 +0000)]
Make debugging code not use getStrValue
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2295
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 18:14:40 +0000 (18:14 +0000)]
Just use << isntead of forcing getStrValue
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2294
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 18:14:19 +0000 (18:14 +0000)]
Print argument scalars as ellipses instead of boxes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2293
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 17:39:14 +0000 (17:39 +0000)]
Significantly rework InstructionCombining to work better and to be cleaner.
We now use an InstVisitor to delegate to different cases that we are
interested in handling. We also fix the FIXME's by adding users to the
worklist when appropriate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2292
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 17:35:39 +0000 (17:35 +0000)]
New testcase.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2291
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 16:16:16 +0000 (16:16 +0000)]
* Add a comment to the header giving a breif overview of how to return a
value from a visit function
* Define a (file local) DELEGATE macro to make the code easier to read/maintain
* Define per-opcode delegation functions so that users can override specific
instances of BinaryOperator for example.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2290
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 15:46:40 +0000 (15:46 +0000)]
* Make dtor virtual
* Add a new defaulted argument that allows the instruction visitation
visitors to return a non-void value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2289
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 15:39:50 +0000 (15:39 +0000)]
Check in the first test: make sure getelementptr gets folded
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2288
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 15:39:15 +0000 (15:39 +0000)]
Test the instruction combiner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2287
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 15:13:15 +0000 (15:13 +0000)]
Convert SCCP over to use InstVisitor instead of hand crafted switch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2286
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 14:44:53 +0000 (14:44 +0000)]
Remove gep::isStructSelector
CTor's do not allow names anymore for StoreInst objects
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2285
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 14:44:13 +0000 (14:44 +0000)]
GEP instructions can never be constant propogated.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2284
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 14:43:54 +0000 (14:43 +0000)]
Store instructions always return void, so they never get a name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2283
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 14:43:30 +0000 (14:43 +0000)]
Correctly transform dependant arguments, allowing the perimeter bm to work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2282
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 18 Apr 2002 14:42:27 +0000 (14:42 +0000)]
* StoreInst's shouldn't take names (they are _always_ void type)
* Remove two methods that are not used
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2281
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 17 Apr 2002 17:43:01 +0000 (17:43 +0000)]
Fix a bug printing out %c formated characters.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2277
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 17 Apr 2002 03:42:51 +0000 (03:42 +0000)]
Inline indirect function calls that are only capable of calling one function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2275
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 17 Apr 2002 03:24:59 +0000 (03:24 +0000)]
Make data structure acurately get ALL edges, even loads of null fields of
nodes that are not shadow nodes
This fixes em3d to be _correct_ if not optimial
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2274
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 17 Apr 2002 03:24:47 +0000 (03:24 +0000)]
Make data structure acurately get ALL edges, even loads of null fields of
nodes that are not shadow nodes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2273
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 16 Apr 2002 22:10:52 +0000 (22:10 +0000)]
Add casts for documentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2272
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 16 Apr 2002 22:10:36 +0000 (22:10 +0000)]
* Clean up the code a bit
* Allow structs with negative offsets. This enables the em3d benchmark to
be made typesafe. In this case, the struct had an array as the first
element, so a negative index was ok (the expr was -8 + 8x)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2271
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 16 Apr 2002 21:36:59 +0000 (21:36 +0000)]
Remove old frivolous uses of getStrValue in a debugging statement
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2270
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 16 Apr 2002 21:36:29 +0000 (21:36 +0000)]
Remove unneccesary cast
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2269
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 16 Apr 2002 21:36:08 +0000 (21:36 +0000)]
Changes to:
* Fix bug printing method types (oops when converting previous code)
* Move some of the code from Constant::getStrValue implementations here.
This allows us to do a MUCH MUCH better job printing out complex constant
values (think an array of structure pointers), because we print symbolic
type names instead of structural. The assistance when debugging is immense
Eventually, Constant::getStrValue should be removed (it existed before because
the asmwriter file was not in VMCore), and everyone should go through the
asmwriter that want's equivalent functionality.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2268
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 16 Apr 2002 21:31:08 +0000 (21:31 +0000)]
Fix for buggy test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2267
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 16 Apr 2002 20:39:59 +0000 (20:39 +0000)]
* Remove the concept of a critical shadow node
* Make the function pointer argument explicit for a call nodes
* Eliminate unreachable global values
* Merge call nodes that are identical
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2266
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 16 Apr 2002 20:39:23 +0000 (20:39 +0000)]
Remove the concept of a critical shadow node
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2265
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 16 Apr 2002 05:58:24 +0000 (05:58 +0000)]
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2262
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 16 Apr 2002 05:44:56 +0000 (05:44 +0000)]
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2261
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 16 Apr 2002 03:44:03 +0000 (03:44 +0000)]
* Eliminate ArgDSNode's completely, now rely on scalar map
* Fold call nodes that are indistinguishable for each other. This is a big
win for external functions like sqrt, which would multiply dramatically
before.
* Global nodes with no edges to or from them are now eliminated from the graph.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2257
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Tue, 16 Apr 2002 03:41:22 +0000 (03:41 +0000)]
* Eliminate ArgDSNode's completely, rely now on Scalar map
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2256
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 15 Apr 2002 22:42:23 +0000 (22:42 +0000)]
run an extra pass after a function has been transformed to eliminate
obviously duplicate loads of the pool base.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2255
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 15 Apr 2002 22:41:48 +0000 (22:41 +0000)]
Only print debug message if DEBUG_RA is on
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2254
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 15 Apr 2002 20:36:15 +0000 (20:36 +0000)]
Only emit message if DEBUG_RA is on
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2252
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 15 Apr 2002 19:45:29 +0000 (19:45 +0000)]
Eliminate cast of same type instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2251
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 15 Apr 2002 19:32:36 +0000 (19:32 +0000)]
* s/Method/Function
* Add/allow callbacks for module,function, & basic block visiting
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2250
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 14 Apr 2002 06:23:00 +0000 (06:23 +0000)]
Checkin first unit testcases for the backend
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2249
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 14 Apr 2002 06:15:24 +0000 (06:15 +0000)]
* s/Method/Function
* Fix bug where the character after a % was being discarded
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2248
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 14 Apr 2002 06:14:41 +0000 (06:14 +0000)]
Turn off debug output
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2247
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 14 Apr 2002 06:14:15 +0000 (06:14 +0000)]
s/Method/Function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2246
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 14 Apr 2002 06:13:44 +0000 (06:13 +0000)]
Update documentation a LOT, make it more accurate and match current model
better. Still more room for improvement.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2245
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 13 Apr 2002 23:13:18 +0000 (23:13 +0000)]
* Allow datasize to be specified on the commandline
* Build new datatypes correctly
* Transform instructions that return null pointers from functions to return
a null index.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2244
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 13 Apr 2002 22:48:46 +0000 (22:48 +0000)]
* Fix bug: test/Regression/Verifier/2002-04-13-RetTypes.ll
* Check that arguments match the method types of the method they live in
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2243
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 13 Apr 2002 22:46:24 +0000 (22:46 +0000)]
New testcase for the verifier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2242
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 13 Apr 2002 21:11:04 +0000 (21:11 +0000)]
Minor bugfix for previous checkin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2241
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 13 Apr 2002 20:53:41 +0000 (20:53 +0000)]
* Remove obselete code for unsized arrays
* Add new function printTypeAtLeastOneLevel used to...
* Print the symbol table *WITH SYMBOLIC TYPES*. Now we get:
%tree = type { int, %tree*, %tree* }
in the type definition section of the disassembled output instead of
%tree = type { int, \2*, \2* }
the different for the health benchmark and power are simply amazing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2240
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 13 Apr 2002 19:52:54 +0000 (19:52 +0000)]
* Give alloca's for pool descriptors better names than "pool<n>".
* Fill in the pool descriptor links in the pool descriptors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2239
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 13 Apr 2002 19:25:57 +0000 (19:25 +0000)]
* Add names to the symbol table for pool types and modified types
* Handle more complex structure so that power works almost
* Fix bug with pooldestroy call where we passed in the size of the object
instead of the pool to destroy. bisort is now pool allocated successfully!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2238
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 13 Apr 2002 18:58:33 +0000 (18:58 +0000)]
Add Module::getTypeName
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2237
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 13 Apr 2002 18:35:59 +0000 (18:35 +0000)]
Add info about the StringList class
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2236
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 13 Apr 2002 18:34:38 +0000 (18:34 +0000)]
* Clean up code to use isa & dyncast instead of poking directly into instructions
* Do not print the allocation size for a non array allocation (this used to work,
but was broken).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2235
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 13 Apr 2002 18:32:47 +0000 (18:32 +0000)]
* Add the printm pass to allow dumping the entire module after a transformation.
* s/Method/Function/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2234
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 12 Apr 2002 20:23:15 +0000 (20:23 +0000)]
Implement function rewriting to use offsets instead of pointers in programs.
This now works with treeadd at least, and perhaps other programs as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2233
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 12 Apr 2002 18:21:53 +0000 (18:21 +0000)]
* Add comment
* Do not print a space before the * in a pointer type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2232
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 12 Apr 2002 18:21:13 +0000 (18:21 +0000)]
Expose funcresolve pass through opt
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2231
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 12 Apr 2002 18:20:49 +0000 (18:20 +0000)]
Add new check of return value type matching ret instruction values types
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2230
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 12 Apr 2002 18:19:45 +0000 (18:19 +0000)]
Fix pure virtual function called exception!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2229
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 11 Apr 2002 21:44:02 +0000 (21:44 +0000)]
Handle the FP format problem, where outputed FP constants were not precise
enough. This fixes compilation of the health benchmark.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2228
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 10 Apr 2002 20:37:47 +0000 (20:37 +0000)]
* The cleangcc pass is broken into two parts, we only want to
FunctionResolvingPass one.
* We run it *after* the symbol stripping pass so that -strip can be
pipelined with the constant merging pass or something else if desired.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2226
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 10 Apr 2002 20:33:32 +0000 (20:33 +0000)]
The cleangcc pass is brokeninto two pieces, execute both of them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2225
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 10 Apr 2002 20:33:11 +0000 (20:33 +0000)]
* Add documentation
* Split the CleanGCC pass into two passes, a global pass and an IP pass.
Before it was just a global pass, but it did illegal things to the
module, which broke other passes that were being scheduled with it by
gccld.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2224
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 10 Apr 2002 20:31:44 +0000 (20:31 +0000)]
Print out what the root of the call graph is.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2223
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 10 Apr 2002 20:31:22 +0000 (20:31 +0000)]
Split the CleanupGCCOutput pass into two passes, and add real life actual
documentation on when they do.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2222
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 10 Apr 2002 20:30:44 +0000 (20:30 +0000)]
Allow a pass to obtain an analysis result for updating.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2221
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 10 Apr 2002 17:43:40 +0000 (17:43 +0000)]
New testcase for structure valued parameters.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2220
91177308-0d34-0410-b5e6-
96231b3b80d8