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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Pipeliner] Add two pragmas to control software pipelining optimization
Brendon Cahoon
2019-01-23
1
-7
/
+76
*
[CodeView] Allow empty types in member functions
Josh Stone
2019-01-23
1
-1
/
+4
*
[LegalizeTypes] Add debug prints to the top of PromoteFloatOperand and Promot...
Craig Topper
2019-01-22
1
-0
/
+12
*
GlobalISel: Allow shift amount to be a different type
Matt Arsenault
2019-01-22
1
-17
/
+47
*
GlobalISel: Make buildConstant handle vectors
Matt Arsenault
2019-01-22
1
-4
/
+38
*
GlobalISel: Implement widen for extract_vector_elt elt type
Matt Arsenault
2019-01-22
1
-1
/
+16
*
GlobalISel: Implement fewerElementsVector for basic FP ops
Matt Arsenault
2019-01-22
1
-7
/
+37
*
GlobalISel: Support narrowing zextload/sextload
Matt Arsenault
2019-01-22
1
-0
/
+27
*
[SelectionDAGBuilder] Defer C_Register Assignments to be in line with
Nirav Dave
2019-01-22
1
-13
/
+3
*
GlobalISel: Disallow vectors for G_CONSTANT/G_FCONSTANT
Matt Arsenault
2019-01-22
2
-4
/
+12
*
Codegen support for atomicrmw fadd/fsub
Matt Arsenault
2019-01-22
3
-0
/
+5
*
Reapply "IR: Add fp operations to atomicrmw"
Matt Arsenault
2019-01-22
1
-0
/
+6
*
[DEBUG_INFO, NVPTX] Fix relocation info.
Alexey Bataev
2019-01-22
3
-22
/
+54
*
[DAGCombiner] narrow vector binop with 2 insert subvector operands
Sanjay Patel
2019-01-22
1
-1
/
+24
*
Revert r351778: IR: Add fp operations to atomicrmw
Chandler Carruth
2019-01-22
1
-6
/
+0
*
IR: Add fp operations to atomicrmw
Matt Arsenault
2019-01-22
1
-0
/
+6
*
GlobalISel: Fix out of bounds crashes in verifier
Matt Arsenault
2019-01-22
1
-3
/
+8
*
[DAGCombiner] fix crash when converting build vector to shuffle
Sanjay Patel
2019-01-21
1
-5
/
+11
*
GlobalISel: Add isPointer legality predicates
Matt Arsenault
2019-01-20
1
-0
/
+14
*
GlobalISel: Implement widenScalar for basic FP ops
Matt Arsenault
2019-01-20
1
-4
/
+13
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
283
-1132
/
+849
*
Reapply "[CGP] Check for existing inttotpr before creating new one"
Roman Tereshin
2019-01-19
1
-4
/
+18
*
Revert "Reapply "[CGP] Check for existing inttotpr before creating new one""
Roman Tereshin
2019-01-19
1
-17
/
+4
*
Reapply "[CGP] Check for existing inttotpr before creating new one"
Roman Tereshin
2019-01-19
1
-4
/
+17
*
Revert r351584: "GlobalISel: Verify g_zextload and g_sextload"
Amara Emerson
2019-01-19
1
-14
/
+1
*
Revert "[CGP] Check for existing inttotpr before creating new one"
Roman Tereshin
2019-01-18
1
-13
/
+4
*
GlobalISel: Verify G_BITCAST
Matt Arsenault
2019-01-18
1
-0
/
+13
*
GlobalISel: Verify G_ICMP/G_FCMP vector types
Matt Arsenault
2019-01-18
1
-0
/
+11
*
GlobalISel: Verify g_zextload and g_sextload
Matt Arsenault
2019-01-18
1
-1
/
+14
*
[CGP] Check for existing inttotpr before creating new one
Roman Tereshin
2019-01-18
1
-4
/
+13
*
[SelectionDAG] Updates for -dag-dump-verbose
Bjorn Pettersson
2019-01-18
2
-35
/
+68
*
[GlobalISel] Change to range-based invocation of llvm::sort
Mandeep Singh Grang
2019-01-18
1
-6
/
+3
*
[SelectionDAG] Split very large token factors for chained stores to 64k chunks.
Florian Hahn
2019-01-18
1
-1
/
+1
*
[SelectionDAGBuilder] Cleanup InlineAsm Output generation. NFCI.
Nirav Dave
2019-01-18
1
-115
/
+104
*
[SelectionDAG] Add getTokenFactor, which splits nodes with > 64k operands.
Florian Hahn
2019-01-18
2
-13
/
+14
*
[SelectionDAG] Add static getMaxNumOperands function to SDNode.
Florian Hahn
2019-01-18
2
-3
/
+2
*
[ScheduleDAGRRList] Do not preschedule the node has ADJCALLSTACKDOWN parent
Shiva Chen
2019-01-18
1
-0
/
+23
*
[CodeGen] Fix bugs in LiveDebugVariables when debug labels are generated.
Hsiangkai Wang
2019-01-18
1
-13
/
+125
*
[mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25
Vladimir Stefanovic
2019-01-17
1
-2
/
+3
*
Allow FP types for atomicrmw xchg
Matt Arsenault
2019-01-17
5
-1
/
+70
*
[AsmPrinter] Collapse .loc 0 0 directives
Jonas Devlieghere
2019-01-16
1
-1
/
+1
*
[COFF, ARM64] Implement support for SEH extensions __try/__except/__finally
Mandeep Singh Grang
2019-01-16
2
-9
/
+16
*
[DebugInfo] Allow creation of DBG_VALUEs in blocks where the operand is not used
Jeremy Morse
2019-01-16
1
-5
/
+6
*
[SelectionDAG] Update check in createOperands to reflect max() is a valid value.
Florian Hahn
2019-01-16
1
-1
/
+1
*
[DAGCombine] Fix ReduceLoadWidth for shifted offsets
Sam Parker
2019-01-16
1
-12
/
+8
*
[GISel]: Add support for CSEing continuously during GISel passes.
Aditya Nandakumar
2019-01-16
11
-74
/
+814
*
[EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfp
Mandeep Singh Grang
2019-01-16
2
-2
/
+2
*
Reapply "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"
Nikita Popov
2019-01-15
2
-4
/
+28
*
[SelectionDAG] Check membership of register in class for single
Nirav Dave
2019-01-15
1
-6
/
+1
*
[DAGCombiner] reduce buildvec of zexted extracted element to shuffle
Sanjay Patel
2019-01-15
1
-0
/
+75
[prev]
[next]