For PR411:
[oota-llvm.git] / lib / VMCore / AsmWriter.cpp
2007-02-05 Reid SpencerFor PR411:
2007-02-02 Reid SpencerFix a comment that needed to change after SHIFT patch...
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-26 Reid SpencerFor PR645:
2007-01-15 Chris Lattnermake this more efficient in release builds (time and...
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-12 Reid SpencerAlways write 1 bit integers as i1 not "bool".
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2007-01-11 Reid SpencerShut up a warning about signed/unsigned.
2007-01-11 Chris Lattnersimplify some logic further
2007-01-11 Chris LattnerRecommit my previous patch with a bugfix: printInfoComm...
2007-01-10 Reid SpencerBack out the last patch which is a nightly test killer...
2007-01-10 Chris LattnerLast refactoring before PR645: split up getSlot into...
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.
next