aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AutoUpgrade.cpp
Commit message (Expand)AuthorAgeFilesLines
* Undo a patch that breaks llvm-as because the warning message is written toReid Spencer2006-05-301-1/+1
* Write the WARNING message to cout instead of cerr. Writing to cerr causesReid Spencer2006-05-301-1/+1
* Don't emit useless warning messages.Reid Spencer2006-04-121-2/+3
* Cast instruction not inserted into basic block.Jim Laskey2006-03-251-41/+5
* Add some more bulletproofing to auto upgrade of llvm.dbg intrinsics.Jim Laskey2006-03-231-13/+9
* Change the argument types of llvm.dbg intrinsics.Jim Laskey2006-03-231-23/+64
* Bugfix, unbreaking CodeGen/PowerPC/cttz.llChris Lattner2006-03-141-1/+1
* 1. Handle removal of all arguments for a morphed intrinsic.Jim Laskey2006-03-141-1/+4
* Handle the removal of the debug chain.Jim Laskey2006-03-131-47/+99
* autoupgrade memcpy/memmove/memset with signed counts.Chris Lattner2006-03-091-4/+12
* Unbreak autouprade of llvm.sqrt, simplify some code.Chris Lattner2006-03-031-38/+12
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-021-133/+116
* Fix auto-upgrade of intrinsics to work properly with both assembly andReid Spencer2006-01-271-28/+98
* For PR411:Reid Spencer2006-01-231-7/+6
* Remove dead expression.Chris Lattner2006-01-201-1/+1
* Don't use invalidated use_iterator's. This fixes a crash compiling povrayChris Lattner2006-01-201-2/+2
* Don't forget about casting the result of an upgraded call to an intrinsicReid Spencer2006-01-191-1/+4
* Make get_suffix faster by using a switch on getTypeID rather than a seriesReid Spencer2006-01-191-12/+9
* Add a new interface function to AutoUpgrade for simultaneously upgradingReid Spencer2006-01-191-59/+150
* For PR411:Reid Spencer2006-01-161-0/+105