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
/
test
/
CodeGen
/
SPARC
Commit message (
Expand
)
Author
Age
Files
Lines
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
6
-8
/
+8
*
Update tests to not be as dependent on section numbers.
Rafael Espindola
2015-04-15
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
3
-7
/
+7
*
Use the vanilla func_end symbol for .size.
Rafael Espindola
2015-03-04
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
17
-76
/
+76
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
8
-24
/
+24
*
SelectionDAG: fold (fp_to_u/sint (s/uint_to_fp)) here too
Mehdi Amini
2015-02-16
2
-16
/
+20
*
Use the integrated assembler by default on SPARC.
Brad Smith
2015-01-14
3
-3
/
+3
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
1
-5
/
+5
*
Add back tests for empty function in SPARC and PowerPC.
Rafael Espindola
2014-09-15
1
-0
/
+32
*
Fix a lot of confusion around inserting nops on empty functions.
Rafael Espindola
2014-09-15
1
-8
/
+0
*
Provide an implementation of getNoopForMachoTarget for SPARC.
Brad Smith
2014-09-11
1
-0
/
+8
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
1
-2
/
+4
*
Reduce verbiage of lit.local.cfg files
Alp Toker
2014-06-09
1
-2
/
+1
*
TableGen: fix operand counting for aliases
Tim Northover
2014-05-16
8
-24
/
+24
*
Allow sret on the second parameter as well as the first
Reid Kleckner
2014-05-09
1
-0
/
+8
*
Remove the -disable-cfi option.
Rafael Espindola
2014-05-05
1
-34
/
+0
*
Revert "blockfreq: Temporarily turn on -debug-only=block-freq"
Duncan P. N. Exon Smith
2014-04-19
1
-3
/
+2
*
blockfreq: Temporarily turn on -debug-only=block-freq
Duncan P. N. Exon Smith
2014-04-19
1
-2
/
+3
*
Add some target triples for better determinism
Duncan P. N. Exon Smith
2014-04-18
1
-0
/
+1
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
2
-3
/
+3
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-2
/
+2
*
[Sparc] Add support for parsing directives in SparcAsmParser.
Venkatraman Govindaraju
2014-03-01
1
-2
/
+0
*
[Sparc] Emit 'restore' instead of 'restore %g0, %g0, %g0'. This improves the ...
Venkatraman Govindaraju
2014-03-01
2
-3
/
+6
*
Lower FNEG just like FABS to fneg[ds] and fmov[ds], thus avoiding
Roman Divacky
2014-02-27
1
-0
/
+11
*
SPARC: Implement TRAP lowering. Matches what GCC emits.
Benjamin Kramer
2014-02-23
1
-0
/
+11
*
Expand 64bit {SHL,SHR,SRA}_PARTS on sparcv9.
Roman Divacky
2014-02-19
1
-0
/
+14
*
[Sparc] Remove spurious checks from a testcase.
Venkatraman Govindaraju
2014-02-19
1
-2
/
+0
*
Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...
Daniel Sanders
2014-02-13
1
-0
/
+22
*
[Sparc] Emit relocations for Thread Local Storage (TLS) when integrated assem...
Venkatraman Govindaraju
2014-02-07
1
-0
/
+48
*
[Sparc] Emit correct relocations for PIC code when integrated assembler is used.
Venkatraman Govindaraju
2014-02-07
1
-0
/
+33
*
[Sparc] Set %o7 as the return address register instead of %i7 in MCRegisterIn...
Venkatraman Govindaraju
2014-02-01
1
-0
/
+8
*
Implement SPARCv9 atomic_swap_64 with a pseudo.
Jakob Stoklund Olesen
2014-01-30
1
-0
/
+9
*
[Sparc] Use %r_disp32 for pc_rel entries in FDE as well.
Venkatraman Govindaraju
2014-01-29
1
-0
/
+2
*
[Sparc] Use %r_disp32 for pc_rel entries in gcc_except_table and eh_frame.
Venkatraman Govindaraju
2014-01-29
1
-2
/
+27
*
[SparcV9] Use correct register class (I64RegClass) to hold the address of _G...
Venkatraman Govindaraju
2014-01-29
1
-2
/
+38
*
Fix the DWARF EH encodings for Sparc PIC code.
Jakob Stoklund Olesen
2014-01-28
1
-17
/
+61
*
Clean up the Legal/Expand logic for SPARC popc.
Jakob Stoklund Olesen
2014-01-26
1
-2
/
+2
*
Only generate the popc instruction for SPARC CPUs that implement it.
Jakob Stoklund Olesen
2014-01-26
1
-6
/
+6
*
Fix swapped CASA operands.
Jakob Stoklund Olesen
2014-01-26
1
-2
/
+2
*
Implement atomicrmw operations in 32 and 64 bits for SPARCv9.
Jakob Stoklund Olesen
2014-01-24
1
-1
/
+82
*
[Sparc] Add support for inline assembly constraints which specify registers b...
Venkatraman Govindaraju
2014-01-22
1
-0
/
+10
*
[Sparc] Add support for inline assembly constraint 'I'.
Venkatraman Govindaraju
2014-01-22
1
-0
/
+35
*
[Sparc] Do not add PC to _GLOBAL_OFFSET_TABLE_ address to access GOT in absol...
Venkatraman Govindaraju
2014-01-22
1
-4
/
+2
*
Always let value types influence register classes.
Jakob Stoklund Olesen
2014-01-14
1
-0
/
+25
*
Handle bundled terminators in isBlockOnlyReachableByFallthrough.
Jakob Stoklund Olesen
2014-01-12
1
-0
/
+23
*
The SPARCv9 ABI returns a float in %f0.
Jakob Stoklund Olesen
2014-01-12
3
-8
/
+8
*
[Sparc] Add missing processor types: v7 and niagara
Venkatraman Govindaraju
2014-01-11
1
-1
/
+8
*
Fix broken CHECK lines.
Benjamin Kramer
2014-01-11
1
-1
/
+1
*
[Sparc] Bundle instruction with delay slow and its filler. Now, we can use -v...
Venkatraman Govindaraju
2014-01-11
1
-2
/
+2
[next]