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
*
[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
*
Timer: Track name and description.
Matthias Braun
2016-11-18
1
-19
/
+26
*
Silence -Wunused-but-set-variable warning
Arnold Schwaighofer
2016-10-11
1
-0
/
+1
*
swifterror: Don't compute swifterror vregs during instruction selection
Arnold Schwaighofer
2016-10-07
1
-75
/
+141
*
getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-1
/
+1
*
Create phi nodes for swifterror values at the end of the phi instructions list
Arnold Schwaighofer
2016-09-09
1
-1
/
+1
*
[SelectionDAG] Do not run the ISel process on already selected code.
Quentin Colombet
2016-08-26
1
-0
/
+4
*
Fix some more asserts after r279466.
Pete Cooper
2016-08-23
1
-1
/
+1
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-4
/
+4
*
[inlineasm] Propagate operand constraints to the backend
Simon Dardis
2016-07-18
1
-3
/
+3
*
SelectionDAG: Avoid implicit iterator conversions in SelectionDAGISel, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-8
/
+8
*
Include SelectionDAGISel in the opt-bisect process
Andrew Kaylor
2016-07-07
1
-1
/
+1
*
CodeGen: Use MachineInstr& in TargetLowering, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-3
/
+3
*
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
-2
/
+2
*
[stack-protection] Add support for MSVC buffer security check
Etienne Bergeron
2016-06-07
1
-5
/
+25
[next]