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
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
10
-12
/
+12
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
10
-12
/
+12
*
[SPARC] Repair GOT references to internal symbols.
James Y Knight
2015-06-18
2
-0
/
+34
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
2
-22
/
+18
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
2
-3
/
+2
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
5
-8
/
+9
*
Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...
Daniel Sanders
2015-06-10
2
-5
/
+4
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
4
-9
/
+6
*
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-1
/
+1
*
Replace custom fixed endian to raw_ostream emission with EndianStream.
Benjamin Kramer
2015-06-04
1
-8
/
+2
*
Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...
Daniel Sanders
2015-06-04
3
-6
/
+5
*
Merge MCELF.h into MCSymbolELF.h.
Rafael Espindola
2015-06-02
1
-3
/
+2
*
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
[next]