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
*
Allow sret on the second parameter as well as the first
Reid Kleckner
2014-05-09
1
-2
/
+5
*
Remove the UseCFI option from createAsmStreamer.
Rafael Espindola
2014-05-07
1
-4
/
+3
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
19
-155
/
+157
*
None of these targets actually define their own CFI_INSTRUCTION
Eric Christopher
2014-04-29
1
-3
/
+6
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
4
-6
/
+6
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-4
/
+4
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-19
/
+11
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
10
-38
/
+38
*
Create MCTargetOptions.
Evgeniy Stepanov
2014-04-23
1
-1
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
9
-10
/
+18
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
4
-10
/
+8
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
[MC] Require an MCContext when constructing an MCDisassembler.
Lang Hames
2014-04-15
1
-8
/
+5
*
LLVMBuild.txt: Reformat.
NAKAMURA Takumi
2014-04-10
2
-2
/
+2
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
3
-6
/
+6
*
Completely rewrite ELFObjectWriter::RecordRelocation.
Rafael Espindola
2014-03-29
2
-24
/
+1
*
Add const to a method I missed in the previous commit.
Rafael Espindola
2014-03-28
1
-7
/
+4
*
Remove another unused argument.
Rafael Espindola
2014-03-27
1
-3
/
+3
*
Remove unused argument.
Rafael Espindola
2014-03-27
1
-8
/
+4
*
Try harder to evaluate expressions when printing assembly.
Rafael Espindola
2014-03-12
1
-3
/
+1
*
[Sparc] Add support for decoding 'swap' instruction.
Venkatraman Govindaraju
2014-03-09
2
-1
/
+37
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
3
-16
/
+13
*
Cleaning up two more pre-Visual C++ 2012 build hacks.
Yaron Keren
2014-03-06
1
-9
/
+0
*
[Sparc] Add trap on integer condition codes (Ticc) instructions to Sparc back...
Venkatraman Govindaraju
2014-03-02
4
-1
/
+101
*
[Sparc] Add return/rett instruction to Sparc backend.
Venkatraman Govindaraju
2014-03-02
4
-0
/
+46
*
[Sparc] Add support for decoding jmpl/retl/ret instruction.
Venkatraman Govindaraju
2014-03-02
3
-2
/
+47
*
[Sparc] Add fcmpe* instructions to Sparc backend.
Venkatraman Govindaraju
2014-03-02
3
-6
/
+28
*
[Sparc] Add VIS instructions to sparc backend.
Venkatraman Govindaraju
2014-03-02
4
-8
/
+290
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
3
-4
/
+4
*
[SparcV9] Adds support for branch on integer register instructions (BPr) and ...
Venkatraman Govindaraju
2014-03-02
8
-1
/
+165
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-2
/
+2
*
[Sparc] Add support for parsing branches and conditional move instructions wi...
Venkatraman Govindaraju
2014-03-02
4
-44
/
+89
*
[Sparc] Make floating point branch instruction formats to accept %fcc0-%fcc1 ...
Venkatraman Govindaraju
2014-03-02
4
-34
/
+40
*
[Sparc] Add support for parsing fcmp with %fcc registers.
Venkatraman Govindaraju
2014-03-02
8
-12
/
+78
*
[Sparc] Add register class for floating point conditional flags (%fcc0 - %fcc3).
Venkatraman Govindaraju
2014-03-02
3
-11
/
+16
*
[SparcV9] Add support for parsing branch instructions with prediction.
Venkatraman Govindaraju
2014-03-01
7
-44
/
+156
*
[Sparc] Add support for parsing annulled branch instructions.
Venkatraman Govindaraju
2014-03-01
7
-13
/
+80
*
[Sparc] Add support for parsing sparcv9 instructions addc/subc/addccc/subccc.
Venkatraman Govindaraju
2014-03-01
4
-7
/
+13
*
[Sparc] Add missing ALU instruction patterns.
Venkatraman Govindaraju
2014-03-01
1
-0
/
+35
*
[Sparc] Add support to decode unimp instruction.
Venkatraman Govindaraju
2014-03-01
1
-2
/
+2
*
[Sparc] Add support to decode negative simm13 operands in the sparc disassemb...
Venkatraman Govindaraju
2014-03-01
2
-23
/
+36
*
[Sparc] Add support for decoding call instructions in the sparc disassembler.
Venkatraman Govindaraju
2014-03-01
2
-2
/
+24
*
[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
[next]