Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e8aab7480c2550b51fd60d6eb102b361e70931d7
/
llvm
/
lib
/
Target
/
Mips
/
MipsMachineFunction.cpp
6dc4a8bc
Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already.
by Craig Topper
· 11 years ago
7ddb0ab
[mips] For the FP64A ABI, odd-numbered double-precision moves must not use mtc1/mfc1.
by Daniel Sanders
· 11 years ago
b976fee
[mips] Expand BuildPairF64 to a spill and reload when the O32 FPXX ABI is
by Sasa Stankovic
· 11 years ago
de3e36b
Use range loop.
by Rafael Espindola
· 11 years ago
e73658d
[C++] Use 'nullptr'.
by Craig Topper
· 11 years ago
ee909cc
[mips] Simplify and optimize code.
by Akira Hatanaka
· 12 years ago
3fddccf
MipsMachineFunction.cpp: Add missing #include <raw_ostream.h>
by NAKAMURA Takumi
· 12 years ago
e0657b2
[mips] Define a derived class of PseudoSourceValue that represents a GOT entry
by Akira Hatanaka
· 12 years ago
13e6ccf
[mips] Rename register classes CPURegs and CPU64Regs.
by Akira Hatanaka
· 12 years ago
c0b0206
[mips] Lower EH_RETURN.
by Akira Hatanaka
· 13 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
3589dd7
This patch is for the implementation of mips16 complex pattern addr16.
by Reed Kotler
· 13 years ago
26e9ecb
Add basic ability to setup call frame, and make procedure calls.
by Akira Hatanaka
· 13 years ago
b49c68a6
Revert accidental commit.
by Akira Hatanaka
· 13 years ago
f73e362
Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.
by Akira Hatanaka
· 13 years ago
3ecc527
Delete all functions that are no longer needed in MipsFunctionInfo, including
by Akira Hatanaka
· 13 years ago
2020e27
Do not use $gp as a dedicated global register if the target ABI is not O32.
by Akira Hatanaka
· 13 years ago
c7242e0
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change since they are equivalent.
by Craig Topper
· 14 years ago
f54f60f
remove blanks, and some code format
by Jia Liu
· 14 years ago
b049aef
Add an option to use a virtual register as the global base register instead of
by Akira Hatanaka
· 14 years ago
9f61011
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
by Jia Liu
· 14 years ago
a379b181
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
by David Blaikie
· 14 years ago