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
/
MipsFastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-2
/
+2
*
[mips] Disable code generation through FastISel for MIPS32R6.
Vasileios Kalintiris
2015-11-16
1
-3
/
+3
*
[mips][FastISel] Clang-format switch statement. NFC.
Vasileios Kalintiris
2015-10-12
1
-10
/
+10
*
[mips][FastISel] Factor out common code from switch statement. NFC
Vasileios Kalintiris
2015-10-07
1
-3
/
+7
*
[mips][FastISel] Use ternary operator to select opcode. NFC
Vasileios Kalintiris
2015-10-07
1
-8
/
+2
*
[mips][FastISel] Simple refactoring of MipsFastISel::emitLogicalOP(). NFC.
Vasileios Kalintiris
2015-10-07
1
-13
/
+17
*
FastISel: Use finishCondBranch() for ARM,Mips,PowerPC FastISel
Matthias Braun
2015-08-26
1
-2
/
+1
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-3
/
+3
*
[mips][FastISel] Disable code generation for unsupported targets through Fast...
Vasileios Kalintiris
2015-08-04
1
-0
/
+12
*
[mips][FastISel] Apply only zero-extension to constants prior to their materi...
Vasileios Kalintiris
2015-07-30
1
-6
/
+1
*
[mips][FastISel] Fix call lowering by bailing out on "fastcc" calls.
Vasileios Kalintiris
2015-07-28
1
-0
/
+9
*
[mips][FastISel] Fix generated code for IR's select instruction.
Vasileios Kalintiris
2015-07-28
1
-1
/
+8
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-17
/
+18
*
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
Mehdi Amini
2015-07-09
1
-1
/
+2
*
Use MCSymbols for FastISel.
Rafael Espindola
2015-06-23
1
-6
/
+7
*
[mips][FastISel] Implement bswap.
Vasileios Kalintiris
2015-06-01
1
-0
/
+64
*
[mips][FastISel] Implement intrinsics memset, memcopy & memmove.
Vasileios Kalintiris
2015-06-01
1
-7
/
+89
*
[mips][FastISel] Implement srem/urem and sdiv/udiv instructions.
Vasileios Kalintiris
2015-06-01
1
-0
/
+61
*
[mips][FastISel] Implement the select statement for MIPS FastISel.
Vasileios Kalintiris
2015-06-01
1
-0
/
+47
*
[mips][FastISel] Clobber HI0/LO0 registers in MUL instructions.
Vasileios Kalintiris
2015-06-01
1
-0
/
+33
*
[opaque pointer type] Allow gep_type_iterator to work with the pointee type f...
David Blaikie
2015-05-21
1
-0
/
+1
*
[mips][FastISel] Handle calls with non legal types i8 and i16.
Vasileios Kalintiris
2015-05-12
1
-1
/
+3
*
[mips][FastISel] Allow computation of addresses from constant expressions.
Vasileios Kalintiris
2015-05-12
1
-2
/
+4
*
Mips fast-isel - handle functions which return i8 or i6 .
Vasileios Kalintiris
2015-04-29
1
-8
/
+9
*
Reapply "[mips][FastISel] Implement shift ops for Mips fast-isel.""
Vasileios Kalintiris
2015-04-27
1
-0
/
+80
*
[mips][FastISel] Specify which types we handle for integer extension.
Vasileios Kalintiris
2015-04-24
1
-0
/
+7
*
Revert "[mips][FastISel] Implement shift ops for Mips fast-isel."
Vasileios Kalintiris
2015-04-22
1
-80
/
+0
*
[mips][FastISel] Implement FastMaterializeAlloca in Mips fast-isel.
Vasileios Kalintiris
2015-04-17
1
-0
/
+20
*
[mips][FastISel] Implement shift ops for Mips fast-isel.
Vasileios Kalintiris
2015-04-17
1
-0
/
+80
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-1
/
+1
*
Add logical ops to Mips fast-isel
Reed Kotler
2015-03-09
1
-1
/
+89
*
Beginning of alloca implementation for Mips fast-isel
Reed Kotler
2015-02-24
1
-20
/
+139
*
Use the template method to grab the target specific subtarget.
Eric Christopher
2015-02-14
1
-2
/
+1
*
Add bulk of returning of values to Mips fast-isel
Reed Kotler
2015-02-12
1
-4
/
+80
*
Make helper functions/classes/globals static. NFC.
Benjamin Kramer
2015-02-06
1
-3
/
+3
*
Get rid of a few calls through the subtarget to get the ABI
Eric Christopher
2015-01-29
1
-3
/
+4
*
Remove most of the TargetMachine::getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-29
1
-4
/
+4
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-6
/
+6
*
Rewrite the Mips16HardFloat pass to avoid using the Subtarget.
Eric Christopher
2015-01-06
1
-1
/
+1
*
Remove unused variable and initialization.
Eric Christopher
2014-12-20
1
-4
/
+1
*
Fix build of Mips code with MSVC by using our macro instead of __attribute__(...
Reid Kleckner
2014-11-14
1
-1
/
+1
*
First stage of call lowering for Mips fast-isel
Reed Kotler
2014-11-13
1
-2
/
+301
*
Finish getting Mips fast-isel to match up with AArch64 fast-isel
Reed Kotler
2014-10-14
1
-402
/
+396
*
Make first of several changes to bring up to AArch64 fast-isel style
Reed Kotler
2014-10-13
1
-179
/
+204
*
Add basic conditional branches in mips fast-isel
Reed Kotler
2014-10-11
1
-7
/
+48
*
[mips] Actually mark that the default case is unreachable as this switch
Chandler Carruth
2014-10-10
1
-1
/
+1
*
Implement floating point compare for mips fast-isel
Reed Kotler
2014-10-10
1
-2
/
+56
*
implement integer compare in mips fast-isel
Reed Kotler
2014-10-10
1
-0
/
+99
[prev]
[next]