Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
[oota-llvm.git] / lib / Target / PowerPC / PPC.h
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-02-08 Bill WendlingMoved the MachOWriter and ELFWriter out of the Target...
2006-11-17 Chris Lattnerstart using PPC predicates more consistently.
2006-11-04 Chris Lattnerencode BLR predicate info for the JIT
2006-11-04 Chris LattnerGo through all kinds of trouble to mark 'blr' as having...
2006-09-20 Chris LattnerThe DarwinAsmPrinter need not check for isDarwin. ...
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...
2006-07-15 Chris LattnerRemove what little AIX support we have. It has never...
2006-06-16 Chris LattnerRemove the -darwin and -aix llc options, inferring...
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2006-02-18 Evan ChengMoved PICEnabled to include/llvm/Target/TargetOptions.h
2006-01-12 Chris LattnerGoodbye PPC pattern isel. You have served us well...
2005-11-17 Chris Lattneradd an option to generate completely non-pic code,...
2005-10-18 Nate BegemanFirst bits of 64 bit PowerPC stuff, currently disabled...
2005-10-14 Chris LattnerEliminate PowerPC.td and PPC32.td, consolidating them...
2005-08-18 Nate BegemanRemove the X86 and PowerPC Simple instruction selectors...
2005-08-17 Chris Lattneradd prototype, remove dead proto
2005-08-05 Chris LattnerConsolidate the GPOpt stuff to all use the Subtarget...
2005-08-04 Nate BegemanUse the new subtarget support to automatically choose...
2005-07-21 Nate BegemanSupport building non-PIC
2005-07-19 Nate BegemanIntegrate SelectFPExpr into SelectExpr. This gets...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-15 Nate BegemanMake pattern isel default for ppc
2005-04-05 Nate BegemanRemove 64 bit simple ISel, it never worked correctly
2005-03-24 Nate BegemanAddition of the PPC32 Pattern ISel. While it is far...
2004-11-14 Misha BrukmanFix build on Linux/PowerPC64 using SuSE GCC (#undef...
2004-09-04 Nate BegemanAll PPC instructions are now auto-printed
2004-08-17 Misha BrukmanConsistently name passed with 32 or 64 in their name
2004-08-14 Nate BegemanReplace PowerPCPEI.cpp with target independant PrologEp...
2004-08-11 Misha Brukman64-bit instruction selector and AIX-specific 64-bit...
2004-08-11 Nate BegemanClean up 32/64bit and Darwin/AIX split. Next steps...
2004-08-11 Misha BrukmanBreaking up the PowerPC target into 32- and 64-bit...
2004-08-09 Misha BrukmanCodePrinter -> AsmPrinter
2004-08-06 Chris LattnerChanges commited for Nate Begeman:
2004-07-27 Misha BrukmanAdd PowerPCBranchSelector to discover which are `long...
2004-06-21 Misha BrukmanInitial revision