Changes For Bug 352
[oota-llvm.git] / lib / Target / PowerPC / PPCAsmPrinter.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-30 Nate BegemanMove yet more instructions over to being printed by...
2004-08-21 Chris LattnerFix warning
2004-08-21 Nate BegemanMove XForm instructions over to the auto-generated...
2004-08-19 Nate BegemanClean up floating point instruction selection.
2004-08-18 Chris LattnerRename var
2004-08-17 Chris LattnerStart using alignment output routines from AsmPrinter.
2004-08-17 Chris LattnerPrint comments with ;
2004-08-17 Chris LattnerUse the emitGlobalConstant defined in AsmPrinter
2004-08-17 Chris LattnerNew, more general, interface.
2004-08-17 Misha BrukmanPowerPC 32-/64-bit split: Part I, PPC32* bit files...
2004-08-17 Chris LattnerPrint float constants as 4 byte values.
2004-08-17 Chris LattnerMake sure to put an _ prefix on all identifiers!
2004-08-16 Chris LattnerMore changes to make PPC32 and X86 more similar
2004-08-16 Chris LattnerMinor changes to make the diff be nothing against the...
2004-08-16 Chris LattnerFinegrainify namespacification
2004-08-15 Chris LattnerZimm16 is now dead. Its entry is not removed from...
2004-08-15 Chris LattnerConvert all of the DForm_6* operations, which makes...
2004-08-15 Chris LattnerConvert the DForm_4 over to the asmprintergen
2004-08-15 Nate BegemanRemove dead code
2004-08-14 Chris LattnerPrint mflr using the asmwriter generator
2004-08-14 Nate BegemanAdd initial support for using the generated asm writer...
2004-08-13 Nate BegemanFix siod by switching BoolTy to byte rather than int...
2004-08-11 Misha BrukmanBreaking up the PowerPC target into 32- and 64-bit...
2004-08-10 Misha BrukmanRenamed PPC32 (namespace for regs, opcodes) to PPC...
2004-08-09 Misha BrukmanCodePrinter -> AsmPrinter
2004-08-04 Chris LattnergetValues does not exist
2004-07-28 Chris LattnerMinor corrections
2004-07-28 Misha BrukmanFind longs by type, not by their primitive size being...
2004-07-28 Misha BrukmanFix printing of immediate operands by looking at their...
2004-07-27 Misha BrukmanCorrectly print out long branches, assert on finding...
2004-07-26 Misha BrukmanIncrement the label number in runOnFunction() rather...
2004-07-23 Misha BrukmanSimplify boolean test.
2004-07-23 Misha Brukman* Codegen of GEPs dramatically improved by folding...
2004-07-21 Misha Brukman* Fix printing of signed immediate values (Nate Begeman)
2004-07-20 Misha BrukmanDifferentiate between global and weak symbol loads
2004-07-20 Misha Brukman* Fn args passed in registers are now recorded as used...
2004-07-18 Chris LattnerCPR Fixes
2004-07-16 Misha Brukman* Output non-lazy linking stubs for external global...
2004-07-16 Misha Brukman* Add spaces between words and numbers in comments...
2004-07-08 Misha Brukman* Fix header comment, excise references to X86
2004-07-06 Misha BrukmanUse the more compact `bl' instead of cryptic (but equiv...
2004-07-01 Misha BrukmanCheck if operand has an allocated reg before requesting it.
2004-06-30 Misha Brukman* Inquire about the number of operands from the instruc...
2004-06-29 Misha Brukman* Stop using BBNumbering, we don't really need it
2004-06-29 Misha BrukmanAssembly syntax/comment fixes by Nate Begeman.
2004-06-28 Misha BrukmanNo need to generate a lazy-linking stub for internal...
2004-06-28 Misha BrukmanDo not set the `link' bit when branching to the first...
2004-06-28 Misha BrukmanFix spacing around function arguments.
2004-06-25 Misha BrukmanCombine several if stmts with returns into an if-then...
2004-06-25 Misha Brukman* Be consistent about MachineBB labels and references...
2004-06-25 Misha Brukman* Initialize the entire array statically, not member...
2004-06-24 Misha Brukman* Lowercase the register names
2004-06-24 Misha Brukman* Tabs to spaces
2004-06-24 Misha Brukman* Order #includes
2004-06-21 Misha BrukmanType::getPrimitiveID() -> getTypeID()
2004-06-21 Misha BrukmanInitial revision