eliminate some iterator gymnastics.
[oota-llvm.git] / lib / VMCore / AsmWriter.cpp
2007-01-10 Chris Lattnereliminate some iterator gymnastics.
2007-01-09 Chris LattnerInline insertValue into CreateModuleSlot/CreateFunctionSlot
2007-01-09 Chris LattnerRemove a bunch of complex logic that is completely...
2007-01-09 Chris LattnerSplit CreateSlot into two versions, one for globals...
2007-01-09 Chris LattnerRemove extraneous return value from insertValue and...
2007-01-08 Andrew LenharthAnd asm writing for packed struct initializers
2007-01-06 Reid SpencerFor PR411:
2007-01-05 Reid SpencerChange the syntax for parameter attributes:
2006-12-31 Reid SpencerFix a cut-and-paste bug for processing of InvokeInst...
2006-12-31 Reid SpencerFor PR950:
2006-12-29 Reid SpencerFor PR950:
2006-12-19 Reid SpencerNow that ConstantInt::isValueValidForType can handle...
2006-12-08 Andrew LenharthPacked Structures
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerRemove the dead CachedWriter class.
2006-12-06 Chris LattnerprintName is almost always true. In the cases that...
2006-12-06 Chris LattnerThe hasSlot methods are gone.
2006-12-06 Chris Lattnerremove unused api, simplify some code
2006-12-06 Chris Lattnerremove more code that was only used by the bc writer
2006-12-06 Chris Lattnerremove dead code left over from when this functionality...
2006-12-06 Chris Lattnerrename createSlot -> getOrCreateSlot.
2006-12-06 Chris Lattnerclean up some sloppy and inconsistent spacing
2006-12-06 Chris Lattnerwrap long lines
2006-12-04 Reid SpencerFor PR950: Implement ICmp/FCmp predicate printing for...
2006-12-03 Reid SpencerShorten the FCmp predicate mnemonics.
2006-12-03 Reid SpencerAllow the ICmp and FCmp instructions to be written...
2006-11-28 Bill WendlingChanged to using LLVM streams.
2006-11-27 Reid SpencerFor PR950:
2006-11-02 Reid SpencerFor PR786:
2006-10-27 Reid SpencerMake the Value and Type methods print a newline so...
2006-10-22 Chris LattnerChange keyword to datalayout
2006-10-20 Reid SpencerFor PR950:
2006-10-18 Owen AndersonAdd support for the new "target data" information in...
2006-09-28 Chris Lattnersimplify code
2006-09-20 Anton KorobeynikovAdding codegeneration for StdCall & FastCall calling...
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...
next