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
*
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
*
Re-apply "SDAG: Update ChainNodesMatched as nodes are deleted"
Justin Bogner
2016-06-03
1
-4
/
+9
*
Revert "SDAG: Update ChainNodesMatched as nodes are deleted"
Justin Bogner
2016-06-03
1
-9
/
+4
*
SDAG: Update ChainNodesMatched as nodes are deleted
Justin Bogner
2016-06-03
1
-4
/
+9
*
SDAG: Replace some unreachable code with an assert. NFC
Justin Bogner
2016-06-03
1
-6
/
+3
*
SDAG: Drop a redundant replace and move the dead node removal closer. NFC
Justin Bogner
2016-06-01
1
-6
/
+4
*
SDAG: Have SelectNodeTo replace uses if it CSE's instead of morphing a node
Justin Bogner
2016-05-11
1
-6
/
+1
*
SDAG: Make SelectCodeCommon return void
Justin Bogner
2016-05-10
1
-25
/
+41
*
SDAG: Don't leave dangling dead nodes after SelectCodeCommon
Justin Bogner
2016-05-06
1
-1
/
+3
*
SDAG: Rename Select->SelectImpl and repurpose Select as returning void
Justin Bogner
2016-05-05
1
-17
/
+1
*
SDAG: Remove OPC_MarkGlueResults and associated logic. NFC
Justin Bogner
2016-05-05
1
-60
/
+19
*
[CodeGen] Add some space optimized forms of EmitNode and MorphNodeTo that imp...
Craig Topper
2016-05-03
1
-6
/
+17
*
[CodeGen] Add OPC_MoveChild0-OPC_MoveChild7 opcodes to isel matching tables t...
Craig Topper
2016-05-02
1
-0
/
+12
*
Use SelectionDAG::getTargetConstant* helper functions. NFC.
Simon Pilgrim
2016-04-29
1
-4
/
+4
*
Switch lowering: don't add incoming PHI values from skipped bit test MBB's (P...
Hans Wennborg
2016-04-15
1
-12
/
+26
*
SelectionDAGISel: rangeify a loop
Hans Wennborg
2016-04-15
1
-23
/
+20
*
[SSP] Remove llvm.stackprotectorcheck.
Tim Shen
2016-04-08
1
-2
/
+7
*
Swift Calling Convention: swifterror target-independent change.
Manman Ren
2016-04-05
1
-0
/
+121
*
CXX TLS: collect return blocks after SelectAllBasicBlocks.
Manman Ren
2016-03-24
1
-7
/
+15
*
[CXX_FAST_TLS] fix issues with O0 on ARM, AArch64 and X86.
Manman Ren
2016-03-18
1
-1
/
+1
*
[CodeGen] Add space-optimized EmitMergeInputChains1_2 to the DAG isel matchin...
Craig Topper
2016-03-07
1
-2
/
+3
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-14
/
+6
*
[SelectionDAG] Eliminate exponential behavior in WalkChainUsers
Tim Shen
2016-01-31
1
-5
/
+20
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
Don't check if a list is empty with ilist::size.
Benjamin Kramer
2016-01-23
1
-1
/
+1
*
[X86] Don't alter HasOpaqueSPAdjustment after we've relied on it
David Majnemer
2016-01-14
1
-1
/
+1
*
[X86] Make hasFP constant time
David Majnemer
2016-01-04
1
-0
/
+3
*
CXX_FAST_TLS calling convention: target independent portion.
Manman Ren
2015-12-16
1
-2
/
+2
*
CXX_FAST_TLS calling convention: target independent portion.
Manman Ren
2015-12-11
1
-1
/
+36
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
1
-1
/
+1
[next]