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
*
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
*
[Sparc] Handle atomic loads/stores in sparc backend.
Venkatraman Govindaraju
2014-01-01
3
-3
/
+101
*
[SparcV9]: Custom lower UMULO/SMULO so that the arguments are send to __multi...
Venkatraman Govindaraju
2014-01-01
1
-0
/
+52
*
[SparcV9]: Use SRL instead of SLL to clear top 32-bits in ctpop:i32. SLL does...
Venkatraman Govindaraju
2014-01-01
1
-2
/
+2
*
[SparcV9] Use separate instruction patterns for 64 bit arithmetic instruction...
Venkatraman Govindaraju
2013-12-29
3
-40
/
+83
*
[SparcV9] For codegen generated library calls that return float, set inreg fl...
Venkatraman Govindaraju
2013-12-29
1
-0
/
+6
*
[SparcV9]: Implement lowering of long double (fp128) arguments in Sparc64 ABI.
Venkatraman Govindaraju
2013-12-29
1
-8
/
+60
*
[Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter.
Venkatraman Govindaraju
2013-12-26
11
-70
/
+416
*
[Sparc] Add target specific MCExpr class to handle sparc specific modifiers l...
Venkatraman Govindaraju
2013-12-26
3
-0
/
+183
*
[Sparc] Add MCInstPrinter implementation for SPARC.
Venkatraman Govindaraju
2013-12-25
8
-4
/
+188
*
Add stack alignment information for Sparc.
Rafael Espindola
2013-12-19
1
-0
/
+5
*
The preferred alignment defaults to the abi alignment. Omit if it is the same.
Rafael Espindola
2013-12-16
1
-3
/
+3
*
On DataLayout, omit the default of p:64:64:64.
Rafael Espindola
2013-12-16
1
-4
/
+2
*
Assume defaults to produce smaller datalayout strings.
Rafael Espindola
2013-12-13
1
-3
/
+3
[next]