1. b0f158c rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() by Chris Lattner · 18 years ago
  2. 8a9ae48 Adjust for changes in GenericValue type. by Reid Spencer · 19 years ago
  3. e3cf188 eliminate vector-related ctors by Chris Lattner · 19 years ago
  4. 727f31b Add a #include to resolve IntegerType class. by Reid Spencer · 19 years ago
  5. b800b39 add some casts to support a change in the getOrInsertFunction interface by Chris Lattner · 19 years ago
  6. bc013ba For PR950: Convert signed integer types to signless. by Reid Spencer · 19 years ago
  7. e0fc4df For PR950: by Reid Spencer · 19 years ago
  8. e46cbe7 Minor corrections. by Jeff Cohen · 20 years ago
  9. 11e26b5 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
  10. eaf625d These are legal for tail calls by Chris Lattner · 20 years ago
  11. 2f72baf Remove trailing whitespace at the end of lines by Misha Brukman · 21 years ago
  12. 222dcd4 Stop using abegin and aend. by Alkis Evlogimenos · 21 years ago
  13. 987319d Correct the file header to reflect the new "examples" home for the file. by Reid Spencer · 21 years ago
  14. b987b7c Moved the "SmallExamples" out of the /projects directory and into a new by Reid Spencer · 21 years ago[Renamed from llvm/projects/SmallExamples/HowToUseJIT/HowToUseJIT.cpp]
  15. 90b057b Moved these files to "SmallExamples" directory. by Reid Spencer · 21 years ago[Renamed from llvm/projects/HowToUseJIT/HowToUseJIT.cpp]
  16. 30411e0 Switch to using the JIT now that it can directly call zeroarg functions by Chris Lattner · 21 years ago
  17. f56b692 Simplify code, make it print the constructed module before it is run. by Chris Lattner · 21 years ago
  18. e66c307 Fix a copy & paste error .. correct the description of the program. by Reid Spencer · 21 years ago
  19. b8773e3 Adding a simple example of how to use the JIT. by Reid Spencer · 21 years ago