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