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
/
Mips16InstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use MCRegister in copyPhysReg
Matt Arsenault
2019-11-11
1
-2
/
+2
*
Reland: [TII] Use optional destination and source pair as a return value; NFC
Djordje Todorovic
2019-11-08
1
-9
/
+5
*
[mips] Split long lines in the code. NFC
Simon Atanasyan
2019-11-03
1
-2
/
+3
*
Revert rG57ee0435bd47f23f3939f402914c231b4f65ca5e - [TII] Use optional destin...
Simon Pilgrim
2019-10-31
1
-5
/
+9
*
[TII] Use optional destination and source pair as a return value; NFC
Djordje Todorovic
2019-10-31
1
-9
/
+5
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Make TargetInstrInfo::isCopyInstr return true for regular COPY-instructions
Alexander Ivchenko
2018-08-30
1
-3
/
+3
*
Change TII isCopyInstr way of returning arguments(NFC)
Petar Jovanovic
2018-06-06
1
-4
/
+5
*
[X86][MIPS][ARM] New machine instruction property 'isMoveReg'
Petar Jovanovic
2018-05-23
1
-0
/
+10
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Teach TargetInstrInfo::getInlineAsmLength to parse .space directives with int...
Alex Bradbury
2017-09-28
1
-42
/
+0
*
[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...
Eugene Zelenko
2017-08-03
1
-12
/
+20
*
Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)
Mehdi Amini
2016-10-01
1
-2
/
+2
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-4
/
+4
*
[mips] Fix typos in spelling of lowerRETURNADDR.
Daniel Sanders
2016-07-26
1
-1
/
+1
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-6
/
+6
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-4
/
+5
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
RegisterScavenger: Take a reference as enterBasicBlock() argument.
Matthias Braun
2016-04-06
1
-1
/
+1
*
Remove windows line endings introduced by r252177. NFC.
Tim Northover
2015-11-05
1
-21
/
+21
*
[DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.
Oleg Ranevskyy
2015-11-05
1
-21
/
+21
*
[mips] Make sure that we don't adjust the stack pointer by zero amount.
Vasileios Kalintiris
2015-04-02
1
-0
/
+3
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Remove the need to cache the subtarget in the Mips TargetRegisterInfo
Eric Christopher
2015-03-12
1
-2
/
+1
*
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...
Craig Topper
2015-01-05
1
-4
/
+2
*
Make InstrInfo depend only upon the Subtarget getting passed in
Eric Christopher
2014-07-18
1
-5
/
+4
*
Remove commented out code.
Eric Christopher
2014-07-18
1
-3
/
+0
*
Clean up some style and formatting issues.
Eric Christopher
2014-07-18
1
-33
/
+29
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
remove an uneeded statement (condition is covered by the statement
Reed Kotler
2013-12-15
1
-2
/
+0
*
Last change for mips16 prolog/epilog cleanup and optimization.
Reed Kotler
2013-12-15
1
-28
/
+48
*
Distinguish and choose 16 or 32 bit forms of save/restore for Mips16.
Reed Kotler
2013-12-11
1
-4
/
+8
*
Next step in Mips16 prologue/epilogue cleanup.
Reed Kotler
2013-12-10
1
-8
/
+22
*
get rid of superfluous comment
Reed Kotler
2013-12-09
1
-1
/
+0
*
Delete some old code used for testing that is not needed anymore.
Reed Kotler
2013-12-09
1
-87
/
+33
*
Make sure we mark these registers as defined. Previously was done
Reed Kotler
2013-12-08
1
-6
/
+10
*
Cleaning up of prologue/epilogue code for Mips16. First step
Reed Kotler
2013-12-08
1
-4
/
+13
*
Delete dead code.
Reed Kotler
2013-12-06
1
-16
/
+0
*
Make sure that for C++ emitting LwConstant32 pseudos, that it corresponds
Reed Kotler
2013-11-24
1
-2
/
+2
*
Make all the conditional Mips 16 branches get initially set for the
Reed Kotler
2013-11-15
1
-0
/
+6
*
Mips16InstrInfo.cpp: Use <cctype> instead of <ctype.h>
NAKAMURA Takumi
2013-11-13
1
-2
/
+1
*
Allow the code which returns the length for inline assembler to know
Reed Kotler
2013-11-13
1
-1
/
+47
*
Change the default branch instruction to be the 16 bit variety for mips16.
Reed Kotler
2013-11-12
1
-1
/
+2
*
Remove unused stdio.h includes
Dmitri Gribenko
2013-08-18
1
-3
/
+1
*
[mips] Rename HIRegs and LORegs.
Akira Hatanaka
2013-08-14
1
-2
/
+2
*
[mips] Rename register classes CPURegs and CPU64Regs.
Akira Hatanaka
2013-08-06
1
-2
/
+2
*
Clean up code for Mips16 large frame handling.
Reed Kotler
2013-08-04
1
-28
/
+109
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-1
/
+1
[next]