Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and relate...
[oota-llvm.git] / lib / Target / Mips / MipsTargetMachine.cpp
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-07-09 Mehdi AminiMake TargetTransformInfo keeping a reference to the...
2015-07-07 Sanjay Patelfix typo; NFC
2015-06-16 Daniel SandersClean up redundant copies of Triple objects. NFC
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in compute...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-05-20 Daniel SandersRevert r237789 - [mips] The naming convention for priva...
2015-05-20 Daniel Sanders[mips] The naming convention for private labels is...
2015-05-12 Eric ChristopherMigrate existing backends that care about software...
2015-05-07 Toma Tabacu[mips] Add the SoftFloat MipsSubtarget feature.
2015-03-14 Vasileios Kalintiris[mips] Remove trivial header for the MipsModuleISelDAGT...
2015-03-14 Vasileios Kalintiris[mips] Remove trivial header for the Mips16HardFloat...
2015-03-14 Vasileios Kalintiris[mips] Remove trivial header for the MipsOs16 pass...
2015-03-12 Mehdi AminiMove the DataLayout to the generic TargetMachine, makin...
2015-02-14 Duncan P. N. Exon... Mips: Canonicalize access to function attributes, NFC
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-01 Chandler Carruth[multiversion] Switch the TTI queries from TargetMachin...
2015-02-01 Chandler Carruth[multiversion] Switch all of the targets over to use the
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-26 Eric ChristopherMove the Mips target to storing the ABI in the TargetMa...
2015-01-08 Eric ChristopherMake the TargetMachine in MipsSubtarget a reference...
2014-12-11 Matthias BraunEnable MachineVerifier in debug mode for X86, ARM,...
2014-12-11 Matthias Braun[CodeGen] Add print and verify pass after each MachineF...
2014-12-11 Rafael EspindolaThis reverts commit r224043 and r224042.
2014-12-11 Matthias BraunEnable machineverifier in debug mode for X86, ARM,...
2014-12-11 Matthias Braun[CodeGen] Add print and verify pass after each MachineF...
2014-11-20 Reid KlecknerAdd out of line virtual destructors to all LLVMTargetMa...
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-10-16 Robin MorissetErase fence insertion from SelectionDAGBuilder.cpp...
2014-09-29 Eric ChristopherSimplify conditional.
2014-09-29 Eric ChristopherAdd soft-float to the key for the subtarget lookup...
2014-09-26 David MajnemerFix build breakage on MSVC 2013
2014-09-26 David MajnemerTarget: Fix build breakage.
2014-09-26 Eric ChristopherAdd the first backend support for on demand subtarget...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
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 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-07-23 James MolloyEnable partial libcall inlining for all targets by...
2014-07-18 Eric ChristopherFundamentally change the MipsSubtarget replacement...
2014-07-18 Eric ChristopherAvoid caching the relocation model on the subtarget...
2014-07-18 Eric ChristopherMake non-module passes unconditionally added in the...
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-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...
next