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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: Remove unsigned variant of SrcOp
Matt Arsenault
2019-06-24
1
-2
/
+2
*
[MIPS GlobalISel] Handle position independent code
Petar Avramovic
2019-05-31
1
-0
/
+1
*
[mips] Move initGlobalBaseReg to MipsFunctionInfo. NFC
Petar Avramovic
2019-05-31
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...
Eugene Zelenko
2017-01-30
1
-20
/
+14
*
[mips][mips16] Fix machine verifier errors about incorrect register classes o...
Daniel Sanders
2016-06-16
1
-10
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-3
/
+0
*
[mips] Interrupt attribute support for mips32r2+.
Vasileios Kalintiris
2015-10-26
1
-1
/
+15
*
PseudoSourceValue: Transform the mips subclass to target independent subclasses
Alex Lorenz
2015-08-11
1
-30
/
+5
*
[Mips] Use unique_ptr to manage ownership.
Benjamin Kramer
2015-04-16
1
-2
/
+3
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-2
/
+2
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
[mips] For the FP64A ABI, odd-numbered double-precision moves must not use mt...
Daniel Sanders
2014-07-14
1
-3
/
+3
*
[mips] Expand BuildPairF64 to a spill and reload when the O32 FPXX ABI is
Sasa Stankovic
2014-07-14
1
-1
/
+8
*
Remove unnecessary include.
Eric Christopher
2014-07-02
1
-1
/
+0
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-4
/
+4
*
[Modules] Move ValueMap to the IR library. While this class does not
Chandler Carruth
2014-03-04
1
-1
/
+1
*
This patch has two main functions:
Reed Kotler
2014-02-14
1
-4
/
+15
*
[mips] Define a derived class of PseudoSourceValue that represents a GOT entry
Akira Hatanaka
2013-09-27
1
-0
/
+37
*
[mips] Move public functions to the beginning of the class definition.
Akira Hatanaka
2013-09-25
1
-33
/
+33
*
[mips] Lower EH_RETURN.
Akira Hatanaka
2013-01-30
1
-1
/
+15
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Delete MipsFunctionInfo::NextStackOffset. No functionality change intended.
Akira Hatanaka
2012-11-07
1
-7
/
+4
*
[mips] Add member field MipsFunctionInfo::IncomingArgSize which holds the size
Akira Hatanaka
2012-11-02
1
-0
/
+6
*
[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive
Akira Hatanaka
2012-11-02
1
-6
/
+1
*
Add code for saving formal argument information to MipsFunctionInfo. This
Akira Hatanaka
2012-10-30
1
-0
/
+11
*
This patch is for the implementation of mips16 complex pattern addr16.
Reed Kotler
2012-10-28
1
-2
/
+10
*
Delete MipsFunctionInfo::InArgFIRange.
Akira Hatanaka
2012-10-26
1
-11
/
+1
*
[mips] Delete MipsFunctionInfo::MaxCallFrameSize which is no longer used.
Akira Hatanaka
2012-10-19
1
-6
/
+1
*
Delete member MipsFunctionInfo::OutArgFIRange and code that accesses it.
Akira Hatanaka
2012-09-26
1
-14
/
+2
*
Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.
Akira Hatanaka
2012-07-31
1
-13
/
+1
*
Eliminate the stack slot used to save the global base register.
Akira Hatanaka
2012-07-25
1
-20
/
+1
*
Add methods to MipsFunctionInfo for initializing and accessing the stack frame
Akira Hatanaka
2012-06-14
1
-1
/
+23
*
Delete all functions that are no longer needed in MipsFunctionInfo, including
Akira Hatanaka
2012-05-12
1
-8
/
+1
*
Add member EmitNOAT and its setter and getter functions to class MipsFunction...
Akira Hatanaka
2012-03-27
1
-1
/
+6
*
Prune some includes
Craig Topper
2012-03-27
1
-1
/
+0
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
remove blanks, and some code format
Jia Liu
2012-02-28
1
-4
/
+4
*
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
2012-02-24
1
-2
/
+3
*
Remove VectorExtras. This unused helper was written for a type of API that is...
Benjamin Kramer
2012-01-07
1
-1
/
+0
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-1
/
+1
*
Remove variable that keeps the size of area used to save byval or variable
Akira Hatanaka
2011-11-14
1
-10
/
+1
*
Define functions that get or set the size of area on callee's stack frame which
Akira Hatanaka
2011-11-07
1
-1
/
+10
*
Set mayLoad or mayStore flags for SC and LL in order to prevent LICM from
Akira Hatanaka
2011-07-18
1
-8
/
+1
*
Re-apply 132758 and 132768 which were speculatively reverted in 132777.
Akira Hatanaka
2011-06-21
1
-3
/
+15
*
Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.
Eric Christopher
2011-06-09
1
-15
/
+3
*
Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of the
Akira Hatanaka
2011-06-08
1
-3
/
+15
*
This patch implements atomic intrinsics atomic.load.add (sub,and,or,xor,
Bruno Cardoso Lopes
2011-05-31
1
-1
/
+10
*
Use MachineFrameInfo::hasCalls instead of MipsFunctionInfo::hasCall to check if
Akira Hatanaka
2011-05-26
1
-6
/
+1
*
Change initial value of MaxCallFrameSize. MipsFI::getMaxCallFrameSize() should
Akira Hatanaka
2011-05-25
1
-4
/
+4
[next]