1. 3da59db For PR950: by Reid Spencer · 18 years ago
  2. dd0f8df Undo a patch that breaks llvm-as because the warning message is written to by Reid Spencer · 18 years ago
  3. c02af85 Write the WARNING message to cout instead of cerr. Writing to cerr causes by Reid Spencer · 18 years ago
  4. 403d43a Don't emit useless warning messages. by Reid Spencer · 18 years ago
  5. e481b94 Cast instruction not inserted into basic block. by Jim Laskey · 18 years ago
  6. 9b2b21b Add some more bulletproofing to auto upgrade of llvm.dbg intrinsics. by Jim Laskey · 18 years ago
  7. d06b5fc Change the argument types of llvm.dbg intrinsics. by Jim Laskey · 18 years ago
  8. 7538f4b Bugfix, unbreaking CodeGen/PowerPC/cttz.ll by Chris Lattner · 18 years ago
  9. 5a588a9 1. Handle removal of all arguments for a morphed intrinsic. by Jim Laskey · 18 years ago
  10. f4321a3 Handle the removal of the debug chain. by Jim Laskey · 18 years ago
  11. a758b82 autoupgrade memcpy/memmove/memset with signed counts. by Chris Lattner · 18 years ago
  12. 329b951 Unbreak autouprade of llvm.sqrt, simplify some code. by Chris Lattner · 18 years ago
  13. ffa987d Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving by Chris Lattner · 18 years ago
  14. e2a5fb0 Fix auto-upgrade of intrinsics to work properly with both assembly and by Reid Spencer · 19 years ago
  15. c79925a For PR411: by Reid Spencer · 19 years ago
  16. f690bc8 Remove dead expression. by Chris Lattner · 19 years ago
  17. 75d3226 Don't use invalidated use_iterator's. This fixes a crash compiling povray by Chris Lattner · 19 years ago
  18. e559184 Don't forget about casting the result of an upgraded call to an intrinsic by Reid Spencer · 19 years ago
  19. ff696cc Make get_suffix faster by using a switch on getTypeID rather than a series by Reid Spencer · 19 years ago
  20. 4283ac7 Add a new interface function to AutoUpgrade for simultaneously upgrading by Reid Spencer · 19 years ago
  21. e86bf51 For PR411: by Reid Spencer · 19 years ago