Add braces.
[oota-llvm.git] / lib / VMCore / AsmWriter.cpp
2011-08-01 Jay FoadAdd braces.
2011-08-01 Jay FoadSimplify printAlias.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-11 Jay FoadRemove mentions of type planes.
2011-07-09 Chris LattnerEliminate the WriteTypeSymbolic function. Now that...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-24 Devang PatelRevert unintentional check-in.
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-21 Devang PatelRemove r130409, as requested by Chris.
2011-06-20 Jay FoadMake better use of the PHINode API.
2011-06-18 Chris Lattnernow that Type::getDescription() is dead, the TypePrinti...
2011-06-15 Nick LewyckyTeach the .ll parser to handle named metadata with...
2011-04-28 Devang PatelAdd command line option to print debug info in human...
2011-04-24 Jay FoadFix an assert to check exactly what it says.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-13 Jay FoadPR9214: Convert ConstantExpr::getIndices() to return...
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-03-07 Justin Holewinskiptx: Fix calling convention printing in AsmWriter.cpp
2011-03-03 Tilmann SchellerUse X86_thiscall calling convention for Win64 as well.
2011-03-02 Tilmann SchellerAdd Win64 thiscall calling convention.
2011-03-02 Rafael EspindolaAdd a special streamer to libLTO that just records...
2011-02-18 Devang PatelThese tags are now covered by dwarf::TagString().
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2011-01-25 Rafael EspindolaMove unnamed_addr after the function arguments on Sabre...
2011-01-08 Rafael EspindolaFirst step in fixing PR8927:
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-09-09 Dan GohmanMDNodes are not Constants.
2010-09-09 Dan GohmanPrint invalid metadata references as <badref>, for...
2010-09-02 Chris Lattnerlets get crazy and name the header file the exact class...
2010-09-02 Chris Lattnerreapply 112894:
2010-09-02 Chris Lattnerrevert patch, need to update clang tests too
2010-09-02 Chris LattnerRemove #uses comments from functions: they we're padded...
2010-09-02 Duncan SandsPrint the number of uses of a function in the .ll since...
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-02 Oscar FuentesPrefix `next' iterator operation with `llvm::'.
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-20 Dan GohmanGive MDNode printing has access to the current Module...
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-14 Dan GohmanJust use getParent() instead of getModuleFromVal when...
2010-07-14 Dan GohmanRename WriteConstantInt to WriteConstantInternal, to...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-07 Chris Lattneruse PrintEscapedString to handle attribute section...
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-23 Gabor Greifuse ArgOperand accessors
2010-05-16 Anton KorobeynikovAdd support for thiscall calling convention.
2010-05-10 Chris Lattnerfix PR7105 by enumerating MDNodes on all @llvm.foo
2010-05-07 Dan GohmanMinimally fix this code to not abort on mdnodes with...
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-08 Dan GohmanPrint empty structs as {} rather than { }.
2010-03-25 Gabor Greifrename pred_const_iterator to const_pred_iterator for...
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 Lattneradd asmprinter suport for unions, fixing Feature/unions...
2010-03-02 Erick TryzelaarFix looking up MD names to not need a module.
2010-02-25 Nick LewyckyDump the presence of attached metadata even if we don...
2010-02-16 Duncan SandsIntroduce isOpaqueTy and use it rather than isa<OpaqueT...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-10 Dan GohmanMinor whitespace cleanups.
2010-02-10 Dan GohmanAdd a hook to AssemblyAnnotationWriter to allow custom...
2010-01-29 Dan GohmanPrint a comment next to "materializable" global values...
2010-01-29 Benjamin KramerConvert some users of ftostr to raw_ostream.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-20 Victor HernandezRefactor common parts of MDNode::getFunction() and...
2010-01-18 Victor HernandezMake printing of metadata more robust when function...
2010-01-14 Victor HernandezFix printing of function-local metadata in AsmWriter
2010-01-13 Dale JohannesenFurther progration of metadata operands. The
2010-01-05 Devang PatelAllow null to be an element of NamedMDNode. e.g. !llvm...
2010-01-05 Benjamin KramerConvert a ton of simple integer type equality tests...
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-31 Chris Lattnerfix refactoro
2009-12-31 Chris Lattneruse early exits to reduce indentation.
2009-12-31 Chris Lattnereliminate another copy of the mdnode printing logic...
2009-12-31 Chris Lattnerrandom tidying for MDNode printing.
2009-12-31 Chris Lattnereliminate a bunch of useless forwarding functions with...
2009-12-31 Chris Lattnermake mdnMap type safe, rename accessors for consistency...
2009-12-31 Chris Lattnermetadata can't be a global var initializer.
2009-12-31 Chris Lattnersimplify mdnode printing logic. Now N->dump() only
2009-12-31 Chris Lattnerunify two copies of the NamedMDNode printing code.
2009-12-31 Chris Lattnerfix printing of function-local metadata to print all...
2009-12-31 Chris Lattnersimplify printing of mdstring and Argument.
next