- 59a2d7b Module::getOrInsertFunction is using C-style vararg instead of variadic templates. by Serge Guelton · 8 years ago
- cd1d5aa Replace a few more "fall through" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
- 2b8e417 Fix some Include What You Use warnings in examples; other minor fixes. by Eugene Zelenko · 9 years ago
- cc9deb4 Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups. by Hans Wennborg · 10 years ago
- 5b9bc2f BrainF.cpp: Update CreateCall() according to r237624. by NAKAMURA Takumi · 10 years ago
- 696f275 llvm/examples/BrainF: Give an explicit pointee type to ConstantExpr::getGetElementPtr(ty...), according to r233938. by NAKAMURA Takumi · 10 years ago
- 005f27a Update the examples for the new header file locations. by Chandler Carruth · 13 years ago
- 605e30e Sort the #include lines of the examples/... tree. by Chandler Carruth · 13 years ago
- 4ce6e6e Fix BrainF compilation. by Francois Pichet · 14 years ago
- ed8db7d Convert ConstantExpr::getGetElementPtr and by Jay Foad · 14 years ago
- 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
- c5d1050 Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples. by Francois Pichet · 14 years ago
- e6e1933 Change Intrinsic::getDeclaration and friends to take an ArrayRef. by Benjamin Kramer · 14 years ago
- ce20600 Remove the const from Type after of Jay deconstify work. by Francois Pichet · 14 years ago
- ccc50d7 Fix the BrainF build. by Francois Pichet · 14 years ago
- 2a0177b fix some examples by John Wiegley · 14 years ago
- 5213134 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 15 years ago
- 0b6dce4 upgrade to use new intrinsics, patch by Dan Hipschman! by Chris Lattner · 15 years ago
- f3db915 Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. by Victor Hernandez · 16 years ago
- b9f5899 Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM by Victor Hernandez · 16 years ago
- 492ed30 Update CreateMalloc so that its callers specify the size to allocate: by Victor Hernandez · 16 years ago
- de5ad42 Remove FreeInst. by Victor Hernandez · 16 years ago
- c7d6a83 Autoupgrade malloc insts to malloc calls. by Victor Hernandez · 16 years ago
- e6ff766 Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. by Victor Hernandez · 16 years ago
- 46cd467 Auto-upgrade malloc instructions to malloc calls. by Victor Hernandez · 16 years ago
- 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- 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
- 4056ca9 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
- c2c7932 Change ConstantArray to 2.5 API. by Owen Anderson · 16 years ago
- 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
- b6b2530 Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
- 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
- 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
- b17f329 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 16 years ago
- 5948fdf Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 16 years ago
- 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
- 1cf085d Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
- 6773d38 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
- dd70834 reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an by Chris Lattner · 17 years ago
- 4bce2bf Revert r59802. It was breaking the build of llvm-gcc: by Bill Wendling · 17 years ago
- 09a2037 Make mem[cpy,move,set] intrinsics overloaded. by Sanjiv Gupta · 17 years ago
- 8e8eae6 use proper namespace qualifications by Chris Lattner · 17 years ago
- 5927883 Have IRBuilder take a template argument on whether or not to preserve by Eric Christopher · 17 years ago
- 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
- a07136e Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 17 years ago
- 8133849 Use Intrinsic::getDeclaration in more places. by Duncan Sands · 17 years ago
- e9ecc68 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
- bcf65db remove attributions from examples. by Chris Lattner · 18 years ago
- 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
- 909ef09 add a new BF->LLVM translator, contributed by Sterling Stein. by Chris Lattner · 18 years ago