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
/
SelectionDAG
/
SelectionDAGBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SelectionDAG] Handle constant range [0,1) in lowerRangeToAssertZExt
Scott Linder
2018-10-31
1
-1
/
+2
*
[FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM and MINNUM
Cameron McInally
2018-10-30
1
-0
/
+8
*
[Intrinsic] Signed and Unsigned Saturation Subtraction Intirnsics
Leonard Chan
2018-10-29
1
-0
/
+12
*
Reland "[WebAssembly] LSDA info generation"
Heejin Ahn
2018-10-25
1
-5
/
+5
*
[NFC] Rename minnan and maxnan to minimum and maximum
Thomas Lively
2018-10-24
1
-14
/
+14
*
[SelectionDAG] use 'match' to simplify code; NFC
Sanjay Patel
2018-10-23
1
-8
/
+8
*
[Intrinsic] Unigned Saturation Addition Intrinsic
Leonard Chan
2018-10-22
1
-0
/
+6
*
Revert "[WebAssembly] LSDA info generation"
Krasimir Georgiev
2018-10-16
1
-5
/
+5
*
[Intrinsic] Signed Saturation Addition Intrinsic
Leonard Chan
2018-10-16
1
-0
/
+6
*
[WebAssembly] LSDA info generation
Heejin Ahn
2018-10-16
1
-5
/
+5
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[Intrinsic] Add llvm.minimum and llvm.maximum instrinsic functions
Thomas Lively
2018-10-13
1
-0
/
+12
*
[SelectionDAGBuilder][NFC] Pass LHSTy to getShiftAmountTy rather than RHSTy
Alex Bradbury
2018-10-08
1
-1
/
+1
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-4
/
+3
*
Unify landing pad information adding routines (NFC)
Heejin Ahn
2018-09-25
1
-3
/
+0
*
DAG: Handle odd vector sizes in calling conv splitting
Matt Arsenault
2018-09-10
1
-12
/
+17
*
DAG: Factor out helper function for odd vector sizes
Matt Arsenault
2018-09-04
1
-22
/
+28
*
DAG: Don't use ABI copies in some contexts
Matt Arsenault
2018-08-30
1
-2
/
+3
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-2
/
+2
*
[WebAssembly] Don't make wasm cleanuppads into funclet entries
Heejin Ahn
2018-08-21
1
-3
/
+8
*
[MISC]Fix wrong usage of std::equal()
Chen Zheng
2018-08-17
1
-1
/
+1
*
[SDAG] Remove the reliance on MI's allocation strategy for
Chandler Carruth
2018-08-14
1
-4
/
+3
*
[SelectionDAG] try harder to convert funnel shift to rotate
Sanjay Patel
2018-08-09
1
-3
/
+10
*
test commit access
Ties Stuij
2018-08-08
1
-4
/
+4
*
Support inline asm with multiple 64bit output in 32bit GPR
Thomas Preud'homme
2018-08-08
1
-16
/
+37
*
[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
Hsiangkai Wang
2018-08-06
1
-1
/
+1
*
[SelectionDAG] fix bug in translating funnel shift with non-power-of-2 type
Sanjay Patel
2018-08-01
1
-31
/
+39
*
DAG: Correct pointer type used for stack slot
Matt Arsenault
2018-07-31
1
-1
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Reapply "Fix crash on inline asm with 64bit matching input in 32bit GPR"
Thomas Preud'homme
2018-07-30
1
-9
/
+23
*
revert r338206 because the test does not pass
Sanjay Patel
2018-07-29
1
-23
/
+9
*
Fix crash on inline asm with 64bit matching input in 32bit GPR
Thomas Preud'homme
2018-07-28
1
-9
/
+23
*
DAG: Add calling convention argument to calling convention funcs
Matt Arsenault
2018-07-28
1
-96
/
+113
*
[SelectionDAGBuilder] Add masked loads to PendingLoads rather than calling DA...
Craig Topper
2018-07-26
1
-4
/
+2
*
[DebugInfo] LowerDbgDeclare: Add derefs when handling CallInst users
Vedant Kumar
2018-07-26
1
-11
/
+19
*
[SelectionDAG] try to convert funnel shift directly to rotate if legal
Sanjay Patel
2018-07-25
1
-1
/
+10
*
Fix PR34170: Crash on inline asm with 64bit output in 32bit GPR
Thomas Preud'homme
2018-07-25
1
-20
/
+36
*
[SelectionDAG] Reduce DanglingDebugInfo memory traffic, NFC
Vedant Kumar
2018-07-23
1
-19
/
+23
*
[SelectionDAGBuilder] Use APInt::isZero instead of comparing APInt::getZExtVa...
Craig Topper
2018-07-22
1
-1
/
+1
*
[SelectionDAGBuilder] Restrict vector reduction check to types with a power o...
Craig Topper
2018-07-22
1
-0
/
+4
*
[Intrinsics] define funnel shift IR intrinsics + DAG builder support
Sanjay Patel
2018-07-16
1
-0
/
+37
*
[CodeGen] Emit more precise AssertZext/AssertSext nodes.
Eli Friedman
2018-07-11
1
-25
/
+8
*
Implement strip.invariant.group
Piotr Padlewski
2018-07-02
1
-0
/
+1
*
SelectionDAGBuilder, mach-o: Skip trap after noreturn call (for Mach-O)
Matthias Braun
2018-06-28
1
-3
/
+17
*
[DebugInfo] Make sure all DBG_VALUEs' reguse operands have IsDebug property
Mikael Holmen
2018-06-21
1
-11
/
+4
*
[SelectionDAG] Don't crash on inline assembly errors when the inline assembly...
Craig Topper
2018-06-20
1
-2
/
+11
*
[WebAssembly] Support instruction selection for catching exceptions
Heejin Ahn
2018-05-31
1
-3
/
+15
*
DAG: Remove redundant version of getRegisterTypeForCallingConv
Matt Arsenault
2018-05-29
1
-4
/
+4
*
[WebAssembly] Add functions for EHScopes
Heejin Ahn
2018-05-23
1
-1
/
+9
*
[DAG] propagate FMF for all FPMathOperators
Sanjay Patel
2018-05-15
1
-12
/
+22
[next]