Age | Commit message (Expand) | Author | Files | Lines |
2014-07-21 | [mips] Add MipsOptionRecord abstraction and use it to implement .reginfo/.MIP... | Daniel Sanders | 6 | -44/+224 |
2014-07-21 | [mips] Try to fix the test/ExecutionEngine tests on a MIPS host. | Daniel Sanders | 1 | -2/+49 |
2014-07-21 | [mips] Do not emit '.module [no]oddspreg' unless we really need to. | Daniel Sanders | 1 | -3/+8 |
2014-07-20 | [MC] Pass MCSymbolData to needsRelocateWithSymbol | Ulrich Weigand | 1 | -2/+4 |
2014-07-18 | Fundamentally change the MipsSubtarget replacement machinery: | Eric Christopher | 11 | -124/+53 |
2014-07-18 | FrameLowering depends only upon the Subtarget, so only take a subtarget | Eric Christopher | 3 | -8/+6 |
2014-07-18 | In preparation for replacing the whole subtarget on the target machine, | Eric Christopher | 7 | -24/+35 |
2014-07-18 | Make InstrInfo depend only upon the Subtarget getting passed in | Eric Christopher | 7 | -47/+44 |
2014-07-18 | The subtarget in MipsTargetLowering isn't going to change and | Eric Christopher | 4 | -143/+144 |
2014-07-18 | Avoid caching the relocation model on the subtarget, this is for | Eric Christopher | 3 | -11/+10 |
2014-07-18 | Remove commented out code. | Eric Christopher | 1 | -3/+0 |
2014-07-18 | Clean up some style and formatting issues. | Eric Christopher | 1 | -33/+29 |
2014-07-18 | Fix a couple of formatting and style issues. | Eric Christopher | 1 | -20/+14 |
2014-07-18 | Make non-module passes unconditionally added in the pass | Eric Christopher | 2 | -16/+7 |
2014-07-18 | Reset the Subtarget in the AsmPrinter for each machine function | Eric Christopher | 2 | -6/+11 |
2014-07-18 | Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachine | Eric Christopher | 7 | -18/+15 |
2014-07-17 | [mips] .reginfo is 8 byte aligned on N32. | Daniel Sanders | 1 | -1/+2 |
2014-07-17 | [mips] Correct ELF e_flags for the N32 ABI when using a mips-* triple rather ... | Daniel Sanders | 1 | -15/+11 |
2014-07-17 | [mips] Correct .MIPS.abiflags for -mfpxx on MIPS32r6 | Daniel Sanders | 2 | -4/+10 |
2014-07-17 | [mips] Fix ELF e_flags related to -mabicalls and -mplt. | Daniel Sanders | 1 | -0/+6 |
2014-07-16 | [mips][fp64a] Temporarily disable odd-numbered double-precision registers whe... | Daniel Sanders | 1 | -1/+4 |
2014-07-15 | Move Post RA Scheduling flag bit into SchedMachineModel | Sanjay Patel | 2 | -11/+14 |
2014-07-15 | [mips] Correct .MIPS.abiflags fp_abi field for -mfpxx and without .module | Daniel Sanders | 1 | -1/+1 |
2014-07-14 | Re-commit: [mips] Correct section alignments and EntrySizes for .bss, .text, ... | Daniel Sanders | 1 | -5/+23 |
2014-07-14 | Revert: [mips] Correct section alignments and EntrySizes for .bss, .text, .da... | Daniel Sanders | 1 | -23/+5 |
2014-07-14 | [mips] Correct section alignments and EntrySizes for .bss, .text, .data, .reg... | Daniel Sanders | 1 | -5/+23 |
2014-07-14 | [mips] For the FP64A ABI, odd-numbered double-precision moves must not use mt... | Daniel Sanders | 5 | -23/+119 |
2014-07-14 | [mips] Use MFHC1 when it is available (MIPS32r2 and later) for both FP32 and ... | Daniel Sanders | 3 | -25/+13 |
2014-07-14 | [mips] Correct the AFL_FLAGS1_ODDSPREG flag in .MIPS.abiflags when no '.modul... | Daniel Sanders | 2 | -3/+4 |
2014-07-14 | [mips] Expand BuildPairF64 to a spill and reload when the O32 FPXX ABI is | Sasa Stankovic | 6 | -12/+84 |
2014-07-10 | [mips] Emit two CFI offset directives per double precision SDC1/LDC1 | Zoran Jovanovic | 2 | -4/+21 |
2014-07-10 | Make it possible for the Subtarget to change between function | Eric Christopher | 9 | -56/+57 |
2014-07-10 | Mips: Silence a -Wcovered-switch-default | David Majnemer | 1 | -2/+2 |
2014-07-10 | [mips] Added FPXX modeless calling convention. | Zoran Jovanovic | 5 | -1/+18 |
2014-07-10 | [mips] Add support for -modd-spreg/-mno-odd-spreg | Daniel Sanders | 11 | -98/+250 |
2014-07-10 | Make it possible for ints/floats to return different values from getBooleanCo... | Daniel Sanders | 1 | -0/+5 |
2014-07-09 | [mips][mips64r6] Correct select patterns that have the condition or true/fals... | Daniel Sanders | 2 | -26/+26 |
2014-07-09 | [mips][mips64r6] Correct cond names in the cmp.cond.[ds] instructions | Daniel Sanders | 2 | -41/+42 |
2014-07-09 | [mips][mips64r6] Use JALR for indirect branches instead of JR (which is not a... | Daniel Sanders | 5 | -25/+47 |
2014-07-09 | [mips][mips64r6] Use JALR for returns instead of JR (which is not available o... | Daniel Sanders | 10 | -26/+103 |
2014-07-08 | MipsTargetStreamer.h: Avoid "using" to appease msc17. | NAKAMURA Takumi | 1 | -1/+1 |
2014-07-08 | [mips] Fixed struct/class mismatch introduced in r212522. | Daniel Sanders | 1 | -1/+1 |
2014-07-08 | Fix r212522 - [mips] Improve encapsulation of the .MIPS.abiflags implementati... | Daniel Sanders | 1 | -0/+3 |
2014-07-08 | [mips] Improve encapsulation of the .MIPS.abiflags implementation and limit s... | Daniel Sanders | 7 | -298/+353 |
2014-07-08 | Mips.abiflags is a new implicitly generated section that will be present on ... | Vladimir Medic | 5 | -65/+527 |
2014-07-04 | [mips][mips64r6] Set ELF e_flags for MIPS32r6/MIPS64r6. Also do MIPS-I to MIPS-V | Daniel Sanders | 1 | -1/+13 |
2014-07-04 | [mips][mips64r6] Correct the encoding of dmuh, dmuhu, dmul, and dmulu. | Daniel Sanders | 1 | -4/+4 |
2014-07-03 | Make these preprocessor directives match all of the others in the port. | Eric Christopher | 2 | -4/+4 |
2014-07-03 | Remove dead code. | Eric Christopher | 1 | -7/+0 |
2014-07-03 | Move subtarget dependent features into the subtarget from the target | Eric Christopher | 4 | -96/+97 |