1. e5f8798 Keep track of stubs that are created. This fixes PR5162 and probably PR4822 and by Jeffrey Yasskin · 16 years ago
  2. 0f2ba78 Fix illegal cross-type aliasing. Found by baldrick on a newer gcc. by Jeffrey Yasskin · 16 years ago
  3. ea5ed00 Fix http://llvm.org/PR5116 by rolling back r60822. This passes `make unittests by Jeffrey Yasskin · 16 years ago
  4. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  5. feba756 Update unittest for LLVM API change. by Benjamin Kramer · 16 years ago
  6. debcb01 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
  7. eed707b 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
  8. d370d77 Unbreak unittests build. by Daniel Dunbar · 16 years ago
  9. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
  10. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  11. 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
  12. c6f40b6 Don't use a void return type with a function that returns a value. by Dan Gohman · 16 years ago
  13. 489393d Add an option to allocate JITed global data separately from code. By by Jeffrey Yasskin · 16 years ago