Implement changes from Chris's feedback.
[oota-llvm.git] / lib / VMCore / AsmWriter.cpp
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinStart converting to new error handling API.
2009-07-01 Devang PatelFix metadata unittests
2009-07-01 Devang PatelDo not print stranded metadata.
2009-07-01 Devang PatelSupport stand alone metadata syntax.
2009-06-16 Anton KorobeynikovAddress review comments: add 3 ARM calling conventions.
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-04-25 Chris LattnerAllow aliasee to be a GEP or bitcast instead of just...
2009-04-20 Dan GohmanDon't discard an AssemblyAnnotationWriter when writing...
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-04 Nick LewyckyRemove bogus include.
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-03-23 Dale JohannesenFix internal representation of fp80 to be the
2009-03-23 Dan GohmanNow that errs() is properly non-buffered, there's no...
2009-03-19 Nick LewyckyFix a couple glaring whitespace issues. This file isn...
2009-03-15 Nick LewyckyRemove obviously redundant call.
2009-03-13 Bill WendlingRevert r66920. It was causing failures in the self...
2009-03-13 Gabor GreifSecond installment of "BasicBlock operands to the back"
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-01 Chris Lattnersimplify handling "don't print top level name" processi...
2009-03-01 Chris Lattnerwalk type symbol table also, so we get:
2009-03-01 Chris LattnerFix a long-standing bug and misfeature of the disassemb...
2009-02-28 Chris Lattnermove type name population out of TypePrinting class...
2009-02-28 Chris Lattnerswitch to densemap for pointer->word map.
2009-02-28 Chris Lattnermake this work when constructed with a null module*
2009-02-28 Chris Lattnerexpose TypePrinting as a public API.
2009-02-28 Chris Lattnerrename 'Result' to 'OS' in CalcTypeName for consistency
2009-02-28 Chris Lattnerdo not embed the raw_ostream into TypePrinting, pass...
2009-02-28 Chris Lattnerstop calling Type::getDescription().
2009-02-28 Chris Lattnersimplifications
2009-02-28 Chris LattnerChange WriteTypeSymbolic to not put a space out before...
2009-02-28 Chris Lattnermake CalcTypeName take a stream instead of a string...
2009-02-28 Chris Lattnerremove a bunch of nearly-duplicated code.
2009-02-28 Chris Lattnerfix indentation, remove dead integer case.
2009-02-28 Chris Lattnerpull calcTypeName into TypePrinting class, make its...
2009-02-28 Chris Lattnerinline method into its only use and simplify the result.
2009-02-28 Chris Lattnersimplify condition
2009-02-28 Chris Lattnerstart refactoring the .ll printer: introduce a new...
2009-02-18 Chris Lattneradd proper asmwriter and asmparser support for anonymou...
2009-02-11 Dan GohmanDon't print extra spaces in vector and array constants...
2009-02-09 Gabor Greifmake sure that BranchInst::getSuccessor() does not...
2009-01-31 Gabor Greifback out my previous change, it exposes a latent bug...
2009-01-31 Gabor Greifuse precise accessors
2009-01-21 Dale JohannesenDo not use host floating point types when emitting
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Nuno Lopesadd comment to explain my previous commit, as asked...
2009-01-14 Nuno Lopesfix crash in the case when some arg is null
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-12-03 Dan GohmanHave PseudoSourceValue override Value::dump, so that...
2008-11-10 Chris LattnerUse utohex_buffer instead of utohexstr to avoid creatin...
2008-10-28 Daniel DunbarReuse PrintEscapedString for printing names in .ll
2008-10-21 Daniel DunbarPrivatize PrintModulePass and PrintFunctionPass and add
2008-10-15 Dan GohmanFix a missing space after the return type in invoke...
2008-10-14 Daniel DunbarPrevent assert when using '"' in names (via hexadecimal).
2008-10-14 Daniel DunbarChange getLLVMName to use raw_ostream & PrintLLVMName.
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-10-01 Chris Lattneradd a new form of Type::dump that takes a module for...
2008-10-01 Dan GohmanMake some implicit conversions explicit, to avoid compi...
2008-10-01 Dan GohmanDon't prepend a space character for constants in Value...
2008-09-29 Devang PatelSupport inreg, zext and sext as return value attributes.
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-26 Devang PatelNow Attributes are divided in three groups
2008-09-26 Dan GohmanFix missing whitespace in the printing of function...
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-25 Devang Patel Large mechanical patch.
2008-09-25 Dan GohmanAvoid a spurious extra space character when printing...
2008-09-24 Devang PatelPut FN_NOTE_AlwaysInline and others in FnAttr namespace.
2008-09-23 Devang PatelMove FN_NOTE_AlwaysInline and other out of ParamAttrs...
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-23 Devang PatelUse parameter attribute store (soon to be renamed) for
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2008-09-22 Devang PatelAdd hasNote() to check note associated with a function.
2008-09-14 Dan GohmanFix WriteAsOperand to not emit a leading space characte...
2008-09-03 Devang PatelAvoid extra comma.
2008-09-03 Devang PatelParse and print opt_size note.
2008-09-02 Devang Patels/FP_AlwaysInline/FN_NOTE_AlwaysInline/g
2008-09-02 Devang PatelUse bitwise AND.
2008-09-02 Devang PatelPrint function notes.
2008-08-29 Chris LattnerAsmprint nameless instructions as:
2008-08-25 Chris LattnerFix pasto (values -> types) noticed by Josh Conner
2008-08-25 Chris Lattnerflush stream after dumping.
2008-08-24 Chris Lattneradd a hack to temporarily allow pseudo source values.
2008-08-23 Chris Lattnerminor cleanups.
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-19 Chris Lattnermore cleanups, random methods shouldn't return ostreams.
2008-08-19 Chris Lattnermore cleanup, eliminate getLLVMName when printing out
2008-08-19 Chris Lattnerrandom cleanups, factor some printing code for linkage...
2008-08-19 Chris LattnerChange WriteTypeSymbolic/WriteAsOperand to return void...
2008-08-19 Chris Lattnerrearrange code and make more legible.
2008-08-19 Chris Lattnerput SlotTracker in an anon namespace since it is private.
2008-08-19 Chris LattnerReid had to call this class "slot machine" out of some...
2008-08-18 Chris LattnerFix a bug daniel pointed out to me, where asmprinter...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Chris LattnergetLLVMName is only used for types now, which always...
2008-08-17 Chris Lattnerswitch valuemap's from std::map to densemap. This...
2008-08-17 Chris Lattneravoid an extraneous std::string construction
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
next