Commit History

Author SHA1 Message Date
  Rafael Espindola c77a7749ff Revert "Convert a few std::strings to StringRef." 11 years ago
  Rafael Espindola 9f72a18a50 Convert a few std::strings to StringRef. 11 years ago
  Rafael Espindola 2d1f275c99 Convert these functions to use ErrorOr. 11 years ago
  Rafael Espindola 82a599a0a4 Remove unused old-style error handling. 11 years ago
  David Majnemer c8a1169c93 IR: Add COMDATs to the IR 11 years ago
  Alp Toker 9b0be7b61a IRReader: don't mark MemoryBuffers const 11 years ago
  Alp Toker 9fc1a6ffb7 Propagate const-correctness into parseBitcodeFile() 11 years ago
  Eli Bendersky bb167336b3 Rename loop unrolling and loop vectorizer metadata to have a common prefix. 11 years ago
  Rafael Espindola 1f659329b6 Make ObjectFile and BitcodeReader always own the MemoryBuffer. 11 years ago
  Rafael Espindola b2791542c2 Revert a C API difference that I incorrectly introduced. 11 years ago
  Rafael Espindola cc21bbde87 Remove BitcodeReader::setBufferOwned. 11 years ago
  Tim Northover 8f2a85e099 IR: add "cmpxchg weak" variant to support permitted failure. 11 years ago
  Rafael Espindola 4e2b922131 Remove 'using std::errro_code' from lib. 11 years ago
  Rafael Espindola a20bcb9969 Remove all uses of 'using std::error_code' from headers. 11 years ago
  Rafael Espindola 9ee34311f3 Don't import error_category into the llvm namespace. 11 years ago
  Rafael Espindola fbb5f70186 Mark a few functions noexcept. 11 years ago
  Rafael Espindola 6fd1b8ee48 Allow aliases to be unnamed_addr. 11 years ago
  Tom Roeder 5d0f7af3dc Add a new attribute called 'jumptable' that creates jump-instruction tables for functions marked with this attribute. 11 years ago
  Rafael Espindola dcac1523c0 Clauses in a landingpad are always Constant. Use a stricter type. 11 years ago
  Rafael Espindola 2d21b25393 Allow alias to point to an arbitrary ConstantExpr. 11 years ago
  Rafael Espindola 1bab2d5399 Use error_code() instead of error_code::succes() 11 years ago
  Rafael Espindola 665d42accf [pr19844] Add thread local mode to aliases. 11 years ago
  Nick Lewycky fe47ebfad3 Add 'nonnull', a new parameter and return attribute which indicates that the pointer is not null. Instcombine will elide comparisons between these and null. Patch by Luqman Aden! 11 years ago
  Rafael Espindola c86235f4eb Use create methods since msvc doesn't handle delegating constructors. 11 years ago
  Rafael Espindola fbd8cc0926 Reduce abuse of default values in the GlobalAlias constructor. 11 years ago
  Reid Kleckner 1ce3088669 Add comdat key field to llvm.global_ctors and llvm.global_dtors 11 years ago
  Rafael Espindola 27c076ae40 Fix most of PR10367. 11 years ago
  Rafael Espindola 74c8558965 Small dyn_cast and auto cleanup. 11 years ago
  Rafael Espindola ab67b30df6 Change the GlobalAlias constructor to look a bit more like GlobalVariable. 11 years ago
  Duncan P. N. Exon Smith 76c17d324c IR: Don't allow non-default visibility on local linkage 11 years ago