提交歷史

作者 SHA1 備註 提交日期
  Chris Lattner 93b122d3c4 reapply r98656 unmodified, which exposed the asmprinter not 15 年之前
  Daniel Dunbar b85c7100c5 Revert r98656, its breaking all over the place. 15 年之前
  Chris Lattner 8b3b34f410 improve support for uniontype and ConstantUnion, patch by Tim Northover! 15 年之前
  Chris Lattner fdfeb6976f Add support for a union type in LLVM IR. Patch by Talin! 15 年之前
  Evan Cheng 3922a9ba84 Also recognize armv6t2-* and armv5te-* triplets. 15 年之前
  Evan Cheng 0f8868b171 Add ARM bitcode file magic. 15 年之前
  Victor Hernandez 2c482f4895 We were not writing bitcode for function-local metadata whose operands have been erased (making it not have any more function-local operands) 15 年之前
  Jeffrey Yasskin f0356fe140 Kill ModuleProvider and ghost linkage by inverting the relationship between 15 年之前
  Victor Hernandez 3cd7c3db99 Avoid modifying ValueEnumerator's MD ValueList by choosing which function-local MD to write based on the function currently being written 15 年之前
  Victor Hernandez 8ea5d4c529 In WriteFunction(), write function-local metadata before we write the instructions, so instruction's references to metadata are fully resolved by the time they get written. 15 年之前
  Victor Hernandez 2cd4244815 Fix comment typo 15 年之前
  Victor Hernandez 0c316416bd Write function-local metadata as a metadata subblock of a funciton block 15 年之前
  Victor Hernandez 3047384a0f Revert 93270 pending investigation of how stray non-constant values end up in ValueEnumerator's ValueList during WriteConstants() 15 年之前
  Victor Hernandez 994a204570 Make WriteConstants() more robust against stray values in ValueEnumerator's ValueList 15 年之前
  Victor Hernandez 24e64df7ec Compute isFunctionLocal in MDNode ctor or via argument in new function getWhenValsUnresolved(). 15 年之前
  Devang Patel 0386f01e06 Use separate namespace for named metadata. 15 年之前
  Devang Patel 69d02e0a17 Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null} 15 年之前
  Chris Lattner 5d0cacdbb6 rename "elements" of metadata to "operands". "Elements" are 15 年之前
  Chris Lattner 081134741b Final step in the metadata API restructuring: move the 15 年之前
  Chris Lattner 3990b121cf This is a major cleanup of the instruction metadata interfaces that 15 年之前
  Chris Lattner 7d05c46d60 rename getHandlerNames to getMDKindNames, simplify its interface 15 年之前
  Chris Lattner bcb18538c2 change the strange MetadataContext::getMDs function to expose less 15 年之前
  Chris Lattner cdfc940912 Revert 85678/85680. The decision is to stay with the current form of 16 年之前
  Chris Lattner 7d83ebcadd Make blockaddress(@func, null) be valid, and make 'deleting a basic 16 年之前
  Chris Lattner 837e04a8bf bitcode writer support for blockaddress. 16 年之前
  Chris Lattner 0eeb913aa1 Previously, all operands to Constant were themselves constant. 16 年之前
  Chris Lattner ab21db79ef rename indbr -> indirectbr to appease the residents of #llvm. 16 年之前
  Chris Lattner f9be95f867 add enough support for indirect branch for the feature test to pass 16 年之前
  Chris Lattner f3523592b2 Type.h doesn't need to #include LLVMContext.h 16 年之前
  Victor Hernandez 046e78ce55 Remove FreeInst. 16 年之前