Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
5ac9fd64a3fe21210cf17c0517a39feb0063c106
/
llvm
/
lib
/
Target
/
Mips
/
MipsMachineFunction.cpp
dde94e4
[Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
dcd8433
Fix spelling mistakes in MIPS target comments. NFC.
by Simon Pilgrim
· 9 years ago
941a705
MachineFunction: Return reference for getFrameInfo(); NFC
by Matthias Braun
· 9 years ago
de7816b
[mips][mips16] Fix machine verifier errors about incorrect register classes on load/stores.
by Daniel Sanders
· 9 years ago
11dd31d
[mips][microMIPS] Fix for "Cannot copy registers" assertion
by Hrvoje Varga
· 10 years ago
2b7cc5a
[mips][microMIPS] Revert commits r264245 and r264248.
by Zoran Jovanovic
· 10 years ago
dbea1a1
[mips][microMIPS] Fix for "Cannot copy registers" assertion
by Hrvoje Varga
· 10 years ago
43dff0c
[mips] Interrupt attribute support for mips32r2+.
by Vasileios Kalintiris
· 10 years ago
5659a2f
PseudoSourceValue: Transform the mips subclass to target independent subclasses
by Alex Lorenz
· 10 years ago
c49e4fe
PseudoSourceValue: Introduce a 'PSVKind' enumerator.
by Alex Lorenz
· 10 years ago
727b505
[Mips] Use unique_ptr to manage ownership.
by Benjamin Kramer
· 11 years ago
71a33e2
[mips][microMIPS] Change register class for GP register
by Zoran Jovanovic
· 11 years ago
71f308a
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
by Chandler Carruth
· 11 years ago
96e72c6
Remove most of the TargetMachine::getSubtarget/getSubtargetImpl
by Eric Christopher
· 11 years ago
61e88f4
Remove a bunch of unnecessary typecasts to 'const TargetRegisterClass *'
by Craig Topper
· 11 years ago
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
· 12 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
· 14 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