1. bef8e0b add a new BF->LLVM translator, contributed by Sterling Stein. by Chris Lattner · 17 years ago
  2. 9132a2b rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() by Chris Lattner · 17 years ago
  3. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  4. 241c3da Remove BFtoLLVM. It was old, and a poor example because it didn't use best practices for making by Owen Anderson · 17 years ago
  5. 4bcca0f switch this to bitcode instead of bytecode by Chris Lattner · 17 years ago
  6. c20c6c3 Revert last patch. The examples build now. by Reid Spencer · 17 years ago
  7. 34bd70d Adjust for changes in GenericValue type. by Reid Spencer · 17 years ago
  8. 3c2319e temporarily disable this until Reid has a chance to fix it. by Chris Lattner · 17 years ago
  9. 680f2f0 eliminate vector-related ctors by Chris Lattner · 17 years ago
  10. 5642703 Fix a #include to resolve IntegerType class. by Reid Spencer · 18 years ago
  11. bc0895a Add a #include to resolve IntegerType class. by Reid Spencer · 18 years ago
  12. 6a98754 add some casts to support a change in the getOrInsertFunction interface by Chris Lattner · 18 years ago
  13. db8d2be For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
  14. e4d87aa For PR950: by Reid Spencer · 18 years ago
  15. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  16. 1000b73 For PR1019: by Reid Spencer · 18 years ago
  17. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  18. b83eb64 For PR950: by Reid Spencer · 18 years ago
  19. 885e3cb Use llvm-config to determine what to link in by Chris Lattner · 18 years ago
  20. 4645cdc WriteBytecodeToFile actually can't throw. by Chris Lattner · 18 years ago
  21. e197821 WriteBytecodeToFile throws, so this needs EH info. by Chris Lattner · 18 years ago
  22. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  23. b756c79 Support correct build: by Reid Spencer · 18 years ago
  24. 7dbb2d6 Correct some grammar and describe current reality. by Reid Spencer · 18 years ago
  25. b461131 Catch a potentially thrown exception. by Chris Lattner · 18 years ago
  26. afebb44 Minor corrections. by Jeff Cohen · 18 years ago
  27. fb882ce Upgrade this to use the new intrinsic names by Chris Lattner · 18 years ago
  28. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  29. 0a262ba For PR616: by Reid Spencer · 19 years ago
  30. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  31. 6fb0d73 Get rid of warnings on Alpha by Reid Spencer · 19 years ago
  32. 6a60d18 Correct the file title. by Reid Spencer · 19 years ago
  33. e8cdc8b For PR418: by Reid Spencer · 19 years ago
  34. f6b5c1a Don't forget these are calls by Chris Lattner · 19 years ago
  35. 47968e4 These are legal for tail calls by Chris Lattner · 19 years ago
  36. 59f6449 Convert tabs to spaces by Misha Brukman · 19 years ago
  37. 237cef4 Remove trailing whitespace at the end of lines by Misha Brukman · 19 years ago
  38. 7db7fa0 add missing copyright header by Chris Lattner · 19 years ago
  39. 1d9f262 Stop using abegin and aend. by Alkis Evlogimenos · 19 years ago
  40. dadf881 Stop using abegin. by Alkis Evlogimenos · 19 years ago
  41. 8f63178 Use LLVMLIBS=JIT to get JIT libraries by Reid Spencer · 20 years ago
  42. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  43. 815cbcf Fix PR456:\ by Reid Spencer · 20 years ago
  44. 7cf540b Clean up code layout, delete extra blank line, say `fibonacci' instead of `foo' by Misha Brukman · 20 years ago
  45. 3c7d7ee Fix typeo by Chris Lattner · 20 years ago
  46. 38f024d Cleanup this example, simplifying it and making it conform to LLVM coding by Chris Lattner · 20 years ago
  47. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  48. a9504af Use the shared Makefile.JIT for JIT-enablement, which also enables the examples by Misha Brukman · 20 years ago
  49. 0c50bc4 Build BFtoLLVM example front-end by default by Brian Gaeke · 20 years ago
  50. ddc1aaa Add BFtoLLVM example front end by Brian Gaeke · 20 years ago
  51. 66e7cd0 Correct the file header to reflect the new "examples" home for the file. by Reid Spencer · 20 years ago
  52. 86e5aef Add library LLVMsystem.a because the JIT now needs it. by Reid Spencer · 20 years ago
  53. 3a168a7 Moved small examples from /projects/SmallExamples to /examples. by Reid Spencer · 20 years ago
  54. c21214a Fix Title line Make the "DIRS" option descend any directory with a Makefile. by Reid Spencer · 20 years ago
  55. 1c54afa Make people explicitly add dirs to this. Remove ModuleMaker as it currently by Chris Lattner · 20 years ago
  56. e784fa4 Add the fibonacci example provided by Valery Khamenya. by Reid Spencer · 20 years ago
  57. f3b4755 Make the SmallExamples programs compile in their new home. by Reid Spencer · 20 years ago
  58. 95f114c Switch to using the JIT now that it can directly call zeroarg functions by Chris Lattner · 20 years ago
  59. e8bf58c Simplify code, make it print the constructed module before it is run. by Chris Lattner · 20 years ago
  60. 54706d6 Fix a copy & paste error .. correct the description of the program. by Reid Spencer · 20 years ago
  61. 26a4ba7 Adding a simple example of how to use the JIT. by Reid Spencer · 20 years ago
  62. 321f831 Add #include <iostream> since Value.h doesn't include it any more. by Reid Spencer · 20 years ago
  63. bf6b5d0 Configure script for ModuleMaker. by John Criswell · 21 years ago
  64. 02af846 Auto-confed ModuleMaker. by John Criswell · 21 years ago
  65. 27bf637 Auto-conf'ed the ModuleMaker code. Moved Makefile.common to Makefile.common.in. by John Criswell · 21 years ago
  66. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  67. e26ba9f Added LLVM copyrights to Makefiles. by John Criswell · 21 years ago
  68. a37fefd Checkin of autoconf-style object root. by John Criswell · 21 years ago
  69. 9534acb Initial checkin by Chris Lattner · 21 years ago
  70. 8ca0eeb Initial checkin of ModuleMaker project by Chris Lattner · 21 years ago