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
...
*
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
*
Revert "Use the frame index side table for byval and inalloca arguments"
Reid Kleckner
2017-05-09
1
-48
/
+0
*
Use the frame index side table for byval and inalloca arguments
Reid Kleckner
2017-05-08
1
-0
/
+48
*
TargetLowering: Add finalizeLowering() function; NFC
Matthias Braun
2017-04-28
1
-7
/
+1
*
[SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...
Craig Topper
2017-04-28
1
-7
/
+7
*
[SelectionDAG] Use various APInt methods to reduce temporary APInt creation
Craig Topper
2017-04-28
1
-1
/
+1
*
[CodeGen] Pass SDAG an ORE, and replace FastISel stats with remarks.
Ahmed Bougacha
2017-03-30
1
-239
/
+56
*
Recommitting Craig Topper's patch now that r296476 has been recommitted.
Nirav Dave
2017-03-14
1
-1
/
+1
*
[SDAG] Revert r296476 (and r296486, r296668, r296690).
Chandler Carruth
2017-03-03
1
-1
/
+1
*
Elide argument copies during instruction selection
Reid Kleckner
2017-03-01
1
-3
/
+7
*
[CodeGen] Remove dead FastISel code after SDAG emitted a tailcall.
Ahmed Bougacha
2017-03-01
1
-0
/
+6
*
[DAGISel] When checking if chain node is foldable, make sure the intermediate...
Craig Topper
2017-02-28
1
-1
/
+1
*
ISel: We need to notify FastIS of the IMPLICIT_DEF we created in createSwiftE...
Arnold Schwaighofer
2017-02-27
1
-1
/
+7
*
[Tablegen] Instrumenting table gen DAGGenISelDAG
Aditya Nandakumar
2017-02-14
1
-0
/
+9
*
[FastISel] Add a diagnostic to warm on fallback.
Quentin Colombet
2017-02-13
1
-0
/
+13
*
[DAGCombine] Allow vector constant folding of any value type before type lega...
Simon Pilgrim
2017-02-10
1
-0
/
+5
*
[SelectionDAG] Dump the DAG after legalizing vector ops and after the second ...
Craig Topper
2017-02-10
1
-0
/
+6
*
[SDAGISel] Simplify some SDAGISel code, NFC
Reid Kleckner
2017-02-07
1
-58
/
+61
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-02-04
1
-26
/
+62
*
[SelectionDAG] Fix for PR30775: Assertion `NodeToMatch->getOpcode() !=
Alexey Bataev
2017-02-03
1
-8
/
+12
*
SDAG: Update ChainNodesMatched during UpdateChains if a node is replaced
Justin Bogner
2017-01-30
1
-1
/
+11
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-2
/
+2
*
Add intrinsics for constrained floating point operations
Andrew Kaylor
2017-01-26
1
-0
/
+60
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-12-01
1
-2
/
+2
*
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
Eric Christopher
2016-12-01
1
-2
/
+2
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-2
/
+2
[prev]
[next]