1. 35b4707 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  2. eacb44d Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 16 years ago
  3. fa3585b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
  4. 9f5b2aa Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  5. a148fdd Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  6. 25209b4 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  7. 8ed24c5 make sure that JIT examples link in their appropriate target. by Chris Lattner · 16 years ago
  8. 29258f7 Another attempt at fixing PR2975. by Edwin Török · 16 years ago
  9. 6a7db31 revert r68457, its crashing in make check. by Edwin Török · 16 years ago
  10. 7a19dc9 fix (part of) memory leak on shutdown. See PR2975. by Edwin Török · 16 years ago
  11. 1fefaac Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 17 years ago
  12. 89b3658 Rework the routines that convert AP[S]Int into a string. Now, instead of by Chris Lattner · 17 years ago
  13. a645dd3 API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.) by Gabor Greif · 17 years ago
  14. d6da1d0 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  15. 45ca7c1 remove attributions from examples. by Chris Lattner · 18 years ago
  16. 9b502d4 rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() by Chris Lattner · 18 years ago
  17. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago