1. 59a2d7b Module::getOrInsertFunction is using C-style vararg instead of variadic templates. by Serge Guelton · 8 years ago
  2. cd1d5aa Replace a few more "fall through" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  3. 2b8e417 Fix some Include What You Use warnings in examples; other minor fixes. by Eugene Zelenko · 9 years ago
  4. cc9deb4 Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups. by Hans Wennborg · 10 years ago
  5. 5b9bc2f BrainF.cpp: Update CreateCall() according to r237624. by NAKAMURA Takumi · 10 years ago
  6. 696f275 llvm/examples/BrainF: Give an explicit pointee type to ConstantExpr::getGetElementPtr(ty...), according to r233938. by NAKAMURA Takumi · 10 years ago
  7. 005f27a Update the examples for the new header file locations. by Chandler Carruth · 13 years ago
  8. 605e30e Sort the #include lines of the examples/... tree. by Chandler Carruth · 13 years ago
  9. 4ce6e6e Fix BrainF compilation. by Francois Pichet · 14 years ago
  10. ed8db7d Convert ConstantExpr::getGetElementPtr and by Jay Foad · 14 years ago
  11. 805d094 update for recent api changes. I have a hard time believing that this is actually a useful example. by Chris Lattner · 14 years ago
  12. c5d1050 Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples. by Francois Pichet · 14 years ago
  13. e6e1933 Change Intrinsic::getDeclaration and friends to take an ArrayRef. by Benjamin Kramer · 14 years ago
  14. ce20600 Remove the const from Type after of Jay deconstify work. by Francois Pichet · 14 years ago
  15. ccc50d7 Fix the BrainF build. by Francois Pichet · 14 years ago
  16. 2a0177b fix some examples by John Wiegley · 14 years ago
  17. 5213134 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 15 years ago
  18. 0b6dce4 upgrade to use new intrinsics, patch by Dan Hipschman! by Chris Lattner · 15 years ago
  19. f3db915 Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. by Victor Hernandez · 16 years ago
  20. b9f5899 Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM by Victor Hernandez · 16 years ago
  21. 492ed30 Update CreateMalloc so that its callers specify the size to allocate: by Victor Hernandez · 16 years ago
  22. de5ad42 Remove FreeInst. by Victor Hernandez · 16 years ago
  23. c7d6a83 Autoupgrade malloc insts to malloc calls. by Victor Hernandez · 16 years ago
  24. e6ff766 Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. by Victor Hernandez · 16 years ago
  25. 46cd467 Auto-upgrade malloc instructions to malloc calls. by Victor Hernandez · 16 years ago
  26. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  27. 5a1acd9 Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 16 years ago
  28. 4056ca9 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
  29. c2c7932 Change ConstantArray to 2.5 API. by Owen Anderson · 16 years ago
  30. edb4a70 Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 16 years ago
  31. b6b2530 Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  32. 53a5221 Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
  33. 1e5f00e This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 16 years ago
  34. b17f329 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 16 years ago
  35. 5948fdf Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 16 years ago
  36. 2a15443 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 16 years ago
  37. 1cf085d Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  38. 6773d38 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  39. dd70834 reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an by Chris Lattner · 17 years ago
  40. 4bce2bf Revert r59802. It was breaking the build of llvm-gcc: by Bill Wendling · 17 years ago
  41. 09a2037 Make mem[cpy,move,set] intrinsics overloaded. by Sanjiv Gupta · 17 years ago
  42. 8e8eae6 use proper namespace qualifications by Chris Lattner · 17 years ago
  43. 5927883 Have IRBuilder take a template argument on whether or not to preserve by Eric Christopher · 17 years ago
  44. 697e94c Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. by Gabor Greif · 17 years ago
  45. a07136e Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 17 years ago
  46. 8133849 Use Intrinsic::getDeclaration in more places. by Duncan Sands · 17 years ago
  47. e9ecc68 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  48. bcf65db remove attributions from examples. by Chris Lattner · 18 years ago
  49. edf0788 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 · 18 years ago
  50. 909ef09 add a new BF->LLVM translator, contributed by Sterling Stein. by Chris Lattner · 18 years ago