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] Remove execute permissions from non-executable text files
Daniel Cederman
2017-05-17
3
-0
/
+0
*
[SPARC] Support 'f' and 'e' inline asm constraints.
James Y Knight
2017-05-12
2
-3
/
+26
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
2
-9
/
+8
*
[KnownBits] Add wrapper methods for setting and clear all bits in the underly...
Craig Topper
2017-05-05
1
-1
/
+1
*
[SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...
Craig Topper
2017-04-28
2
-10
/
+9
*
Move value type list from TargetRegisterClass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-1
/
+3
*
Revert r301231: Accidentally committed stale files
Krzysztof Parzyszek
2017-04-24
1
-3
/
+1
*
Move value type list from TargetRegisterClass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-1
/
+3
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-1
/
+1
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-1
/
+2
*
[DAGCombiner] Add vector demanded elements support to computeKnownBitsForTarg...
Simon Pilgrim
2017-03-31
2
-0
/
+2
*
Capitalize ArgListEntry fields. NFC.
Nirav Dave
2017-03-18
1
-2
/
+2
*
[Sparc] Check register use with isPhysRegUsed() instead of reg_nodbg_empty()
Daniel Cederman
2017-03-08
1
-6
/
+5
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-14
2
-4
/
+9
*
[Sparc] Fix some Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2017-02-04
2
-36
/
+57
*
[Sparc] Fix parsing of double-precision %f18, %f20, and %f22
Daniel Cederman
2016-12-02
1
-1
/
+1
*
Move FrameInstructions from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-4
/
+3
*
Test commit
Daniel Cederman
2016-11-28
1
-1
/
+0
*
CodeGen: simplify TargetMachine::getSymbol interface. NFC.
Tim Northover
2016-11-22
1
-1
/
+1
*
Check that emitted instructions meet their predicates on all targets except A...
Daniel Sanders
2016-11-19
1
-4
/
+13
*
Fix typo in comment. NFC.
Simon Pilgrim
2016-11-18
1
-1
/
+1
*
[TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.h
Alex Bradbury
2016-11-01
1
-4
/
+4
*
[Sparc] Don't overlap variable-sized allocas with other stack variables.
James Y Knight
2016-10-25
1
-3
/
+43
*
[Sparc][LEON] Detects an erratum on UT699 LEON 3 processors involving roundin...
Chris Dewhurst
2016-10-19
6
-0
/
+73
*
Revert r283690, "MC: Remove unused entities."
Peter Collingbourne
2016-10-10
1
-1
/
+1
*
This pass, fixing an erratum in some LEON 2 processors ensures that the SDIV ...
Chris Dewhurst
2016-10-10
5
-1
/
+18
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
7
-29
/
+41
*
MC: Remove unused entities.
Peter Collingbourne
2016-10-09
1
-1
/
+1
*
[Sparc] Implement UMUL_LOHI and SMUL_LOHI instead of MULHS/MULHU/MUL.
James Y Knight
2016-10-05
3
-18
/
+6
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
4
-11
/
+7
*
Defer asm errors to post-statement failure
Nirav Dave
2016-09-16
1
-9
/
+7
*
Move the Mangler from the AsmPrinter down to TLOF and clean up the
Eric Christopher
2016-09-16
2
-12
/
+11
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
2
-4
/
+4
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
2
-3
/
+3
*
AArch64: Use TTI branch functions in branch relaxation
Matt Arsenault
2016-09-14
2
-5
/
+11
*
Revert r281336 (and r281337), it caused PR30372.
Nico Weber
2016-09-13
1
-7
/
+9
*
[Myriad]: set LeonCASA processor feature
Douglas Katzman
2016-09-13
1
-6
/
+6
*
Defer asm errors to post-statement failure
Nirav Dave
2016-09-13
1
-9
/
+7
*
Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...
Eric Christopher
2016-09-13
1
-7
/
+9
*
[MC] Defer asm errors to post-statement failure
Nirav Dave
2016-09-12
1
-9
/
+7
*
[Sparc][LEON] Removed the parts of the errata fixes implemented using inline ...
Chris Dewhurst
2016-09-09
1
-76
/
+0
*
[Sparc][Leon] Corrected supported atomics size for processors supporting Leon...
Chris Dewhurst
2016-09-06
1
-1
/
+1
*
[Sparc] Mark i128 shift libcalls unavailable in 32-bit mode.
James Y Knight
2016-09-02
1
-0
/
+7
*
[Myriad]: add missing 'mcpu' values
Douglas Katzman
2016-08-29
1
-0
/
+3
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
[SelectionDAG] Rename fextend -> fpextend, fround -> fpround, frnd -> fround
Michael Kuperstein
2016-08-18
2
-11
/
+11
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-13
/
+13
*
Revert "[Sparc] Leon errata fix passes."
James Y Knight
2016-08-12
8
-947
/
+228
*
[Sparc][Leon] Missed resetting option flags from check-in 278489.
Chris Dewhurst
2016-08-12
1
-0
/
+3
*
[Sparc][Leon] Errata fixes for various errata in different versions of the Le...
Chris Dewhurst
2016-08-12
7
-230
/
+250
[next]