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
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
1
-1
/
+1
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
1
-1
/
+1
*
Temporarily run machine-verifier once in test/CodeGen/SPARC/fp128.ll, so that
Jonas Paulsson
2019-12-03
1
-1
/
+2
*
[MachineVerifier] Improve checks of target instructions operands.
Jonas Paulsson
2019-12-03
1
-0
/
+8
*
[Sparc] Fix "Cannot select" error for AtomicFence on 32-bit V9
James Clarke
2019-11-18
2
-59
/
+61
*
[test] Fix tests when run on windows after SVN r369426. NFC.
Martin Storsjo
2019-08-20
1
-9
/
+9
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
[DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x + C) -> (y - x) - C fol...
Roman Lebedev
2019-05-30
1
-3
/
+2
*
[DAGCombine] Revert of recommit of "binop-with-const hoisting" patches
Roman Lebedev
2019-05-30
1
-2
/
+3
*
[DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x + C) -> (y - x) - C fol...
Roman Lebedev
2019-05-28
1
-3
/
+2
*
Revert DAGCombine "hoist binop with const" folds
Roman Lebedev
2019-05-28
1
-2
/
+3
*
[DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x + C) -> (y - x) - C fold
Roman Lebedev
2019-05-28
1
-3
/
+2
*
[TargetLowering] Extend bool args to inline-asm according to getBooleanType
Kees Cook
2019-05-22
1
-0
/
+14
*
UpdateTestChecks: sparc march handling
Roman Lebedev
2019-05-22
1
-17
/
+62
*
[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...
Fangrui Song
2019-05-15
1
-1
/
+1
*
[llvm-readobj] Change -t to --symbols in tests. NFC
Fangrui Song
2019-05-01
1
-4
/
+4
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-0
/
+26
*
[SPARC] Use the correct register set for the "r" asm constraint.
Joerg Sonnenberger
2019-04-23
1
-0
/
+10
*
[Sparc] Fix incorrect MI insertion position for spilling f128.
Jim Lin
2019-04-10
1
-0
/
+23
*
[SelectionDAG] Add fcmp UNDEF handling to SelectionDAG::FoldSetCC
Simon Pilgrim
2019-04-05
1
-3
/
+4
*
[SelectionDAG] Add icmp UNDEF handling to SelectionDAG::FoldSetCC
Simon Pilgrim
2019-03-25
1
-2
/
+2
*
[SPARC] Regenerate label test for D59363
Simon Pilgrim
2019-03-15
1
-2
/
+18
*
Replace "no-frame-pointer-*" function attributes with "frame-pointer"
Francis Visoiu Mistrih
2019-01-14
1
-1
/
+1
*
[Sparc] Use float register for integer constrained with "f" in inline asm
Daniel Cederman
2018-12-13
1
-0
/
+13
*
[Targets] Fixup incorrect targets in codemodel tests
David Green
2018-12-10
1
-2
/
+2
*
[Targets] Add errors for tiny and kernel codemodel on targets that don't supp...
David Green
2018-12-07
1
-0
/
+9
*
Relax fast register allocator related test cases; NFC
Matthias Braun
2018-10-29
1
-1
/
+3
*
[Sparc] Remove the support for builtin setjmp/longjmp
Daniel Cederman
2018-09-27
1
-93
/
+0
*
[Sparc] Use ANDN instead of AND if constant can be encoded more efficiently
Daniel Cederman
2018-08-30
1
-0
/
+42
*
[Sparc] Add support for the cycle counter available in GR740
Daniel Cederman
2018-08-27
1
-0
/
+11
*
[Sparc] Custom bitcast between f64 and v2i32
Daniel Cederman
2018-08-27
1
-9
/
+15
*
[Sparc] Get sret arg size from CallLoweringInfo.getArgs()
Daniel Cederman
2018-08-17
2
-0
/
+27
*
[Sparc] Flush register windows for @llvm.returnaddress(1)
Daniel Cederman
2018-08-17
1
-0
/
+18
*
[SelectionDAG] Improve the legalisation lowering of UMULO.
Eli Friedman
2018-08-16
1
-0
/
+259
*
Revert "[Sparc] Add support for the cycle counter available in GR740"
Daniel Cederman
2018-08-13
1
-11
/
+0
*
[Sparc] Add support for the cycle counter available in GR740
Daniel Cederman
2018-08-13
1
-0
/
+11
*
Regenerate remainder test.
Simon Pilgrim
2018-07-20
1
-25
/
+30
*
Revert "[Sparc] Use the IntPair reg class for r constraints with value type f64"
Daniel Cederman
2018-07-18
1
-9
/
+0
*
[Sparc] Use the IntPair reg class for r constraints with value type f64
Daniel Cederman
2018-07-18
1
-0
/
+9
*
[Sparc] Do not depend on icc for ta 1
Daniel Cederman
2018-07-17
1
-1
/
+1
*
[Sparc] Use the correct encoding for ta 3
Daniel Cederman
2018-07-16
1
-3
/
+3
*
[Sparc] Use the names .rem and .urem instead of __modsi3 and __umodsi3
Daniel Cederman
2018-07-16
1
-0
/
+41
*
[Sparc] Generate ta 1 for the @llvm.debugtrap intrinsic
Daniel Cederman
2018-07-16
1
-0
/
+10
*
Avoid losing Hi part when expanding VAARG nodes on big endian machines
Daniel Cederman
2018-07-16
1
-0
/
+24
*
NFC - Various typo fixes in tests
Gabor Buella
2018-07-04
1
-3
/
+3
*
[Sparc] Add support for 13-bit PIC
Daniel Cederman
2018-06-11
1
-0
/
+14
*
[Sparc] Select correct register class for FP register constraints
Daniel Cederman
2018-05-30
3
-0
/
+34
*
[DAGCombiner] Set the right SDLoc on a newly-created zextload (1/N)
Vedant Kumar
2018-05-01
2
-15
/
+15
*
Revert "This pass, fixing an erratum in some LEON 2 processors..."
Daniel Cederman
2018-04-20
1
-11
/
+0
*
[Sparc] Use synthetic instruction clr to zero register instead of sethi
Daniel Cederman
2018-04-20
4
-4
/
+51
[next]