1. ec9186b PR9214: Convert Metadata API to use ArrayRef. by Jay Foad · 14 years ago
  2. b81e457 PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef. by Jay Foad · 14 years ago
  3. 5d7a5a4 Revert r129235 pending a vetting of the EH rewrite. by Bill Wendling · 14 years ago
  4. d7bb295 Beginning of the Great Exception Handling Rewrite. by Bill Wendling · 14 years ago
  5. 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 14 years ago
  6. 2ca5c86 convert ConstantVector::get to use ArrayRef. by Chris Lattner · 14 years ago
  7. 7583190 revert my ConstantVector patch, it seems to have made the llvm-gcc by Chris Lattner · 14 years ago
  8. 283c8ca Switch ConstantVector::get to use ArrayRef instead of a pointer+size by Chris Lattner · 14 years ago
  9. f067d58 implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. by Chris Lattner · 15 years ago
  10. 35bda89 enhance vmcore to know that udiv's can be exact, and add a trivial by Chris Lattner · 15 years ago
  11. 67c619b FixedNumOperandTraits and VariadicOperandTraits assumed that, given a by Jay Foad · 15 years ago
  12. bea4626 First step in fixing PR8927: by Rafael Espindola · 15 years ago
  13. f22b746 Fix PR8494: when reading invalid bitcode, getTypeByID may return a null pointer. by Duncan Sands · 15 years ago
  14. 3471174 Provide a fast "get me the target triple from the module" API. This can by Bill Wendling · 15 years ago
  15. b0db4d0 Fix spelling. by Bill Wendling · 15 years ago
  16. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 15 years ago
  17. 9b10dfb Add full auto-upgrade support for LLVM 2.7 bitcode metadata. by Dan Gohman · 15 years ago
  18. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 15 years ago
  19. bb811a2 Add X86 MMX type to bitcode and Type. by Dale Johannesen · 15 years ago
  20. de49f36 Auto-upgrade the magic ".llvm.eh.catch.all.value" global to by Bill Wendling · 15 years ago
  21. 70c2fc0 Discard metadata produced by LLVM 2.7. The value enumeration it used by Dan Gohman · 15 years ago
  22. 17aa680 zap dead code. by Chris Lattner · 15 years ago
  23. 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 15 years ago
  24. 064ff3e Add a FIXME comment. by Dan Gohman · 15 years ago
  25. 6981383 Fix the bitcode reader to clear out function-specific state by Dan Gohman · 15 years ago
  26. 56e2a57 Fix a bug found by inspection. by Dan Gohman · 15 years ago
  27. 6b9cb84 Add a comment. by Dan Gohman · 15 years ago
  28. 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 15 years ago
  29. 489b29b Introduce a new temporary MDNode concept. Temporary MDNodes are by Dan Gohman · 15 years ago
  30. 8c8b9ee Revert r111082. No warnings for this common pattern. by Argyrios Kyrtzidis · 15 years ago
  31. 7268d97 Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. by Argyrios Kyrtzidis · 15 years ago
  32. 17aa92c Make NamedMDNode not be a subclass of Value, and simplify the interface by Dan Gohman · 15 years ago
  33. 872814a Disallow null as a named metadata operand. by Dan Gohman · 15 years ago
  34. 19538d1 Add support for remapping metadata kind IDs when reading in a by Dan Gohman · 15 years ago
  35. ac80975 Add support for empty metadata nodes: !{}. by Dan Gohman · 15 years ago
  36. c654d1b cache result of operator* by Gabor Greif · 15 years ago
  37. 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 15 years ago
  38. 07d3177 Revert r107205 and r107207. by Bill Wendling · 15 years ago
  39. 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
  40. a37dd3e Bitcode support for allocas with arbitrary array size types. by Dan Gohman · 15 years ago
  41. a624524 Add special case bitcode support for DebugLoc. This avoids by Chris Lattner · 15 years ago
  42. a4ae3a1 If the bitcode reader input stream isn't a multiple of 4 bytes, it's more by Dan Gohman · 15 years ago
  43. 93b122d reapply r98656 unmodified, which exposed the asmprinter not by Chris Lattner · 15 years ago
  44. b85c710 Revert r98656, its breaking all over the place. by Daniel Dunbar · 15 years ago
  45. 8b3b34f improve support for uniontype and ConstantUnion, patch by Tim Northover! by Chris Lattner · 15 years ago
  46. df7df07 Add Module functions in place of module providers. by Erick Tryzelaar · 15 years ago
  47. 9a49f15 Make the side-numbering of instructions used by metadata (which is needed to by Nick Lewycky · 15 years ago
  48. 1df9859 There are two ways of checking for a given type, for example isa<PointerType>(T) by Duncan Sands · 15 years ago
  49. e44fc85 Simplify. by Daniel Dunbar · 15 years ago
  50. b0bc6c3 Uniformize the names of type predicates: rather than having isFloatTy and by Duncan Sands · 15 years ago
  51. fdfeb69 Add support for a union type in LLVM IR. Patch by Talin! by Chris Lattner · 16 years ago
  52. f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  53. 26793ed Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case by Dan Gohman · 16 years ago
  54. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 16 years ago
  55. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 16 years ago
  56. 401f325 Fix a crasher trying to fold each element in a comparison between two vectors by Nick Lewycky · 16 years ago
  57. fab9e99c Parse function-local metadata inside function blocks by Victor Hernandez · 16 years ago
  58. 2359850 s/NextValueNo/NextMDValueNo while processing metadata. by Devang Patel · 16 years ago
  59. 24e64df Compute isFunctionLocal in MDNode ctor or via argument in new function getWhenValsUnresolved(). by Victor Hernandez · 16 years ago
  60. d686c8e "In order to ease automatic bindings generation, it would be helpful if boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for." by Chris Lattner · 16 years ago
  61. 70644e9 clean up this code, add a fixme. by Chris Lattner · 16 years ago
  62. 7f96646 NamedMDNode element is either null or MDNode. Otherwise this is a malformed NamedMDNode record. by Devang Patel · 16 years ago
  63. 69d02e0 Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null} by Devang Patel · 16 years ago
  64. 3e30c2a NamedMDNode is a collection MDNodes. by Devang Patel · 16 years ago
  65. f012705 Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. by Benjamin Kramer · 16 years ago
  66. 43afbce Remove derelict serialization code. by Ted Kremenek · 16 years ago
  67. 0811347 Final step in the metadata API restructuring: move the by Chris Lattner · 16 years ago
  68. 3990b12 This is a major cleanup of the instruction metadata interfaces that by Chris Lattner · 16 years ago
  69. 0eb4198 rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind by Chris Lattner · 16 years ago
  70. 5669a3e by David Greene · 16 years ago
  71. 4bbf4ee Remove isPod() from DenseMapInfo, splitting it out to its own by Chris Lattner · 16 years ago
  72. 9d0b704 Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. by Victor Hernandez · 16 years ago
  73. df98761 Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM by Victor Hernandez · 16 years ago
  74. 24f934d Update CreateMalloc so that its callers specify the size to allocate: by Victor Hernandez · 16 years ago
  75. cdfc940 Revert 85678/85680. The decision is to stay with the current form of by Chris Lattner · 16 years ago
  76. 7d83ebc Make blockaddress(@func, null) be valid, and make 'deleting a basic by Chris Lattner · 16 years ago
  77. 50b136d add bitcode reader support for blockaddress. We can now fully by Chris Lattner · 16 years ago
  78. ab21db7 rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 16 years ago
  79. f9be95f add enough support for indirect branch for the feature test to pass by Chris Lattner · 16 years ago
  80. 22bbd9b Suppress -Asserts warning. by Daniel Dunbar · 16 years ago
  81. 66284e0 Auto-upgrade free instructions to calls to the builtin free function. by Victor Hernandez · 16 years ago
  82. 9d89df1 Hide MetadataContext implementation details. by Devang Patel · 16 years ago
  83. 8ba2d5b Rename msasm to alignstack per review. by Dale Johannesen · 16 years ago
  84. 68afa54 Make changes to rev 84292 as requested by Chris Lattner. by Victor Hernandez · 16 years ago
  85. 13ad5aa Autoupgrade malloc insts to malloc calls. by Victor Hernandez · 16 years ago
  86. 4360298 Add an "msasm" flag to inline asm as suggested in PR 5125. by Dale Johannesen · 16 years ago
  87. a917bfe Remove unnecessary assert. by Devang Patel · 16 years ago
  88. cf0fe8d strength reduce a ton of type equality tests to check the typeid (Through by Chris Lattner · 16 years ago
  89. 58a230a Only one custom meadata of each kind can be attached with an instruction. by Devang Patel · 16 years ago
  90. e30e678 s/class Metadata/class MetadataContext/g by Devang Patel · 16 years ago
  91. a214840 Do not use global typedef for MDKindID. by Devang Patel · 16 years ago
  92. 3e0c99a Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. by Victor Hernandez · 16 years ago
  93. 96b930d Auto-upgrade malloc instructions to malloc calls. by Victor Hernandez · 16 years ago
  94. a279bc3 Tabs -> spaces, and remove trailing whitespace. by Daniel Dunbar · 16 years ago
  95. e8e0213 Write and read metadata attachments. by Devang Patel · 16 years ago
  96. f8dbee7 Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. by Dan Gohman · 16 years ago
  97. 59bf4fc Public and private corrections, warned about by icc (#304). by Duncan Sands · 16 years ago
  98. 92a97a9 Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this by Daniel Dunbar · 16 years ago
  99. 859fff4 Include optional subclass flags, such as inbounds, nsw, etc., in the by Dan Gohman · 16 years ago
  100. c0ff8c8 Add new value for given index in MDValuePtrs. by Devang Patel · 16 years ago