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
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
8
-34
/
+34
*
Pass MCSymbols to the helper functions in MCELF.h.
Rafael Espindola
2015-05-29
1
-2
/
+1
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-1
/
+1
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-1
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
2
-5
/
+5
*
Sparc: support the "set" synthetic instruction.
James Y Knight
2015-05-18
3
-2
/
+74
*
Sparc: Support PSR, TBR, WIM read/write instructions.
James Y Knight
2015-05-18
3
-8
/
+87
*
Sparc: Add the "alternate address space" load/store instructions.
James Y Knight
2015-05-18
5
-15
/
+69
*
Add support for the Sparc implementation-defined "ASR" registers.
James Y Knight
2015-05-18
5
-20
/
+92
*
Remove 3 includes from MCInstrDesc.h and explicitly include them where needed
Pete Cooper
2015-05-15
1
-0
/
+1
*
MC: MCCodeGenInfo naming update. NFC.
Jim Grosbach
2015-05-15
1
-2
/
+2
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-3
/
+3
*
MC: Update MCFixup naming. NFC.
Jim Grosbach
2015-05-15
1
-6
/
+6
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
4
-29
/
+29
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-1
/
+1
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-1
/
+1
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
2
-3
/
+4
*
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
2015-05-05
2
-3
/
+4
*
[Sparc] Repair fixups in little endian mode.
James Y Knight
2015-05-01
1
-12
/
+57
*
[Sparc] Really add sparcel architecture support.
Douglas Katzman
2015-04-29
12
-60
/
+95
*
Make Sparc assembler accept parenthesized constant expressions.
Douglas Katzman
2015-04-29
1
-0
/
+1
*
Sparc: Prefer reg+reg address encoding when only one register used.
James Y Knight
2015-04-29
1
-5
/
+5
*
Sparc: Add alternate aliases for conditional branch instructions.
James Y Knight
2015-04-28
1
-0
/
+6
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
4
-76
/
+83
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
4
-83
/
+76
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
4
-76
/
+83
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-17
/
+17
*
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
[next]