aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* use PrintEscapedString to handle attribute section with escapes in it,Chris Lattner2010-07-071-6/+11
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-011-0/+3
* Revert r107205 and r107207.Bill Wendling2010-06-291-1/+0
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-0/+1
* use ArgOperand accessorsGabor Greif2010-06-231-5/+6
* Add support for thiscall calling convention.Anton Korobeynikov2010-05-161-0/+3
* fix PR7105 by enumerating MDNodes on all @llvm.fooChris Lattner2010-05-101-5/+10
* Minimally fix this code to not abort on mdnodes with integer dataDan Gohman2010-05-071-5/+7
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-6/+5
* reapply r101434Gabor Greif2010-04-161-5/+6
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-6/+5
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-5/+6
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-6/+5
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-5/+6
* Print empty structs as {} rather than { }.Dan Gohman2010-04-081-6/+10
* rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif2010-03-251-1/+1
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-241-3/+4
* backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif2010-03-221-4/+3
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-221-3/+4
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-191-4/+3
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-191-3/+4
* add asmprinter suport for unions, fixing Feature/unions.ll to actuallyChris Lattner2010-03-161-0/+9
* Fix looking up MD names to not need a module.Erick Tryzelaar2010-03-021-10/+12
* Dump the presence of attached metadata even if we don't know what it is. ThisNick Lewycky2010-02-251-6/+10
* Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move someDuncan Sands2010-02-161-2/+2
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-5/+5
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-3/+3
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-121-0/+13
* Minor whitespace cleanups.Dan Gohman2010-02-101-3/+1
* Add a hook to AssemblyAnnotationWriter to allow custom info commentsDan Gohman2010-02-101-0/+5
* Print a comment next to "materializable" global values, to distinguishDan Gohman2010-01-291-0/+9
* Convert some users of ftostr to raw_ostream.Benjamin Kramer2010-01-291-2/+4
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-2/+0
* Refactor common parts of MDNode::getFunction() and assertLocalFunction() into...Victor Hernandez2010-01-201-1/+1
* Make printing of metadata more robust when function is not found (which is th...Victor Hernandez2010-01-181-1/+1
* Fix printing of function-local metadata in AsmWriterVictor Hernandez2010-01-141-2/+3
* Further progration of metadata operands. TheDale Johannesen2010-01-131-0/+5
* Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null}Devang Patel2010-01-051-6/+5
* Convert a ton of simple integer type equality tests to the new predicate.Benjamin Kramer2010-01-051-1/+1
* Change errs() to dbgs().David Greene2010-01-051-5/+6
* fix refactoroChris Lattner2009-12-311-1/+1
* use early exits to reduce indentation.Chris Lattner2009-12-311-15/+16
* eliminate another copy of the mdnode printing logic, simplify theChris Lattner2009-12-311-32/+23
* random tidying for MDNode printing.Chris Lattner2009-12-311-10/+7
* eliminate a bunch of useless forwarding functions with one caller.Chris Lattner2009-12-311-21/+11
* make mdnMap type safe, rename accessors for consistency with the rest of llvm.Chris Lattner2009-12-311-12/+13
* metadata can't be a global var initializer.Chris Lattner2009-12-311-4/+0
* simplify mdnode printing logic. Now N->dump() onlyChris Lattner2009-12-311-127/+105
* unify two copies of the NamedMDNode printing code.Chris Lattner2009-12-311-25/+22
* fix printing of function-local metadata to print all the operands of theChris Lattner2009-12-311-2/+2