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] 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
*
[Sparc] Do not add PC to _GLOBAL_OFFSET_TABLE_ address to access GOT in absol...
Venkatraman Govindaraju
2014-01-22
1
-30
/
+94
*
Add FPExt option to CCValAssign::LocInfo. When generating calling-convention
Lang Hames
2014-01-14
1
-1
/
+3
*
Make getTargetStreamer return a possibly null pointer.
Rafael Espindola
2014-01-14
1
-1
/
+2
*
Handle bundled terminators in isBlockOnlyReachableByFallthrough.
Jakob Stoklund Olesen
2014-01-12
1
-35
/
+0
*
[Sparc] Add support for parsing floating point instructions.
Venkatraman Govindaraju
2014-01-12
3
-164
/
+238
*
[Sparc] Replace (unsigned)-1 with ~OU as suggested by Reid Kleckner.
Venkatraman Govindaraju
2014-01-12
1
-9
/
+9
*
The SPARCv9 ABI returns a float in %f0.
Jakob Stoklund Olesen
2014-01-12
2
-3
/
+12
*
[Sparc] Add missing processor types: v7 and niagara
Venkatraman Govindaraju
2014-01-11
2
-8
/
+7
*
[Sparc] Bundle instruction with delay slow and its filler. Now, we can use -v...
Venkatraman Govindaraju
2014-01-11
2
-22
/
+21
*
[Sparc] Emit retl/ret instead of jmp instruction. It improves the readability...
Venkatraman Govindaraju
2014-01-10
1
-0
/
+6
*
[Sparc] Add support for parsing jmpl instruction and make indirect call and j...
Venkatraman Govindaraju
2014-01-10
6
-22
/
+70
*
[Sparc] Multiclass for loads/stores. No functionality change intended.
Venkatraman Govindaraju
2014-01-09
2
-140
/
+46
*
[SparcV9] Rename operands in some sparc64 instructions so that TableGen can e...
Venkatraman Govindaraju
2014-01-08
2
-15
/
+15
*
[Sparc] Correct the mask for fixup_sparc_br19.
Venkatraman Govindaraju
2014-01-08
1
-1
/
+1
*
[Sparc] Add support for parsing branch instructions and conditional moves.
Venkatraman Govindaraju
2014-01-08
5
-15
/
+178
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
2
-2
/
+2
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
9
-14
/
+12
*
[Sparc] Add support for parsing sparc asm modifiers such as %hi, %lo etc.,
Venkatraman Govindaraju
2014-01-07
4
-19
/
+82
*
[Sparc] Add support for parsing memory operands in sparc AsmParser.
Venkatraman Govindaraju
2014-01-07
2
-49
/
+121
*
[Sparc] Explicitly cast -1 to unsigned to fix buildbot errors.
Venkatraman Govindaraju
2014-01-06
1
-8
/
+8
*
[Sparc] Add initial implementation of disassembler for sparc
Venkatraman Govindaraju
2014-01-06
10
-61
/
+371
*
Remove unnecessary #includes.
Bill Wendling
2014-01-06
1
-1
/
+0
*
[Sparc] Add ELF Object Writer for Sparc.
Venkatraman Govindaraju
2014-01-06
8
-12
/
+287
*
Refactor function that checks that __builtin_returnaddress's argument is cons...
Bill Wendling
2014-01-06
1
-4
/
+1
*
SPARC: Make helper function static.
Benjamin Kramer
2014-01-05
1
-2
/
+2
*
[Sparc] Add initial implementation of MC Code emitter for sparc.
Venkatraman Govindaraju
2014-01-05
10
-4
/
+325
*
Emit an error message if the value passed to __builtin_returnaddress isn't a ...
Bill Wendling
2014-01-05
1
-0
/
+7
*
[Sparc] Add the initial implementation of an asm parser for sparc/sparcv9.
Venkatraman Govindaraju
2014-01-04
11
-6
/
+689
*
[SparcV9]: Implement RETURNADDR and FRAMEADDR lowering in SPARC64.
Venkatraman Govindaraju
2014-01-04
1
-39
/
+54
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
2
-2
/
+3
[prev]
[next]