Reinstate "Nuke the old JIT."
[oota-llvm.git] / lib / Target / Mips / MipsTargetMachine.h
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-05 Rafael EspindolaRemove a virtual function from TargetMachine. NFC.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-01 Eric ChristopherAdd a non-const subtarget returning function to the...
2014-07-18 Eric ChristopherFundamentally change the MipsSubtarget replacement...
2014-07-03 Eric ChristopherMove subtarget dependent features into the subtarget...
2014-07-02 Eric ChristopherMove the data layout and selection dag info from the...
2014-07-02 Eric ChristopherMove MipsJITInfo to the subtarget rather than the targe...
2014-07-02 Eric ChristopherRemove the cached InstrItineraryData on the TargetMachi...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-21 Benjamin Kramer[C++11] Replace OwningPtr with std::unique_ptr in place...
2013-07-12 Akira Hatanaka[mips] Implement MipsTargetMachine::getInstrItineraryDa...
2013-04-09 Reed KotlerThis patch enables llvm to switch between compiling...
2013-03-13 Akira Hatanaka[mips] Define two subclasses of MipsTargetLowering...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-12 Akira Hatanaka[mips] Fix a memory leak bug report by NAKAMURA Takumi.
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-10-28 Rafael EspindolaRemove TargetELFWriterInfo.
2012-10-24 Nadav RotemImplement a basic VectorTargetTransformInfo interface...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-10 Nadav RotemAdd getters for the MIPS TargetTransform classes
2012-10-10 David BlaikieRemove unused member variable introduced in r165665.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-08-20 Akira HatanakaFix coding style violations in 162135 and 162136.
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsFrameLowering...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsInstrInfo...
2012-07-31 Akira HatanakaDelete mips64 target machine classes. mips target machi...
2012-06-14 Akira HatanakaFix coding style violations. Remove white spaces and...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-09-22 Akira HatanakaFix typo.
2011-09-21 Akira HatanakaAdd a base class for Mips TargetMachines and add Mips64...
2011-09-14 Bruno Cardoso LopesOne more patch towards JIT support for Mips.
2011-07-21 Bruno Cardoso LopesAdded the infrastructute necessary for MIPS JIT support...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-05-04 Akira HatanakaPrevent instructions using $gp from being placed betwee...
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2011-04-15 Akira HatanakaAdd pass that expands pseudo instructions into target...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-03 Eli FriedmanRemove -disable-mips-abicall and -enable-mips-absolute...
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
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-16 Chris Lattnerfix a circular dependency between the mips code generator
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...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-06-04 Bruno Cardoso LopesSome Mips minor fixes
2008-05-14 Dan GohmanChange target-specific classes to use more precise...
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)