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
*
Fix Wdocumentation warning. NFCI.
Simon Pilgrim
2020-01-10
1
-2
/
+0
*
[MachineOutliner][AArch64] Save + restore LR in noreturn functions
Jessica Paquette
2020-01-07
1
-6
/
+0
*
[NFC][MachineOutliner] Rewrite setSuffixIndices to be iterative
Jessica Paquette
2019-12-20
1
-18
/
+25
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Remove redundant assignment. NFCI.
Simon Pilgrim
2019-11-05
1
-1
/
+0
*
Use iterator prefix increment. NFCI.
Simon Pilgrim
2019-11-05
1
-1
/
+1
*
[MachineOutliner] Reduce scope of variable and stop duplicate getMF() calls. ...
Simon Pilgrim
2019-11-05
1
-3
/
+3
*
[MachineOutliner] Fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-05
1
-1
/
+1
*
[NFC][MachineOutliner] Fix typo in comment
David Tellenbach
2019-10-30
1
-1
/
+1
*
[MachineOutliner][NFC] clang-formating the MachineOutliner.
Puyan Lotfi
2019-10-28
1
-34
/
+27
*
[MachineOuliner][NFC] Refactoring code to make outline rerunning a cleaner diff.
Puyan Lotfi
2019-10-28
1
-7
/
+19
*
[DebugInfo][If-Converter] Update call site info during the optimization
Nikola Prica
2019-10-08
1
-1
/
+1
*
[MachineOutliner] Disable outlining from noreturn functions
Jessica Paquette
2019-10-04
1
-0
/
+6
*
[NewPM] Port MachineModuleInfo to the new pass manager.
Yuanfang Chen
2019-09-30
1
-4
/
+4
*
[Backend] Keep call site info valid through the backend
Djordje Todorovic
2019-06-27
1
-4
/
+8
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-5
/
+4
*
[MachineOutliner] Replace ostringstream based string concatenation with Twine
Fangrui Song
2019-04-10
1
-10
/
+4
*
[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
[next]