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
*
Allow target to handle STRICT floating-point nodes
Ulrich Weigand
2019-06-05
1
-0
/
+7
*
IR: make getParamByValType Just Work. NFC.
Tim Northover
2019-06-05
1
-2
/
+1
*
[SelectionDAG][FIX] Allow "returned" arguments to be bit-casted
Johannes Doerfert
2019-06-04
1
-2
/
+5
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
1
-5
/
+13
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
1
-13
/
+5
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
1
-5
/
+13
*
[CodeGen] Add lrint/llrint builtins
Adhemerval Zanella
2019-05-28
1
-1
/
+5
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block va...
Alexander Timofeev
2019-05-26
1
-2
/
+2
*
Revert r361644, "[AMDGPU] Divergence driven ISel. Assign register class for c...
Peter Collingbourne
2019-05-25
1
-2
/
+2
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block values...
Alexander Timofeev
2019-05-24
1
-2
/
+2
*
CodeGen: factor out swifterror value tracking.
Tim Northover
2019-05-24
1
-22
/
+14
*
[Intrinsic] Signed Fixed Point Saturation Multiplication Intrinsic
Leonard Chan
2019-05-21
1
-0
/
+8
*
[SelectionDAG] remove redundant code; NFCI
Sanjay Patel
2019-05-21
1
-6
/
+2
*
[SelectionDAGBuilder] Flush PendingExports before creating INLINEASM_BR node ...
Craig Topper
2019-05-20
1
-3
/
+11
*
[Intrinsics] Merge lround.i32 and lround.i64 into a single intrinsic with ove...
Craig Topper
2019-05-20
1
-6
/
+4
*
[NFC] Refactor visitIntrinsicCall so it doesn't return a const char*
Guillaume Chatelet
2019-05-20
1
-140
/
+144
*
Revert "[NFC] Refactor visitIntrinsicCall so it doesn't return a const char*"
Guillaume Chatelet
2019-05-20
1
-141
/
+137
*
[NFC] Refactor visitIntrinsicCall so it doesn't return a const char*
Guillaume Chatelet
2019-05-20
1
-137
/
+141
*
[CodeGen] Add lround/llround builtins
Adhemerval Zanella
2019-05-16
1
-0
/
+16
*
Add constrained fptrunc and fpext intrinsics.
Kevin P. Neal
2019-05-13
1
-1
/
+14
*
SelectionDAG: accommodate atomic floating stores.
Tim Northover
2019-05-10
1
-1
/
+4
*
Fix cppcheck operator precedence warning. NFCI.
Simon Pilgrim
2019-05-08
1
-2
/
+2
*
Avoid use-after-move warnings by using swap instead. NFCI.
Simon Pilgrim
2019-05-07
1
-2
/
+5
*
[SelectionDAG][X86] Support inline assembly returning an mmx register into a ...
Craig Topper
2019-05-06
1
-0
/
+8
*
[SelectionDAG] Replace llvm_unreachable at the end of getCopyFromParts with a...
Craig Topper
2019-05-06
1
-1
/
+1
*
DAG: allow DAG pointer size different from memory representation.
Tim Northover
2019-05-01
1
-44
/
+108
*
Add "const" in GetUnderlyingObjects. NFC
Bjorn Pettersson
2019-04-24
1
-3
/
+3
*
DAG: propagate ConsecutiveRegs flags to returns too.
Tim Northover
2019-04-15
1
-0
/
+18
*
DAG: propagate whether an arg is a pointer for CallingConv decisions.
Tim Northover
2019-04-15
1
-0
/
+22
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-3
/
+3
*
Switch lowering: exploit unreachable fall-through when lowering case range cl...
Hans Wennborg
2019-03-29
1
-3
/
+21
*
[SelectionDAGBuilder] Fix 80 column violation. NFC
Craig Topper
2019-03-28
1
-1
/
+2
*
[ConstantRange] Rename isWrappedSet() to isUpperWrapped()
Nikita Popov
2019-03-27
1
-1
/
+1
*
Re-commit r355490 "[CodeGen] Omit range checks from jump tables when lowering...
Hans Wennborg
2019-03-27
1
-54
/
+37
*
Fix nondeterminism introduced in r353954
Yi Kong
2019-03-26
1
-1
/
+1
*
Allow unordered loads to be considered invariant in CodeGen
Philip Reames
2019-03-19
1
-0
/
+5
*
[SelectionDAG] Handle unary SelectPatternFlavor for ABS case in SelectionDAGB...
Simon Pilgrim
2019-03-19
1
-8
/
+31
*
[DebugInfo] Ignore bitcasts when lowering stack arg dbg.values
David Stenberg
2019-03-18
1
-2
/
+4
*
[WebAssembly] Make rethrow take an except_ref type argument
Heejin Ahn
2019-03-16
1
-0
/
+14
*
[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
[next]