1. 7b7768a fit in 80 columns and don't crash on exit, fixes PR8080 by Chris Lattner · 15 years ago
  2. 091217b Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  3. 4ba8e5d fix PR5649 by making fib use the JIT instead of the interpreter, patch by Perry Lorier! by Chris Lattner · 16 years ago
  4. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  5. edb4a70 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
  6. fc8a2d5 Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
  7. b6b2530 Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  8. 1e5f00e This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 16 years ago
  9. 1cf085d Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  10. 6773d38 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  11. 0c19df4 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 17 years ago
  12. 17f7165 Rework the routines that convert AP[S]Int into a string. Now, instead of by Chris Lattner · 17 years ago
  13. e1f6e4b 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. e9ecc68 API changes for class Use size reduction, wave 1. by Gabor Greif · 18 years ago
  15. 723f2a1 Fix an incorrect comment, PR2147. by Chris Lattner · 18 years ago
  16. bcf65db remove attributions from examples. by Chris Lattner · 18 years ago
  17. b0f158c rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() by Chris Lattner · 18 years ago
  18. 8a9ae48 Adjust for changes in GenericValue type. by Reid Spencer · 19 years ago
  19. b800b39 add some casts to support a change in the getOrInsertFunction interface by Chris Lattner · 19 years ago
  20. bc013ba For PR950: Convert signed integer types to signless. by Reid Spencer · 19 years ago
  21. 266e42b For PR950: by Reid Spencer · 19 years ago
  22. e0fc4df For PR950: by Reid Spencer · 19 years ago
  23. e46cbe7 Minor corrections. by Jeff Cohen · 20 years ago
  24. 11e26b5 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
  25. 5879f9c Don't forget these are calls by Chris Lattner · 20 years ago
  26. eaf625d These are legal for tail calls by Chris Lattner · 20 years ago
  27. 2f72baf Remove trailing whitespace at the end of lines by Misha Brukman · 21 years ago
  28. 84adfd8 Stop using abegin. by Alkis Evlogimenos · 21 years ago
  29. a73e7ca Clean up code layout, delete extra blank line, say `fibonacci' instead of `foo' by Misha Brukman · 21 years ago
  30. adb5342 Fix typeo by Chris Lattner · 21 years ago
  31. bd2886d Cleanup this example, simplifying it and making it conform to LLVM coding by Chris Lattner · 21 years ago
  32. 987319d Correct the file header to reflect the new "examples" home for the file. by Reid Spencer · 21 years ago
  33. b987b7c Moved the "SmallExamples" out of the /projects directory and into a new by Reid Spencer · 21 years ago[Renamed from llvm/projects/SmallExamples/Fibonacci/fibonacci.cpp]
  34. f30f28e Add the fibonacci example provided by Valery Khamenya. by Reid Spencer · 21 years ago