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
*
[WebAssembly] Exception handling: Switch to the new proposal
Heejin Ahn
2019-01-30
1
-2
/
+36
*
[SelectionDAGBuilder] Remove redundant variable. NFCI.
Nirav Dave
2019-01-29
1
-7
/
+3
*
Reversing the checkin for version 352484 as tests are failing.
Ayonam Ray
2019-01-29
1
-25
/
+50
*
[CodeGen] Omit range checks from jump tables when lowering switches with unre...
Ayonam Ray
2019-01-29
1
-50
/
+25
*
[DebugInfo][DAG] Process FrameIndex dbg.values unconditionally
Jeremy Morse
2019-01-29
1
-0
/
+15
*
Fix emission of _fltused for MSVC.
James Y Knight
2019-01-24
1
-3
/
+0
*
[SelectionDAGBuilder] Simplify HasSideEffect calculation. NFC.
Nirav Dave
2019-01-24
1
-13
/
+7
*
[InlineAsm] Don't calculate registers for inline asm memory operands. NFCI.
Nirav Dave
2019-01-24
1
-0
/
+4
*
[SelectionDAGBuilder] Fuse inline asm input operand loops passes. NFCI.
Nirav Dave
2019-01-24
1
-13
/
+9
*
[SelectionDAGBuilder] Defer C_Register Assignments to be in line with
Nirav Dave
2019-01-22
1
-13
/
+3
*
Codegen support for atomicrmw fadd/fsub
Matt Arsenault
2019-01-22
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[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
1
-13
/
+1
*
[SelectionDAG] Add static getMaxNumOperands function to SDNode.
Florian Hahn
2019-01-18
1
-1
/
+1
*
[COFF, ARM64] Implement support for SEH extensions __try/__except/__finally
Mandeep Singh Grang
2019-01-16
1
-0
/
+2
*
[DebugInfo] Allow creation of DBG_VALUEs in blocks where the operand is not used
Jeremy Morse
2019-01-16
1
-5
/
+6
*
[SelectionDAG] Check membership of register in class for single
Nirav Dave
2019-01-15
1
-6
/
+1
*
Reland "Refactor GetRegistersForValue. NFCI."
Nirav Dave
2019-01-14
1
-55
/
+44
*
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
[next]