Nick Lewycky
|
51cb632a1b
|
Add a new helper method to SwitchInst. Useful when you've got a BB from
somewhere (like the dominator graph) and would like to know which case it
came from.
llvm-svn: 30466
|
2006-09-18 19:03:59 +00:00 |
Chris Lattner
|
de07792595
|
Fix an infinite loop building the CFE
llvm-svn: 30465
|
2006-09-18 18:27:05 +00:00 |
Chris Lattner
|
3425123ced
|
new testcase
llvm-svn: 30464
|
2006-09-18 18:07:51 +00:00 |
Andrew Lenharth
|
3aa3ad780e
|
Jump tables on Alpha
llvm-svn: 30463
|
2006-09-18 18:01:03 +00:00 |
Andrew Lenharth
|
51ad73c98c
|
oops
llvm-svn: 30462
|
2006-09-18 18:00:18 +00:00 |
Andrew Lenharth
|
c50458fb90
|
absolute addresses must match pointer size
llvm-svn: 30461
|
2006-09-18 17:59:35 +00:00 |
Jim Laskey
|
d30bba331f
|
Sort out mangled names for globals
llvm-svn: 30460
|
2006-09-18 14:47:26 +00:00 |
Chris Lattner
|
67a35bbce7
|
Implement a trivial optzn: of vastart is never called in a function that takes
... args, remove the '...'.
This is Transforms/DeadArgElim/dead_vaargs.ll
llvm-svn: 30459
|
2006-09-18 07:02:31 +00:00 |
Chris Lattner
|
5c1bfd0311
|
new testcase
llvm-svn: 30458
|
2006-09-18 07:01:39 +00:00 |
Chris Lattner
|
523dbc5c19
|
add a note. Our 64-bit shifts are ~30% slower than gcc's
llvm-svn: 30457
|
2006-09-18 05:36:54 +00:00 |
Chris Lattner
|
4922a0e53f
|
Implement InstCombine/cast.ll:test31. This speeds up 462.libquantum by 26%.
llvm-svn: 30456
|
2006-09-18 05:27:43 +00:00 |
Chris Lattner
|
52d170fc94
|
new testcase
llvm-svn: 30455
|
2006-09-18 05:25:10 +00:00 |
Chris Lattner
|
04fb628ea6
|
Add support for pattern matching cast operations
llvm-svn: 30454
|
2006-09-18 05:17:11 +00:00 |
Chris Lattner
|
8f499f1772
|
fix typo
llvm-svn: 30453
|
2006-09-18 04:58:06 +00:00 |
Chris Lattner
|
b0b8ddd175
|
add a helper method
llvm-svn: 30452
|
2006-09-18 04:54:57 +00:00 |
Chris Lattner
|
4a13d3b391
|
This is closer to what we really want.
llvm-svn: 30451
|
2006-09-18 04:54:35 +00:00 |
Chris Lattner
|
420c4bcc8d
|
Implement Transforms/InstCombine/shift-sra.ll:test0
llvm-svn: 30450
|
2006-09-18 04:31:40 +00:00 |
Chris Lattner
|
00a07af638
|
New testcase, can be an srl instead of sra
llvm-svn: 30449
|
2006-09-18 04:31:18 +00:00 |
Chris Lattner
|
b3f24c91b0
|
Rewrite shift/and/compare sequences to promote better licm of the RHS.
Use isLogicalShift/isArithmeticShift to simplify code.
llvm-svn: 30448
|
2006-09-18 04:22:48 +00:00 |
Reid Spencer
|
99dedf4a44
|
Make the LLVM Publications link point to /pubs/ since this has moved to
its own page on the LLVM web site.
llvm-svn: 30447
|
2006-09-17 23:05:15 +00:00 |
Anton Korobeynikov
|
6f7072c66a
|
Added some eye-candy for Subtarget type checking
Added X86 StdCall & FastCall calling conventions. Codegen will follow.
llvm-svn: 30446
|
2006-09-17 20:25:45 +00:00 |
Chris Lattner
|
f16dc007e6
|
Add ShiftInst::isLogical/ArithmeticShift methods.
llvm-svn: 30445
|
2006-09-17 19:29:56 +00:00 |
Chris Lattner
|
e1496fbb33
|
Add new SetCondInst::isRelational/isEquality methods. Rename
Instruction::isRelational to Instruction::isComparison.
llvm-svn: 30444
|
2006-09-17 19:14:47 +00:00 |
Nick Lewycky
|
241211939d
|
Explain change with a comment.
llvm-svn: 30443
|
2006-09-17 17:51:00 +00:00 |
Nick Lewycky
|
c7b465366a
|
Fix PR912. The input to erase() must not be a reference to the data
being erased.
llvm-svn: 30442
|
2006-09-17 16:23:36 +00:00 |
Anton Korobeynikov
|
0ab01ff6e2
|
Small fixes for supporting dll* linkage types
llvm-svn: 30441
|
2006-09-17 13:06:18 +00:00 |
Chris Lattner
|
f7e3478745
|
add a note noticed through source inspection
llvm-svn: 30418
|
2006-09-16 23:57:51 +00:00 |
Chris Lattner
|
e50f5d1fb1
|
Oh yeah, this is needed too
llvm-svn: 30407
|
2006-09-16 05:08:34 +00:00 |
Chris Lattner
|
63b113f68c
|
add a note
llvm-svn: 30406
|
2006-09-16 03:30:19 +00:00 |
Chris Lattner
|
850465d53f
|
Fix Transforms/InstCombine/2006-09-15-CastToBool.ll and PR913
llvm-svn: 30405
|
2006-09-16 03:14:10 +00:00 |
Chris Lattner
|
5772ba4f50
|
Testcase for PR913
llvm-svn: 30404
|
2006-09-16 03:13:22 +00:00 |
Chris Lattner
|
1b63391fdf
|
simplify control flow, no functionality change
llvm-svn: 30403
|
2006-09-16 00:21:44 +00:00 |
Chris Lattner
|
fbadbda6ba
|
Allow custom expand of mul
llvm-svn: 30402
|
2006-09-16 00:09:24 +00:00 |
Chris Lattner
|
ff8a6b86db
|
comment out debug code
llvm-svn: 30401
|
2006-09-15 23:01:10 +00:00 |
Chris Lattner
|
634bc046ca
|
Add a new -cbe-bug mode, which works just like -run-llc, except that it uses
LLC as the reference compiler to reduce testcases for bugs in GCC.
llvm-svn: 30400
|
2006-09-15 21:29:15 +00:00 |
Chris Lattner
|
c9dc375d3e
|
add a nate note
llvm-svn: 30399
|
2006-09-15 20:31:36 +00:00 |
Chris Lattner
|
1bcb3d16cc
|
xfail this for now
llvm-svn: 30398
|
2006-09-15 17:25:22 +00:00 |
Chris Lattner
|
9482cc5b16
|
revert previous two patches. They cause miscompilation of MultiSource/Applications/Burg
llvm-svn: 30397
|
2006-09-15 17:24:45 +00:00 |
Jim Laskey
|
ee7929db34
|
Switching to NewNightlyTest.php
llvm-svn: 30394
|
2006-09-15 17:03:36 +00:00 |
Chris Lattner
|
84890d2da1
|
The inliner strips dead allocas now. Add a use to allow this test to
test the right thing.
llvm-svn: 30393
|
2006-09-15 16:53:11 +00:00 |
Owen Anderson
|
edadd3faee
|
Revert my previous work on ArgumentPromotion. Further investigation has revealed these
changes to be incorrect. They just weren't showing up in any of our current testcases.
llvm-svn: 30385
|
2006-09-15 05:22:51 +00:00 |
Chris Lattner
|
8d2b9a431b
|
Unbreak the JIT
llvm-svn: 30384
|
2006-09-15 04:56:11 +00:00 |
Chris Lattner
|
8fb3d445f5
|
Keep track of the start of MBB's in a separate map from instructions. This
is faster and is needed for future improvements.
llvm-svn: 30383
|
2006-09-15 03:57:23 +00:00 |
Evan Cheng
|
f8464da015
|
Remove a unnecessary check.
llvm-svn: 30382
|
2006-09-14 23:55:02 +00:00 |
Chris Lattner
|
3ffda067e3
|
Relax this check.
llvm-svn: 30381
|
2006-09-14 23:54:24 +00:00 |
Devang Patel
|
9ce9df5912
|
Undo previous check-in.
Reintroduce recursive assignDFSNumber().
llvm-svn: 30380
|
2006-09-14 21:43:24 +00:00 |
Chris Lattner
|
46d710e6ea
|
Fold (X & C1) | (Y & C2) -> (X|Y) & C3 when possible.
This implements CodeGen/X86/and-or-fold.ll
llvm-svn: 30379
|
2006-09-14 21:11:37 +00:00 |
Chris Lattner
|
4c4e077546
|
New testcase
llvm-svn: 30378
|
2006-09-14 21:10:06 +00:00 |
Chris Lattner
|
2aa98e0363
|
add a note
llvm-svn: 30377
|
2006-09-14 20:56:30 +00:00 |
Chris Lattner
|
97614c86ce
|
Split rotate matching code out to its own function. Make it stronger, by
matching things like ((x >> c1) & c2) | ((x << c3) & c4) to (rot x, c5) & c6
llvm-svn: 30376
|
2006-09-14 20:50:57 +00:00 |