Convert some tab stops into spaces.
[oota-llvm.git] / lib / VMCore / AsmWriter.cpp
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.
2009-12-31 Chris Lattnersimplify asmprinting of NamedMDNode
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
2009-12-29 Chris LattnerDo not crash when .ll printing metadata that smells...
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-29 Chris Lattnertidy up debug info comments, use ->isVoidTy() where...
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...
2009-12-18 Victor HernandezFormalize MDNode's function-localness:
2009-12-07 Anton KorobeynikovAdd MSP430 interrupt calling conv. No functionality...
2009-12-04 Victor HernandezAvoid creating a metadata slot for all metadata that...
2009-12-04 Victor HernandezFix crasher when N->getElement(n) is NULL
2009-12-04 Victor HernandezTeach AsmWriter to write inline (not via a global metad...
2009-11-16 Evan ChengSpecial case FixedStackPseudoSourceValueVal as well...
2009-11-13 Eric ChristopherRemove extraneous commit.
2009-11-13 Eric ChristopherPrint out something, even if it's non-parseable later...
2009-11-01 Chris LattnerRevert 85678/85680. The decision is to stay with the...
2009-10-31 Chris LattnerMake blockaddress(@func, null) be valid, and make ...
2009-10-30 Dan GohmanSimplify this code and avoid an extra space character...
2009-10-28 Chris Lattnerasmprinter support for BlockAddress.
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-27 Chris LattnerType.h doesn't need to #include LLVMContext.h
2009-10-23 Victor HernandezRemove AllocationInst. Since MallocInst went away...
2009-10-22 Devang PatelFix getMDs() interface such that it does not expose...
2009-10-22 Devang PatelUsing TrackingVH instead of WeakVH or WeakMetadataVH.
2009-10-22 Devang PatelFix getHandlerNames() interface. Now it populate clinet...
2009-10-21 Dale JohannesenRename msasm to alignstack per review.
2009-10-21 Devang PatelDo not use SmallVector to store MDNode elements.
2009-10-13 Dale JohannesenAdd an "msasm" flag to inline asm as suggested in PR...
2009-10-07 Devang PatelDo not assume that the module is set.
2009-09-30 Devang PatelCheck for null MDNode element while printing comment.
2009-09-30 Devang PatelPrint tag name for MDNodes that are used to encode...
2009-09-29 Devang PatelParse custom metadata attached with an instruction.
2009-09-28 Devang Patels/class Metadata/class MetadataContext/g
2009-09-28 Devang PatelDo not hardcode metadata names.
2009-09-28 Devang PatelRemove dead code.
2009-09-23 Dan GohmanGive MachineMemOperand an operator<<, factoring out...
2009-09-20 Daniel DunbarTabs -> spaces, and remove trailing whitespace.
2009-09-16 Devang PatelPrint debug info attached with an instruction.
2009-09-06 Duncan SandsRemove some unused variables and methods warned about by
2009-09-03 Gabor Greifback out my recent commit (r80858), it seems to break...
2009-09-03 Gabor Greifre-commit r66920 (which has been backed out in r66953...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-08-23 Chris Lattnerremove the std::ostream version of module and type...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-20 Dan GohmanRename hasNoUnsignedOverflow and hasNoSignedOverflow...
2009-08-17 Chris Lattnerthe MinPad argument to PadToColumn only really makes...
next