Misha Brukman [Mon, 12 Jul 2004 23:36:12 +0000 (23:36 +0000)]
Implement getModuleMatchQuality and getJITMatchQuality() for PowerPC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14780
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Mon, 12 Jul 2004 22:58:07 +0000 (22:58 +0000)]
* Tabs to spaces
* Delete extra blank lines
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14779
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Mon, 12 Jul 2004 21:10:47 +0000 (21:10 +0000)]
New open proj: C/C++ compiler in C++, with link to Ed Willink's C++ yacc grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14778
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 12 Jul 2004 20:36:08 +0000 (20:36 +0000)]
Add a helper method. The StructType element is completely redundant in most
cases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14777
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 12 Jul 2004 20:35:11 +0000 (20:35 +0000)]
implement new helper method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14776
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 12 Jul 2004 20:29:52 +0000 (20:29 +0000)]
Fix unused var warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14775
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 12 Jul 2004 20:27:31 +0000 (20:27 +0000)]
Fix a really nasty logic error that VC noticed.
Reid, this might matter to you :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14774
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 12 Jul 2004 20:25:33 +0000 (20:25 +0000)]
Add a missing #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14773
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 12 Jul 2004 20:25:04 +0000 (20:25 +0000)]
Fix warning compiling with VC++
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14772
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 12 Jul 2004 17:09:23 +0000 (17:09 +0000)]
new feature
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14770
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Mon, 12 Jul 2004 16:55:41 +0000 (16:55 +0000)]
* Clarify Sparc as SparcV9
* Add link to bugzilla bug with list of miscompiled SparcV9 programs
* Wrap long lines
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14769
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 12 Jul 2004 01:17:52 +0000 (01:17 +0000)]
Implement a new method useful for things like the inliner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14768
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Mon, 12 Jul 2004 01:17:34 +0000 (01:17 +0000)]
Implement new method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14767
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sun, 11 Jul 2004 23:20:54 +0000 (23:20 +0000)]
Correct an output typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14766
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sun, 11 Jul 2004 17:28:43 +0000 (17:28 +0000)]
Various cleanups:
- Remove tabs
- Standardize use of space around ( and ).
- Consolidate the ConstantPlaceHolder class
- Rename two methods to be more meaningful (ParseType, ParseTypes)
- Correct indentation of blocks
- Add documentation
- Convert input dependent asserts to error(...) so it throws instead.
Provide placeholder implementations of read_float and read_double that
still read in platform-specific endianess. When I figure out how to do
this without knowing the endianess of the platform, it will get implemented
correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14765
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sun, 11 Jul 2004 17:24:05 +0000 (17:24 +0000)]
- Rename two methods to give them more meaning
- Add read_float and read_double in preparation for a correct
implementation of bytecode floating point support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14764
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sun, 11 Jul 2004 17:22:51 +0000 (17:22 +0000)]
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14763
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sun, 11 Jul 2004 17:22:07 +0000 (17:22 +0000)]
Prepare the writer for a non-broken implementation of writing floating
point values. This will be fixed when I figure out how to do it correctly
without depending on knowing the endianess of a platform.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14762
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 08:24:02 +0000 (08:24 +0000)]
The cleanup is done. Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14761
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 08:01:11 +0000 (08:01 +0000)]
Make add constantexprs work with all types, fixing the regressions from last night
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14760
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 06:03:21 +0000 (06:03 +0000)]
Implement TargetRegistrationListener
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14759
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 06:02:59 +0000 (06:02 +0000)]
Add a new listener class for things that want to be informed about new
targets that are loaded
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14758
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 04:17:58 +0000 (04:17 +0000)]
Delete the allocate*TargetMachine function, which is now dead.
The shared command line options are now in a header that makes sense.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14757
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 04:17:10 +0000 (04:17 +0000)]
Delete the allocate*TargetMachine function, which is now dead .
The shared command line options are now in a header that makes sense.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14756
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 04:16:31 +0000 (04:16 +0000)]
Delete the allocate*TargetMachine function, which is now dead .
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14755
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 04:15:52 +0000 (04:15 +0000)]
Delete the allocate*TargetMachine functions. Move options to a header file
that makes sense.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14754
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 04:05:32 +0000 (04:05 +0000)]
Prune unused #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14753
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 04:03:24 +0000 (04:03 +0000)]
Goodbye macro hell, hello nice clean and simple code. This also gives llc
the ability to dynamically load and use targets that are not linked into it
statically. e.g.:
llc -load libparisc.so -march=parisc foo.bc -o foo.s
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14751
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 04:02:06 +0000 (04:02 +0000)]
Goodbye macro hell, hello nice clean simple extensible code. This change
also gives the JIT the ability to dynamically load targets. e.g.
lli -load libparisc.so -march=parisc foo.bc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14750
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 04:00:19 +0000 (04:00 +0000)]
Implement a couple of methods that TargetMachineRegistry now provides. See,
I told you this file wasn't useless :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14749
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 03:59:46 +0000 (03:59 +0000)]
Add a new TargetNameParser class, which is useful for parsing options.
Add two methods which are useful for autoselecting targets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14748
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 03:27:42 +0000 (03:27 +0000)]
Make these format a bit nicer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14747
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 03:18:30 +0000 (03:18 +0000)]
Provide better support for pointer-valued command line arguments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14746
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 02:48:49 +0000 (02:48 +0000)]
Auto-registrate target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14745
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 02:48:28 +0000 (02:48 +0000)]
Add compilability
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14744
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 02:44:26 +0000 (02:44 +0000)]
Initial impl of this file. Yes this is pretty useless right now, but it
will grow in time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14743
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 02:43:43 +0000 (02:43 +0000)]
First cut at TargetMachineRegistry and RegisterTarget classes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14742
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 02:43:07 +0000 (02:43 +0000)]
Add two new "virtual static" methods to the TargetMachine class
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14741
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 01:08:19 +0000 (01:08 +0000)]
Add -load option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14740
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 01:06:59 +0000 (01:06 +0000)]
Add a -load option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14739
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 01:04:33 +0000 (01:04 +0000)]
Implicitly getting a new option by linking to support.o instead of support.a
is a bad idea. Make tools that want the option #include PluginSupport.h
explicitly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14738
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sun, 11 Jul 2004 01:03:57 +0000 (01:03 +0000)]
Add a new header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14737
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sat, 10 Jul 2004 23:41:08 +0000 (23:41 +0000)]
- Correct grammar of -s description
- Normalize -s option specification
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14736
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sat, 10 Jul 2004 23:35:46 +0000 (23:35 +0000)]
Group the hidden command line arguments.
Make the -s option actually work and default to the right value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14735
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 10 Jul 2004 21:43:12 +0000 (21:43 +0000)]
Add link to the stkrc page
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14734
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sat, 10 Jul 2004 20:04:02 +0000 (20:04 +0000)]
Command Guide for the Stacker language compiler, stkrc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14733
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sat, 10 Jul 2004 16:37:42 +0000 (16:37 +0000)]
Replace use of defunct Type::setName method with SymbolTable::insert.
Patch found and provided by Vladimir Merzliakov. Thanks Vladimir!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14732
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sat, 10 Jul 2004 08:04:13 +0000 (08:04 +0000)]
Make the VBRSavings percentage make sense (as a fraction of the total
expanded size instead of the file size). Thanks Chris.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14731
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 10 Jul 2004 06:06:56 +0000 (06:06 +0000)]
Minor cleanups:
* Mention the --help and --help-hidden options
* Don't say program when we really mean any old bytecode file
* Add a link to the man pages
* Move analyze down in the list, as it's not as important as the rest
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14730
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Fri, 9 Jul 2004 22:21:33 +0000 (22:21 +0000)]
Error Handling Cleanup:
- get rid of PARSE_ERROR macro
- add error(std::string) function
- use error(std::string) for all errors
- make input dependent asserts call error(std::string) instead
- ensure asserts are only for logic bugs, not input discrepancies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14729
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Fri, 9 Jul 2004 21:13:53 +0000 (21:13 +0000)]
Fix a backwards compatibility bug found by Tanya. In version 1.2, the
global type plane starts with a length and the TypeTyID value to identify
the type plane has having type definitions. This doesn't happen in 1.3
because the types are read from a known position in the file. However, the
TypeTyID must be read in (and ignored) if its a 1.2 bytecode file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14728
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 9 Jul 2004 17:02:57 +0000 (17:02 +0000)]
Removed unneeded forward decl
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14727
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 9 Jul 2004 16:48:13 +0000 (16:48 +0000)]
Remove unused method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14726
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 9 Jul 2004 16:44:37 +0000 (16:44 +0000)]
Add checks to ensure that there are no unreachable blocks in the function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14725
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 9 Jul 2004 16:43:55 +0000 (16:43 +0000)]
Don't call Type::setName()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14724
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Fri, 9 Jul 2004 15:45:07 +0000 (15:45 +0000)]
* Add support for indexing into structures, thanks to Chris (x86)
The large diff is because of indentation of a whole region
* Fix querying predecessor blocks in SelectPHINodes(), thanks to Brian (v8)
* Add support for external functions malloc() and free()
* Fix some code indentation
Remember, kids: It's not plagiarism if you "creatively borrow" from your
sources. It's called "research"!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14723
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Fri, 9 Jul 2004 15:37:16 +0000 (15:37 +0000)]
Read/write the offset value for stack-relative loads via correct instr operand.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14722
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Fri, 9 Jul 2004 14:45:17 +0000 (14:45 +0000)]
* Doxygenify comments
* Fix spacing, grammar in comment
* Make code layout consistent
* Wrap code at 80 cols
* Delete spurious blank lines
No functional changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14721
91177308-0d34-0410-b5e6-
96231b3b80d8
Alkis Evlogimenos [Fri, 9 Jul 2004 11:25:27 +0000 (11:25 +0000)]
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14720
91177308-0d34-0410-b5e6-
96231b3b80d8
Alkis Evlogimenos [Fri, 9 Jul 2004 11:10:00 +0000 (11:10 +0000)]
Improve code comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14719
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 9 Jul 2004 06:58:43 +0000 (06:58 +0000)]
No really, he did finish!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14717
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 9 Jul 2004 05:05:39 +0000 (05:05 +0000)]
Too much of a title for it's own good
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14716
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 9 Jul 2004 05:03:54 +0000 (05:03 +0000)]
Fix Validation bugs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14715
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 8 Jul 2004 22:31:37 +0000 (22:31 +0000)]
Eliminate the UID field in the Type class, bringing it down to 28 bytes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14709
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 8 Jul 2004 22:31:09 +0000 (22:31 +0000)]
The uid mapping is no more
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14708
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 8 Jul 2004 22:30:50 +0000 (22:30 +0000)]
Eliminate uses of the UniqueID field on Type objects
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14707
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 8 Jul 2004 22:09:34 +0000 (22:09 +0000)]
Do not call Type::getUniqueID
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14706
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 8 Jul 2004 22:09:07 +0000 (22:09 +0000)]
Add a new method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14705
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 8 Jul 2004 21:50:33 +0000 (21:50 +0000)]
Get rid of some cruft in the insert method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14704
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Thu, 8 Jul 2004 19:41:16 +0000 (19:41 +0000)]
Add support for __fixdfdi(), __floatdisf(), and __floatdidf() external functions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14703
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 8 Jul 2004 19:36:21 +0000 (19:36 +0000)]
First version of a vector with uniqueness constraints (or a set with
deterministic, insertion-order iteration).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14702
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Thu, 8 Jul 2004 18:27:59 +0000 (18:27 +0000)]
* Use several Function* for external functions instead of a std::map
* Non-const FP values must be loaded into int regs (for vararg fns) via memory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14701
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Thu, 8 Jul 2004 18:02:38 +0000 (18:02 +0000)]
* Add support for loading FP constants from the constant pool
* Load FP values into int regs as well for vararg functions; without memory ops!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14700
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Thu, 8 Jul 2004 17:58:04 +0000 (17:58 +0000)]
* Fix header comment, excise references to X86
* Add suport for printing out references to constant pool indices
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14699
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 8 Jul 2004 17:49:37 +0000 (17:49 +0000)]
statisfy the spelling police
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14698
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Thu, 8 Jul 2004 17:45:18 +0000 (17:45 +0000)]
Fix spelling of `equivalent'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14697
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 8 Jul 2004 17:30:07 +0000 (17:30 +0000)]
Eliminate the SignedType and UnsignedType classes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14695
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 8 Jul 2004 17:29:36 +0000 (17:29 +0000)]
isSigned/isUnsigned/isInteger methods do not need to be virtual
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14694
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 8 Jul 2004 16:09:38 +0000 (16:09 +0000)]
Update comment.
Remove unused forward decl of Value.h
Make Type 32 bytes instead of 36 bytes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14692
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 8 Jul 2004 15:54:29 +0000 (15:54 +0000)]
This file uses the Value class without a forward decl
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14691
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 8 Jul 2004 15:41:08 +0000 (15:41 +0000)]
Add a test that I have had in my tree for several months now, but apparently forgot to commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14690
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 8 Jul 2004 15:38:23 +0000 (15:38 +0000)]
Fix this testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14689
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Thu, 8 Jul 2004 09:08:35 +0000 (09:08 +0000)]
Support setcc on fp values.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14687
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Thu, 8 Jul 2004 09:08:22 +0000 (09:08 +0000)]
Add floating-point branches and compares. Compares don't complete
until the next cycle, and there's no interlock, so they effectively
have a delay slot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14686
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Thu, 8 Jul 2004 08:08:23 +0000 (08:08 +0000)]
Fix bug where SwitchSection would fail to change to ".bss" successfully.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14685
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Thu, 8 Jul 2004 08:08:10 +0000 (08:08 +0000)]
Fix bug involving bool arguments to binary operators.
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14684
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Thu, 8 Jul 2004 07:52:13 +0000 (07:52 +0000)]
Fix bug in copying long constants to register pairs. We were getting
the top and bottom halves backwards...how embarrassing.
Support 'cast long to long' and other similar no-op casts to long.
Support 'ret long'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14683
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 8 Jul 2004 07:25:51 +0000 (07:25 +0000)]
Disable some code that isn't helping matters
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14682
91177308-0d34-0410-b5e6-
96231b3b80d8
Brian Gaeke [Thu, 8 Jul 2004 07:22:27 +0000 (07:22 +0000)]
Support 'ret float'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14681
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 8 Jul 2004 03:42:20 +0000 (03:42 +0000)]
Really, it is not necessary to recompile all files in a profile build every
time!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14680
91177308-0d34-0410-b5e6-
96231b3b80d8
Alkis Evlogimenos [Thu, 8 Jul 2004 00:47:58 +0000 (00:47 +0000)]
Add viewCFG() and viewCFGOnly() APIs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14679
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Wed, 7 Jul 2004 21:22:05 +0000 (21:22 +0000)]
There is no error message to print out, end sentence with `!'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14678
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Wed, 7 Jul 2004 21:20:28 +0000 (21:20 +0000)]
Make error message consistent with the rest of LLVM by saying that bytecode
is read, not parsed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14677
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Wed, 7 Jul 2004 21:19:01 +0000 (21:19 +0000)]
Fix some thinkos in the script (error handling, proper argument handling).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14676
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Wed, 7 Jul 2004 21:06:28 +0000 (21:06 +0000)]
Bug 391 fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14675
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Wed, 7 Jul 2004 21:01:38 +0000 (21:01 +0000)]
Fix for bug 391.
Improve exeception handling around bcreader invocations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14674
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Wed, 7 Jul 2004 20:07:22 +0000 (20:07 +0000)]
* Use a map for caching lookups to external functions (fp div/rem)
* Tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14673
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Wed, 7 Jul 2004 20:01:36 +0000 (20:01 +0000)]
* Wrap long lines (comments and code)
* Tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14672
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 7 Jul 2004 18:07:46 +0000 (18:07 +0000)]
Fix regressions in these testcases:
Regression.Assembler.2002-01-24-BadSymbolTableAssert
Regression.Assembler.2002-01-24-ValueRefineAbsType
Found through the nightly tester :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14671
91177308-0d34-0410-b5e6-
96231b3b80d8
Misha Brukman [Wed, 7 Jul 2004 15:36:18 +0000 (15:36 +0000)]
Add fmod() to the Module being compiled so that it gets a stub in the asm file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14670
91177308-0d34-0410-b5e6-
96231b3b80d8