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
/
MipsMachineFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-3
/
+3
*
[mips][mips16] Fix machine verifier errors about incorrect register classes o...
Daniel Sanders
2016-06-16
1
-12
/
+0
*
[mips][microMIPS] Fix for "Cannot copy registers" assertion
Hrvoje Varga
2016-04-13
1
-1
/
+3
*
[mips][microMIPS] Revert commits r264245 and r264248.
Zoran Jovanovic
2016-04-02
1
-3
/
+1
*
[mips][microMIPS] Fix for "Cannot copy registers" assertion
Hrvoje Varga
2016-03-24
1
-1
/
+3
*
[mips] Interrupt attribute support for mips32r2+.
Vasileios Kalintiris
2015-10-26
1
-0
/
+15
*
PseudoSourceValue: Transform the mips subclass to target independent subclasses
Alex Lorenz
2015-08-11
1
-51
/
+4
*
PseudoSourceValue: Introduce a 'PSVKind' enumerator.
Alex Lorenz
2015-08-11
1
-2
/
+3
*
[Mips] Use unique_ptr to manage ownership.
Benjamin Kramer
2015-04-16
1
-15
/
+7
*
[mips][microMIPS] Change register class for GP register
Zoran Jovanovic
2015-02-27
1
-6
/
+11
*
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Remove most of the TargetMachine::getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-29
1
-9
/
+13
*
Remove a bunch of unnecessary typecasts to 'const TargetRegisterClass *'
Craig Topper
2014-11-21
1
-9
/
+5
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-2
/
+2
*
[mips] For the FP64A ABI, odd-numbered double-precision moves must not use mt...
Daniel Sanders
2014-07-14
1
-5
/
+5
*
[mips] Expand BuildPairF64 to a spill and reload when the O32 FPXX ABI is
Sasa Stankovic
2014-07-14
1
-0
/
+8
*
Use range loop.
Rafael Espindola
2014-05-07
1
-3
/
+2
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[mips] Simplify and optimize code.
Akira Hatanaka
2013-10-08
1
-10
/
+6
*
MipsMachineFunction.cpp: Add missing #include <raw_ostream.h>
NAKAMURA Takumi
2013-09-28
1
-0
/
+1
*
[mips] Define a derived class of PseudoSourceValue that represents a GOT entry
Akira Hatanaka
2013-09-27
1
-0
/
+69
*
[mips] Rename register classes CPURegs and CPU64Regs.
Akira Hatanaka
2013-08-06
1
-3
/
+3
*
[mips] Lower EH_RETURN.
Akira Hatanaka
2013-01-30
1
-0
/
+16
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
This patch is for the implementation of mips16 complex pattern addr16.
Reed Kotler
2012-10-28
1
-0
/
+13
*
Add basic ability to setup call frame, and make procedure calls.
Akira Hatanaka
2012-07-23
1
-4
/
+7
*
Revert accidental commit.
Akira Hatanaka
2012-07-21
1
-7
/
+4
*
Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.
Akira Hatanaka
2012-07-21
1
-4
/
+7
*
Delete all functions that are no longer needed in MipsFunctionInfo, including
Akira Hatanaka
2012-05-12
1
-7
/
+0
*
Do not use $gp as a dedicated global register if the target ABI is not O32.
Akira Hatanaka
2012-04-25
1
-2
/
+2
*
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
1
-3
/
+3
*
remove blanks, and some code format
Jia Liu
2012-02-28
1
-1
/
+1
*
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
2012-02-24
1
-0
/
+36
*
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
1
-1
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+14