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
*
[PS4] Emit a trap after a stack-protector fail call.
Paul Robinson
2019-03-06
1
-0
/
+6
*
Revert "[CodeGen] Omit range checks from jump tables when lowering switches w...
Alexander Kornienko
2019-03-06
1
-29
/
+51
*
[CodeGen] Omit range checks from jump tables when lowering switches with unre...
Ayonam Ray
2019-03-06
1
-51
/
+29
*
Reversing the commit of revision 355483 since it is giving a regression on a ...
Ayonam Ray
2019-03-06
1
-29
/
+51
*
[CodeGen] Omit range checks from jump tables when lowering switches with unre...
Ayonam Ray
2019-03-06
1
-51
/
+29
*
[WebAssembly] Delete ThrowUnwindDest map from WasmEHFuncInfo
Heejin Ahn
2019-03-03
1
-0
/
+2
*
Seperate volatility and atomicity/ordering in SelectionDAG
Philip Reames
2019-02-27
1
-18
/
+18
*
DAG: Add helper for creating shifts with correct type
Matt Arsenault
2019-02-22
1
-1
/
+2
*
Re-land part of r354244 "[DAGCombiner] Eliminate dead stores to stack."
Clement Courbet
2019-02-21
1
-10
/
+11
*
Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
Clement Courbet
2019-02-18
1
-11
/
+10
*
[DAGCombiner] Eliminate dead stores to stack.
Clement Courbet
2019-02-18
1
-10
/
+11
*
[X86] Fix LowerAsmOutputForConstraint.
Nirav Dave
2019-02-15
1
-2
/
+1
*
Fix an accidentally flipped pair of arguments, NFCI
Jeremy Morse
2019-02-14
1
-1
/
+1
*
[SelectionDAG] Inline a single use helper function, and remove last non-MMO i...
Philip Reames
2019-02-13
1
-7
/
+22
*
[SelectionDAG] Kill last uses of getAtomic w/o a MMO operand [NFC]
Philip Reames
2019-02-13
1
-15
/
+36
*
[DebugInfo][DAG] Either salvage dangling debug info or emit Undef DBG_VALUEs
Jeremy Morse
2019-02-13
1
-15
/
+83
*
[DebugInfo][DAG] Refactor dbg.value lowering into its own method
Jeremy Morse
2019-02-13
1
-84
/
+94
*
[DebugInfo][DAG] Limit special-casing of dbg.values for Arguments
Jeremy Morse
2019-02-13
1
-4
/
+10
*
[SelectionDAGBuilder] Add restrictions to EmitFuncArgumentDbgValue
Bjorn Pettersson
2019-02-11
1
-0
/
+71
*
[CallSite removal] Migrate the statepoint GC infrastructure to use the
Chandler Carruth
2019-02-11
1
-7
/
+7
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-2
/
+39
*
[CodeGen] Handle vector UADDO, SADDO, USUBO, SSUBO
Nikita Popov
2019-02-07
1
-1
/
+7
*
[InlineAsm][X86] Add backend support for X86 flag output parameters.
Nirav Dave
2019-02-06
1
-11
/
+13
*
[SelectionDAGBuilder] Refactor Inline Asm output check. NFCI.
Nirav Dave
2019-02-06
1
-13
/
+26
*
[Intrinsic] Unsigned Fixed Point Multiplication Intrinsic
Leonard Chan
2019-02-04
1
-3
/
+15
*
[COFF, ARM64] Fix localaddress to handle stack realignment and variable size ...
Mandeep Singh Grang
2019-02-01
1
-2
/
+0
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-7
/
+6
*
[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
[next]