Have MipsSelectionDAGInfo constructor take a DataLayout rather
[oota-llvm.git] / lib / Target / Mips / MipsTargetMachine.cpp
2014-06-27 Eric ChristopherHave MipsSelectionDAGInfo constructor take a DataLayout...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-03-10 Reed KotlerFix regression with -O0 for mips .
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-17 Rafael EspindolaFix N32 registers and stack alignment.
2013-12-16 Rafael EspindolaThe preferred alignment defaults to the abi alignment...
2013-12-16 Rafael EspindolaOn DataLayout, omit the default of p:64:64:64.
2013-12-11 Rafael EspindolaMove mips' datalayout computation out of line and add...
2013-11-27 Akira Hatanaka[mips] Implement the following optimizations using...
2013-10-07 Akira Hatanaka[mips] Disable tail merging when long branch pass is...
2013-10-07 Akira Hatanaka[mips] Define method MipsSubtarget::enableLongBranchPass.
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-07-12 Akira Hatanaka[mips] Implement MipsTargetMachine::getInstrItineraryDa...
2013-06-11 Akira Hatanaka[mips] Add an IR transformation pass that optimizes...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-10 Reed KotlerCheckin in of first of several patches to finish implem...
2013-04-10 Reed KotlerThis is for an experimental option -mips-os16. The...
2013-04-09 Reed KotlerThis patch enables llvm to switch between compiling...
2013-03-13 Akira Hatanaka[mips] Define two subclasses of MipsTargetLowering...
2013-02-27 Reed KotlerAdd the skeleton for the Mips constant island pass.
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-05 Akira Hatanaka[mips] Fix data layout string. Add 64 to the list of...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
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 a new interface to allow IR-level passes to access...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-08-22 Akira HatanakaAdd register Mips::GP to the list of reserved registers...
2012-08-18 Craig TopperReorder initialization list to silence -Wreorder
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-08-02 Akira HatanakaMove the code that creates instances of MipsInstrInfo...
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-07-02 Bob WilsonAdd all codegen passes to the PassManager via TargetPas...
2012-06-14 Akira HatanakaAdd long branch expansion pass for MIPS.
2012-05-25 Akira HatanakaMove the code in MipsExpandPseudo to MipsInstrInfo...
2012-05-12 Akira HatanakaDo not add the pass which restores $gp after every...
2012-05-01 Bill WendlingChange the PassManager from a reference to a pointer.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-24 Akira HatanakaAdd an option to use a virtual register as the global...
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
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-10-17 Akira HatanakaRevert change made in r142205.
2011-10-17 Akira HatanakaAdd definition of immZExt5_64 and redefine immZExt5...
2011-10-14 Akira HatanakaAdd f128 to datalayout string.
2011-09-27 Akira HatanakaDo not add the pass that restores $gp if target is...
2011-09-21 Akira HatanakaAdd a base class for Mips TargetMachines and add Mips64...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
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-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-05-19 Akira HatanakaFix data layout string. i64 is aligned to 64 bit bounda...
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-01-20 Chris Lattnerrevert 93934, removing the MCAsmInfo endianness bit...
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...
next