Chris Lattner
|
d12c27ce00
|
split mul/div/rem instructions out to their own file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92689 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-05 06:09:35 +00:00 |
|
Chris Lattner
|
43fd9017a6
|
convert various IntrinsicInst's to use class instead of struct.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92681 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-05 05:21:26 +00:00 |
|
Daniel Dunbar
|
da92fb430e
|
Fix some struct/class specifier mismatches.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92550 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-05 00:15:58 +00:00 |
|
Chris Lattner
|
80f43d339f
|
split 943 lines of instcombine out to a new InstCombineCasts.cpp
file. InstructionCombining.cpp is now down to a svelte 9300 lines :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92468 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-04 07:53:58 +00:00 |
|
Chris Lattner
|
02446fc99a
|
split instcombine of compares (visit[FI]Cmp) out to
a new InstCombineCompares.cpp file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92467 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-04 07:37:31 +00:00 |
|
Chris Lattner
|
e0b4b721aa
|
move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K lines out of instcombine.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92465 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-04 07:17:19 +00:00 |
|
Chris Lattner
|
ac8f2fd2e2
|
split the instcombine class definition out to a header shared
among the instcombine library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92463 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-04 07:12:23 +00:00 |
|