Commit History

Author SHA1 Message Date
  James Y Knight ff5877ff78 Fix compilation of examples after 13680223b9d8 / r352827 6 years ago
  James Y Knight 9ec60d7d8f [opaque pointer types] Add a FunctionCallee wrapper type, and use it. 6 years ago
  James Y Knight 5be828a949 Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." 6 years ago
  James Y Knight 8e4d96d7af [opaque pointer types] Add a FunctionCallee wrapper type, and use it. 6 years ago
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Serge Guelton 9d54400bba Module::getOrInsertFunction is using C-style vararg instead of variadic templates. 8 years ago
  Justin Bogner 7d7a23e700 Replace a few more "fall through" comments with LLVM_FALLTHROUGH 9 years ago
  Eugene Zelenko 578a1d21a0 Fix some Include What You Use warnings in examples; other minor fixes. 9 years ago
  Hans Wennborg d16725c31f Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups. 10 years ago
  NAKAMURA Takumi df11b54057 BrainF.cpp: Update CreateCall() according to r237624. 10 years ago
  NAKAMURA Takumi 7d4d5d39cf llvm/examples/BrainF: Give an explicit pointee type to ConstantExpr::getGetElementPtr(ty...), according to r233938. 10 years ago
  Chandler Carruth 0a08460599 Update the examples for the new header file locations. 12 years ago
  Chandler Carruth 4ca7e09b7c Sort the #include lines of the examples/... tree. 12 years ago
  Francois Pichet a0935775db Fix BrainF compilation. 13 years ago
  Jay Foad dab3d29605 Convert ConstantExpr::getGetElementPtr and 14 years ago
  Chris Lattner 4b3d5469fb update for recent api changes. I have a hard time believing that this is actually a useful example. 14 years ago
  Francois Pichet 0bd9d3af54 Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples. 14 years ago
  Benjamin Kramer eb9a85f09e Change Intrinsic::getDeclaration and friends to take an ArrayRef. 14 years ago
  Francois Pichet e8b323aed4 Remove the const from Type after of Jay deconstify work. 14 years ago
  Francois Pichet a3d57e6980 Fix the BrainF build. 14 years ago
  John Wiegley d1c2bd8e6e fix some examples 14 years ago
  Jay Foad 3ecfc861b4 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to 14 years ago
  Chris Lattner 9908fec11e upgrade to use new intrinsics, patch by Dan Hipschman! 15 years ago
  Victor Hernandez 9d0b704e3e Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. 16 years ago
  Victor Hernandez df98761d08 Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM 16 years ago
  Victor Hernandez 24f934d055 Update CreateMalloc so that its callers specify the size to allocate: 16 years ago
  Victor Hernandez 046e78ce55 Remove FreeInst. 16 years ago
  Victor Hernandez 13ad5aaaff Autoupgrade malloc insts to malloc calls. 16 years ago
  Victor Hernandez 3e0c99a26f Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. 16 years ago
  Victor Hernandez 96b930ddc7 Auto-upgrade malloc instructions to malloc calls. 16 years ago