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
...
*
[Sparc] Add unimp alias
Daniel Cederman
2018-09-27
1
-0
/
+3
*
[Sparc] Add support for the partial write PSR instruction
Daniel Cederman
2018-09-27
5
-1
/
+26
*
[Sparc] Move SparcTargetStreamer.h to the MC Desc, where the implementation i...
Benjamin Kramer
2018-09-10
2
-4
/
+3
*
[Target] Untangle disassemblers
Benjamin Kramer
2018-09-10
2
-4
/
+2
*
[Sparc] allow tls_add/tls_call syntax in assembler parser
Daniel Cederman
2018-09-03
2
-2
/
+2
*
[Sparc] Use ANDN instead of AND if constant can be encoded more efficiently
Daniel Cederman
2018-08-30
1
-0
/
+18
*
[Sparc] Avoid writing outside array in applyFixup
Daniel Cederman
2018-08-27
1
-3
/
+17
*
[Sparc] Add support for the cycle counter available in GR740
Daniel Cederman
2018-08-27
6
-2
/
+25
*
[Sparc] Custom bitcast between f64 and v2i32
Daniel Cederman
2018-08-27
2
-6
/
+49
*
[Sparc] Get sret arg size from CallLoweringInfo.getArgs()
Daniel Cederman
2018-08-17
2
-47
/
+6
*
[Sparc] Flush register windows for @llvm.returnaddress(1)
Daniel Cederman
2018-08-17
1
-11
/
+6
*
Revert "[Sparc] Add support for the cycle counter available in GR740"
Daniel Cederman
2018-08-13
5
-21
/
+2
*
[Sparc] Add support for the cycle counter available in GR740
Daniel Cederman
2018-08-13
5
-2
/
+21
*
Remove trailing space
Fangrui Song
2018-07-30
7
-17
/
+17
*
Revert "[Sparc] Use the IntPair reg class for r constraints with value type f64"
Daniel Cederman
2018-07-18
1
-1
/
+1
*
[Sparc] Use the IntPair reg class for r constraints with value type f64
Daniel Cederman
2018-07-18
1
-1
/
+1
*
[Sparc] Do not depend on icc for ta 1
Daniel Cederman
2018-07-17
1
-2
/
+2
*
[Sparc] Use the correct encoding for ta 3
Daniel Cederman
2018-07-16
1
-1
/
+1
*
[Sparc] Use the names .rem and .urem instead of __modsi3 and __umodsi3
Daniel Cederman
2018-07-16
1
-0
/
+3
*
[Sparc] Generate ta 1 for the @llvm.debugtrap intrinsic
Daniel Cederman
2018-07-16
2
-0
/
+4
*
[Sparc] Add support for 13-bit PIC
Daniel Cederman
2018-06-11
7
-7
/
+49
*
[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup
Peter Smith
2018-06-06
1
-2
/
+4
*
Set ADDE/ADDC/SUBE/SUBC to expand by default
Amaury Sechet
2018-06-01
1
-0
/
+5
*
[Sparc] Treat %fxx registers with value type Other as single precision
Daniel Cederman
2018-05-30
1
-1
/
+1
*
[Sparc] Select correct register class for FP register constraints
Daniel Cederman
2018-05-30
1
-0
/
+16
*
[Sparc] Add .uahalf and .uaword directives
Daniel Cederman
2018-05-28
1
-0
/
+2
*
[Sparc] Use addAliasForDirective to support data directives
Alex Bradbury
2018-05-23
1
-38
/
+6
*
[Sparc] Add mnemonic aliases for flush, stb, stba, sth, and stha
Daniel Cederman
2018-05-23
1
-0
/
+13
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
3
-13
/
+9
*
MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...
Peter Collingbourne
2018-05-21
1
-9
/
+9
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
1
-8
/
+3
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
2
-3
/
+3
*
Consistently sort add_subdirectory calls in lib/Target/*/CMakeLists.txt
Nico Weber
2018-04-23
1
-3
/
+3
*
Revert "This pass, fixing an erratum in some LEON 2 processors..."
Daniel Cederman
2018-04-20
5
-18
/
+1
*
[Sparc] Use synthetic instruction clr to zero register instead of sethi
Daniel Cederman
2018-04-20
1
-0
/
+3
*
[Sparc] Fix addressing mode when using 64-bit values in inline assembly
Daniel Cederman
2018-04-20
1
-0
/
+2
*
Sort targetgen calls in lib/Target/*/CMakeLists.
Nico Weber
2018-04-04
1
-6
/
+7
*
TargetMachine: Add address space to getPointerSize
Matt Arsenault
2018-03-14
1
-1
/
+1
*
[TLS] use emulated TLS if the target supports only this mode
Chih-Hung Hsieh
2018-02-28
1
-1
/
+1
*
[Sparc] Return true in enableMultipleCopyHints().
Jonas Paulsson
2018-02-24
1
-0
/
+2
*
[MachineOperand][Target] MachineOperand::isRenamable semantics changes
Geoff Berry
2018-02-23
1
-0
/
+1
*
[Sparc] Include __tls_get_addr in symbol table for TLS calls to it
Jonas Devlieghere
2018-02-21
1
-2
/
+14
*
[Sparc] Account for bias in stack readjustment
Jonas Devlieghere
2018-01-29
1
-5
/
+24
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
2
-4
/
+5
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-6
/
+6
*
Revert r318704 - [Sparc] efficient pattern for UINT_TO_FP conversion
Richard Trieu
2017-12-11
3
-92
/
+29
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
Add default values for member functions.
Richard Trieu
2017-11-21
1
-0
/
+2
*
[Sparc] efficient pattern for UINT_TO_FP conversion
Fedor Sergeev
2017-11-20
3
-29
/
+92
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
5
-6
/
+6
[prev]
[next]