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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
DAG: Add calling convention argument to calling convention funcs
Matt Arsenault
2018-07-28
1
-3
/
+7
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-8
/
+8
*
[DAG] propagate FMF for all FPMathOperators
Sanjay Patel
2018-05-15
1
-0
/
+7
*
[DAG] clean up flag propagation for binops; NFCI
Sanjay Patel
2018-05-11
1
-1
/
+1
*
[SelectionDAG] Refactor code by adding RegsForValue::getRegsAndSizes(). NFCI
Bjorn Pettersson
2018-05-04
1
-0
/
+3
*
Reapply "[SelectionDAG] Selection of DBG_VALUE using a PHI node result (pt 2)"
Bjorn Pettersson
2018-05-03
1
-0
/
+5
*
Revert "[SelectionDAG] Selection of DBG_VALUE using a PHI node result (pt 2)"
Martin Storsjo
2018-05-03
1
-5
/
+0
*
[SelectionDAG] Selection of DBG_VALUE using a PHI node result (pt 2)
Bjorn Pettersson
2018-05-02
1
-0
/
+5
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[SelectionDAG] Support multiple dangling debug info for one value
Bjorn Pettersson
2018-03-21
1
-1
/
+4
*
[SelectionDAG] Improve handling of dangling debug info
Bjorn Pettersson
2018-03-12
1
-0
/
+6
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[CodeGen] Peel off the dominant case in switch statement in lowering
Rong Xu
2017-11-14
1
-0
/
+4
*
[CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W...
Eugene Zelenko
2017-09-27
1
-93
/
+104
*
Improve line debug info when translating a CaseBlock to SDNodes.
Adrian Prantl
2017-08-17
1
-2
/
+7
*
Remove the unused dbg.value offset from SelectionDAG (NFC)
Adrian Prantl
2017-07-28
1
-7
/
+6
*
Handle ConstantExpr correctly in SelectionDAGBuilder
Simon Pilgrim
2017-07-09
1
-4
/
+2
*
Reland "[SelectionDAG] Enable target specific vector scalarization of calls a...
Simon Dardis
2017-06-09
1
-2
/
+12
*
Add constrained intrinsics for some libm-equivalent operations
Andrew Kaylor
2017-05-25
1
-1
/
+1
*
[CodeGen] Don't require AA in SDAGISel at -O0.
Ahmed Bougacha
2017-05-10
1
-2
/
+2
*
Introduce experimental generic intrinsics for horizontal vector reductions.
Amara Emerson
2017-05-09
1
-0
/
+2
*
[InlineCost] Improve the cost heuristic for Switch
Jun Bum Lim
2017-04-28
1
-12
/
+7
*
Use a pointer type for target frame indices during statepoint lowering
Sanjoy Das
2017-04-27
1
-0
/
+5
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-1
/
+1
*
Revert "[SelectionDAG] Enable target specific vector scalarization of calls a...
Simon Dardis
2017-04-07
1
-12
/
+2
*
[SelectionDAG] Enable target specific vector scalarization of calls and returns
Simon Dardis
2017-04-07
1
-2
/
+12
*
[DAG] improve documentation comments; NFC
Sanjay Patel
2017-03-02
1
-43
/
+34
*
Add intrinsics for constrained floating point operations
Andrew Kaylor
2017-01-26
1
-0
/
+1
*
[SelectionDAG] Handle inverted conditions when splitting into multiple branches.
Geoff Berry
2017-01-24
1
-2
/
+3
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-2
/
+2
*
Expandload and Compressstore intrinsics
Elena Demikhovsky
2016-11-03
1
-2
/
+2
*
Delete some dead code in SelectionDAG (NFC)
Vedant Kumar
2016-10-06
1
-2
/
+0
*
[SelectionDAGBuilder] Add const to relevant places
Aditya Kumar
2016-09-01
1
-3
/
+4
*
Local variables whose address is taken and passed on to a call are described
Wolfgang Pieb
2016-08-15
1
-0
/
+5
*
Recommitting r275284: add support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-29
1
-0
/
+1
*
Reverting r276771 due to MSan failures.
Andrew Kaylor
2016-07-27
1
-1
/
+0
*
Re-committing r275284: add support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-26
1
-0
/
+1
*
Reverting r275284 due to platform-specific test failures
Andrew Kaylor
2016-07-13
1
-1
/
+0
*
Fix for Bug 26903, adds support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-13
1
-0
/
+1
*
Delete unused includes. NFC.
Rafael Espindola
2016-06-30
1
-1
/
+0
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-10
/
+7
*
[stack-protection] Add support for MSVC buffer security check
Etienne Bergeron
2016-06-07
1
-4
/
+18
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-8
/
+10
*
Fix an assert in SelectionDAGBuilder when processing inline asm
Renato Golin
2016-05-17
1
-0
/
+2
*
[SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to LOAD_STACK_GUARD
Tim Shen
2016-04-19
1
-9
/
+1
*
Introduce an GCRelocateInst class [NFC]
Philip Reames
2016-04-12
1
-1
/
+1
*
[SSP] Remove llvm.stackprotectorcheck.
Tim Shen
2016-04-08
1
-15
/
+5
*
Lower @llvm.experimental.deoptimize as a noreturn call
Sanjoy Das
2016-04-06
1
-1
/
+3
[next]