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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
2
-6
/
+8
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
4
-5
/
+8
*
Have getCalleeSavedRegs take a non-null MachineFunction all the
Eric Christopher
2015-03-11
2
-3
/
+3
*
[mips][microMIPS] Make usage of NOT16 by code generator
Jozef Kolek
2015-03-11
2
-0
/
+4
*
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
2015-03-10
2
-4
/
+0
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-7
/
+8
*
Remove an unused variable.
Eric Christopher
2015-03-10
1
-1
/
+0
*
Add logical ops to Mips fast-isel
Reed Kotler
2015-03-09
1
-1
/
+89
*
Move unreferenced passes into the cpp file
Benjamin Kramer
2015-03-09
6
-88
/
+63
*
[mips] [IAS] Add missing constraints and improve testing for the .module dire...
Toma Tabacu
2015-03-06
3
-7
/
+41
*
[mips][microMIPS] Make usage of ADDU16 and SUBU16 by code generator
Jozef Kolek
2015-03-04
2
-3
/
+6
*
[mips] Rename the LA/LI/DLI TableGen definitions and classes. NFC.
Toma Tabacu
2015-03-04
3
-16
/
+17
*
[mips] Keep the parameter list of Filler::searchRange() consistent. NFC.
Vasileios Kalintiris
2015-03-04
1
-9
/
+9
*
[mips] Specify the correct value type when combining a CMovFP node.
Vasileios Kalintiris
2015-03-04
1
-4
/
+2
*
Remove MCStreamer.h include from MCContext.h and explictly include it where n...
Pete Cooper
2015-03-04
1
-0
/
+1
*
[mips] Optimize conditional moves where RHS is zero.
Vasileios Kalintiris
2015-03-02
1
-0
/
+32
*
[mips][microMIPS] Change register class for GP register
Zoran Jovanovic
2015-02-27
1
-6
/
+11
*
[mips] Remove redundant periods from -mattr=help descriptions for MIPS.
Toma Tabacu
2015-02-27
1
-6
/
+6
*
[mips] Account for constant-zero operands in ADDE nodes.
Vasileios Kalintiris
2015-02-27
1
-2
/
+6
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
2
-7
/
+9
*
Fix justify error for small structures in varargs for MIPS64BE
Petar Jovanovic
2015-02-26
1
-0
/
+4
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
2
-2
/
+2
*
[MIPS]Multiple and add instructions for Mips are currently available in mips3...
Vladimir Medic
2015-02-25
1
-14
/
+14
*
[mips] Reformat some TableGen definitions. NFC.
Toma Tabacu
2015-02-24
2
-14
/
+18
*
Beginning of alloca implementation for Mips fast-isel
Reed Kotler
2015-02-24
1
-20
/
+139
*
[mips] Honour -mno-odd-spreg for vector insert/extract when MSA is enabled.
Daniel Sanders
2015-02-23
2
-5
/
+20
*
Remove obsolete comment.
Eric Christopher
2015-02-21
1
-5
/
+0
*
Have the MipsAsmPrinter fp stub emission code take a custom
Eric Christopher
2015-02-21
2
-43
/
+59
*
Turn an if+llvm_unreachable into an assert and reword comment.
Eric Christopher
2015-02-21
1
-7
/
+4
*
Endianness can be gotten from the DataLayout which we already
Eric Christopher
2015-02-21
1
-1
/
+1
*
CodeGen: convert CCState interface to using ArrayRefs
Tim Northover
2015-02-21
1
-18
/
+16
*
Reversed revision 229706. The reason is regression, which is caused by the
Jozef Kolek
2015-02-20
2
-6
/
+3
*
Fix wording and grammar in Mips subtarget options.
Eric Christopher
2015-02-20
1
-23
/
+18
*
Get the cached subtarget off the MachineFunction rather than
Eric Christopher
2015-02-20
1
-1
/
+1
*
Remove unused argument from emitInlineAsmStart.
Eric Christopher
2015-02-19
2
-3
/
+2
*
[mips][microMIPS] Make usage of AND16, OR16 and XOR16 by code generator
Jozef Kolek
2015-02-19
1
-0
/
+2
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
4
-68
/
+63
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
4
-63
/
+68
*
MC: Remove NullStreamer hook, as it is redundant with NullTargetStreamer.
Peter Collingbourne
2015-02-19
1
-9
/
+10
*
[mips][microMIPS] Make usage of ADDU16 and SUBU16 by code generator
Jozef Kolek
2015-02-18
2
-3
/
+6
*
[mips][microMIPS] Implement JALX instruction
Jozef Kolek
2015-02-18
2
-2
/
+3
*
[mips] Add backend support for Mips32r[35] and Mips64r[35].
Daniel Sanders
2015-02-18
7
-9
/
+124
*
[mips] Avoid redundant sign extension of the result of binary bitwise instruc...
Vasileios Kalintiris
2015-02-18
1
-0
/
+8
*
[mips] [IAS] Fix using .cpsetup with local labels (PR22518).
Toma Tabacu
2015-02-18
2
-7
/
+16
*
Make the Mips AsmPrinter independent of global subtarget
Eric Christopher
2015-02-18
2
-11
/
+23
*
Unify selectMipsCPU implementations.
Eric Christopher
2015-02-18
3
-20
/
+11
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
2
-7
/
+3
*
[Mips] Add .MIPS.options section descriptor kinds enumeration
Simon Atanasyan
2015-02-16
1
-1
/
+1
*
AArch64: Safely handle the incoming sret call argument.
Andrew Trick
2015-02-16
2
-4
/
+7
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
2
-4
/
+4
[next]