- ca29c27 [Targets] Add errors for tiny and kernel codemodel on targets that don't support them by David Green · 7 years ago
- a8ac430 [mips] Remove dead code from MipsPassConfig by Simon Atanasyan · 7 years ago
- 3239ba8 [mips] Fix atomic operations at O0, v3 by Aleksandar Beserminji · 7 years ago
- 3a7654c [mips][microMIPS] Extending size reduction pass with LWP and SWP by Zoran Jovanovic · 7 years ago
- a5f7551 [mips] Merge MipsLongBranch and MipsHazardSchedule passes by Aleksandar Beserminji · 7 years ago
- 4977705 [mips] Revert Merge MipsLongBranch and MipsHazardSchedule passes by Aleksandar Beserminji · 7 years ago
- de7be5e [mips] Merge MipsLongBranch and MipsHazardSchedule passes by Aleksandar Beserminji · 7 years ago
- d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
- 65cc0cb [mips] Initialize the long branch pass for testing purposes by Simon Dardis · 7 years ago
- ae20108 [mips] Rename Filler to MipsDelaySlotFiller and initialize the pass by Simon Dardis · 7 years ago
- fac93e2 [MIPS GlobalISel] Adding GlobalISel by Petar Jovanovic · 8 years ago
- 26d11ca (Re-landing) Expose a TargetMachine::getTargetTransformInfo function by Sanjoy Das · 8 years ago
- 747d111 Revert "Expose a TargetMachine::getTargetTransformInfo function" by Sanjoy Das · 8 years ago
- 0c3de35 Expose a TargetMachine::getTargetTransformInfo function by Sanjoy Das · 8 years ago
- f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
- 1631d6c [mips] Reorder target specific passes by Simon Dardis · 8 years ago
- bb8507e Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" by Matthias Braun · 8 years ago
- 3a9c114 TargetMachine: Merge TargetMachine and LLVMTargetMachine by Matthias Braun · 8 years ago
- eb5ce8b [mips] clang-format MipsTargetMachine.cpp by Alexander Richardson · 8 years ago
- 1255b16 [MIPS] Implement support for -mstack-alignment. by John Baldwin · 8 years ago
- 79e238a Delete Default and JITDefault code models by Rafael Espindola · 8 years ago
- 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
- 5e394c3 TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC by Matthias Braun · 8 years ago
- e0b726f [mips] Support micromips attribute passed by front-end by Simon Atanasyan · 8 years ago
- 8b61764 [LegacyPassManager] Remove TargetMachine constructors by Francis Visoiu Mistrih · 8 years ago
- ffef3e3 [mips][microMIPS] Adding code size reduction pass for MicroMIPS by Zoran Jovanovic · 8 years ago
- 7577ce2 [mips] Revert fixes for PR32020. by Simon Dardis · 9 years ago
- ae6f2bc Recommit "[mips] Fix atomic compare and swap at O0." by Simon Dardis · 9 years ago
- 3c58c18 Revert "[mips] Fix atomic compare and swap at O0." by Simon Dardis · 9 years ago
- cf0e06d [mips] Fix atomic compare and swap at O0. by Simon Dardis · 9 years ago
- 926883e [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
- e3bb72e [mips] Always run the MipsOptimizePICCall pass. by Vasileios Kalintiris · 9 years ago
- f42454b Move the global variables representing each Target behind accessor function by Mehdi Amini · 9 years ago
- 6a73883 [mips] Correct label prefixes for N32 and N64. by Daniel Sanders · 9 years ago
- 46fe655 [mips] SelectionDAGISel subclasses now follow the optimization level. by Daniel Sanders · 9 years ago
- 6f7c280 Delete dead code. NFC. by Rafael Espindola · 9 years ago
- 8c34dd8 Delete Reloc::Default. by Rafael Espindola · 9 years ago
- 31d19d4 CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC by Matthias Braun · 9 years ago
- 7a21bb1 [Mips] Fix -Wunused-private-field warning after r263444. by Chad Rosier · 10 years ago
- e8efff3 [mips] MIPS32R6 compact branch support by Daniel Sanders · 10 years ago
- a4e5d3c constify the Function parameter to the TTI creation callback and by Eric Christopher · 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
- 5010ebf Make TargetTransformInfo keeping a reference to the Module DataLayout by Mehdi Amini · 10 years ago
- d4e1bb8 fix typo; NFC by Sanjay Patel · 10 years ago
- c81f450 Clean up redundant copies of Triple objects. NFC by Daniel Sanders · 10 years ago
- 3e5de88 Replace string GNU Triples with llvm::Triple in TargetMachine. NFC. by Daniel Sanders · 10 years ago
- ed64d62 Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC. by Daniel Sanders · 10 years ago
- a73f1fd Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MCSubtargetInfo(). NFC. by Daniel Sanders · 10 years ago
- 69c6008 Revert r237789 - [mips] The naming convention for private labels is ABI dependant. by Daniel Sanders · 10 years ago
- b718eca [mips] The naming convention for private labels is ABI dependant. by Daniel Sanders · 10 years ago
- 824f42f Migrate existing backends that care about software floating point by Eric Christopher · 10 years ago
- 506cfd0 [mips] Add the SoftFloat MipsSubtarget feature. by Toma Tabacu · 10 years ago
- 46fa9b7 [mips] Remove trivial header for the MipsModuleISelDAGToDAG pass. NFC. by Vasileios Kalintiris · 11 years ago
- 6611eb3 [mips] Remove trivial header for the Mips16HardFloat pass. NFC. by Vasileios Kalintiris · 11 years ago
- 6312f51 [mips] Remove trivial header for the MipsOs16 pass. NFC. by Vasileios Kalintiris · 11 years ago
- 93e1ea1 Move the DataLayout to the generic TargetMachine, making it mandatory. by Mehdi Amini · 11 years ago
- 2e75314 Mips: Canonicalize access to function attributes, NFC by Duncan P. N. Exon Smith · 11 years ago
- 30d69c2 [PM] Remove the old 'PassManager.h' header file at the top level of by Chandler Carruth · 11 years ago
- c956ab66 [multiversion] Switch the TTI queries from TargetMachine to Subtarget by Chandler Carruth · 11 years ago
- 8b04c0d [multiversion] Switch all of the targets over to use the by Chandler Carruth · 11 years ago
- 93dcdc4 [PM] Switch the TargetMachine interface from accepting a pass manager by Chandler Carruth · 11 years ago
- 705b185 [PM] Change the core design of the TTI analysis to use a polymorphic by Chandler Carruth · 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
- b2f2388 Enable MachineVerifier in debug mode for X86, ARM, AArch64, Mips. by Matthias Braun · 11 years ago
- 7e37a5f [CodeGen] Add print and verify pass after each MachineFunctionPass by default by Matthias Braun · 11 years ago
- 01c7361 This reverts commit r224043 and r224042. by Rafael Espindola · 11 years ago
- 199aeff Enable machineverifier in debug mode for X86, ARM, AArch64, Mips by Matthias Braun · 11 years ago
- a7c82a9 [CodeGen] Add print and verify pass after each MachineFunctionPass by default by Matthias Braun · 11 years ago
- 357600e Add out of line virtual destructors to all LLVMTargetMachine subclasses by Reid Kleckner · 11 years ago
- a271932 This patch changes the ownership of TLOF from TargetLoweringBase to TargetMachine so that different subtargets could share the TLOF effectively by Aditya Nandakumar · 11 years ago
- e2de06b Erase fence insertion from SelectionDAGBuilder.cpp (NFC) by Robin Morisset · 11 years ago
- a2db922 Simplify conditional. by Eric Christopher · 11 years ago
- 6a0551e Add soft-float to the key for the subtarget lookup in the TargetMachine by Eric Christopher · 11 years ago
- ec44e4d Fix build breakage on MSVC 2013 by David Majnemer · 11 years ago
- de36075 Target: Fix build breakage. by David Majnemer · 11 years ago
- a9353d1 Add the first backend support for on demand subtarget creation by Eric Christopher · 11 years ago
- 79cc1e3 Reinstate "Nuke the old JIT." by Eric Christopher · 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
- fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
- bc9fed8 Enable partial libcall inlining for all targets by default. by James Molloy · 11 years ago
- 4e7d1e7 Fundamentally change the MipsSubtarget replacement machinery: 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
- a08db01b Make non-module passes unconditionally added in the pass by Eric Christopher · 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
- 1f51ddd Move MipsJITInfo to the subtarget rather than the target machine. by Eric Christopher · 11 years ago
- 4407dde Remove the cached InstrItineraryData on the TargetMachine, it's unnecessary. by Eric Christopher · 11 years ago
- 5432e75 Have MipsSelectionDAGInfo constructor take a DataLayout rather by Eric Christopher · 11 years ago
- 56c590a [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition by Craig Topper · 11 years ago
- 84e68b2 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
- e96dd89 [Modules] Make Support/Debug.h modular. This requires it to not change by Chandler Carruth · 11 years ago
- 96b7402 Fix regression with -O0 for mips . by Reed Kotler · 12 years ago
- 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
- 5887356 Make the llvm mangler depend only on DataLayout. by Rafael Espindola · 12 years ago