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
*
Revert "[SelectionDAGBuilder] Refactor GetRegistersForValue. NFCI."
Martin Storsjo
2019-01-11
1
-42
/
+60
*
[SelectionDAGBuilder] Refactor GetRegistersForValue. NFCI.
Nirav Dave
2019-01-10
1
-60
/
+42
*
[SelectionDAGBuilder] Fix formatting. NFC.
Nirav Dave
2019-01-10
1
-1
/
+2
*
[SelectionDAGBuilder] Refactor visitInlineAsm. NFC.
Nirav Dave
2019-01-10
1
-45
/
+24
*
[opaque pointer types] Remove some calls to generic Type subtype accessors.
James Y Knight
2019-01-10
1
-7
/
+7
*
Reversing the commit in revision 350186. Revision causes regression in 4
Ayonam Ray
2019-01-01
1
-30
/
+51
*
Omit range checks from jump tables when lowering switches with unreachable
Ayonam Ray
2019-01-01
1
-51
/
+30
*
[SelectionDAGBuilder] Use ::precise LocationSizes; NFC
George Burgess IV
2018-12-24
1
-11
/
+23
*
[SelectionDAGBuilder] Enable funnel shift building to custom rotates
Simon Pilgrim
2018-12-20
1
-4
/
+2
*
Rewrite objc intrinsics to runtime methods in PreISelIntrinsicLowering instea...
Pete Cooper
2018-12-18
1
-50
/
+0
*
[Intrinsic] Signed Fixed Point Multiplication Intrinsic
Leonard Chan
2018-12-12
1
-0
/
+8
*
[DebugInfo] Don't drop dbg.value's of nullptr
Jeremy Morse
2018-12-10
1
-1
/
+2
*
Follow-up from r348441 to add the rest of the objc ARC intrinsics.
Pete Cooper
2018-12-07
1
-0
/
+14
*
Add objc.* ARC intrinsics and codegen them to their runtime methods.
Pete Cooper
2018-12-06
1
-0
/
+36
*
[SelectionDAG] Initial support for FSHL/FSHR funnel shift opcodes (PR39467)
Simon Pilgrim
2018-12-05
1
-0
/
+6
*
[SelectionDAG] Split very large token factors for loads into 64k chunks.
Amara Emerson
2018-12-05
1
-2
/
+13
*
[SelectionDAG] Compute known bits and num sign bits for live out vector regis...
Craig Topper
2018-11-20
1
-2
/
+2
*
[IR] Add a dedicated FNeg IR Instruction
Cameron McInally
2018-11-13
1
-0
/
+9
*
Add support for llvm.is.constant intrinsic (PR4898)
James Y Knight
2018-11-07
1
-0
/
+7
*
[FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics
Cameron McInally
2018-11-05
1
-0
/
+16
*
[COFF, ARM64] Implement Intrinsic.sponentry for AArch64
Mandeep Singh Grang
2018-11-01
1
-0
/
+4
*
Revert "[COFF, ARM64] Implement Intrinsic.sponentry for AArch64"
Mandeep Singh Grang
2018-11-01
1
-4
/
+0
*
[COFF, ARM64] Implement Intrinsic.sponentry for AArch64
Mandeep Singh Grang
2018-10-31
1
-0
/
+4
*
[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
[next]