Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.
[oota-llvm.git] / lib / Bitcode / Writer /
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-20 Jay FoadMake better use of the PHINode API.
2011-06-17 Chris LattnerDrop the "2" suffix on some enums.
2011-06-17 Chris Lattnermissed a file.
2011-06-14 Evan ChengUpdate BitcodeWriter to match recent Triple changes...
2011-06-03 Chad RosierRevert name change from r132533. Lower case naming...
2011-06-03 Chad RosierWhitespace and other cleanup. Functionallity unchanged.
2011-05-06 Nick LewyckyIt's valid to take the blockaddress of a different...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-11 Jay FoadFix or remove code which seemed to think that the opera...
2011-04-10 Bill WendlingRevert r129235 pending a vetting of the EH rewrite.
2011-04-10 Bill WendlingBeginning of the Great Exception Handling Rewrite.
2011-04-06 Rafael EspindolaDo a topological sort of the types before writing them...
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2011-01-08 Rafael EspindolaFirst step in fixing PR8927:
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-11-29 Chris LattnerGeneralize the darwin wrapper hack to work with generic...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-09-09 Dan GohmanDiscard metadata produced by LLVM 2.7. The value enumer...
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-25 Dan GohmanClear FunctionLocalMDs in purgeFunction along with...
2010-08-25 Dan GohmanFix whitespace.
2010-08-25 Dan GohmanEliminate an unnecessary cast.
2010-08-24 Dan GohmanAdd braces to fix dangling else.
2010-08-24 Dan GohmanExtend function-local metadata to be usable as attachments.
2010-08-24 Dan GohmanWhen we know we have an MDValue or MDString, call Enume...
2010-08-24 Dan GohmanSimplify this code. NamedMDNode operands are MDNodes.
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-03 Chris Lattneravoid undefined behavior negating minint.
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-07-21 Dan GohmanAdd some debug output to help diagnose PR7689.
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-20 Dan GohmanAdd support for remapping metadata kind IDs when readin...
2010-07-16 Dan GohmanFix whitespace.
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-26 Gabor Greifresort to ArgOperand API
2010-06-19 Bob WilsonTidy.
2010-06-02 Devang PatelSpeedup bitcode writer. Do not walk all values for...
2010-05-28 Dan GohmanBitcode support for allocas with arbitrary array size...
2010-05-27 Dan GohmanDon't flush the raw_ostream in llvm::WriteBitcodeToFile...
2010-05-27 Dan GohmanDon't special-case stdout in llvm::WriteBitcodeToFile...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-03 Chris LattnerAdd special case bitcode support for DebugLoc. This...
2010-03-24 Gabor GreifFinally land the InvokeInst operand reordering.
2010-03-22 Gabor Greifbacking out r99170 because it still fails on clang...
2010-03-22 Gabor GreifNow that hopefully all direct accesses to InvokeInst...
2010-03-19 Gabor Greifback out r98957, it broke smooshlab.apple.com:8010...
2010-03-19 Gabor GreifRecommit r80858 again (which has been backed out in...
2010-03-16 Chris Lattnerreapply r98656 unmodified, which exposed the asmprinter not
2010-03-16 Daniel DunbarRevert r98656, its breaking all over the place.
2010-03-16 Chris Lattnerimprove support for uniontype and ConstantUnion, patch...
2010-03-06 Erick TryzelaarAdd a LLVMWriteBitcodeToFD that exposes the raw_fd_ostr...
2010-03-06 Erick TryzelaarWhoops, the old LLVMWriteBitcodeToFileHandle closed...
2010-03-06 Erick TryzelaarLLVMWriteBitcodeToFileHandle should work on all archite...
2010-02-25 Nick LewyckyMake the side-numbering of instructions used by metadat...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Evan ChengAlso recognize armv6t2-* and armv5te-* triplets.
2010-02-12 Evan ChengAdd ARM bitcode file magic.
2010-02-06 Victor HernandezFunction-local metadata whose operands had been optimiz...
2010-02-04 Victor HernandezFix (and test) function-local metadata that occurs...
2010-01-29 Victor HernandezWe were not writing bitcode for function-local metadata...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-23 Benjamin KramerRespect operator precedence (and silence a gcc 4.3...
2010-01-22 Devang PatelRemove MetadataBase class because it is not adding...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-14 Victor HernandezSimplify code that chooses when to enumerate function...
2010-01-14 Victor HernandezAvoid modifying ValueEnumerator's MD ValueList by choos...
2010-01-14 Victor HernandezIn WriteFunction(), write function-local metadata befor...
2010-01-14 Victor HernandezClean up unnecessary return and brackets
2010-01-13 Victor HernandezFix comment typo
2010-01-13 Victor HernandezWrite function-local metadata as a metadata subblock...
2010-01-13 Victor HernandezEnumerate function-local metadata (and its types and...
2010-01-13 Victor HernandezRevert 93270 pending investigation of how stray non...
2010-01-12 Victor HernandezMake WriteConstants() more robust against stray values...
2010-01-10 Victor HernandezCompute isFunctionLocal in MDNode ctor or via argument...
2010-01-09 Devang PatelNamedMDNode is never used so there is no need to enumer...
2010-01-09 Devang PatelDerive NamedMDNode from Value.
2010-01-07 Devang PatelUse separate namespace for named metadata.
2010-01-05 Devang PatelAllow null to be an element of NamedMDNode. e.g. !llvm...
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2009-12-31 Ted KremenekRemove derelict serialization code.
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
2009-12-31 Chris Lattnertidy
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-12-28 Chris Lattnerrename getHandlerNames to getMDKindNames, simplify...
2009-12-28 Chris Lattnerchange the strange MetadataContext::getMDs function...
next