summaryrefslogtreecommitdiff
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAge
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-21
* Disallow null as a named metadata operand.Dan Gohman2010-07-21
* Give MDNode printing has access to the current Module in moreDan Gohman2010-07-20
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* Just use getParent() instead of getModuleFromVal when the value is a Function.Dan Gohman2010-07-14
* Rename WriteConstantInt to WriteConstantInternal, to avoid confusion.Dan Gohman2010-07-14
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* use PrintEscapedString to handle attribute section with escapes in it,Chris Lattner2010-07-07
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-01
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* use ArgOperand accessorsGabor Greif2010-06-23
* Add support for thiscall calling convention.Anton Korobeynikov2010-05-16
* fix PR7105 by enumerating MDNodes on all @llvm.fooChris Lattner2010-05-10
* Minimally fix this code to not abort on mdnodes with integer dataDan Gohman2010-05-07
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-16
* reapply r101434Gabor Greif2010-04-16
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-16
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-15
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-15
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-15
* Print empty structs as {} rather than { }.Dan Gohman2010-04-08
* rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif2010-03-25
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-24
* backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif2010-03-22
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-22
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-19
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-19
* add asmprinter suport for unions, fixing Feature/unions.ll to actuallyChris Lattner2010-03-16
* Fix looking up MD names to not need a module.Erick Tryzelaar2010-03-02
* Dump the presence of attached metadata even if we don't know what it is. ThisNick Lewycky2010-02-25
* Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move someDuncan Sands2010-02-16
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* Minor whitespace cleanups.Dan Gohman2010-02-10
* Add a hook to AssemblyAnnotationWriter to allow custom info commentsDan Gohman2010-02-10
* Print a comment next to "materializable" global values, to distinguishDan Gohman2010-01-29
* Convert some users of ftostr to raw_ostream.Benjamin Kramer2010-01-29
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Refactor common parts of MDNode::getFunction() and assertLocalFunction() into...Victor Hernandez2010-01-20
* Make printing of metadata more robust when function is not found (which is th...Victor Hernandez2010-01-18
* Fix printing of function-local metadata in AsmWriterVictor Hernandez2010-01-14
* Further progration of metadata operands. TheDale Johannesen2010-01-13
* Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null}Devang Patel2010-01-05
* Convert a ton of simple integer type equality tests to the new predicate.Benjamin Kramer2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* fix refactoroChris Lattner2009-12-31
* use early exits to reduce indentation.Chris Lattner2009-12-31
* eliminate another copy of the mdnode printing logic, simplify theChris Lattner2009-12-31