1. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  2. 6084326 Port this unittest to use LLVMContext. by Dan Gohman · 15 years ago
  3. 2214c94 Drop "constant" from !0 = constant metadata !{...} by Devang Patel · 15 years ago
  4. 320671d Update SLotTracker to handle MDNode slots. Simplify MDNode printing. by Devang Patel · 15 years ago
  5. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  6. 0b19bb7 Fix unit tests for LLVMContext+Module. by Owen Anderson · 15 years ago
  7. 1970a89 Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes as well. by Torok Edwin · 15 years ago
  8. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
  9. cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 15 years ago
  10. f3b0aac "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1, by Chris Lattner · 16 years ago
  11. 49a4ba9 Fix pointer casting problem. by Nick Lewycky · 16 years ago
  12. b9ca608 Fixed compiler warning. by Misha Brukman · 16 years ago
  13. 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 16 years ago
  14. 2e73426 Converted a1.ll to unittests. by Misha Brukman · 16 years ago