index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Mips
/
MipsAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-3
/
+3
*
Use isPositionIndependent(). NFC.
Rafael Espindola
2016-06-27
1
-3
/
+2
*
[llvm-objdump] Support detection of feature bits from the object and implemen...
Daniel Sanders
2016-06-16
1
-2
/
+3
*
[mips] EABI CodeGen is completely untested and seems to have bitrotted. Remov...
Daniel Sanders
2016-06-03
1
-10
/
+0
*
Don't pass a Reloc::Model to MC.
Rafael Espindola
2016-05-18
1
-1
/
+1
*
[mips] Fix inconsistent .cprestore behaviour between direct object emission a...
Daniel Sanders
2016-05-06
1
-7
/
+13
*
[mips] More range-based for loops. NFC.
Vasileios Kalintiris
2016-04-15
1
-4
/
+3
*
[mips] Range check uimm20 and fixed a bug this revealed.
Daniel Sanders
2016-02-29
1
-18
/
+0
*
Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"
Duncan P. N. Exon Smith
2016-02-22
1
-2
/
+3
*
CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC
Duncan P. N. Exon Smith
2016-02-21
1
-3
/
+2
*
Mips: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-2
/
+2
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-3
/
+2
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-2
/
+3
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-3
/
+2
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-2
/
+3
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-1
/
+1
*
[mips] Remap move as or.
Vasileios Kalintiris
2015-08-11
1
-1
/
+1
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-3
/
+2
*
[mips] [IAS] Refactor the emitDirectiveModuleOddSPReg() functions. NFC.
Toma Tabacu
2015-06-25
1
-2
/
+1
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-1
/
+1
*
Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...
Daniel Sanders
2015-06-16
1
-1
/
+2
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-3
/
+2
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-2
/
+2
*
Create a MCSymbolELF.
Rafael Espindola
2015-06-02
1
-3
/
+4
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-4
/
+4
*
[Mips] Prefer Twine::utohexstr over utohexstr, saves a string copy.
Benjamin Kramer
2015-05-23
1
-3
/
+2
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-1
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-4
/
+4
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-8
/
+8
*
[mips] Emit the .insn directive for empty basic blocks.
Vasileios Kalintiris
2015-05-08
1
-0
/
+6
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-32
/
+32
*
[mips] Refactor saved-registers bitmask creation in MipsAsmPrinter::printSave...
Toma Tabacu
2015-04-09
1
-20
/
+11
*
[mips] Distinguish 'R', 'ZC', and 'm' inline assembly memory constraint.
Daniel Sanders
2015-03-24
1
-6
/
+12
*
Grab the cached subtarget off of the MachineFunction.
Eric Christopher
2015-03-21
1
-5
/
+4
*
Have the MipsAsmPrinter fp stub emission code take a custom
Eric Christopher
2015-02-21
1
-34
/
+46
*
Turn an if+llvm_unreachable into an assert and reword comment.
Eric Christopher
2015-02-21
1
-7
/
+4
*
Endianness can be gotten from the DataLayout which we already
Eric Christopher
2015-02-21
1
-1
/
+1
*
Get the cached subtarget off the MachineFunction rather than
Eric Christopher
2015-02-20
1
-1
/
+1
*
Remove unused argument from emitInlineAsmStart.
Eric Christopher
2015-02-19
1
-2
/
+1
*
Make the Mips AsmPrinter independent of global subtarget
Eric Christopher
2015-02-18
1
-9
/
+22
*
Mips: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-4
/
+1
*
Get rid of a few calls through the subtarget to get the ABI
Eric Christopher
2015-01-29
1
-7
/
+6
*
Compute the ELF SectionKind from the flags.
Rafael Espindola
2015-01-29
1
-9
/
+7
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+1
*
Move the Mips target to storing the ABI in the TargetMachine rather
Eric Christopher
2015-01-26
1
-1
/
+2
*
[mips] Add comment which explains why we need to change the assembler options...
Toma Tabacu
2015-01-09
1
-0
/
+6
*
Use the same call off of the TargetMachine rather than the subtarget.
Eric Christopher
2015-01-06
1
-1
/
+1
*
[mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.
Toma Tabacu
2014-12-17
1
-1
/
+18
*
[mips][micromips] Implement SWM32 and LWM32 instructions
Zoran Jovanovic
2014-11-19
1
-0
/
+20
*
[mips] Tolerate the use of the %z inline asm operand modifier with non-immedi...
Toma Tabacu
2014-11-06
1
-7
/
+5
[prev]
[next]