- d6dada1 [mips] Removal of microMIPS64R6 by Aleksandar Beserminji · 8 years ago
- 1255b16 [MIPS] Implement support for -mstack-alignment. by John Baldwin · 8 years ago
- 3a1a951 [mips] clang-format MipsSubtarget.cpp. by John Baldwin · 8 years ago
- ae719c5 [mips][mt][1/7] Add the MT ASE as a subtarget feature. by Simon Dardis · 8 years ago
- 64fb7a8 [mips] Add madd4 subtarget feature by Petar Jovanovic · 8 years ago
- 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
- 5725304 [mips] Remove unused class field. NFC by Simon Atanasyan · 8 years ago
- 039b02ec [mips] Change type of MipsSubtarget ctor arguments s/std::string/StringRef/. NFC by Simon Atanasyan · 8 years ago
- ca74dd7 [mips] Recommit: "N64 static relocation model support" by Simon Dardis · 9 years ago
- 5b67a4f Revert "[mips] N64 static relocation model support" by Simon Dardis · 9 years ago
- 09e65ef [mips] N64 static relocation model support by Simon Dardis · 9 years ago
- b30e66b Convert more cases to isPositionIndependent(). NFC. by Rafael Espindola · 9 years ago
- 43750eab [mips] EABI CodeGen is completely untested and seems to have bitrotted. Remove it. by Daniel Sanders · 9 years ago
- 2e386d3 [mips][micromips] Initial support for micrmomips DSP instructions and addu.qb implementation by Zoran Jovanovic · 10 years ago
- 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
- 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
- c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
- 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
- e4e83a7 [mips] Added support for various EVA ASE instructions. by Daniel Sanders · 10 years ago
- 3ebcaf6 [mips] Added support for the div, divu, ddiv and ddivu macros which use traps and breaks in the integrated assembler. by Daniel Sanders · 10 years ago
- 157e5a6 Remove getDataLayout() from TargetSelectionDAGInfo (had no users) by Mehdi Amini · 10 years ago
- c81f450 Clean up redundant copies of Triple objects. NFC by Daniel Sanders · 10 years ago
- 39a2afc Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRAScheduler() by Matthias Braun · 10 years ago
- a73f1fd Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MCSubtargetInfo(). NFC. by Daniel Sanders · 10 years ago
- 506cfd0 [mips] Add the SoftFloat MipsSubtarget feature. by Toma Tabacu · 10 years ago
- 0218f8c Fix wording and grammar in Mips subtarget options. by Eric Christopher · 11 years ago
- bbe6ff5 Unify selectMipsCPU implementations. by Eric Christopher · 11 years ago
- 8b77065 Move DataLayout back to the TargetMachine from TargetSubtargetInfo by Eric Christopher · 11 years ago
- a576281 Move the Mips target to storing the ABI in the TargetMachine rather by Eric Christopher · 11 years ago
- 9072428 Make the TargetMachine in MipsSubtarget a reference rather by Eric Christopher · 11 years ago
- 8985ba9 Remove unused variable, initializer, and accessor. by Eric Christopher · 11 years ago
- 8edbcad [mips] Enable code generation for MIPS-III. by Vasileios Kalintiris · 11 years ago
- b2dd15f [mips] Add preliminary support for the MIPS II target. by Vasileios Kalintiris · 11 years ago
- b38db1e [mips] Add the following MIPS options that control gp-relative addressing of by Sasa Stankovic · 11 years ago
- e2e25da [mips] Replace MipsABIEnum with a MipsABIInfo class. by Daniel Sanders · 11 years ago
- b152660 constify the TargetMachine being passed through the Mips subtarget creation. by Eric Christopher · 11 years ago
- 79cc1e3 Reinstate "Nuke the old JIT." by Eric Christopher · 11 years ago
- feb6130 [mips] Invert the abicalls feature bit to be noabicalls so that it's possible for -mno-abicalls to take effect. by Daniel Sanders · 11 years ago
- 35837ac [mips] Initial implementation of -mabicalls/-mno-abicalls. by Daniel Sanders · 11 years ago
- b9fd9ed Temporarily Revert "Nuke the old JIT." as it's not quite ready to by Eric Christopher · 11 years ago
- f8b27c4 Nuke the old JIT. by Rafael Espindola · 11 years ago
- 4e7d1e7 Fundamentally change the MipsSubtarget replacement machinery: by Eric Christopher · 11 years ago
- e54f10e FrameLowering depends only upon the Subtarget, so only take a subtarget by Eric Christopher · 11 years ago
- 8924d27 In preparation for replacing the whole subtarget on the target machine, by Eric Christopher · 11 years ago
- 675cb4d Make InstrInfo depend only upon the Subtarget getting passed in by Eric Christopher · 11 years ago
- f74faf4 Avoid caching the relocation model on the subtarget, this is for two reasons: by Eric Christopher · 11 years ago
- 7394e23 Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachine by Eric Christopher · 11 years ago
- a2f658d Move Post RA Scheduling flag bit into SchedMachineModel by Sanjay Patel · 11 years ago
- 7ddb0ab [mips] For the FP64A ABI, odd-numbered double-precision moves must not use mtc1/mfc1. by Daniel Sanders · 11 years ago
- b976fee [mips] Expand BuildPairF64 to a spill and reload when the O32 FPXX ABI is by Sasa Stankovic · 11 years ago
- 255d00d [mips] Added FPXX modeless calling convention. by Zoran Jovanovic · 11 years ago
- 7e52742 [mips] Add support for -modd-spreg/-mno-odd-spreg by Daniel Sanders · 11 years ago
- daa9dbb Move subtarget dependent features into the subtarget from the target by Eric Christopher · 11 years ago
- 5f9fd21 Move the data layout and selection dag info from the mips target machine by Eric Christopher · 11 years ago
- 5b336a2 Break out subtarget initialization that dependent variables need into by Eric Christopher · 11 years ago
- a4d901f Unify these two lines. by Eric Christopher · 11 years ago
- 1f51ddd Move MipsJITInfo to the subtarget rather than the target machine. by Eric Christopher · 11 years ago
- 387fc15 [mips] Marked up instructions added in MIPS32r2 and tested that IAS for -mcpu=mips(2|32) does not accept them by Daniel Sanders · 11 years ago
- 07cdea2 [mips] Marked up instructions added in MIPS-V and tested that IAS for -mcpu=mips[1234] does not accept them by Daniel Sanders · 11 years ago
- 070fd1c [mips] Fold FeatureBitCount into FeatureMips32 and FeatureMips64 by Daniel Sanders · 11 years ago
- fcea810 [mips] Fold FeatureSEInReg into FeatureMips32r2 by Daniel Sanders · 11 years ago
- 39d0051 [mips] Fold FeatureSwap into FeatureMips32r2 and FeatureMips64r2 by Daniel Sanders · 11 years ago
- 94eda2e [mips] Replace FeatureFPIdx with FeatureMips4_32r2 by Daniel Sanders · 11 years ago
- e57d866 [mips] Marked up instructions added in MIPS-IV and tested that IAS for -mcpu=mips[123] does not accept them by Daniel Sanders · 11 years ago
- 395b818 [mips] Remove unused CondMov feature bit by Daniel Sanders · 11 years ago
- f2056be [mips] Marked up instructions added in MIPS-III and tested that IAS for -mcpu=mips[12] does not accept them by Daniel Sanders · 11 years ago
- b7f1c6f [mips][mips64r6] Add experimental support for MIPS32r6 and MIPS64r6 by Daniel Sanders · 11 years ago
- d240953 [mips] Add highly experimental support for MIPS-I, MIPS-II, MIPS-III, and MIPS-V by Daniel Sanders · 11 years ago
- 84e68b2 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
- d174b72 [cleanup] Lift using directives, DEBUG_TYPE definitions, and even some by Chandler Carruth · 12 years ago
- 0051f2d [mips] Add initial support for NaN2008 in the back-end. by Matheus Almeida · 12 years ago
- a024fb0 [mips] Correct r206370 to account for non-Linux targets using the small data section. by Daniel Sanders · 12 years ago
- 5e94e68 [mips] Some uses of isMips64()/hasMips64() are really tests for 64-bit GPR's by Daniel Sanders · 12 years ago
- 93fe5e8 [MIPS] Add cpu octeon and some instructions by Kai Nacke · 12 years ago
- 737285e [mips] Treat -mcpu=generic the same way as an empty CPU string. by Daniel Sanders · 12 years ago
- 5a1449d [mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assembler. by Daniel Sanders · 12 years ago
- e70897f [mips] Make mips64 the default CPU for the mips64 architecture by Daniel Sanders · 12 years ago
- 9725016 [mips] Add NaCl target and forbid indexed loads and stores for it by Petar Jovanovic · 12 years ago
- 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
- 0d409e2 Check in conditional branches for constant islands. Still need to finish by Reed Kotler · 12 years ago
- 1093afe2 [Mips] Adjust float ABI settings in case of MIPS16 mode. by Simon Atanasyan · 12 years ago
- 3048b02 [mips] Compute stack alignment on the fly. by Akira Hatanaka · 12 years ago
- 6b2d841 [mips] Align the stack to 16-bytes for mfp64. by Akira Hatanaka · 12 years ago
- 91ae982 Make first substantial checkin of my port of ARM constant islands code to Mips. by Reed Kotler · 12 years ago
- 1b1e25b [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal error when using it in FR=0 mode. by Daniel Sanders · 12 years ago
- c03807a Fix a problem with dual mips16/mips32 mode. When the underlying processor by Reed Kotler · 12 years ago
- 0eae85f Fix a subtle difference between running clang vs llc for mips16. by Reed Kotler · 12 years ago
- 3a2c2d4 [Mips][msa] Added initial MSA support. by Jack Carter · 12 years ago
- 13e6ccf [mips] Rename register classes CPURegs and CPU64Regs. by Akira Hatanaka · 12 years ago
- 783c794 Checkin in of first of several patches to finish implementation of by Reed Kotler · 12 years ago
- fe94cc3 This is for an experimental option -mips-os16. The idea is to compile all by Reed Kotler · 13 years ago
- 1595f36 This patch enables llvm to switch between compiling for mips32/mips64 by Reed Kotler · 13 years ago
- 1454ed8 [mips] Remove android calling convention. by Akira Hatanaka · 13 years ago
- 428a06c This patch that sets the Mips ELF header flag for MicroMips architectures. by Jack Carter · 13 years ago
- 7f37810 This patch implements runtime Mips specific setting of ELF header e_flags. by Jack Carter · 13 years ago
- c5dc055 [mips] Delete unused sub-target features. by Akira Hatanaka · 13 years ago
- 3bc1beb [mips] Add predicate HasFPIdx for floating-point indexed load instruction by Akira Hatanaka · 13 years ago
- a9d01f1 Initialize boolean variables in MipsSubtarget's constructor. by Akira Hatanaka · 13 years ago
- ad49502 Add register Mips::GP to the list of reserved registers if target is bare-metal by Akira Hatanaka · 13 years ago
- 5fd2248 Fix coding style violations. Remove white spaces and tabs. by Akira Hatanaka · 13 years ago