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
*
Don't emit CFI instructions at the end of a function
Adrian Prantl
2017-04-24
1
-9
/
+1
*
[Sparc] Check register use with isPhysRegUsed() instead of reg_nodbg_empty()
Daniel Cederman
2017-03-08
1
-1
/
+3
*
Codegen: Make chains from trellis-shaped CFGs
Kyle Butt
2017-02-15
1
-5
/
+9
*
[LLC] Add an inline assembly diagnostics handler.
Sanne Wouda
2017-02-03
1
-1
/
+1
*
CodeGen: Allow small copyable blocks to "break" the CFG.
Kyle Butt
2017-01-31
1
-4
/
+5
*
Check for register clobbers when merging a vreg live range with a
James Y Knight
2017-01-13
1
-0
/
+35
*
Revert "CodeGen: Allow small copyable blocks to "break" the CFG."
Kyle Butt
2017-01-11
1
-5
/
+4
*
CodeGen: Allow small copyable blocks to "break" the CFG.
Kyle Butt
2017-01-10
1
-4
/
+5
*
[SPARC] Fix test so that it checks the correct label.
Davide Italiano
2017-01-04
1
-3
/
+3
*
ScheduleDAGInstrs: Add condjump deps to addSchedBarrierDeps()
Matthias Braun
2016-11-11
1
-1
/
+1
*
[Sparc][LEON] Test for FixFDIVSQRT erratum fix.
Chris Dewhurst
2016-11-01
1
-0
/
+59
*
[Sparc] Don't overlap variable-sized allocas with other stack variables.
James Y Knight
2016-10-25
3
-7
/
+33
*
Sparc: fix test.
Tim Northover
2016-10-19
1
-12
/
+1
*
[Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving roundin...
Chris Dewhurst
2016-10-19
1
-0
/
+22
*
This pass, fixing an erratum in some LEON 2 processors ensures that the SDIV ...
Chris Dewhurst
2016-10-10
1
-0
/
+11
*
[Sparc] Implement UMUL_LOHI and SMUL_LOHI instead of MULHS/MULHU/MUL.
James Y Knight
2016-10-05
1
-4
/
+2
*
[DAG] Teach computeKnownBits and ComputeNumSignBits in SelectionDAG to look t...
Bjorn Pettersson
2016-10-05
1
-0
/
+19
*
[Myriad]: set LeonCASA processor feature
Douglas Katzman
2016-09-13
1
-0
/
+1
*
[Sparc][LEON] Removed the parts of the errata fixes implemented using inline ...
Chris Dewhurst
2016-09-09
3
-68
/
+9
*
[Sparc][LEON] Unit test for CASA instruction supported by some LEON processor...
Chris Dewhurst
2016-09-09
1
-0
/
+14
*
Revert "[Sparc] Leon errata fix passes."
James Y Knight
2016-08-12
8
-151
/
+62
*
[Sparc][Leon] Errata fixes for various errata in different versions of the Le...
Chris Dewhurst
2016-08-12
5
-82
/
+47
*
VirtRegMap: Replace some identity copies with KILL instructions.
Matthias Braun
2016-07-09
1
-0
/
+2
*
[Sparc] Leon errata fix passes.
Chris Dewhurst
2016-07-08
5
-0
/
+124
*
Codegen: Fix broken assumption in Tail Merge.
Kyle Butt
2016-06-24
1
-2
/
+2
*
[SPARC[ Correcting out-of-date unit tests checked in as part of r273108
Chris Dewhurst
2016-06-19
2
-4
/
+12
*
[SPARC] Fixes for hardware errata on LEON processor.
Chris Dewhurst
2016-06-19
3
-0
/
+62
*
Support expanding partial-word cmpxchg to full-word cmpxchg in AtomicExpandPass.
James Y Knight
2016-06-17
1
-2
/
+130
*
[Sparc] Allow passing of empty structs.
Chris Dewhurst
2016-06-01
1
-0
/
+51
*
[SPARC] Fix 8 and 16-bit atomic load and store.
James Y Knight
2016-05-23
1
-3
/
+35
*
[Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction.
Chris Dewhurst
2016-05-23
1
-0
/
+43
*
[Sparc] Enable more inline assembly constraints.
Chris Dewhurst
2016-05-20
1
-0
/
+12
*
[Sparc] Add Soft Float support
Chris Dewhurst
2016-05-18
3
-89
/
+469
*
[Sparc][LEON] Itineraries unit test.
Chris Dewhurst
2016-05-10
1
-0
/
+50
*
[Sparc] Allow taking of function address into a register.
Chris Dewhurst
2016-05-04
1
-0
/
+51
*
[Sparc] Implement __builtin_setjmp, __builtin_longjmp back-end.
Chris Dewhurst
2016-05-04
1
-0
/
+88
*
[SPARC] [SSP] Add support for LOAD_STACK_GUARD.
Marcin Koscielnicki
2016-04-26
1
-0
/
+33
*
[SPARC] Add support for llvm.thread.pointer.
Marcin Koscielnicki
2016-04-26
1
-0
/
+11
*
[Sparc] Fix double-float fabs and fneg on little endian CPUs.
James Y Knight
2016-04-25
2
-77
/
+49
*
Fix tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT.
Paul Robinson
2016-02-26
1
-2
/
+2
*
Fix Sparc 32bit Lowering to rebundle up v2i32 values.
Nirav Dave
2016-02-26
1
-0
/
+33
*
[SPARC] Revamp AnalyzeBranch and add ReverseBranchCondition.
James Y Knight
2016-01-13
2
-1
/
+59
*
[Sparc] Fix handling of double incoming arguments on sparc little-endian.
James Y Knight
2015-12-15
1
-0
/
+191
*
Drop assert that a call with struct return goes to a function with sret
Joerg Sonnenberger
2015-10-21
1
-0
/
+9
*
Fix assert when emitting llvm.pow.f86.
James Y Knight
2015-10-09
1
-0
/
+41
*
[SPARC] Switch to the Machine Scheduler.
James Y Knight
2015-09-10
6
-55
/
+53
*
Fix CHECK directives that weren't checking.
Hans Wennborg
2015-08-31
1
-1
/
+1
*
[SPARC] Fix stupid oversight in stack realignment support.
James Y Knight
2015-08-26
1
-1
/
+1
*
[Sparc] Support user-specified stack object overalignment.
James Y Knight
2015-08-21
2
-2
/
+24
*
[SPARC] Fix BooleanContents, so that select of a trunc doesn't
James Y Knight
2015-08-19
1
-0
/
+17
[next]