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
*
[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
*
[EarlyIfConversion] Don't if-convert unconditional branches.
Eli Friedman
2019-01-15
1
-0
/
+7
*
Revert "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"
Nikita Popov
2019-01-14
2
-28
/
+4
*
[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors
Nikita Popov
2019-01-14
2
-4
/
+28
*
Reapply r345008 "Split MachinePipeliner code into header and cpp files"
Adrian Prantl
2019-01-14
1
-595
/
+18
*
Reland "Refactor GetRegistersForValue. NFCI."
Nirav Dave
2019-01-14
1
-55
/
+44
*
[DAGCombiner] Add (sub_sat x, x) -> 0 combine
Simon Pilgrim
2019-01-14
1
-0
/
+4
*
[DAGCombiner] Enable sub saturation constant folding
Simon Pilgrim
2019-01-14
2
-1
/
+8
*
[DAGCombiner] Add add/sub saturation undef handling
Simon Pilgrim
2019-01-14
2
-0
/
+14
*
[DAGCombiner] Enable add saturation constant folding
Simon Pilgrim
2019-01-14
2
-2
/
+5
*
[DAGCombiner] Add add saturation constant folding tests.
Simon Pilgrim
2019-01-14
1
-2
/
+3
*
[SelectionDAG] Add type sanity assertions for add/sub saturation node creation.
Simon Pilgrim
2019-01-14
1
-0
/
+4
*
Replace "no-frame-pointer-*" function attributes with "frame-pointer"
Francis Visoiu Mistrih
2019-01-14
2
-12
/
+25
[next]