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
*
[DAGCombine][NFC] GatherAllAliases should take a LSBaseSDNode.
Clement Courbet
2019-02-06
1
-8
/
+8
*
GlobalISel: Verify G_GEP
Matt Arsenault
2019-02-05
1
-0
/
+16
*
[DEBUG_INFO][NVPTX] Generate DW_AT_address_class to get the values in debugger.
Alexey Bataev
2019-02-05
1
-2
/
+54
*
[CGP] Add support for sinking operands to their users, if they are free.
Florian Hahn
2019-02-05
1
-0
/
+48
*
[DAG] BaseIndexOffset: FrameIndexSDNodes with the same FrameIndex compare equal.
Clement Courbet
2019-02-05
1
-5
/
+9
*
GlobalISel: Fix verifier crashing on non-register operands
Matt Arsenault
2019-02-05
1
-1
/
+6
*
GlobalISel: Consolidate load/store legalization
Matt Arsenault
2019-02-05
1
-103
/
+14
*
[DAGCombiner] Discard pointer info when combining extract_vector_elt of a vec...
Craig Topper
2019-02-05
1
-1
/
+3
*
GlobalISel: Implement narrowScalar for select
Matt Arsenault
2019-02-05
1
-0
/
+53
*
GlobalISel: Combine g_extract with g_merge_values
Matt Arsenault
2019-02-04
1
-0
/
+1
*
GlobalISel: Enforce operand types for constants
Matt Arsenault
2019-02-04
1
-0
/
+23
*
GlobalISel: Verify g_select
Matt Arsenault
2019-02-04
1
-24
/
+40
*
MachineVerifier: Move verification of G_* instructions to function
Matt Arsenault
2019-02-04
1
-100
/
+117
*
[WebAssembly] MC: Mark more function aliases as functions
Sam Clegg
2019-02-04
1
-1
/
+11
*
MIR: Validate LLT types when parsing
Matt Arsenault
2019-02-04
1
-6
/
+35
*
GlobalISel: Fix not calling observer when legalizing bitcount ops
Matt Arsenault
2019-02-04
1
-11
/
+12
*
[DEBUGINFO] Reposting r352642: Handle restore instructions in LiveDebugValues
Wolfgang Pieb
2019-02-04
3
-92
/
+216
*
GlobalISel: Fix CSE handling of buildConstant
Matt Arsenault
2019-02-04
2
-40
/
+51
*
GlobalISel: Fix moreElementsToNextPow2
Matt Arsenault
2019-02-04
2
-8
/
+7
*
Revert "[GlobalISel] Add IRTranslator support for G_FFLOOR"
Jessica Paquette
2019-02-04
1
-5
/
+0
*
[Intrinsic] Unsigned Fixed Point Multiplication Intrinsic
Leonard Chan
2019-02-04
9
-37
/
+90
*
[GlobalISel] Add IRTranslator support for G_FFLOOR
Jessica Paquette
2019-02-04
1
-0
/
+5
*
[CGP] use IRBuilder to simplify code
Sanjay Patel
2019-02-04
1
-26
/
+25
*
GlobalISel: Fix formatting of debug output
Matt Arsenault
2019-02-04
1
-3
/
+3
*
[DAGCombine] Add ADD(SUB,SUB) combines
Simon Pilgrim
2019-02-04
1
-0
/
+12
*
[AsmPrinter] Remove hidden flag -print-schedule.
Andrea Di Biagio
2019-02-04
4
-124
/
+16
*
[SelectionDAG] Add a BaseIndexOffset::print() method for debugging.
Clement Courbet
2019-02-04
1
-0
/
+19
*
[CGP] adjust target constraints for forming uaddo
Sanjay Patel
2019-02-03
1
-8
/
+11
*
[CGP] refactor optimizeCmpExpression (NFCI)
Sanjay Patel
2019-02-03
1
-36
/
+38
*
GlobalISel: Implement widenScalar for G_UNMERGE_VALUES
Matt Arsenault
2019-02-03
1
-39
/
+83
*
GlobalISel: Implement widenScalar for G_EXTRACT vector sources
Matt Arsenault
2019-02-02
1
-0
/
+26
*
GlobalISel: Legalization for inttoptr/ptrtoint
Matt Arsenault
2019-02-02
2
-4
/
+46
*
[SDAG] Add SDNode/SDValue getConstantOperandAPInt helper. NFCI.
Simon Pilgrim
2019-02-02
1
-1
/
+1
*
[CodeGen] Be as conservative about atomic accesses as for volatile
Philip Reames
2019-02-01
3
-2
/
+7
*
[COFF, ARM64] Fix localaddress to handle stack realignment and variable size ...
Mandeep Singh Grang
2019-02-01
2
-7
/
+1
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-4
/
+4
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
11
-29
/
+41
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
5
-14
/
+12
*
[DWARF v5] Fix DWARF emitter and consumer to produce/expect a uleb for a loca...
Wolfgang Pieb
2019-02-01
1
-2
/
+4
*
[SDAG] improve variable names; NFC
Sanjay Patel
2019-02-01
1
-23
/
+22
*
[TargetLowering] try harder to determine undef elements of vector binops
Sanjay Patel
2019-02-01
1
-7
/
+61
*
[CodeGen] Don't scavenge non-saved regs in exception throwing functions
Oliver Stannard
2019-02-01
1
-7
/
+9
*
[SelectionDAG] Support promotion of the FPOWI integer operand
Alex Bradbury
2019-02-01
2
-0
/
+8
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
11
-136
/
+36
*
GlobalISel: Fix MMO creation with non-power-of-2 mem size
Matt Arsenault
2019-01-31
1
-4
/
+5
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
11
-36
/
+136
*
[DAGCombine] Avoid CombineZExtLogicopShiftLoad if there is free ZEXT
Guozhi Wei
2019-01-31
1
-0
/
+3
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
11
-136
/
+36
*
[DAG] Aggressively cleanup dangling node in CombineZExtLogicopShiftLoad.
Nirav Dave
2019-01-31
1
-0
/
+4
*
[Intrinsic] Expand SMULFIX to MUL, MULH[US], or [US]MUL_LOHI on vector arguments
Leonard Chan
2019-01-31
2
-14
/
+21
[next]