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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AsmPrinter] refactor to remove remove AsmVariant. NFC
Nick Desaulniers
2019-04-10
1
-4
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DebugInfo] Rename EmitDebugThreadLocal back to EmitDebugValue. NFC
Simon Atanasyan
2018-11-28
1
-1
/
+1
*
[X86][Mips] Remove unused method declaration from the X86 and Mips AsmPrinters.
Craig Topper
2017-12-08
1
-3
/
+0
*
[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...
Eugene Zelenko
2017-08-03
1
-21
/
+30
*
[LLVM][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64el
Sagar Thakur
2017-02-15
1
-0
/
+14
*
[DebugInfo] Rename EmitDebugValue to EmitDebugThreadLocal (NFC)
Simon Dardis
2017-02-08
1
-1
/
+1
*
[mips] Fix debug information for __thread variable
Petar Jovanovic
2017-01-20
1
-0
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
Revert "[mips] Fix c.<cc>.<fmt> instruction definition."
Simon Dardis
2016-09-09
1
-0
/
+2
*
[mips] Fix c.<cc>.<fmt> instruction definition.
Simon Dardis
2016-09-09
1
-2
/
+0
*
[mips] Range check uimm20 and fixed a bug this revealed.
Daniel Sanders
2016-02-29
1
-2
/
+0
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[mips] Emit the .insn directive for empty basic blocks.
Vasileios Kalintiris
2015-05-08
1
-0
/
+1
*
Remove obsolete comment.
Eric Christopher
2015-02-21
1
-5
/
+0
*
Have the MipsAsmPrinter fp stub emission code take a custom
Eric Christopher
2015-02-21
1
-9
/
+13
*
Remove unused argument from emitInlineAsmStart.
Eric Christopher
2015-02-19
1
-1
/
+1
*
Make the Mips AsmPrinter independent of global subtarget
Eric Christopher
2015-02-18
1
-2
/
+1
*
std::unique_ptrify the MCStreamer argument to createAsmPrinter
David Blaikie
2015-01-18
1
-3
/
+5
*
[mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.
Toma Tabacu
2014-12-17
1
-1
/
+6
*
[mips][micromips] Implement SWM32 and LWM32 instructions
Zoran Jovanovic
2014-11-19
1
-0
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Reset the Subtarget in the AsmPrinter for each machine function
Eric Christopher
2014-07-18
1
-5
/
+8
*
[mips][mips64r6] Use JALR for indirect branches instead of JR (which is not a...
Daniel Sanders
2014-07-09
1
-1
/
+5
*
[mips][mips64r6] Use JALR for returns instead of JR (which is not available o...
Daniel Sanders
2014-07-09
1
-0
/
+2
*
[mips] Fix MipsLongBranch pass to work when the offset from the branch to the
Sasa Stankovic
2014-04-30
1
-0
/
+2
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-13
/
+13
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-2
/
+2
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
[mips] Implement NaCl sandboxing of indirect jumps:
Sasa Stankovic
2014-02-28
1
-0
/
+2
*
This patch has two main functions:
Reed Kotler
2014-02-14
1
-0
/
+23
*
Remove another hasRawTextSupport.
Rafael Espindola
2014-01-31
1
-1
/
+0
*
Print .mask and .fmask with the target streamer.
Rafael Espindola
2014-01-27
1
-2
/
+1
*
This reverts commit r200064 and r200051.
Rafael Espindola
2014-01-25
1
-6
/
+0
*
[Mips] TargetStreamer ELF flag Support for default and commandline options.
Jack Carter
2014-01-25
1
-0
/
+6
*
Fix a bug related to constant islands for Mips16 and mips16/32 dual mode.
Reed Kotler
2013-11-26
1
-3
/
+2
*
[mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...
Daniel Sanders
2013-11-12
1
-0
/
+1
*
Make first substantial checkin of my port of ARM constant islands code to Mips.
Reed Kotler
2013-10-27
1
-1
/
+20
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-0
/
+2
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-1
/
+0
*
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-18
1
-0
/
+1
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-1
/
+1
*
MIPS DSP: add code necessary for pseudo instruction lowering.
Akira Hatanaka
2012-09-27
1
-0
/
+8
*
Emit all directives except for ".cprestore" during asm printing rather than emit
Akira Hatanaka
2012-03-28
1
-1
/
+9
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
add Emacs tag and fix some comment error in file headers
Jia Liu
2012-02-17
1
-1
/
+1
*
This patch makes the following changes necessary for MIPS' direct code emission.
Akira Hatanaka
2011-11-23
1
-2
/
+4
*
Lower MachineInstr to MC Inst and print to .s files.
Akira Hatanaka
2011-07-07
1
-4
/
+0
*
Rather than having printMemOperand change the way memory operands are printed
Akira Hatanaka
2011-07-07
1
-2
/
+2
[next]