1. 914e50c Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 15 years ago
  2. 001dbfe Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a number of issues in by Owen Anderson · 15 years ago
  3. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  4. 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 15 years ago
  5. 333c400 This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 15 years ago
  6. d1fbd14 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 15 years ago
  7. e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 15 years ago
  8. 3d29df3 Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 15 years ago
  9. 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 15 years ago
  10. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  11. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  12. 0fd3806 improve the APIs for creating struct and function types with no arguments/elements by Chris Lattner · 15 years ago
  13. da06288 make sure that JIT examples link in their appropriate target. by Chris Lattner · 15 years ago
  14. d25bff6 silence a warning. by Chris Lattner · 15 years ago
  15. 7126702 Get rid of some compile warnings. by Bill Wendling · 15 years ago
  16. 9f85634 Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice by Nick Lewycky · 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. 824b958 reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an by Chris Lattner · 16 years ago
  21. dc77092 Revert r59802. It was breaking the build of llvm-gcc: by Bill Wendling · 16 years ago
  22. 219ab40 Make mem[cpy,move,set] intrinsics overloaded. by Sanjiv Gupta · 16 years ago
  23. 57bd83b CMake: use add_llvm_example for HowToUseJIT. by Oscar Fuentes · 16 years ago
  24. dbc2e85 CMake: Builds all examples. Corrected name of CBackend target. by Oscar Fuentes · 16 years ago
  25. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  26. 944fac7 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 16 years ago
  27. ef5dc36 use proper namespace qualifications by Chris Lattner · 16 years ago
  28. c40c8b3 Remove asmprinters from examples by default. This reduces their size by ~5% by Anton Korobeynikov · 16 years ago
  29. fad86b0 Rework the routines that convert AP[S]Int into a string. Now, instead of by Chris Lattner · 16 years ago
  30. 7a61d70 Have IRBuilder take a template argument on whether or not to preserve by Eric Christopher · 16 years ago
  31. 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
  32. b1dbcd8 Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. by Gabor Greif · 16 years ago
  33. 89f6d88 Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 16 years ago
  34. 7098772 silence warning when assertions are disabled. by Chris Lattner · 16 years ago
  35. e2c4304 Use Intrinsic::getDeclaration in more places. by Duncan Sands · 16 years ago
  36. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  37. 7520fcd Fix an incorrect comment, PR2147. by Chris Lattner · 16 years ago
  38. fc001bb remove attributions from examples. by Chris Lattner · 17 years ago
  39. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  40. 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
  41. bef8e0b add a new BF->LLVM translator, contributed by Sterling Stein. by Chris Lattner · 17 years ago
  42. 9132a2b rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() by Chris Lattner · 17 years ago
  43. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  44. 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
  45. 4bcca0f switch this to bitcode instead of bytecode by Chris Lattner · 17 years ago
  46. c20c6c3 Revert last patch. The examples build now. by Reid Spencer · 17 years ago
  47. 34bd70d Adjust for changes in GenericValue type. by Reid Spencer · 17 years ago
  48. 3c2319e temporarily disable this until Reid has a chance to fix it. by Chris Lattner · 17 years ago
  49. 680f2f0 eliminate vector-related ctors by Chris Lattner · 17 years ago
  50. 5642703 Fix a #include to resolve IntegerType class. by Reid Spencer · 17 years ago
  51. bc0895a Add a #include to resolve IntegerType class. by Reid Spencer · 17 years ago
  52. 6a98754 add some casts to support a change in the getOrInsertFunction interface by Chris Lattner · 18 years ago
  53. db8d2be For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
  54. e4d87aa For PR950: by Reid Spencer · 18 years ago
  55. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  56. 1000b73 For PR1019: by Reid Spencer · 18 years ago
  57. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  58. b83eb64 For PR950: by Reid Spencer · 18 years ago
  59. 885e3cb Use llvm-config to determine what to link in by Chris Lattner · 18 years ago
  60. 4645cdc WriteBytecodeToFile actually can't throw. by Chris Lattner · 18 years ago
  61. e197821 WriteBytecodeToFile throws, so this needs EH info. by Chris Lattner · 18 years ago
  62. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  63. b756c79 Support correct build: by Reid Spencer · 18 years ago
  64. 7dbb2d6 Correct some grammar and describe current reality. by Reid Spencer · 18 years ago
  65. b461131 Catch a potentially thrown exception. by Chris Lattner · 18 years ago
  66. afebb44 Minor corrections. by Jeff Cohen · 18 years ago
  67. fb882ce Upgrade this to use the new intrinsic names by Chris Lattner · 18 years ago
  68. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  69. 0a262ba For PR616: by Reid Spencer · 19 years ago
  70. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  71. 6fb0d73 Get rid of warnings on Alpha by Reid Spencer · 19 years ago
  72. 6a60d18 Correct the file title. by Reid Spencer · 19 years ago
  73. e8cdc8b For PR418: by Reid Spencer · 19 years ago
  74. f6b5c1a Don't forget these are calls by Chris Lattner · 19 years ago
  75. 47968e4 These are legal for tail calls by Chris Lattner · 19 years ago
  76. 59f6449 Convert tabs to spaces by Misha Brukman · 19 years ago
  77. 237cef4 Remove trailing whitespace at the end of lines by Misha Brukman · 19 years ago
  78. 7db7fa0 add missing copyright header by Chris Lattner · 19 years ago
  79. 1d9f262 Stop using abegin and aend. by Alkis Evlogimenos · 19 years ago
  80. dadf881 Stop using abegin. by Alkis Evlogimenos · 19 years ago
  81. 8f63178 Use LLVMLIBS=JIT to get JIT libraries by Reid Spencer · 20 years ago
  82. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  83. 815cbcf Fix PR456:\ by Reid Spencer · 20 years ago
  84. 7cf540b Clean up code layout, delete extra blank line, say `fibonacci' instead of `foo' by Misha Brukman · 20 years ago
  85. 3c7d7ee Fix typeo by Chris Lattner · 20 years ago
  86. 38f024d Cleanup this example, simplifying it and making it conform to LLVM coding by Chris Lattner · 20 years ago
  87. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  88. a9504af Use the shared Makefile.JIT for JIT-enablement, which also enables the examples by Misha Brukman · 20 years ago
  89. 0c50bc4 Build BFtoLLVM example front-end by default by Brian Gaeke · 20 years ago
  90. ddc1aaa Add BFtoLLVM example front end by Brian Gaeke · 20 years ago
  91. 66e7cd0 Correct the file header to reflect the new "examples" home for the file. by Reid Spencer · 20 years ago
  92. 86e5aef Add library LLVMsystem.a because the JIT now needs it. by Reid Spencer · 20 years ago
  93. 3a168a7 Moved small examples from /projects/SmallExamples to /examples. by Reid Spencer · 20 years ago
  94. c21214a Fix Title line Make the "DIRS" option descend any directory with a Makefile. by Reid Spencer · 20 years ago
  95. 1c54afa Make people explicitly add dirs to this. Remove ModuleMaker as it currently by Chris Lattner · 20 years ago
  96. e784fa4 Add the fibonacci example provided by Valery Khamenya. by Reid Spencer · 20 years ago
  97. f3b4755 Make the SmallExamples programs compile in their new home. by Reid Spencer · 20 years ago
  98. 95f114c Switch to using the JIT now that it can directly call zeroarg functions by Chris Lattner · 20 years ago
  99. e8bf58c Simplify code, make it print the constructed module before it is run. by Chris Lattner · 20 years ago
  100. 54706d6 Fix a copy & paste error .. correct the description of the program. by Reid Spencer · 20 years ago