1. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  2. fa5a91a Undo 48570. Correctly match mmx shift instructions with an immediate operand. by Evan Cheng · 16 years ago
  3. dff1dca Add intrinsics to match mmx shift builtin's with immediate operand. by Evan Cheng · 16 years ago
  4. 58d7491 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 16 years ago
  5. 22c3979 Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 16 years ago
  6. ae9f3a3 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 16 years ago
  7. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  8. a5cecd0 Remove int_x86_sse2_movl_dq. It's replaced with a string compare. by Evan Cheng · 17 years ago
  9. f9b83fc Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure by Evan Cheng · 17 years ago
  10. d04764a All MMX shift instructions took a <2 x i32> vector as the shift amount parameter. Change this to be <1 x i64> instead, which matches the assembler instruction. by Anders Carlsson · 17 years ago
  11. a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 17 years ago
  12. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  13. 6994040 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 17 years ago
  14. c1126ac Remove dead code. by Reid Spencer · 18 years ago
  15. 8f48766 Changed to using LLVM streams. by Bill Wendling · 18 years ago
  16. 3da59db For PR950: by Reid Spencer · 18 years ago
  17. dd0f8df Undo a patch that breaks llvm-as because the warning message is written to by Reid Spencer · 18 years ago
  18. c02af85 Write the WARNING message to cout instead of cerr. Writing to cerr causes by Reid Spencer · 18 years ago
  19. 403d43a Don't emit useless warning messages. by Reid Spencer · 18 years ago
  20. e481b94 Cast instruction not inserted into basic block. by Jim Laskey · 18 years ago
  21. 9b2b21b Add some more bulletproofing to auto upgrade of llvm.dbg intrinsics. by Jim Laskey · 18 years ago
  22. d06b5fc Change the argument types of llvm.dbg intrinsics. by Jim Laskey · 18 years ago
  23. 7538f4b Bugfix, unbreaking CodeGen/PowerPC/cttz.ll by Chris Lattner · 18 years ago
  24. 5a588a9 1. Handle removal of all arguments for a morphed intrinsic. by Jim Laskey · 18 years ago
  25. f4321a3 Handle the removal of the debug chain. by Jim Laskey · 18 years ago
  26. a758b82 autoupgrade memcpy/memmove/memset with signed counts. by Chris Lattner · 18 years ago
  27. 329b951 Unbreak autouprade of llvm.sqrt, simplify some code. by Chris Lattner · 18 years ago
  28. ffa987d Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving by Chris Lattner · 18 years ago
  29. e2a5fb0 Fix auto-upgrade of intrinsics to work properly with both assembly and by Reid Spencer · 19 years ago
  30. c79925a For PR411: by Reid Spencer · 19 years ago
  31. f690bc8 Remove dead expression. by Chris Lattner · 19 years ago
  32. 75d3226 Don't use invalidated use_iterator's. This fixes a crash compiling povray by Chris Lattner · 19 years ago
  33. e559184 Don't forget about casting the result of an upgraded call to an intrinsic by Reid Spencer · 19 years ago
  34. ff696cc Make get_suffix faster by using a switch on getTypeID rather than a series by Reid Spencer · 19 years ago
  35. 4283ac7 Add a new interface function to AutoUpgrade for simultaneously upgrading by Reid Spencer · 19 years ago
  36. e86bf51 For PR411: by Reid Spencer · 19 years ago