1. f352359 Type.h doesn't need to #include LLVMContext.h by Chris Lattner · 15 years ago
  2. 7b26b58 Update unittests for MDNode uniquing disable. by Daniel Dunbar · 15 years ago
  3. 5f4ac84 Now Bitcode reader bug is fixed. Reapply 80839. by Devang Patel · 15 years ago
  4. 8fc5576 Revert 80839 for now. It causes test failures. by Devang Patel · 15 years ago
  5. d9489cb Use CallbackVH, instead of WeakVH, to hold MDNode elements. by Devang Patel · 15 years ago
  6. d2a5cfe Disable uniqueness test for now. by Devang Patel · 15 years ago
  7. 5e794d4 update unit test for previous change. by Chris Lattner · 15 years ago
  8. 0c47a41 upgrade for removed functions. by Chris Lattner · 15 years ago
  9. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  10. 5d0bf1b Fix unit tests. by Owen Anderson · 15 years ago
  11. 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 15 years ago
  12. 20cc4b8 fix a unitialized pointer in NamedMDNode (and reenable unittest) by Benjamin Kramer · 15 years ago
  13. bb916fb Disable the NamedMDNodeTest, it is failing everywhere. by Daniel Dunbar · 15 years ago
  14. fa7c4dc Add NamedMDNode test. by Devang Patel · 15 years ago
  15. 9138b19 Update unittest for LLVM API change. by Benjamin Kramer · 15 years ago
  16. f83264b fix unittest by Benjamin Kramer · 15 years ago
  17. 92ccf70 Finish migrating VMCore to StringRef/Twine based APIs. by Daniel Dunbar · 15 years ago
  18. 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
  19. 2f9c3b0 MDString by Devang Patel · 15 years ago
  20. 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 15 years ago
  21. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  22. 6084326 Port this unittest to use LLVMContext. by Dan Gohman · 15 years ago
  23. 2214c94 Drop "constant" from !0 = constant metadata !{...} by Devang Patel · 15 years ago
  24. 320671d Update SLotTracker to handle MDNode slots. Simplify MDNode printing. by Devang Patel · 15 years ago
  25. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  26. 0b19bb7 Fix unit tests for LLVMContext+Module. by Owen Anderson · 15 years ago
  27. 1970a89 Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes as well. by Torok Edwin · 15 years ago
  28. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
  29. cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 15 years ago
  30. f3b0aac "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1, by Chris Lattner · 15 years ago
  31. 49a4ba9 Fix pointer casting problem. by Nick Lewycky · 15 years ago
  32. b9ca608 Fixed compiler warning. by Misha Brukman · 15 years ago
  33. 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 15 years ago
  34. 2e73426 Converted a1.ll to unittests. by Misha Brukman · 15 years ago