1. 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 13 years ago
  2. e5dfa8f Modify comment. by Johnny Chen · 13 years ago
  3. c3a627d Have the JIT tutorial use IRBuilder for the IR. by Eric Christopher · 13 years ago
  4. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  5. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  6. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  7. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  8. f9fba30 Repository access test commit by Garrison Venn · 15 years ago
  9. f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 15 years ago
  10. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  11. eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 15 years ago
  12. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
  13. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  14. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  15. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  16. da06288 make sure that JIT examples link in their appropriate target. by Chris Lattner · 15 years ago
  17. eb55f3e Another attempt at fixing PR2975. by Torok Edwin · 15 years ago
  18. 5ce1b11 revert r68457, its crashing in make check. by Torok Edwin · 15 years ago
  19. 59d5f83 fix (part of) memory leak on shutdown. See PR2975. by Torok Edwin · 15 years ago
  20. 57bd83b CMake: use add_llvm_example for HowToUseJIT. by Oscar Fuentes · 16 years ago
  21. dbc2e85 CMake: Builds all examples. Corrected name of CBackend target. by Oscar Fuentes · 16 years ago
  22. 944fac7 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 16 years ago
  23. c40c8b3 Remove asmprinters from examples by default. This reduces their size by ~5% by Anton Korobeynikov · 16 years ago
  24. fad86b0 Rework the routines that convert AP[S]Int into a string. Now, instead of by Chris Lattner · 16 years ago
  25. 7cbd8a3 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 · 16 years ago
  26. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  27. fc001bb remove attributions from examples. by Chris Lattner · 17 years ago
  28. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  29. 9132a2b rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() by Chris Lattner · 17 years ago
  30. 34bd70d Adjust for changes in GenericValue type. by Reid Spencer · 18 years ago
  31. 680f2f0 eliminate vector-related ctors by Chris Lattner · 18 years ago
  32. bc0895a Add a #include to resolve IntegerType class. by Reid Spencer · 18 years ago
  33. 6a98754 add some casts to support a change in the getOrInsertFunction interface by Chris Lattner · 18 years ago
  34. db8d2be For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
  35. b83eb64 For PR950: by Reid Spencer · 18 years ago
  36. 885e3cb Use llvm-config to determine what to link in by Chris Lattner · 18 years ago
  37. afebb44 Minor corrections. by Jeff Cohen · 19 years ago
  38. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  39. 47968e4 These are legal for tail calls by Chris Lattner · 19 years ago
  40. 237cef4 Remove trailing whitespace at the end of lines by Misha Brukman · 19 years ago
  41. 1d9f262 Stop using abegin and aend. by Alkis Evlogimenos · 20 years ago
  42. 8f63178 Use LLVMLIBS=JIT to get JIT libraries by Reid Spencer · 20 years ago
  43. 815cbcf Fix PR456:\ by Reid Spencer · 20 years ago
  44. a9504af Use the shared Makefile.JIT for JIT-enablement, which also enables the examples by Misha Brukman · 20 years ago
  45. 66e7cd0 Correct the file header to reflect the new "examples" home for the file. by Reid Spencer · 20 years ago
  46. 86e5aef Add library LLVMsystem.a because the JIT now needs it. by Reid Spencer · 20 years ago
  47. 3a168a7 Moved small examples from /projects/SmallExamples to /examples. by Reid Spencer · 20 years ago
  48. f3b4755 Make the SmallExamples programs compile in their new home. by Reid Spencer · 20 years ago
  49. 95f114c Switch to using the JIT now that it can directly call zeroarg functions by Chris Lattner · 20 years ago
  50. e8bf58c Simplify code, make it print the constructed module before it is run. by Chris Lattner · 20 years ago
  51. 54706d6 Fix a copy & paste error .. correct the description of the program. by Reid Spencer · 20 years ago
  52. 26a4ba7 Adding a simple example of how to use the JIT. by Reid Spencer · 20 years ago