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 support to disassemble sparc memory instructions.
Venkatraman Govindaraju
2014-03-01
3
-19
/
+142
*
[Sparc] Implement writeNopData. Emit actual NOP instruction instead of just f...
Venkatraman Govindaraju
2014-03-01
1
-3
/
+8
*
[Sparc] Teach SparcAsmParser to emit correct relocations for PIC code.
Venkatraman Govindaraju
2014-03-01
2
-3
/
+55
*
[Sparc] 80 column rule. No functionality change.
Venkatraman Govindaraju
2014-03-01
1
-1
/
+2
*
[Sparc] Add support for parsing directives in SparcAsmParser.
Venkatraman Govindaraju
2014-03-01
1
-2
/
+48
*
[Sparc] Emit 'restore' instead of 'restore %g0, %g0, %g0'. This improves the ...
Venkatraman Govindaraju
2014-03-01
2
-0
/
+11
*
Lower FNEG just like FABS to fneg[ds] and fmov[ds], thus avoiding
Roman Divacky
2014-02-27
1
-17
/
+8
*
Add a dwarf number to the Y register.
Roman Divacky
2014-02-24
1
-1
/
+1
*
SPARC: Implement TRAP lowering. Matches what GCC emits.
Benjamin Kramer
2014-02-23
2
-0
/
+5
*
Expand 64bit {SHL,SHR,SRA}_PARTS on sparcv9.
Roman Divacky
2014-02-19
1
-0
/
+4
*
move getNameWithPrefix and getSymbol to TargetMachine.
Rafael Espindola
2014-02-19
1
-1
/
+1
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
2
-8
/
+10
*
Revert r201622 and r201608.
Daniel Jasper
2014-02-19
2
-10
/
+8
*
Fix PR18743.
Rafael Espindola
2014-02-18
2
-8
/
+10
*
Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...
Daniel Sanders
2014-02-13
1
-0
/
+3
*
Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...
Daniel Sanders
2014-02-12
1
-3
/
+0
*
Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...
Daniel Sanders
2014-02-12
1
-0
/
+3
*
Use a consistent argument order in TargetLoweringObjectFile.
Rafael Espindola
2014-02-09
2
-11
/
+9
*
Pass the Mangler by reference.
Rafael Espindola
2014-02-08
2
-4
/
+4
*
Add LLVM_OVERRIDE to a few declarations.
Rafael Espindola
2014-02-08
1
-4
/
+5
*
[Sparc] Add support for parsing synthetic instruction 'mov'.
Venkatraman Govindaraju
2014-02-07
1
-0
/
+6
*
[Sparc] Emit correct encoding for atomic instructions. Also, add support for ...
Venkatraman Govindaraju
2014-02-07
4
-12
/
+32
*
[Sparc] Emit relocations for Thread Local Storage (TLS) when integrated assem...
Venkatraman Govindaraju
2014-02-07
5
-4
/
+187
*
[Sparc] Emit correct relocations for PIC code when integrated assembler is used.
Venkatraman Govindaraju
2014-02-07
8
-43
/
+139
*
[Sparc] Use SparcMCExpr::VariantKind itself as MachineOperand's target flags.
Venkatraman Govindaraju
2014-02-07
8
-211
/
+92
*
Just returning false is the default.
Rafael Espindola
2014-02-06
1
-4
/
+0
*
Remove support for not using .loc directives.
Rafael Espindola
2014-02-05
1
-5
/
+5
*
[Sparc] Set %o7 as the return address register instead of %i7 in MCRegisterIn...
Venkatraman Govindaraju
2014-02-01
2
-4
/
+23
*
[Sparc] Save and restore float registers that may be used for parameter passing.
Venkatraman Govindaraju
2014-01-31
1
-2
/
+44
*
Implement SPARCv9 atomic_swap_64 with a pseudo.
Jakob Stoklund Olesen
2014-01-30
2
-3
/
+15
*
[Sparc] Use %r_disp32 for pc_rel entries in FDE as well.
Venkatraman Govindaraju
2014-01-29
2
-0
/
+16
*
[Sparc] Use %r_disp32 for pc_rel entries in gcc_except_table and eh_frame.
Venkatraman Govindaraju
2014-01-29
8
-7
/
+107
*
[SparcV9] Use correct register class (I64RegClass) to hold the address of _G...
Venkatraman Govindaraju
2014-01-29
2
-3
/
+4
*
[Sparc] Fix breakage in r200345
David Woodhouse
2014-01-28
1
-9
/
+10
*
Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()
David Woodhouse
2014-01-28
1
-10
/
+17
*
Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()
David Woodhouse
2014-01-28
1
-2
/
+4
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
2
-23
/
+31
*
Fix the DWARF EH encodings for Sparc PIC code.
Jakob Stoklund Olesen
2014-01-28
1
-0
/
+20
*
Clean up the Legal/Expand logic for SPARC popc.
Jakob Stoklund Olesen
2014-01-26
2
-5
/
+8
*
Pass a MCSubtargetInfo down to the TargetStreamer creation.
Rafael Espindola
2014-01-26
1
-1
/
+2
*
Only generate the popc instruction for SPARC CPUs that implement it.
Jakob Stoklund Olesen
2014-01-26
4
-6
/
+13
*
Fix swapped CASA operands.
Jakob Stoklund Olesen
2014-01-26
1
-2
/
+2
*
Construct the MCStreamer before constructing the MCTargetStreamer.
Rafael Espindola
2014-01-26
3
-10
/
+21
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
[SparcV9] Add support for JIT in Sparc64.
Venkatraman Govindaraju
2014-01-24
5
-45
/
+189
*
Implement atomicrmw operations in 32 and 64 bits for SPARCv9.
Jakob Stoklund Olesen
2014-01-24
3
-12
/
+180
*
[Sparc] Correct quad register list in the asm parser.
Venkatraman Govindaraju
2014-01-24
1
-1
/
+1
*
Fix out of bounds access to the double regs array. Given the
Eric Christopher
2014-01-23
1
-1
/
+1
*
[Sparc] Add support for inline assembly constraints which specify registers b...
Venkatraman Govindaraju
2014-01-22
1
-0
/
+20
*
[Sparc] Add support for inline assembly constraint 'I'.
Venkatraman Govindaraju
2014-01-22
2
-0
/
+67
[prev]
[next]