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
...
*
[DAG] use isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-2
/
+2
*
This change adds co-processor condition branching and conditional traps to th...
Chris Dewhurst
2016-03-09
7
-42
/
+223
*
The patch adds missing registers and instructions to complete all the registe...
Chris Dewhurst
2016-02-27
4
-18
/
+310
*
Fix Sparc 32bit Lowering to rebundle up v2i32 values.
Nirav Dave
2016-02-26
1
-4
/
+23
*
Reverting breaking change. Sorry.
Chris Dewhurst
2016-02-26
4
-303
/
+10
*
Reviewed at reviews.llvm.org/D17133
Chris Dewhurst
2016-02-26
4
-10
/
+303
*
Initial test commit only
Chris Dewhurst
2016-02-26
1
-1
/
+0
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-4
/
+4
*
Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"
Duncan P. N. Exon Smith
2016-02-22
1
-2
/
+2
*
CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC
Duncan P. N. Exon Smith
2016-02-21
1
-2
/
+2
*
[SPARC] Repair floating-point condition encodings in assembly parser.
James Y Knight
2016-02-10
1
-3
/
+3
*
Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...
Benjamin Kramer
2016-01-27
1
-4
/
+4
*
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
Benjamin Kramer
2016-01-27
1
-2
/
+2
*
Remove autoconf support
Chris Bieneman
2016-01-26
6
-102
/
+0
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
1
-1
/
+1
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
3
-4
/
+4
*
Convert a few assert failures into proper errors.
Rafael Espindola
2016-01-13
1
-3
/
+4
*
[SPARC] Revamp AnalyzeBranch and add ReverseBranchCondition.
James Y Knight
2016-01-13
2
-89
/
+96
*
Remove extra forward declarations and scrub includes for all in tree InstPrin...
Craig Topper
2015-12-25
1
-3
/
+0
*
[Sparc] Tweak r255668: Use llvm_unreachable.
James Y Knight
2015-12-15
1
-1
/
+1
*
[Sparc] Fix handling of double incoming arguments on sparc little-endian.
James Y Knight
2015-12-15
1
-9
/
+13
*
Start replacing vector_extract/vector_insert with extractelt/insertelt
Matt Arsenault
2015-12-11
1
-2
/
+2
*
Add a TODO item that the nop handling before FP conditional branches is
Joerg Sonnenberger
2015-12-03
1
-0
/
+2
*
Expose isXxxConstant() functions from SelectionDAGNodes.h (NFC)
Artyom Skrobov
2015-11-25
1
-6
/
+3
*
Reduce the size of MCRelaxableFragment.
Akira Hatanaka
2015-11-14
1
-1
/
+1
*
[MCTargetAsmParser] Move the member varialbes that reference
Akira Hatanaka
2015-11-14
1
-5
/
+4
*
[WinEH] Update exception pointer registers
Joseph Tremoulet
2015-11-07
2
-3
/
+14
*
Remove windows line endings introduced by r252177. NFC.
Tim Northover
2015-11-05
1
-7
/
+7
*
[DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.
Oleg Ranevskyy
2015-11-05
1
-8
/
+10
*
Change makeLibCall to take an ArrayRef<SDValue> instead of pointer and size. ...
Craig Topper
2015-10-22
1
-1
/
+1
*
Drop assert that a call with struct return goes to a function with sret
Joerg Sonnenberger
2015-10-21
1
-2
/
+2
*
Sparc: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
2
-5
/
+4
*
[Sparc] Use MCPhysReg instead of unsigned to size static arrays of registers....
Craig Topper
2015-10-18
1
-6
/
+7
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-6
/
+6
*
Fix assert when emitting llvm.pow.f86.
James Y Knight
2015-10-09
1
-5
/
+4
*
Fix pr24486.
Rafael Espindola
2015-10-05
1
-2
/
+2
*
[SPARCv9] Add support for the rdpr/wrpr instructions.
Joerg Sonnenberger
2015-10-04
4
-0
/
+131
*
Fix relocation used for GOT references in non-PIC mode. Fix relocations
Joerg Sonnenberger
2015-10-01
1
-28
/
+33
*
[SPARC] Add mulscc.
Joerg Sonnenberger
2015-09-17
1
-0
/
+4
*
[SPARC] Both GNU and Solaris as support eq as condition code for integer ops.
Joerg Sonnenberger
2015-09-16
1
-0
/
+1
*
[SPARC] Recognize st/stx operations with %fsr argument too.
Joerg Sonnenberger
2015-09-16
1
-0
/
+16
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
7
-24
/
+22
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
7
-22
/
+24
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
7
-24
/
+22
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
7
-22
/
+24
*
Fix namespace indentation and missing blank lines before 'public:' in *MCAsmI...
Daniel Sanders
2015-09-15
1
-0
/
+1
*
[SPARC] Switch to the Machine Scheduler.
James Y Knight
2015-09-10
2
-1
/
+6
*
Revert "[SPARC] Switch to the Machine Scheduler."
James Y Knight
2015-09-10
2
-6
/
+1
*
[SPARC] Switch to the Machine Scheduler.
James Y Knight
2015-09-10
2
-1
/
+6
*
[SPARC] Fix stupid oversight in stack realignment support.
James Y Knight
2015-08-26
3
-2
/
+37
[prev]
[next]