1. 7533809 Remove llvm-ld and llvm-stub (which is only used by llvm-ld). by Michael J. Spencer · 13 years ago
  2. a093577 Fix BrainF compilation. by Francois Pichet · 13 years ago
  3. 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 13 years ago
  4. dab3d29 Convert ConstantExpr::getGetElementPtr and by Jay Foad · 13 years ago
  5. 4b3d546 update for recent api changes. I have a hard time believing that this is actually a useful example. by Chris Lattner · 13 years ago
  6. 0bd9d3a Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples. by Francois Pichet · 13 years ago
  7. eb9a85f Change Intrinsic::getDeclaration and friends to take an ArrayRef. by Benjamin Kramer · 13 years ago
  8. e8b323a Remove the const from Type after of Jay deconstify work. by Francois Pichet · 13 years ago
  9. a3d57e6 Fix the BrainF build. by Francois Pichet · 13 years ago
  10. d1c2bd8 fix some examples by John Wiegley · 13 years ago
  11. 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 14 years ago
  12. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  13. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  14. 9908fec upgrade to use new intrinsics, patch by Dan Hipschman! by Chris Lattner · 14 years ago
  15. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  16. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  17. f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 15 years ago
  18. 9d0b704 Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. by Victor Hernandez · 15 years ago
  19. df98761 Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM by Victor Hernandez · 15 years ago
  20. 24f934d Update CreateMalloc so that its callers specify the size to allocate: by Victor Hernandez · 15 years ago
  21. 046e78c Remove FreeInst. by Victor Hernandez · 15 years ago
  22. 13ad5aa Autoupgrade malloc insts to malloc calls. by Victor Hernandez · 15 years ago
  23. 3e0c99a Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. by Victor Hernandez · 15 years ago
  24. 96b930d Auto-upgrade malloc instructions to malloc calls. by Victor Hernandez · 15 years ago
  25. baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 15 years ago
  26. b515d75 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 15 years ago
  27. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  28. a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 15 years ago
  29. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  30. 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 15 years ago
  31. eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 15 years ago
  32. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
  33. 001dbfe Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a number of issues in by Owen Anderson · 15 years ago
  34. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  35. 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
  36. 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
  37. e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 15 years ago
  38. 3d29df3 Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 15 years ago
  39. 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
  40. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  41. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  42. da06288 make sure that JIT examples link in their appropriate target. by Chris Lattner · 15 years ago
  43. 824b958 reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an by Chris Lattner · 16 years ago
  44. dc77092 Revert r59802. It was breaking the build of llvm-gcc: by Bill Wendling · 16 years ago
  45. 219ab40 Make mem[cpy,move,set] intrinsics overloaded. by Sanjiv Gupta · 16 years ago
  46. dbc2e85 CMake: Builds all examples. Corrected name of CBackend target. by Oscar Fuentes · 16 years ago
  47. ef5dc36 use proper namespace qualifications by Chris Lattner · 16 years ago
  48. c40c8b3 Remove asmprinters from examples by default. This reduces their size by ~5% by Anton Korobeynikov · 16 years ago
  49. 7a61d70 Have IRBuilder take a template argument on whether or not to preserve by Eric Christopher · 16 years ago
  50. 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
  51. 89f6d88 Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 17 years ago
  52. e2c4304 Use Intrinsic::getDeclaration in more places. by Duncan Sands · 17 years ago
  53. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  54. fc001bb remove attributions from examples. by Chris Lattner · 17 years ago
  55. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  56. 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
  57. bef8e0b add a new BF->LLVM translator, contributed by Sterling Stein. by Chris Lattner · 17 years ago