1. cda2a14 Fix C++0x narrowing errors when char is unsigned. by Jeffrey Yasskin · 13 years ago
  2. f5ec9b5 The 'expected' argument to EXPECT_EQ is actually the first one; by John McCall · 13 years ago
  3. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 13 years ago
  4. 5fdd6c8 Second attempt at de-constifying LLVM Types in FunctionType::get(), by Jay Foad · 13 years ago
  5. 2280ebd Revert r134893 and r134888 (and related patches in other trees). It was causing by Bill Wendling · 13 years ago
  6. f362aff De-constify Types in FunctionType::get(). by Jay Foad · 13 years ago
  7. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
  8. b065b06 Revamp the "ConstantStruct::get" methods. Previously, these were scattered by Chris Lattner · 13 years ago
  9. 117feba Teach getCastOpcode about element-by-element vector casts. For example, "trunc" by Duncan Sands · 13 years ago
  10. ec9186b PR9214: Convert Metadata API to use ArrayRef. by Jay Foad · 13 years ago
  11. 562b84b Don't include Operator.h from InstrTypes.h. by Jay Foad · 13 years ago
  12. 6079465 While testing dragonegg I noticed that isCastable and getCastOpcode by Duncan Sands · 13 years ago
  13. f202c43 Strip trailing whitespace. by Duncan Sands · 13 years ago
  14. ba7c38c Allow unnamed_addr on declarations. by Rafael Espindola · 14 years ago
  15. d72479c Reject uses of unnamed_addr in declarations. by Rafael Espindola · 14 years ago
  16. bea4626 First step in fixing PR8927: by Rafael Espindola · 14 years ago
  17. 43eaade Remove the "ugly" method BranchInst::setUnconditionalDest(). by Jay Foad · 14 years ago
  18. e562dba fix PR8867: a crash handling fp128. Thanks to Nick for the testcase. by Chris Lattner · 14 years ago
  19. e541528 Revert 119600 to unbreak the build. Francois, please investigate. by Jim Grosbach · 14 years ago
  20. f4efa8e Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ(). by Francois Pichet · 14 years ago
  21. 081c34b Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 14 years ago
  22. 520163c Move ValueMapTest from ADT to VMCore so that ADT doesn't need to link in "core". by Dan Gohman · 14 years ago
  23. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 14 years ago
  24. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 14 years ago
  25. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 14 years ago
  26. ee56c42 Prefix `next' iterator operation with `llvm::'. by Oscar Fuentes · 14 years ago
  27. 17aa92c Make NamedMDNode not be a subclass of Value, and simplify the interface by Dan Gohman · 14 years ago
  28. e332553 unit test to go along with r108610 by Chris Lattner · 14 years ago
  29. 48b17fa Switch from EXPECT_EQ({true,false, ...) to the more canonical by Chandler Carruth · 14 years ago
  30. 2decb22 introduce a new CallGraphSCC class, and pass it around by Chris Lattner · 14 years ago
  31. fe7bb05 another one by Gabor Greif · 15 years ago
  32. f5bf7c5 feedback from Nick by Gabor Greif · 15 years ago
  33. abf657f more BranchInst tests by Gabor Greif · 15 years ago
  34. d165e1a add BranchInst tests by Gabor Greif · 15 years ago
  35. 642c066 appease valgrind testers by Gabor Greif · 15 years ago
  36. 22385eb add single return tests by Gabor Greif · 15 years ago
  37. 138acfe fix PR6589 adjusted unittest by Gabor Greif · 15 years ago
  38. 5a7069a begin humbly with a repro of PR6589 by Gabor Greif · 15 years ago
  39. 2416115 Remove the last memory leak from the VMCore unit tests. by Jeffrey Yasskin · 15 years ago
  40. 9d0b3dd Remove a memory leak from MetadataTest. by Jeffrey Yasskin · 15 years ago
  41. 645a86f Remove a memory leak from VerifierTest. by Jeffrey Yasskin · 15 years ago
  42. e5790a4 Stop leaking MDStrings. by Jeffrey Yasskin · 15 years ago
  43. 6a7cb63 Teach the verifier to check the condition on a branch and ensure that it has by Nick Lewycky · 15 years ago
  44. 9233b15 Fix some of the memcheck errors found in the JIT unittests. by Jeffrey Yasskin · 15 years ago
  45. 9815582 Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't by Jeffrey Yasskin · 15 years ago
  46. 8dd0ab0 Revert 94484. Re-disable unittests that need RTTI. by Bob Wilson · 15 years ago
  47. f5fe3be Re-enable unit tests disabled in r94164 by telling GTest about the lack of RTTI. by Jeffrey Yasskin · 15 years ago
  48. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
  49. 3e30c2a NamedMDNode is a collection MDNodes. by Devang Patel · 15 years ago
  50. ab2f2f1 don't unittest mdnode printing, we have disassembler tests for this. by Chris Lattner · 15 years ago
  51. 5d0cacd rename "elements" of metadata to "operands". "Elements" are by Chris Lattner · 15 years ago
  52. ad715f8 This fixes a memory leak in OpaqueType found by Google's internal heapchecker. by Jeffrey Yasskin · 15 years ago
  53. f352359 Type.h doesn't need to #include LLVMContext.h by Chris Lattner · 15 years ago
  54. 7b26b58 Update unittests for MDNode uniquing disable. by Daniel Dunbar · 15 years ago
  55. 5f4ac84 Now Bitcode reader bug is fixed. Reapply 80839. by Devang Patel · 15 years ago
  56. 8fc5576 Revert 80839 for now. It causes test failures. by Devang Patel · 15 years ago
  57. d9489cb Use CallbackVH, instead of WeakVH, to hold MDNode elements. by Devang Patel · 15 years ago
  58. d2a5cfe Disable uniqueness test for now. by Devang Patel · 15 years ago
  59. 5e794d4 update unit test for previous change. by Chris Lattner · 15 years ago
  60. 0c47a41 upgrade for removed functions. by Chris Lattner · 15 years ago
  61. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  62. 5d0bf1b Fix unit tests. by Owen Anderson · 15 years ago
  63. 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 15 years ago
  64. 20cc4b8 fix a unitialized pointer in NamedMDNode (and reenable unittest) by Benjamin Kramer · 15 years ago
  65. bb916fb Disable the NamedMDNodeTest, it is failing everywhere. by Daniel Dunbar · 15 years ago
  66. fa7c4dc Add NamedMDNode test. by Devang Patel · 15 years ago
  67. 9138b19 Update unittest for LLVM API change. by Benjamin Kramer · 15 years ago
  68. f83264b fix unittest by Benjamin Kramer · 15 years ago
  69. 92ccf70 Finish migrating VMCore to StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago
  70. eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 15 years ago
  71. 2f9c3b0 MDString by Devang Patel · 15 years ago
  72. 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 15 years ago
  73. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  74. 6084326 Port this unittest to use LLVMContext. by Dan Gohman · 15 years ago
  75. 2214c94 Drop "constant" from !0 = constant metadata !{...} by Devang Patel · 15 years ago
  76. 320671d Update SLotTracker to handle MDNode slots. Simplify MDNode printing. by Devang Patel · 15 years ago
  77. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  78. 0b19bb7 Fix unit tests for LLVMContext+Module. by Owen Anderson · 15 years ago
  79. 1970a89 Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes as well. by Torok Edwin · 15 years ago
  80. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
  81. cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 15 years ago
  82. f3b0aac "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1, by Chris Lattner · 15 years ago
  83. 49a4ba9 Fix pointer casting problem. by Nick Lewycky · 15 years ago
  84. b9ca608 Fixed compiler warning. by Misha Brukman · 15 years ago
  85. 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 15 years ago
  86. 2e73426 Converted a1.ll to unittests. by Misha Brukman · 15 years ago