Adding dllimport, dllexport and external weak linkage types.
[oota-llvm.git] / lib / VMCore / AsmWriter.cpp
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-08-28 Reid SpencerFor PR387:
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-21 Chris LattnerFix PR885
2006-05-19 Chris LattnerPrint csretcc calls like this:
2006-05-19 Chris Lattnerpretty print csretcc for calls
2006-05-19 Chris LattnerAsmprint csret nicely
2006-05-14 Chris Lattnerinverted logic, caught by coverity
2006-04-08 Chris LattnerAdd shufflevector support, todo, implement better const...
2006-03-01 Evan ChengBack out my last check-in. Wrong place to fix it.
2006-03-01 Evan ChengAsmWriter should not print LLVM constant in comment...
2006-02-27 Jim LaskeyPretty print large struct constants.
2006-02-26 Jim LaskeyReverting. Didn't realize some developers were embeddin...
2006-02-25 Jim LaskeyFormat large struct constants for readability.
2006-01-25 Chris LattnerPrint InlineAsm objects
2006-01-25 Chris LattnerChange inline asms to be uniqued like constants, not...
2006-01-24 Chris LattnerInitial checkin of the InlineAsm class
2006-01-24 Chris LattnerPretty print file-scope asm blocks.
2006-01-24 Chris Lattnersyntax change
2006-01-23 Chris LattnerPrint out inline asm strings
2005-11-12 Chris Lattnerprint section info
2005-11-06 Chris Lattnerprint alignment info for globals and functions
2005-11-05 Chris Lattnerfix printing the alignment directive
2005-11-05 Nate BegemanAdd support alignment of allocation instructions.
2005-08-17 Jim LaskeyCulling out use of unions for converting FP to bits...
2005-06-18 Andrew Lenharthcore changes for varargs
2005-05-15 Reid SpencerSome cleanups for compilation with GCC 4.0.0 to remove...
2005-05-06 Chris Lattneradd support for explicit calling conventions
2005-05-06 Chris LattnerAdd a 'tail' marker for call instructions, patch contri...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris Lattnerstop using arg_front
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-02 Misha BrukmanFix the spelling of the word `the'
2005-03-02 Chris LattnerPrint the module ID as a comment.
2005-02-24 Chris LattnerFix some problems where the verifier would crash on...
2005-02-09 Chris LattnerFix test/Regression/Assembler/2005-02-09-AsmWriterStore...
2005-02-01 Chris LattnerUpdate for API change.
2005-01-04 Chris LattnerTo not break TBAA rules, use a union.
2004-12-10 Alkis EvlogimenosFix writer to properly quote label names when they...
2004-12-05 Chris LattnerWhen printing out a function, make sure that local...
2004-11-15 Misha BrukmanRemove extra space char
2004-11-14 Misha BrukmanGhostLinkage not allowed in LLVM AsmWriter, either
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-09-14 Reid SpencerOkay, the list of link-time passes wasn't such a hot...
2004-09-14 Chris LattnerDon't print newlines between passes in the pass list.
2004-09-14 Chris LattnerDon't print newlines between each library in the deplib...
2004-09-13 Reid SpencerAdd support for the link-time pass list to Modules.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerAdd an assert to cature null Operands. It is better...
2004-08-20 Reid SpencerFix a bug found exposed by: Regression/Other/2004-08...
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-16 Reid SpencerFix PR422.
2004-07-29 Misha BrukmanFix #includes of i*.h files => Instructions.h as per...
2004-07-25 Reid SpencerAvoid use of size(), which counts, in favor of other...
2004-07-25 Reid SpencerAdjust to new Module.h interface for dependent libraries
2004-07-25 Reid Spencerbug 263:
2004-07-18 Reid SpencerShrink some code.
2004-07-17 Reid Spencerbug 122:
2004-07-15 Chris LattnerFixes for PR341
2004-07-13 Chris LattnerMake Argument::print more resilient to non-verifiable IR
2004-07-04 Reid SpencerAdjust the slot machine to handle Types separately...
2004-06-26 Chris LattnerDon't call getValueType directly. the LLVM optimizer...
2004-06-21 Misha BrukmanUse a reference instead of a pointer for the ostream...
2004-06-18 Chris LattnerFix printing of Argument objects, problem found by...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-15 Chris LattnerDo not dereference end iterators. It's really bad...
2004-06-09 Chris LattnerTolerate more errors
2004-06-09 Chris LattnerMake the asmwriter much more tolerant of errors (which...
2004-06-09 Reid SpencerMade it possible for the printInfoComment method to...
2004-06-04 Chris LattnerSquelch a warning
2004-06-04 Misha Brukman* No more CachedWriter::setStream()
2004-06-01 John CriswellModified calcTypeName() so that it does not allocate...
2004-05-27 Reid SpencerClean up a comment.
2004-05-26 Reid SpencerSeveral clean ups suggested by Chris: remove tabs,...
2004-05-26 Reid SpencerPart of bug 122. Removed dependency of AsmWriter on...
2004-05-25 Reid SpencerDocument a couple functions.
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface.
2004-04-28 Misha Brukmanclass AssemblyWriter:
2004-04-28 Misha Brukman* Add ability to print out type as symbolic
2004-03-12 Chris LattnerPrint select instructions correctly
2004-03-08 Chris LattnerAdjust to new interface
2004-03-02 Misha BrukmanDoxygenify comments.
2004-03-01 Misha Brukman* If a badref has a name, print it out for ease of...
2004-02-15 Chris LattnerAdjustments to support the new ConstantAggregateZero...
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2004-02-08 Chris Lattnervi failed me again. :)
2004-02-08 Chris LattnerRename the invoke 'except' destination to the 'unwind...
2004-02-08 Chris Lattnerrename the "exceptional" destination of an invoke instr...
2004-01-20 Chris LattnerSlotCalculator.h moved
2004-01-18 Chris LattnerEliminate special case handling for CPR's
2004-01-14 Chris LattnerThe only clients of the slot calculator are now the...
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-20 Chris LattnerDon't crash if we are printing an orphaned basic block!
2003-11-17 Chris LattnerBe a bit more tolerant of broken code
2003-11-16 Brian GaekeWhen you hand WriteAsOperand a type, it now prints...
2003-11-16 Chris LattnerDon't print 'No predecessors!' on the entry block
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-09 Chris LattnerAdd an assertion
2003-10-30 Chris LattnerMake use of the new AssemblyAnnotationWriter interface
next