1. 0011c58 Remove always-true comparison, NFC. by Filipe Cabecinhas · 10 years ago
  2. d48e54c Avoid a use after free. by Rafael Espindola · 10 years ago
  3. 4e72121 Fix for PR23310: llvm-dis crashes when trying to upgrade an intrinsic. by Rafael Espindola · 10 years ago
  4. 86e3340 Rangify some loops. by Rafael Espindola · 10 years ago
  5. ab1243f Add a DIModule metadata node to the IR. by Adrian Prantl · 10 years ago
  6. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  7. 1c863ca Remove the IsStreamed member variable. by Rafael Espindola · 10 years ago
  8. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  9. 7fddecc Move the personality function from LandingPadInst to Function by David Majnemer · 10 years ago
  10. 456baad Handle forward referenced function when streaming bitcode. by Rafael Espindola · 10 years ago
  11. 728074b Handle MaterializeAll in getLazyBitcodeModuleImpl. NFC. by Rafael Espindola · 10 years ago
  12. 1aabf98 Use std::unique_ptr to manage the DataStreamer in bitcode parsing. by Rafael Espindola · 10 years ago
  13. dcd1dca Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC. by Rafael Espindola · 10 years ago
  14. c6afe0d Improve handling of end of file in the bitcode reader. by Rafael Espindola · 10 years ago
  15. 82437bf Protection against stack-based memory corruption errors using SafeStack by Peter Collingbourne · 10 years ago
  16. 64a27fb Don't indent inside a namespace. NFC. by Rafael Espindola · 10 years ago
  17. 6ace685 Replace @ with the more common \. NFC. by Rafael Espindola · 10 years ago
  18. cbdcb50 Don't repeat names in comments and start functions with a lower case letter. by Rafael Espindola · 10 years ago
  19. 4223a1f Cleanup the constructor of BitcodeReader. NFC. by Rafael Espindola · 10 years ago
  20. ef5e7ad Rangify two for loops in BitcodeReader.cpp. by Yaron Keren · 10 years ago
  21. a911af0 Use early return idiom. NFC by Filipe Cabecinhas · 10 years ago
  22. da86b6d [BitcodeReader] Diagnose type mismatches with aliases by Filipe Cabecinhas · 10 years ago
  23. 8e42190 [BitcodeReader] Check vector size before trying to create a VectorType by Filipe Cabecinhas · 10 years ago
  24. 14e6867 [BitcodeReader] Change an assert to a call to a call to Error() by Filipe Cabecinhas · 10 years ago
  25. f5e2fc4 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types by Benjamin Kramer · 10 years ago
  26. 6a92a3f [BitcodeReader] Change assert to report_fatal_error by Filipe Cabecinhas · 10 years ago
  27. 85fa7d5 Add initial support for the convergent attribute. by Owen Anderson · 10 years ago
  28. 0eb8a59 [BitcodeReader] Sanity check on Comdat ID by Filipe Cabecinhas · 10 years ago
  29. 1f599f9 IR / debug info: Add a DWOId field to DICompileUnit, by Adrian Prantl · 10 years ago
  30. 32af542 [BitcodeReader] Error out if we read an invalid function argument type by Filipe Cabecinhas · 10 years ago
  31. 4708a02 [BitcodeReader] Make sure the type of the inserted value matches the type of the aggregate at those indices by Filipe Cabecinhas · 10 years ago
  32. 11bb849 Extract the load/store type verification to a separate function. by Filipe Cabecinhas · 10 years ago
  33. 1c299d0 [BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with 0 indices by Filipe Cabecinhas · 10 years ago
  34. 1d9f642 Remove redundant checks. NFC by Filipe Cabecinhas · 10 years ago
  35. 97cb565 While in GlobalValue fix the function(s) that don't follow the by Eric Christopher · 10 years ago
  36. 60310f2 [opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr. by David Blaikie · 10 years ago
  37. f8a16a9 Don't overflow GCTable by Filipe Cabecinhas · 10 years ago
  38. 9a19e56 Make sure Op->getType() is a PointerType before we cast<> it. by Filipe Cabecinhas · 10 years ago
  39. bad0779 Make sure we don't resize(0) when we get a fwdref with Idx == UINT_MAX by Filipe Cabecinhas · 10 years ago
  40. f64246b [opaque pointer type] Pass GlobalAlias the actual pointer type rather than decomposing it into pointee type + address space by David Blaikie · 10 years ago
  41. a9308c4 IR: Give 'DI' prefix to debug info metadata by Duncan P. N. Exon Smith · 10 years ago
  42. 6fe8aab Use an "early return" idiom for the error case. NFC by Filipe Cabecinhas · 10 years ago
  43. d8a1bcd Check that we have a valid PointerType element type before calling get() by Filipe Cabecinhas · 10 years ago
  44. 52d42c7 Use the ArrayType member function for array element types. by Filipe Cabecinhas · 10 years ago
  45. f15fb03 Make sure that isValidElementType(Type) before calling {Array,Struct}Type::get(Type) by Filipe Cabecinhas · 10 years ago
  46. b435d0f Relax an assert when there's a type mismatch in forward references by Filipe Cabecinhas · 10 years ago
  47. bdb4910 [opaque pointer type] Encode the allocated type of an alloca rather than its pointer result type. by David Blaikie · 10 years ago
  48. 2a661cd [opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg' by David Blaikie · 10 years ago
  49. 1a848da [opaque pointer type] encode the pointee type of global variables by David Blaikie · 10 years ago
  50. 3d4cd75 IR: Add assembly/bitcode support for function metadata attachments by Duncan P. N. Exon Smith · 11 years ago
  51. 5ea1f7b [opaque pointer type] bitcode: add explicit callee type to invoke instructions by David Blaikie · 11 years ago
  52. ff1e234 [BitcodeReader] Fix asserts when we read a non-vector type for insert/extract/shuffle by Filipe Cabecinhas · 11 years ago
  53. 348de69 Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementType for a few cases of CallInst by David Blaikie · 11 years ago
  54. d2db881 Revert "[opaque pointer type] Avoid using PointerType::getElementType for a few cases of CallInst" by David Blaikie · 11 years ago
  55. ea79c5b Have more strict type checks when creating BinOp nodes in BitcodeReader by Filipe Cabecinhas · 11 years ago
  56. 50a0615 [opaque pointer types] Serialize the value type for atomic store instructions by David Blaikie · 11 years ago
  57. 612ddbf [opaque pointer types] Serialize the value type for store instructions by David Blaikie · 11 years ago
  58. 5069936 [opaque pointer type] Avoid using PointerType::getElementType for a few cases of CallInst by David Blaikie · 11 years ago
  59. b7a02987 [opaque pointer types] Use the pointee type loaded from bitcode when constructing a LoadInst by David Blaikie · 11 years ago
  60. 561a157 [opaque pointer type] Serialize the type of an llvm::Function as a function type rather than a function pointer type by David Blaikie · 11 years ago
  61. dbe6e0f [opaque pointer type] Explicit pointee type for call instruction by David Blaikie · 11 years ago
  62. 31ea6d1 [IR] Introduce a dereferenceable_or_null(N) attribute. by Sanjoy Das · 11 years ago
  63. 62e0f45 DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable by Duncan P. N. Exon Smith · 11 years ago
  64. 2255427 Error out of ParseBitcodeInto(Module*) if we haven't read a Module by Filipe Cabecinhas · 11 years ago
  65. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  66. 4a2e73b [opaque pointer type] API migration for GEP constant factories by David Blaikie · 11 years ago
  67. 468b868 git-clang-format r233603. by Rafael Espindola · 11 years ago
  68. 0d68b4c Fix PR23045. by Rafael Espindola · 11 years ago
  69. 2648998 Verifier: Check accessors of MDLocation by Duncan P. N. Exon Smith · 11 years ago
  70. cced8be Internalize BitcodeReader. Not used outside of BitcodeReader.cpp. by Benjamin Kramer · 11 years ago
  71. 12cf5d70 Add testing for mismatched explicit type on a gep operator when loading from bitcode by David Blaikie · 11 years ago
  72. c695cc7 Add testing for mismatched explicit type on a load instruction when loading from bitcode by David Blaikie · 11 years ago
  73. 675e8cb Test bitcode parsing error-handling for incorrect explicit type by David Blaikie · 11 years ago
  74. 096b1da [opaque pointer type] more gep API migration by David Blaikie · 11 years ago
  75. b926357 [opaque pointer type] Bitcode support for explicit type parameter on the gep operator by David Blaikie · 11 years ago
  76. 4a5c8c6 Turn assertion into bitcode reading error by David Blaikie · 11 years ago
  77. 4a9b0eb Add a parameter for getLazyBitcodeModule to lazily load Metadata. by Manman Ren · 11 years ago
  78. 0a446fd Add missing includes. make_unique proliferated everywhere. by Benjamin Kramer · 11 years ago
  79. d602c35 Silence three more variable set but not used warnings, NFC. by Yaron Keren · 11 years ago
  80. b5b5efd [opaque pointer type] Bitcode support for explicit type parameter on GEP. by David Blaikie · 11 years ago
  81. 8503565 [opaque pointer type] bitcode support for explicit type parameter to the load instruction by David Blaikie · 11 years ago
  82. 30bf96b Use common parse routine to read alignment values from bitcode by JF Bastien · 11 years ago
  83. ad6eb127 Bitcode: Stop assuming non-null fields by Duncan P. N. Exon Smith · 11 years ago
  84. 3d62bba IR: Drop scope from MDTemplateParameter by Duncan P. N. Exon Smith · 11 years ago
  85. 060ee62 Bitcode: Fix major regression: large files w/ debug info by Duncan P. N. Exon Smith · 11 years ago
  86. ecf8f7f [Bitcode reader] Fix a few assertions when reading invalid files by Filipe Cabecinhas · 11 years ago
  87. f9a1897 Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition. by Aaron Ballman · 11 years ago
  88. 1c93116 AsmWriter/Bitcode: MDImportedEntity by Duncan P. N. Exon Smith · 11 years ago
  89. d45ce96 AsmWriter/Bitcode: MDObjCProperty by Duncan P. N. Exon Smith · 11 years ago
  90. 0c5c012 AsmWriter/Bitcode: MDExpression by Duncan P. N. Exon Smith · 11 years ago
  91. 72fe2d0 AsmWriter/Bitcode: MDLocalVariable by Duncan P. N. Exon Smith · 11 years ago
  92. c8f810a AsmWriter/Bitcode: MDGlobalVariable by Duncan P. N. Exon Smith · 11 years ago
  93. 2847f38 AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter by Duncan P. N. Exon Smith · 11 years ago
  94. e146000 AsmWriter/Bitcode: MDNamespace by Duncan P. N. Exon Smith · 11 years ago
  95. 06a0702 AsmWriter/Bitcode: MDLexicalBlockFile by Duncan P. N. Exon Smith · 11 years ago
  96. a96d409 AsmWriter/Bitcode: MDLexicalBlock by Duncan P. N. Exon Smith · 11 years ago
  97. 19fc5ed AsmWriter/Bitcode: MDSubprogram by Duncan P. N. Exon Smith · 11 years ago
  98. c1f1acc AsmWriter/Bitcode: MDCompileUnit by Duncan P. N. Exon Smith · 11 years ago
  99. 54e2bc6 AsmWriter/Bitcode: MDSubroutineType by Duncan P. N. Exon Smith · 11 years ago
  100. 171d077 AsmWriter/Bitcode: MDDerivedType and MDCompositeType by Duncan P. N. Exon Smith · 11 years ago