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
/
SelectionDAGISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[FastISel] Sink local value materializations to first use
Reid Kleckner
2018-03-14
1
-0
/
+2
*
Revert: r327172 "Correct load-op-store cycle detection analysis"
Nirav Dave
2018-03-10
1
-168
/
+227
*
Improve Dependency analysis when doing multi-node Instruction Selection
Nirav Dave
2018-03-09
1
-215
/
+76
*
[DAG] Enforce stricter NodeId invariant during Instruction selection
Nirav Dave
2018-03-09
1
-13
/
+93
*
Pass Divergence Analysis data to Selection DAG to drive divergence
Alexander Timofeev
2018-03-05
1
-1
/
+26
*
[DAG, X86] Revert r324797, r324491, and r324359.
Chandler Carruth
2018-02-17
1
-79
/
+215
*
[DAG] Make early exit hasPredecessorHelper return true. NFCI.
Nirav Dave
2018-02-10
1
-3
/
+0
*
[SelectionDAG] More Aggressibly prune nodes in AddChains. NFCI.
Nirav Dave
2018-02-07
1
-1
/
+3
*
[DAG, X86] Improve Dependency analysis when doing multi-node
Nirav Dave
2018-02-06
1
-215
/
+80
*
[SelectionDAG] Fix UpdateChains handling of TokenFactors
Nirav Dave
2018-02-01
1
-1
/
+2
*
[DAG] Prevent NodeId pruning of TokenFactors in Instruction Selection.
Nirav Dave
2018-01-31
1
-1
/
+3
*
[SelectionDAGISel] Add a debug print before call to Select. Adjust where blan...
Craig Topper
2018-01-26
1
-6
/
+5
*
[GlobalISel] Don't fall back to FastISel.
Amara Emerson
2018-01-24
1
-1
/
+3
*
[SelectionDAG] lower math intrinsics to finite version of libcalls when possi...
Sanjay Patel
2018-01-09
1
-1
/
+1
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-6
/
+4
*
DAG: Tolerate non-MemSDNodes for OPC_RecordMemRef
Matt Arsenault
2017-12-20
1
-8
/
+24
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-3
/
+3
*
[RISCV] Support lowering FrameIndex
Alex Bradbury
2017-12-11
1
-0
/
+19
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-23
/
+42
*
Revert "[X86] Improvement in CodeGen instruction selection for LEAs."
Matt Morehouse
2017-12-01
1
-11
/
+0
*
[X86] Improvement in CodeGen instruction selection for LEAs.
Jatin Bhateja
2017-12-01
1
-0
/
+11
*
[SelectionDAG] Add a isel matcher op to check the type of node results other ...
Craig Topper
2017-11-22
1
-0
/
+14
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Fix APInt bit size in processDbgDeclares
Yaxun Liu
2017-11-16
1
-1
/
+1
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-2
/
+2
*
Implement salavageDebugInfo functionality for SelectionDAG.
Adrian Prantl
2017-10-24
1
-0
/
+1
*
Add iterator range MachineRegisterInfo::liveins(), adopt users, NFC
Krzysztof Parzyszek
2017-10-16
1
-4
/
+3
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
Revert r314886 "[X86] Improvement in CodeGen instruction selection for LEAs (...
Hans Wennborg
2017-10-04
1
-11
/
+0
*
[X86] Improvement in CodeGen instruction selection for LEAs (re-applying post...
Jatin Bhateja
2017-10-04
1
-0
/
+11
*
CodeGen: support SwiftError SwiftCC on Windows x64
Saleem Abdulrasool
2017-09-20
1
-0
/
+2
*
CodeGen: use range based for loops (NFC)
Saleem Abdulrasool
2017-09-19
1
-6
/
+1
*
Revert r313343 "[X86] PR32755 : Improvement in CodeGen instruction selection ...
Hans Wennborg
2017-09-15
1
-11
/
+0
*
[X86] PR32755 : Improvement in CodeGen instruction selection for LEAs.
Jatin Bhateja
2017-09-15
1
-0
/
+11
*
Add llvm.codeview.annotation to implement MSVC __annotation
Reid Kleckner
2017-09-05
1
-0
/
+1
*
Move helper classes into anonymous namespaces.
Benjamin Kramer
2017-08-20
1
-4
/
+4
*
[SelectionDAG] reset NewNodesMustHaveLegalTypes flag between basic blocks
Guy Blank
2017-08-07
1
-0
/
+3
*
DAG: Provide access to Pass instance from SelectionDAG
Matt Arsenault
2017-08-03
1
-1
/
+1
*
Remove the unused offset from DBG_VALUE (NFC)
Adrian Prantl
2017-07-28
1
-3
/
+5
*
[FastISel] fix a fallback diagnostic.
Igor Breger
2017-07-09
1
-1
/
+2
*
[FastISel][SelectionDAG]Teach fastISel about GC intrinsics
Anna Thomas
2017-07-04
1
-1
/
+5
*
[SelectionDAG] Update Loop info after splitting critical edges.
Davide Italiano
2017-06-17
1
-6
/
+9
*
ISel: Fix FastISel of swifterror values
Arnold Schwaighofer
2017-06-15
1
-0
/
+79
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-07
1
-6
/
+9
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[SelectionDAG] Update the dominator after splitting critical edges.
Davide Italiano
2017-06-05
1
-5
/
+8
*
[SelectionDAG] Get rid of recursion in findNonImmUse
Max Kazantsev
2017-06-02
1
-20
/
+26
*
Add constrained intrinsics for some libm-equivalent operations
Andrew Kaylor
2017-05-25
1
-51
/
+4
*
[CodeGen] Don't require AA in SDAGISel at -O0.
Ahmed Bougacha
2017-05-10
1
-8
/
+18
*
Re-land "Use the frame index side table for byval and inalloca arguments"
Reid Kleckner
2017-05-09
1
-0
/
+48
[next]