Reid Spencer [Sat, 2 Dec 2006 15:16:01 +0000 (15:16 +0000)]
Keep lists of values so they can be examined.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32120
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sat, 2 Dec 2006 05:02:46 +0000 (05:02 +0000)]
Update this test to use llvm-update.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32117
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sat, 2 Dec 2006 04:46:36 +0000 (04:46 +0000)]
Build llvm-update now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32116
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sat, 2 Dec 2006 04:23:10 +0000 (04:23 +0000)]
Use the llvm-upgrade program to upgrade llvm assembly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32115
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Sat, 2 Dec 2006 04:11:07 +0000 (04:11 +0000)]
Add support for global types and type resolution. Fix several minor
formatting and spacing bugs. This is sufficient for llvm-upgrade to
correctly upgrade all of llvm/test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32114
91177308-0d34-0410-b5e6-
96231b3b80d8
Jeff Cohen [Sat, 2 Dec 2006 02:22:01 +0000 (02:22 +0000)]
Unbreak VC++ build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32113
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 2 Dec 2006 00:13:08 +0000 (00:13 +0000)]
disable transformations that are invalid for fp vectors. This fixes
Transforms/InstCombine/2006-12-01-BadFPVectorXform.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32112
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Sat, 2 Dec 2006 00:12:32 +0000 (00:12 +0000)]
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32111
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 23:46:50 +0000 (23:46 +0000)]
Switch analysis groups to be unregistered when llvm_shutdown is called.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32110
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Fri, 1 Dec 2006 23:40:53 +0000 (23:40 +0000)]
Handle upgrade of fp -> ptr cast with fp -> int -> ptr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32109
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 23:27:45 +0000 (23:27 +0000)]
Start moving pass registration over to using the ManagedStatic mechanism.
This fixes issues where passes get unregistered before llvm_shutdown is
called, and is generally cleaner and simpler. Analysis groups up next.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32108
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 1 Dec 2006 22:57:41 +0000 (22:57 +0000)]
Match TargetInstrInfo changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32107
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Fri, 1 Dec 2006 22:42:01 +0000 (22:42 +0000)]
Don't convert {} into []!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32106
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 22:36:43 +0000 (22:36 +0000)]
pass cfgonly up the ctor instead of calling an explicit method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32105
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Fri, 1 Dec 2006 22:34:43 +0000 (22:34 +0000)]
Allow the new cast instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32104
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Fri, 1 Dec 2006 22:26:37 +0000 (22:26 +0000)]
Upgrade shr to ashr and lshr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32103
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 22:21:11 +0000 (22:21 +0000)]
move 'cfgonly' pass tracking into PassInfo, instead of handling it with
yet-another global data structure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32102
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 22:00:50 +0000 (22:00 +0000)]
remove 'target constructor' support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32100
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 21:59:37 +0000 (21:59 +0000)]
target constructors are never used
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32099
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 1 Dec 2006 21:52:58 +0000 (21:52 +0000)]
Match TargetInstrInfo changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32098
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 1 Dec 2006 21:52:41 +0000 (21:52 +0000)]
convertToThreeAddress() is now responsible for updating live info as well as inserting the new MI's.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32097
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Fri, 1 Dec 2006 21:52:30 +0000 (21:52 +0000)]
Don't treat numeric (untyped) constants as a ConstInfo, just pass the
string and let ConstVal add the type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32096
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 1 Dec 2006 21:50:17 +0000 (21:50 +0000)]
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32095
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 1 Dec 2006 21:46:55 +0000 (21:46 +0000)]
- Add getOperandConstraint() to TargetInstrDescriptor.
- convertToThreeAddress() change to allow single two-address MI to be converted
into one or more 3-address MIs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32094
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 21:38:02 +0000 (21:38 +0000)]
fix incorrectly translated testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32093
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Fri, 1 Dec 2006 21:10:07 +0000 (21:10 +0000)]
First version of llvm-upgrade that can correctly upgrade all of
test/Feature
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32092
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 1 Dec 2006 20:47:11 +0000 (20:47 +0000)]
Add weak reference directive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32091
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Fri, 1 Dec 2006 20:36:40 +0000 (20:36 +0000)]
valgrind clean version of llvm-upgrade
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32090
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Fri, 1 Dec 2006 20:26:20 +0000 (20:26 +0000)]
First version of llvm-upgrade that can correctly upgrade a large test
case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32089
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 20:14:47 +0000 (20:14 +0000)]
Remove dead methods
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32088
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 19:50:54 +0000 (19:50 +0000)]
These should be rewritten to fold without using the 'Rules' mechanism, but
until this happens at least make sext from bool and sitofp from bool do the
right thing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32087
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 19:50:04 +0000 (19:50 +0000)]
test1 is miscompiled
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32086
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Laskey [Fri, 1 Dec 2006 19:39:32 +0000 (19:39 +0000)]
wrong spot
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32084
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Laskey [Fri, 1 Dec 2006 19:29:20 +0000 (19:29 +0000)]
Test for float varargs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32083
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 19:22:41 +0000 (19:22 +0000)]
this logic is broken for trunc to bool, replace the folding logic for trunc
completely, as it is trivial. We should probably do this for the rest of the
cast operations. This fixes ConstProp/2006-12-01-TruncBoolBug.ll.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32081
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 19:20:02 +0000 (19:20 +0000)]
add a new ConstantIntegral::get method. Simplify the implementation of
ConstantInt::get
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32080
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 19:02:56 +0000 (19:02 +0000)]
new 'cast' miscompilation, reduced from perlbmk by Evan
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32079
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 18:04:08 +0000 (18:04 +0000)]
enable this now that codegen support is in place
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32076
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 1 Dec 2006 17:39:22 +0000 (17:39 +0000)]
Copy and paste error. An initialized global cannot be a weak reference.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32075
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Laskey [Fri, 1 Dec 2006 16:30:47 +0000 (16:30 +0000)]
1. In ppc64 mode we need only use one GPR.
2. Float values need to be promoted to double when they are vararg.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32074
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Laskey [Fri, 1 Dec 2006 14:37:39 +0000 (14:37 +0000)]
ExternalWeak case in wrong location.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32073
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 1 Dec 2006 10:17:36 +0000 (10:17 +0000)]
This test is meant for X86 CPU which does not support SSE2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32072
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 1 Dec 2006 10:11:51 +0000 (10:11 +0000)]
Fix 2005-05-08-FPStackifierPHI.ll failure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32071
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 1 Dec 2006 09:18:20 +0000 (09:18 +0000)]
Add a extern weak test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32070
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 1 Dec 2006 09:13:26 +0000 (09:13 +0000)]
A initialized global variable cannot be extern weak. However, if a global value's initializer is itself a external weak symbol, emit the weak reference.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32069
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 1 Dec 2006 07:56:37 +0000 (07:56 +0000)]
Darwin PPC external weak linkage support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32068
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 1 Dec 2006 07:38:23 +0000 (07:38 +0000)]
Minor code clean up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32067
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 1 Dec 2006 07:17:00 +0000 (07:17 +0000)]
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32066
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Fri, 1 Dec 2006 07:15:24 +0000 (07:15 +0000)]
Darwin X86 external weak linkage support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32065
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 07:14:26 +0000 (07:14 +0000)]
new testcase to verify external weak continues to work
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32064
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 06:34:56 +0000 (06:34 +0000)]
new testcase for PR1027
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32063
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 05:55:25 +0000 (05:55 +0000)]
Fix a typo introduced by the cast patch that horribly broke a lot of vector
code. Testcase here: Transforms/ConstProp/2006-11-30-vector-cast.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32062
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 05:54:48 +0000 (05:54 +0000)]
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32061
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Fri, 1 Dec 2006 03:56:30 +0000 (03:56 +0000)]
Don't fold "ptrtoint GV to bool" since this should be doing a truncate not
a comparison against zero. Instead fold setne(GV,null) and seteq(GV,null)
to ConstantBool::True or ConstantBool::False, respectively.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32060
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Fri, 1 Dec 2006 03:46:01 +0000 (03:46 +0000)]
Define the HAVE_PTHREAD symbol.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32059
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Fri, 1 Dec 2006 01:50:45 +0000 (01:50 +0000)]
The InstCombine hack has been removed, no need to XFAIL this any more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32058
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Fri, 1 Dec 2006 01:45:39 +0000 (01:45 +0000)]
Fix the CodeGen/PowerPC/vec_constants.ll regression.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32057
91177308-0d34-0410-b5e6-
96231b3b80d8
Nick Lewycky [Fri, 1 Dec 2006 01:05:14 +0000 (01:05 +0000)]
Remove extra header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32056
91177308-0d34-0410-b5e6-
96231b3b80d8
Nick Lewycky [Fri, 1 Dec 2006 00:43:14 +0000 (00:43 +0000)]
Fix opt -o option. Don't pass a pointer to an auto variable which is going
away before it's needed, and don't try to delete that pointer!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32055
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Fri, 1 Dec 2006 00:37:14 +0000 (00:37 +0000)]
For PR1019:
Add HAVE_PTHREAD to makefiles with support from configure and use it to
determine whether to build examples/ParallelJIT.
Patch by Anton Korobeynikov.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32054
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Fri, 1 Dec 2006 00:33:46 +0000 (00:33 +0000)]
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32053
91177308-0d34-0410-b5e6-
96231b3b80d8
Anton Korobeynikov [Fri, 1 Dec 2006 00:25:12 +0000 (00:25 +0000)]
Introducing external weak linkage. Darwin codegen should be added later.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32052
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 30 Nov 2006 23:13:36 +0000 (23:13 +0000)]
Remove 4 FIXMEs to hack around cast-to-bool problems which no longer exist.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32051
91177308-0d34-0410-b5e6-
96231b3b80d8
Anton Korobeynikov [Thu, 30 Nov 2006 22:42:55 +0000 (22:42 +0000)]
Factor out GVRequiresExtraLoad() from .h to .cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32048
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Thu, 30 Nov 2006 22:07:00 +0000 (22:07 +0000)]
Add X86-64 load / store codegen tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32047
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Thu, 30 Nov 2006 21:55:46 +0000 (21:55 +0000)]
- Use a different wrapper node for RIP-relative GV, etc.
- Proper support for both small static and PIC modes under X86-64
- Some (non-optimal) support for medium modes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32046
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Laskey [Thu, 30 Nov 2006 18:29:23 +0000 (18:29 +0000)]
better check for version
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32045
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 30 Nov 2006 17:35:08 +0000 (17:35 +0000)]
make it clear that this is always a zext
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32044
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 30 Nov 2006 17:32:29 +0000 (17:32 +0000)]
One more bugfix, 3 cases of making casts explicit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32043
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Thu, 30 Nov 2006 17:26:08 +0000 (17:26 +0000)]
Fix a bug in globalopt due to the recent cast patch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32042
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 30 Nov 2006 16:50:26 +0000 (16:50 +0000)]
Allow llvm-upgrade to read from stdin. Configure the lexer for reading
from C++ std::istream.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32041
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Laskey [Thu, 30 Nov 2006 15:36:44 +0000 (15:36 +0000)]
Add compile unit size test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32040
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Laskey [Thu, 30 Nov 2006 15:31:49 +0000 (15:31 +0000)]
Correct comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32039
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Laskey [Thu, 30 Nov 2006 15:25:59 +0000 (15:25 +0000)]
Pubnames test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32038
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Laskey [Thu, 30 Nov 2006 14:36:22 +0000 (14:36 +0000)]
Update docs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32037
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Laskey [Thu, 30 Nov 2006 14:35:45 +0000 (14:35 +0000)]
Change global descriptor names to provide name, full name and linkage name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32036
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Laskey [Thu, 30 Nov 2006 11:09:42 +0000 (11:09 +0000)]
Temp fix to deal gdb issue.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32035
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Thu, 30 Nov 2006 07:12:03 +0000 (07:12 +0000)]
MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32034
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Thu, 30 Nov 2006 07:10:43 +0000 (07:10 +0000)]
Remove the ugly SPARCV9 TargetInstrDescriptors hack.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32033
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Thu, 30 Nov 2006 07:08:44 +0000 (07:08 +0000)]
- MachineInstr now keeps a ptr to TargetInstrDescriptor instead of Opcode.
- Remove the ugly TargetInstrDescriptors hack.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32032
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 30 Nov 2006 06:37:43 +0000 (06:37 +0000)]
Ignore generated files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32031
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Thu, 30 Nov 2006 06:36:44 +0000 (06:36 +0000)]
Initial, non-functional, version of llvm-upgrade. This version just echos
its input. Committed for safekeeping purposes. Don't use this yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32030
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Wed, 29 Nov 2006 23:48:37 +0000 (23:48 +0000)]
New LSR test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32029
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Wed, 29 Nov 2006 23:48:14 +0000 (23:48 +0000)]
In PIC mode, GV not requiring an extra load can be used as address immediate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32028
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Wed, 29 Nov 2006 23:46:27 +0000 (23:46 +0000)]
Clean up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32027
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Wed, 29 Nov 2006 23:19:46 +0000 (23:19 +0000)]
Fix for PR1018 - Better support for X86-64 Linux in small code model.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32026
91177308-0d34-0410-b5e6-
96231b3b80d8
Reid Spencer [Wed, 29 Nov 2006 21:37:00 +0000 (21:37 +0000)]
Get the delegation right for InstVisitor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32025
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 29 Nov 2006 19:58:49 +0000 (19:58 +0000)]
Fix bug codegen'ing FP constant vectors with integer splats. Make sure the
created intrinsics have the right integer types. This fixes
PowerPC/2006-11-29-AltivecFPSplat.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32024
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 29 Nov 2006 19:57:55 +0000 (19:57 +0000)]
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32023
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Wed, 29 Nov 2006 19:13:47 +0000 (19:13 +0000)]
Avoid inifinite looping if READCYCLECOUNTER isn't custom lowered.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32022
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Laskey [Wed, 29 Nov 2006 16:55:57 +0000 (16:55 +0000)]
Eliminate unnecessary scopes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32020
91177308-0d34-0410-b5e6-
96231b3b80d8
Jim Laskey [Wed, 29 Nov 2006 13:37:09 +0000 (13:37 +0000)]
Offset for load of 32-bit arg in 64-bit world was incorrect.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32019
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Wed, 29 Nov 2006 08:29:59 +0000 (08:29 +0000)]
Add x86-64 llvm.readcyclecounter test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32018
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Wed, 29 Nov 2006 08:28:13 +0000 (08:28 +0000)]
Custom lower READCYCLECOUNTER for x86-64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32017
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Wed, 29 Nov 2006 08:26:18 +0000 (08:26 +0000)]
Allow target to custom lower READCYCLECOUNTER (when it doesn't have to be expanded).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32016
91177308-0d34-0410-b5e6-
96231b3b80d8
Evan Cheng [Wed, 29 Nov 2006 08:22:59 +0000 (08:22 +0000)]
Fix test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32015
91177308-0d34-0410-b5e6-
96231b3b80d8
Bill Wendling [Wed, 29 Nov 2006 07:31:23 +0000 (07:31 +0000)]
Oops! didn't mean to put this in there yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32014
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 29 Nov 2006 07:21:46 +0000 (07:21 +0000)]
done
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32013
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 29 Nov 2006 07:21:08 +0000 (07:21 +0000)]
new bswap idiom
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32012
91177308-0d34-0410-b5e6-
96231b3b80d8
Chris Lattner [Wed, 29 Nov 2006 07:18:39 +0000 (07:18 +0000)]
implement cast.ll:test35. With this, we recognize:
unsigned short swp(unsigned short a) {
return ((a & 0xff00) >> 8 | (a & 0x00ff) << 8);
}
as an idiom for bswap.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32011
91177308-0d34-0410-b5e6-
96231b3b80d8