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
*
[WinEH] Update exception pointer registers
Joseph Tremoulet
2015-11-07
2
-3
/
+14
*
Remove windows line endings introduced by r252177. NFC.
Tim Northover
2015-11-05
1
-7
/
+7
*
[DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.
Oleg Ranevskyy
2015-11-05
1
-8
/
+10
*
Change makeLibCall to take an ArrayRef<SDValue> instead of pointer and size. ...
Craig Topper
2015-10-22
1
-1
/
+1
*
Drop assert that a call with struct return goes to a function with sret
Joerg Sonnenberger
2015-10-21
1
-2
/
+2
*
Sparc: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
2
-5
/
+4
*
[Sparc] Use MCPhysReg instead of unsigned to size static arrays of registers....
Craig Topper
2015-10-18
1
-6
/
+7
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-6
/
+6
*
Fix assert when emitting llvm.pow.f86.
James Y Knight
2015-10-09
1
-5
/
+4
*
Fix pr24486.
Rafael Espindola
2015-10-05
1
-2
/
+2
*
[SPARCv9] Add support for the rdpr/wrpr instructions.
Joerg Sonnenberger
2015-10-04
4
-0
/
+131
*
Fix relocation used for GOT references in non-PIC mode. Fix relocations
Joerg Sonnenberger
2015-10-01
1
-28
/
+33
*
[SPARC] Add mulscc.
Joerg Sonnenberger
2015-09-17
1
-0
/
+4
*
[SPARC] Both GNU and Solaris as support eq as condition code for integer ops.
Joerg Sonnenberger
2015-09-16
1
-0
/
+1
*
[SPARC] Recognize st/stx operations with %fsr argument too.
Joerg Sonnenberger
2015-09-16
1
-0
/
+16
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
7
-24
/
+22
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
7
-22
/
+24
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
7
-24
/
+22
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
7
-22
/
+24
*
Fix namespace indentation and missing blank lines before 'public:' in *MCAsmI...
Daniel Sanders
2015-09-15
1
-0
/
+1
*
[SPARC] Switch to the Machine Scheduler.
James Y Knight
2015-09-10
2
-1
/
+6
*
Revert "[SPARC] Switch to the Machine Scheduler."
James Y Knight
2015-09-10
2
-6
/
+1
*
[SPARC] Switch to the Machine Scheduler.
James Y Knight
2015-09-10
2
-1
/
+6
*
[SPARC] Fix stupid oversight in stack realignment support.
James Y Knight
2015-08-26
3
-2
/
+37
*
[Sparc] Support user-specified stack object overalignment.
James Y Knight
2015-08-21
4
-27
/
+116
*
SparcAsmParser.cpp: Appease msc x86.
NAKAMURA Takumi
2015-08-21
1
-1
/
+1
*
[Sparc]: correct the 'set' synthetic instruction
Douglas Katzman
2015-08-20
1
-5
/
+37
*
[Sparc]: asm-only support for the ldstub instruction.
Douglas Katzman
2015-08-19
1
-0
/
+11
*
[SPARC] Enable writing to floating-point-state register.
Douglas Katzman
2015-08-19
3
-0
/
+27
*
[Sparc] Rename LoadASR and StoreASR from r245360 to *ASI, as was intended.
James Y Knight
2015-08-19
1
-10
/
+10
*
[SPARC] Fix BooleanContents, so that select of a trunc doesn't
James Y Knight
2015-08-19
1
-0
/
+8
*
Map %fprs to %asr6 in the Sparc assembler parser.
Joerg Sonnenberger
2015-08-19
1
-0
/
+7
*
Load/store instructions for floating points with address space require SparcV9.
Joerg Sonnenberger
2015-08-18
1
-19
/
+39
*
[SPARC]: recognize '.' as the start of an assembler expression.
Douglas Katzman
2015-08-17
1
-0
/
+1
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
2
-15
/
+12
*
Add lduw and lwua aliases for SPARCv9.
Joerg Sonnenberger
2015-08-10
1
-0
/
+3
*
Load/store for float registers from/to alternate space.
Joerg Sonnenberger
2015-08-10
1
-6
/
+6
*
Add support for the signx instrution alias of SPARCv9.
Joerg Sonnenberger
2015-08-10
1
-0
/
+5
*
[Sparc] Implement i64 load/store support for 32-bit sparc.
James Y Knight
2015-08-10
11
-49
/
+540
*
[SPARC] Don't compare arch name as a string, use the enum instead.
Douglas Katzman
2015-08-06
1
-1
/
+1
*
[Sparc] Fix disassembly of popc instruction.
James Y Knight
2015-08-05
1
-2
/
+2
*
Implement target independent TLS compatible with glibc's emutls.c.
Chih-Hung Hsieh
2015-07-28
1
-0
/
+3
*
[llvm-mc] Pushing plumbing through for --fatal-warnings flag.
Colin LeMahieu
2015-07-27
1
-1
/
+1
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-5
/
+5
*
Revert "Remove access to the DataLayout in the TargetMachine"
Mehdi Amini
2015-07-24
1
-5
/
+5
*
Remove access to the DataLayout in the TargetMachine
Mehdi Amini
2015-07-24
1
-5
/
+5
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-2
/
+2
*
MachineRegisterInfo: Remove UsedPhysReg infrastructure
Matthias Braun
2015-07-14
1
-11
/
+8
*
PrologEpilogInserter: Rewrite API to determine callee save regsiters.
Matthias Braun
2015-07-14
2
-5
/
+6
*
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
2015-07-10
1
-3
/
+1
[next]