Chris Lattner
|
dc054bf39a
|
split mul/div/rem instructions out to their own file.
llvm-svn: 92689
|
2010-01-05 06:09:35 +00:00 |
Chris Lattner
|
27acfcd1c4
|
convert various IntrinsicInst's to use class instead of struct.
llvm-svn: 92681
|
2010-01-05 05:21:26 +00:00 |
Daniel Dunbar
|
72a87448c1
|
Fix some struct/class specifier mismatches.
llvm-svn: 92550
|
2010-01-05 00:15:58 +00:00 |
Chris Lattner
|
2b295a0eba
|
split 943 lines of instcombine out to a new InstCombineCasts.cpp
file. InstructionCombining.cpp is now down to a svelte 9300 lines :)
llvm-svn: 92468
|
2010-01-04 07:53:58 +00:00 |
Chris Lattner
|
2188e40e4c
|
split instcombine of compares (visit[FI]Cmp) out to
a new InstCombineCompares.cpp file.
llvm-svn: 92467
|
2010-01-04 07:37:31 +00:00 |
Chris Lattner
|
7e0449172c
|
move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K lines out of instcombine.cpp
llvm-svn: 92465
|
2010-01-04 07:17:19 +00:00 |
Chris Lattner
|
35522b7465
|
split the instcombine class definition out to a header shared
among the instcombine library.
llvm-svn: 92463
|
2010-01-04 07:12:23 +00:00 |