提交歷史

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