aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/AsmWriter.cpp
AgeCommit message (Expand)Author
2010-09-02lets get crazy and name the header file the exact class name,Chris Lattner
2010-09-02reapply 112894:Chris Lattner
2010-09-02revert patch, need to update clang tests tooChris Lattner
2010-09-02Remove #uses comments from functions: they we're padded out to column 50Chris Lattner
2010-09-02Print the number of uses of a function in the .ll since it can be informativeDuncan Sands
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner
2010-08-20Create the new linker type "linker_private_weak_def_auto".Bill Wendling
2010-08-02Prefix `next' iterator operation with `llvm::'.Oscar Fuentes
2010-07-21Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman
2010-07-21Disallow null as a named metadata operand.Dan Gohman
2010-07-20Give MDNode printing has access to the current Module in moreDan Gohman
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-07-14Just use getParent() instead of getModuleFromVal when the value is a Function.Dan Gohman
2010-07-14Rename WriteConstantInt to WriteConstantInternal, to avoid confusion.Dan Gohman
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-07-07use PrintEscapedString to handle attribute section with escapes in it,Chris Lattner
2010-07-01Implement the "linker_private_weak" linkage type. This will be used forBill Wendling
2010-06-29Revert r107205 and r107207.Bill Wendling
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling
2010-06-23use ArgOperand accessorsGabor Greif
2010-05-16Add support for thiscall calling convention.Anton Korobeynikov
2010-05-10fix PR7105 by enumerating MDNodes on all @llvm.fooChris Lattner
2010-05-07Minimally fix this code to not abort on mdnodes with integer dataDan Gohman
2010-04-16Revert 101465, it broke internal OpenGL testing.Eric Christopher
2010-04-16reapply r101434Gabor Greif
2010-04-16back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif
2010-04-15reapply r101364, which has been backed out in r101368Gabor Greif
2010-04-15back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif
2010-04-15rotate CallInst operands, i.e. move callee to the backGabor Greif
2010-04-08Print empty structs as {} rather than { }.Dan Gohman
2010-03-25rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif
2010-03-24Finally land the InvokeInst operand reordering.Gabor Greif
2010-03-22backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif
2010-03-22Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif
2010-03-19back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif
2010-03-19Recommit r80858 again (which has been backed out in r80871).Gabor Greif
2010-03-16add asmprinter suport for unions, fixing Feature/unions.ll to actuallyChris Lattner
2010-03-02Fix looking up MD names to not need a module.Erick Tryzelaar
2010-02-25Dump the presence of attached metadata even if we don't know what it is. ThisNick Lewycky
2010-02-16Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move someDuncan Sands
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands
2010-02-15Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands
2010-02-12Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner
2010-02-10Minor whitespace cleanups.Dan Gohman
2010-02-10Add a hook to AssemblyAnnotationWriter to allow custom info commentsDan Gohman
2010-01-29Print a comment next to "materializable" global values, to distinguishDan Gohman
2010-01-29Convert some users of ftostr to raw_ostream.Benjamin Kramer
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2010-01-20Refactor common parts of MDNode::getFunction() and assertLocalFunction() into...Victor Hernandez
2010-01-18Make printing of metadata more robust when function is not found (which is th...Victor Hernandez