Now with less tabs!
[oota-llvm.git] / lib / VMCore / AsmWriter.cpp
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.
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.
next