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
/
Sparc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
3
-5
/
+5
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
1
-1
/
+2
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
3
-3
/
+4
*
clang-format bits of code to make a followup patch easy to read.
Rafael Espindola
2015-04-09
1
-2
/
+1
*
Refactor a lot of duplicated code for stub output.
Rafael Espindola
2015-04-07
1
-18
/
+0
*
Replace the MCSubtargetInfo parameter with a Triple when creating
Eric Christopher
2015-03-31
1
-3
/
+3
*
Remove unused MCSubtargetInfo argument from the Sparc MCInstPrinter ctors.
Eric Christopher
2015-03-30
2
-6
/
+4
*
Remove unused Target argument from MCInstPrinter ctor functions.
Eric Christopher
2015-03-30
1
-6
/
+5
*
[SparcInstPrinter] Use the subtarget that is passed to the print function
Akira Hatanaka
2015-03-28
3
-34
/
+47
*
[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
Akira Hatanaka
2015-03-27
2
-3
/
+3
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-1
/
+1
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-1
/
+1
*
Remove the target independent TargetMachine::getSubtarget and
Eric Christopher
2015-03-21
1
-1
/
+3
*
[sparc] Small fix to r232719 to make 2007-12-17-InvokeAsm.ll pass on the buil...
Daniel Sanders
2015-03-19
1
-0
/
+1
*
[sparc] Only support the 'm' inline assembly memory constraint. NFC.
Daniel Sanders
2015-03-19
1
-6
/
+0
*
Split the object streamer callback in one per file format.
Rafael Espindola
2015-03-19
1
-9
/
+6
*
two or more, use a for.
Rafael Espindola
2015-03-18
1
-44
/
+26
*
Pass in a "const Triple &T" instead of a raw StringRef.
Rafael Espindola
2015-03-16
1
-1
/
+1
*
Remove unused argument. NFC.
Rafael Espindola
2015-03-16
1
-3
/
+3
*
There is only one Asm streamer, there is no need for targets to register it.
Rafael Espindola
2015-03-16
1
-14
/
+9
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
1
-2
/
+2
*
Make each target map all inline assembly memory constraints to InlineAsm::Con...
Daniel Sanders
2015-03-16
1
-0
/
+6
*
Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...
Daniel Sanders
2015-03-13
1
-4
/
+4
*
Revert "r232027 - Add infrastructure for support of multiple memory constraints"
Hal Finkel
2015-03-12
1
-4
/
+4
*
Add infrastructure for support of multiple memory constraints.
Daniel Sanders
2015-03-12
1
-4
/
+4
*
Remove some unnecessary forward declarations and put a couple more
Eric Christopher
2015-03-12
1
-4
/
+0
*
Remove the need to cache the subtarget in the Sparc TargetRegisterInfo
Eric Christopher
2015-03-12
4
-12
/
+11
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
2
-8
/
+5
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
3
-9
/
+13
*
Have getCalleeSavedRegs take a non-null MachineFunction all the
Eric Christopher
2015-03-11
1
-2
/
+1
*
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
2015-03-10
2
-2
/
+0
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
2
-6
/
+10
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-1
/
+1
*
CodeGen: convert CCState interface to using ArrayRefs
Tim Northover
2015-02-21
1
-3
/
+3
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-1
/
+1
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-1
/
+1
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-01-30
8
-51
/
+37
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
5
-33
/
+33
*
std::unique_ptrify the MCStreamer argument to createAsmPrinter
David Blaikie
2015-01-18
1
-2
/
+3
*
Use the integrated assembler by default on SPARC.
Brad Smith
2015-01-14
1
-2
/
+1
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-3
/
+6
*
Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC"
Duncan P. N. Exon Smith
2015-01-05
1
-1
/
+2
*
Use the integrated assembler by default on 32-bit PowerPC and SPARC
Brad Smith
2015-01-05
1
-2
/
+1
*
Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...
Craig Topper
2015-01-03
1
-4
/
+1
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-6
/
+2
*
This reverts commit r224043 and r224042.
Rafael Espindola
2014-12-11
1
-2
/
+6
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-6
/
+2
*
Target triple OS detection tidyup. NFC
Simon Pilgrim
2014-11-29
1
-2
/
+1
[next]