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
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
Handle BUNDLE instructions in MipsAsmPrinter
Alex Richardson
2019-12-04
1
-0
/
+4
*
[mips] Split long lines in the code. NFC
Simon Atanasyan
2019-11-03
1
-2
/
+4
*
[Alignment][NFC] Use Align for TargetFrameLowering/Subtarget
Guillaume Chatelet
2019-10-17
1
-1
/
+1
*
[Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignment
Guillaume Chatelet
2019-09-11
1
-4
/
+3
*
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...
Guillaume Chatelet
2019-09-11
1
-1
/
+2
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
1
-3
/
+3
*
[mips] Switch to the `.text` section after emitting asm file preamble
Simon Atanasyan
2019-09-03
1
-0
/
+4
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-3
/
+3
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[Mips] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
1
-0
/
+1
*
[Mips] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
1
-1
/
+1
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-1
/
+1
*
[AsmPrinter] refactor to remove remove AsmVariant. NFC
Nick Desaulniers
2019-04-10
1
-4
/
+3
*
[mips] Emit `.module softfloat` directive
Simon Atanasyan
2019-02-26
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25
Vladimir Stefanovic
2019-01-17
1
-0
/
+41
*
[mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hosts
Simon Atanasyan
2018-12-03
1
-9
/
+15
*
[DebugInfo] Rename EmitDebugThreadLocal back to EmitDebugValue. NFC
Simon Atanasyan
2018-11-28
1
-2
/
+1
*
[Mips] Supplement long branch pseudo instructions
Stefan Maksimovic
2018-11-05
1
-1
/
+5
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-0
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-0
/
+2
*
[mips] Support 'y' operand code to print exact log2 of the operand
Simon Atanasyan
2018-02-07
1
-0
/
+7
*
[mips] Handle 'M' and 'L' operand codes for memory operands
Simon Atanasyan
2018-02-07
1
-6
/
+16
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[mips] Set microMIPS ASE flag
Aleksandar Beserminji
2017-11-24
1
-0
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[MC] Adding code padding for performance stability - infrastructure. NFC.
Omer Paparo Bivas
2017-10-24
1
-0
/
+1
*
Untabify.
NAKAMURA Takumi
2017-10-18
1
-5
/
+5
*
Test commit.
Aleksandar Beserminji
2017-09-14
1
-1
/
+1
*
[MIPS] Implement support for -mstack-alignment.
John Baldwin
2017-08-14
1
-1
/
+1
*
[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...
Eugene Zelenko
2017-08-03
1
-19
/
+34
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[mips][XRay] Use the base version of emitXRayTable
Simon Dardis
2017-05-04
1
-34
/
+1
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-3
/
+3
*
[LLVM][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64el
Sagar Thakur
2017-02-15
1
-4
/
+163
*
[DebugInfo] Rename EmitDebugValue to EmitDebugThreadLocal (NFC)
Simon Dardis
2017-02-08
1
-1
/
+1
*
[mips] Recommit: "N64 static relocation model support"
Simon Dardis
2017-01-27
1
-1
/
+3
*
Revert "[mips] N64 static relocation model support"
Simon Dardis
2017-01-26
1
-3
/
+1
*
[mips] N64 static relocation model support
Simon Dardis
2017-01-26
1
-1
/
+3
*
[mips] Fix debug information for __thread variable
Petar Jovanovic
2017-01-20
1
-0
/
+16
*
Fix spelling mistakes in MIPS target comments. NFC.
Simon Pilgrim
2016-11-18
1
-1
/
+1
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-4
/
+4
*
Remove an unnecessary duplicate initialization of TLOF from the Mips
Eric Christopher
2016-09-29
1
-4
/
+0
*
Revert "[mips] Fix c.<cc>.<fmt> instruction definition."
Simon Dardis
2016-09-09
1
-0
/
+7
*
[mips] Fix c.<cc>.<fmt> instruction definition.
Simon Dardis
2016-09-09
1
-7
/
+0
*
[mips] Correct tail call encoding for MIPSR6
Simon Dardis
2016-08-18
1
-3
/
+10
[next]