give MCAsmInfo a 'has little endian' bit. This is unfortunate, but
[oota-llvm.git] / lib / Target / Mips / MipsTargetMachine.cpp
2010-01-19 Chris Lattnergive MCAsmInfo a 'has little endian' bit. This is...
2009-12-21 Eric ChristopherFix setting and default setting of code model for jit...
2009-11-07 Chris Lattnerindicate what the native integer types for the target...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-11 Chris Lattnerpass the TargetTriple down from each target ctor to the
2009-08-11 Chris Lattnernow that JumpTableDirective can differentate picness...
2009-08-03 Eli FriedmanRemove -disable-mips-abicall and -enable-mips-absolute...
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-16 Daniel DunbarKill off <TARGET>MachineModule variables, and <TARGETAS...
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
2009-07-15 Daniel DunbarRemove old style hacks to register AsmPrinter into...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarKill off old (TargetMachine level, not Target level...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-16 Chris Lattnerfix a circular dependency between the mips code generator
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
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...
2008-11-15 Oscar FuentesAdds extern "C" ints to the .cpp files that use Registe...
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-09-15 Bruno Cardoso LopesFixed Bug 2751
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-06 Bruno Cardoso LopesAdded support for fp callee saved registers.
2008-07-15 Bruno Cardoso LopesFixed call stack alignment. Improved AsmPrinter alignme...
2008-07-14 Bruno Cardoso LopesAdded Subtarget support into RegisterInfo
2008-07-05 Bruno Cardoso LopesSeveral changes to Mips backend, experimental fp suppor...
2008-06-04 Bruno Cardoso LopesSome Mips minor fixes
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-05 Bruno Cardoso LopesAdded support for PIC code with "explicit relocations...
2007-10-09 Bruno Cardoso LopesPosition Independent Code (PIC) support [2]
2007-08-28 Bruno Cardoso LopesAdded method to get Mips register numbers
2007-08-18 Bruno Cardoso LopescreateMipsDelaySlotFillerPass added to mips codegen...
2007-07-11 Bruno Cardoso LopesNow that stack is represented the right way, LOA starts...
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)