1. cf880b9 Unify clang/llvm attributes for asan/tsan/msan (LLVM part) by Kostya Serebryany · 13 years ago
  2. 90bc19c Modify the LLVM assembly output so that it uses references to represent function attributes. by Bill Wendling · 13 years ago
  3. 7321fec Test for string attributes and for attribute group output. by Bill Wendling · 13 years ago
  4. d688bab [tsan/msan] adding thread_safety and uninitialized_checks attributes by Kostya Serebryany · 13 years ago
  5. afaced0 Change encoding of instruction operands in bitcode binaries to be relative by Jan Wen Voung · 13 years ago
  6. 736a4fc BitcodeReader: Correctly insert blockaddress constant referring to a already parsed function. by Benjamin Kramer · 13 years ago
  7. b84f7be More replacing of target-dependent intrinsics with target-indepdent by Joel Jones · 13 years ago
  8. 43cb878 This is one of the first steps at moving to replace target-dependent by Joel Jones · 13 years ago
  9. 326edc5 Fixed diff comparison. by Stepan Dyatkovskiy · 13 years ago
  10. 0a4a261 Make tests which first provide a negative assertion via 'not', then by Chandler Carruth · 13 years ago
  11. 17ee58a Add AutoUpgrade support for the SSE4 ptest intrinsics. by Nadav Rotem · 13 years ago
  12. e17b69a PR12696: Attribute bits above 1<<30 are not encoded in bitcode by Meador Inge · 14 years ago
  13. 0beab5e Recommited r156374 with critical fixes in BitcodeReader/Writer: by Stepan Dyatkovskiy · 14 years ago
  14. 5eafce5 Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt buildbot failure. by Stepan Dyatkovskiy · 14 years ago
  15. b6a4640 Ordinary patch for PR1255. by Stepan Dyatkovskiy · 14 years ago
  16. 57f8e5e FileCheckize these testcases. by Bill Wendling · 14 years ago
  17. 924f9a6 Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. by Eli Bendersky · 14 years ago
  18. 6aa6c0c remove some old autoupgrade logic by Chris Lattner · 14 years ago
  19. 1c9e567 remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible back to 3.0 by Chris Lattner · 14 years ago
  20. 6ebf401 The bitcode reader can create an shuffle with a place holder mask which it will by Mon P Wang · 14 years ago
  21. 67a5df5 Add a few test cases to ensure the bitcode reader is backward compatible with by Chad Rosier · 14 years ago
  22. 1248500 Simplify tests by not piping them through llvm-dis. by Chad Rosier · 14 years ago
  23. 48d4366 Fix these test cases to not use .bc files. Otherwise, we run into issues with by Chad Rosier · 14 years ago
  24. 8936d2b Remove support for parsing the "type i32" syntax for defining a numbered by Chris Lattner · 14 years ago
  25. 80ed9dc rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is by Chris Lattner · 14 years ago
  26. f1c8710 remove support for a bunch of obsolete instruction encodings by Chris Lattner · 14 years ago
  27. 96ea58e Add missing newlines. by Chad Rosier · 15 years ago
  28. f374d8b Fix test cases that were previously using grep to use FileCheck by Chad Rosier · 15 years ago
  29. bbdca74 Typo is test case by Chad Rosier · 15 years ago
  30. 3252177 CRC32 intrinsics were renamed at revision 132163. This submission by Chad Rosier · 15 years ago
  31. 64c9284 It's valid to take the blockaddress of a different function, so remove this by Nick Lewycky · 15 years ago
  32. 18381b4 Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. Frontends by Evan Cheng · 15 years ago
  33. efb1391 Testcase for PR8494 (invalid bitcode crashing the bitcode reader). by Duncan Sands · 15 years ago
  34. dd224d2 Massive rewrite of MMX: by Dale Johannesen · 15 years ago
  35. e26fffc Auto-upgrade the magic ".llvm.eh.catch.all.value" global to by Bill Wendling · 15 years ago
  36. f65c9ef Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the by Bob Wilson · 15 years ago
  37. 38ab35a Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, by Bob Wilson · 15 years ago
  38. 4cd8a12 Remove NEON vmovn intrinsic, replacing it with vector truncate operations. by Bob Wilson · 15 years ago
  39. d0c0548 Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvm by Bob Wilson · 15 years ago
  40. edf722a Add alignment arguments to all the NEON load/store intrinsics. by Bob Wilson · 15 years ago
  41. 9a511c0 Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend and by Bob Wilson · 15 years ago
  42. c239eb7 reapply 'reject forward references to functions whose type don't match' by Chris Lattner · 16 years ago
  43. 64831c6 Remove the palignr intrinsics now that we lower them to vector shuffles, by Eric Christopher · 16 years ago
  44. c459a0f Revert "reject forward references to functions whose type don't match", because DJG told me to! by Daniel Dunbar · 16 years ago
  45. 5a44950 reject forward references to functions whose type don't match by Chris Lattner · 16 years ago
  46. 3ae2dd2 add newlines at the end of files. by Chris Lattner · 16 years ago
  47. c576ee9 Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 16 years ago
  48. 999c1b9 Revert r100191 since it breaks objc in clang by Mon P Wang · 16 years ago
  49. a972ab8 Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 16 years ago
  50. 6ad8167 Remove the pmulld intrinsic and autoupdate it as a vector multiply. by Eric Christopher · 16 years ago
  51. 00f4747 Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case by Dan Gohman · 16 years ago
  52. 1880092 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 16 years ago
  53. 9737a63 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 16 years ago
  54. 0d4bbf2 Remove obsolete -f flags. by Dan Gohman · 16 years ago
  55. 05eb617 Use separate ValueList for metadata. This fixes PR4666. by Devang Patel · 16 years ago
  56. 8cca7b4 Revert recent bitcode writer patches. by Devang Patel · 16 years ago
  57. 8abe6bc Constants and Metadata share ValueList. This means they must be emitted interleaved (using appropriate BLOCK_IDs) otherwise ValuePtrs index gets out of sync. by Devang Patel · 16 years ago
  58. a879819 Don't remove aggregate-typed module level constants before encoding functions by Nick Lewycky · 16 years ago
  59. fa4e35a fix a bitcode reader bug where it can't handle extractelement correctly: by Chris Lattner · 17 years ago
  60. 91a2e56 Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq. by Evan Cheng · 18 years ago
  61. 2146270c Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2.unpckl.pd intrinsics. These will be lowered into shuffles. by Evan Cheng · 18 years ago
  62. 5065932 Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd. by Evan Cheng · 18 years ago
  63. d01c562 Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. by Gabor Greif · 18 years ago
  64. 1e427c3 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 18 years ago
  65. f45ff35 Rename the last test with .llx extension to .ll, resolve duplicate test by renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. by Gabor Greif · 18 years ago
  66. aec0914 fix this test. by Chris Lattner · 18 years ago
  67. c36fefe Remove llvm-upgrade. by Tanya Lattner · 18 years ago
  68. 0e179d0 Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure by Evan Cheng · 18 years ago
  69. 7132e00 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 · 18 years ago
  70. fb95b0e Moving regression test to reflect move in source and headers to Bitcode. by Chandler Carruth · 18 years ago