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
/
MachineOutliner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-3
/
+3
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-3
/
+3
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix Wdocumentation warning. NFCI.
Simon Pilgrim
2018-12-06
1
-2
/
+0
*
[MachineOutliner][NFC] Move yet another std::vector out of a loop
Jessica Paquette
2018-12-06
1
-3
/
+4
*
[MachineOutliner][NFC] Move std::vector out of loop
Jessica Paquette
2018-12-06
1
-1
/
+2
*
[MachineOutliner][NFC] Remove IntegerInstructionMap from InstructionMapper
Jessica Paquette
2018-12-06
1
-9
/
+2
*
[MachineOutliner][NFC] Remove buildCandidateList and replace with findCandidates
Jessica Paquette
2018-12-05
1
-45
/
+9
*
[MachineOutliner][NFC] Candidates don't need to be shared_ptrs anymore
Jessica Paquette
2018-12-05
1
-11
/
+10
*
[MachineOutliner][NFC] Remove CandidateList, since it's now unused.
Jessica Paquette
2018-12-05
1
-29
/
+11
*
Fix buildbot capture warning
Jessica Paquette
2018-12-05
1
-9
/
+6
*
[MachineOutliner][NFC] Simplify and unify pruning/outlining logic
Jessica Paquette
2018-12-05
1
-157
/
+15
*
[MachineOutliner] Outline functions by order of benefit
Jessica Paquette
2018-12-05
1
-63
/
+68
*
[MachineOutliner][NFC] Don't create outlined sequence from integer mapping
Jessica Paquette
2018-12-05
1
-13
/
+6
*
Fix Wdocumentation warning. NFCI.
Simon Pilgrim
2018-11-19
1
-1
/
+1
*
[DebugInfo] DISubprogram flags get their own flags word. NFC.
Paul Robinson
2018-11-19
1
-2
/
+3
*
[MachineOutliner][NFC] Check if CandidatesForRepeatedSeq < 2
Jessica Paquette
2018-11-15
1
-1
/
+1
*
[MachineOutliner][NFC] Use MBB flags to avoid call checks in getOutliningInfo
Jessica Paquette
2018-11-13
1
-2
/
+9
*
[MachineOutliner][NFC] Exit getOutliningType if there are < 2 candidates
Jessica Paquette
2018-11-13
1
-2
/
+3
*
Fix uninitialized variable.
Alexander Kornienko
2018-11-13
1
-1
/
+1
*
[MachineOutliner][NFC] Change getMachineOutlinerMBBFlags to isMBBSafeToOutlin...
Jessica Paquette
2018-11-12
1
-1
/
+6
*
[MachineOutliner][NFC] Early exit pruning when candidates don't share an MBB
Jessica Paquette
2018-11-12
1
-0
/
+8
*
[MachineOutliner][NFC] Put suffix tree in buildCandidateList
Jessica Paquette
2018-11-12
1
-6
/
+5
*
[MachineOutliner][NFC] Only map blocks which have adjacent legal instructions
Jessica Paquette
2018-11-08
1
-14
/
+36
*
[MachineOutliner][NFC] Don't map MBBs that don't contain legal instructions
Jessica Paquette
2018-11-08
1
-18
/
+47
*
[MachineOutliner][NFC] Remove Parent field from SuffixTreeNode
Jessica Paquette
2018-11-07
1
-28
/
+14
*
[MachineOutliner][NFC] Traverse suffix tree using a RepeatedSubstring iterator
Jessica Paquette
2018-11-07
1
-53
/
+111
*
[MachineOutliner] Don't store outlined function numberings on OutlinedFunction
Jessica Paquette
2018-11-07
1
-5
/
+13
*
[MachineOutliner][NFC] Remove OccurrenceCount from SuffixTreeNode
Jessica Paquette
2018-11-06
1
-7
/
+0
*
[MachineOutliner][NFC] Remove IsInTree from SuffixTreeNode
Jessica Paquette
2018-11-06
1
-4
/
+0
*
[MachineOutliner][NFC] Add findRepeatedSubstrings to SuffixTree, kill LeafVector
Jessica Paquette
2018-11-06
1
-87
/
+106
*
[MachineOutliner][NFC] Remember when you map something illegal across MBBs
Jessica Paquette
2018-11-01
1
-20
/
+27
*
[MachineOutliner] Inherit target features from parent function
Jessica Paquette
2018-10-29
1
-0
/
+8
*
[MachineOutliner][NFC] Don't add MBBs with a size < 2 to the search space
Jessica Paquette
2018-09-20
1
-1
/
+5
*
[MachineOutliner][NFC] Move debug info emission to createOutlinedFunction
Jessica Paquette
2018-09-20
1
-35
/
+23
*
[MachineOutliner][NFC] Don't map more illegal instrs than you have to
Jessica Paquette
2018-09-17
1
-0
/
+11
*
[MachineOutliner] Add codegen size remarks to the MachineOutliner
Jessica Paquette
2018-09-11
1
-1
/
+103
*
[MachineOutliner][NFC] Factor out instruction mapping into its own function
Jessica Paquette
2018-09-11
1
-28
/
+38
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-1
/
+1
*
[MachineOutliner] Clean up subtarget handling.
Eli Friedman
2018-08-01
1
-23
/
+22
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[MachineOutliner] Exit getOutliningCandidateInfo when we erase all candidates
Jessica Paquette
2018-07-27
1
-1
/
+7
*
[MachineOutliner][NFC] Move outlined function remark into its own function
Jessica Paquette
2018-07-24
1
-31
/
+33
*
[MachineOutliner][NFC] Move target frame info into OutlinedFunction
Jessica Paquette
2018-07-24
1
-5
/
+4
*
[MachineOutliner][NFC] Make Candidates own their call information
Jessica Paquette
2018-07-24
1
-1
/
+1
*
[MachineOutliner][NFC] Move missed opt remark into its own function
Jessica Paquette
2018-07-24
1
-39
/
+46
*
[MachineOutliner][NFC] Sink some candidate logic into OutlinedFunction
Jessica Paquette
2018-07-24
1
-15
/
+6
*
[MachineOutliner] Check the last instruction from the sequence when updating ...
Francis Visoiu Mistrih
2018-07-14
1
-1
/
+1
*
[MachineOutliner] Fix typo in getOutliningCandidateInfo function name
Yvan Roux
2018-07-04
1
-1
/
+1
[next]