llvm-6502/lib/Transforms
Chris Lattner b6b26921e3 Add code to link method together with the same name if one is vararg and the other isn't.
This resolves definitions like this:
   %list * "foo"(...)
   %list * "foo"(int)

together which can often occur because C programmers don't put prototypes in like they should.  GRR


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1102 91177308-0d34-0410-b5e6-96231b3b80d8
2001-11-03 09:19:00 +00:00
..
Instrumentation Fix broken assertion. Didn't allow for pointer case 2001-10-29 17:27:38 +00:00
IPO Add code to link method together with the same name if one is vararg and the other isn't. 2001-11-03 09:19:00 +00:00
Scalar Expose the low level DCE mechanism to external users 2001-11-01 07:00:27 +00:00
Utils Don't forget to link type names together too. Fix for Olden/mst benchmark 2001-11-03 05:18:24 +00:00
HoistPHIConstants.cpp Convert to new simpler pass itf 2001-10-18 05:27:33 +00:00
LevelRaise.cpp * Add comments for peepholes 2001-11-01 17:05:27 +00:00
Makefile Added Instrumentation subdirectory. 2001-10-15 12:01:05 +00:00