random cleanups.
[oota-llvm.git] / lib / VMCore / AsmWriter.cpp
2008-08-17 Chris Lattnerrandom cleanups.
2008-08-13 Dale JohannesenAdd read/write support for X86's sseregparm.
2008-08-05 Dan GohmanFix the AsmWriter to not print extra spaces after param...
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-06-03 Dale JohannesenPrevent a crash in debug dumps.
2008-05-31 Dan GohmanAsmWriter support for insertvalue/extractvalue. These...
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-05-12 Dan GohmanUpdate comments.
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-22 Chris Lattnermore fallout from Nicholas' asmprinter patch.
2008-04-21 Chris Lattneranother bug introduced in r47802 by nicholas, for no...
2008-04-21 Chris Lattnerfix a bug introduced by Nicholas' "unwinds to" stuff: we
2008-04-16 Dale JohannesenDon't read off end of the input array.
2008-03-22 Anton KorobeynikovSupport chained aliases for LLVM IR printing. This...
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-10 Nick LewyckyTurn unwind_to into "unwinds to".
2008-03-04 Devang PatelPrint types for all ret operands.
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2008-02-23 Devang Patelprint getresult operand and its type directly.
2008-02-23 Devang PatelUse dyn_cast instead of isa + cast.
2008-02-23 Devang PatelTo support multiple return values, now ret instruction...
2008-02-22 Dale JohannesenSplit ParameterAttributes.h, putting the complicated
2008-02-22 Devang PatelPrint getresult instruction properly.
2008-02-22 Devang PatelPrint ret instruction that returns aggregates.
2008-02-19 Dale JohannesenExpand ParameterAttributes to 32 bits (in preparation
2008-01-29 Dan GohmanAdd explicit keywords.
2008-01-15 Bill WendlingReformatted. It was confusing the other way. No functio...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-18 Christopher LambDon't forget to print address space qualifiers when...
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-18 Chris Lattnerprint a call to a fastcc function as:
2007-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-09-26 Dale JohannesenMake temporaries explicit to avoid premature
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-08-19 Chris Lattnersimplify code and print visibility for declarations.
2007-05-22 Reid SpencerReinstate the patch for escaping non-printing character...
2007-05-22 Chris Lattnertemporarily revert reid's asmwriter patch, it is missin...
2007-05-19 Reid SpencerGet the order of the hext digits right!
2007-05-19 Reid SpencerAdjust how LLVM names are produced:
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
2007-04-29 Anton KorobeynikovImplement review feedback
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-26 Chris Lattnerprint aliases before functions
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-22 Christopher LambPR400 work phase 1. Add attributed load/store instructi...
2007-04-22 Reid SpencerFor PR1146:
2007-04-21 Reid SpencerRevert Christopher Lamb's load/store alignment changes.
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-18 Chris Lattnerdon't access argument list of prototypes
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
2007-04-11 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-03-28 Reid SpencerNo need to generate the implementation keyword any...
2007-03-22 Dan GohmanChange uses of Function::front to Function::getEntryBlo...
2007-03-19 Reid SpencerFor PR1258:
2007-02-27 Reid SpencerAdjust to changes in the APInt interface.
2007-02-27 Reid SpencerAllow the AsmWriter to print out arbitrary precision...
2007-02-15 Reid SpencerFor PR1195:
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.
next