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
*
[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
*
[MachineOutliner] Add support for target-default outlining.
Jessica Paquette
2018-06-30
1
-2
/
+27
*
[MachineOutliner] Define MachineOutliner support in TargetOptions
Jessica Paquette
2018-06-28
1
-9
/
+0
*
[MachineOutliner] Don't outline sequences where x16/x17/nzcv are live across
Jessica Paquette
2018-06-27
1
-1
/
+0
*
[MachineOutliner] NFC: Remove insertOutlinerPrologue, rename insertOutlinerEp...
Jessica Paquette
2018-06-19
1
-5
/
+2
*
[MachineOutliner] NFC - Move intermediate data structures to MachineOutliner.h
Jessica Paquette
2018-06-04
1
-191
/
+48
*
[MachineOutliner] Add "thunk" outlining for AArch64.
Eli Friedman
2018-05-22
1
-0
/
+7
*
[MachineOutliner] Count savings from outlining in bytes.
Eli Friedman
2018-05-18
1
-7
/
+12
*
[MachineOutliner] Add optsize markings to outlined functions.
Eli Friedman
2018-05-15
1
-0
/
+8
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-8
/
+9
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-23
/
+23
*
[MachineOutliner] Add defs to calls + don't track liveness on outlined functions
Jessica Paquette
2018-04-27
1
-4
/
+34
*
[MachineOutliner] NFC: Move EnableLinkOnceODROutlining into MachineOutliner.cpp
Jessica Paquette
2018-04-19
1
-4
/
+19
*
[MachineOutliner] Add `useMachineOutliner` target hook
Jessica Paquette
2018-04-04
1
-1
/
+9
*
[MachineOutliner][NFC] Make outlined functions have internal linkage
Jessica Paquette
2018-04-03
1
-1
/
+1
*
[MachineOutliner][NFC] Refactoring + comments in runOnModule
Jessica Paquette
2018-03-22
1
-12
/
+33
*
[MachineOutliner] Freeze registers in new functions
Geoff Berry
2018-01-31
1
-0
/
+2
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
*
Add optional DICompileUnit to DIBuilder + make outliner debug info use it
Jessica Paquette
2018-01-19
1
-39
/
+68
*
[MachineOutliner] Add DISubprograms to outlined functions.
Jessica Paquette
2018-01-18
1
-2
/
+47
*
[MachineOutliner] Move hasAddressTaken check to MachineOutliner.cpp
Jessica Paquette
2018-01-13
1
-2
/
+2
*
[MachineOutliner] AArch64: Handle instrs that use SP and will never need fixups
Jessica Paquette
2018-01-09
1
-3
/
+4
*
Remove redundant includes from lib/CodeGen.
Michael Zolotukhin
2017-12-13
1
-3
/
+0
*
[MachineOutliner] NFC: Throw out self-intersections on candidates early
Jessica Paquette
2017-12-01
1
-11
/
+42
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[MachineOutliner] Add optimisation remarks for successful outlining
Jessica Paquette
2017-10-23
1
-36
/
+75
*
[MachineOutliner] NFC: Rename getters/setters to fit coding style
Jessica Paquette
2017-10-23
1
-13
/
+13
*
[MachineOutliner][NFC] Clean up prune logic a bit
Jessica Paquette
2017-10-17
1
-33
/
+36
*
[MachineOutliner][NFC] Move decrement logic to OutlinedFunction
Jessica Paquette
2017-10-17
1
-16
/
+26
*
[MachineOutliner][NFC] Move end index calculation into Candidate
Jessica Paquette
2017-10-17
1
-20
/
+31
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-22
/
+25
*
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
Justin Bogner
2017-10-10
1
-2
/
+1
*
[MachineOutliner] Disable outlining from LinkOnceODRs by default
Jessica Paquette
2017-10-07
1
-3
/
+12
*
[MachineOutliner] Fix off-by-one in cost model
Jessica Paquette
2017-10-03
1
-35
/
+36
*
[MachineOutliner][NFC] Simplify logic in pruneCandidates
Jessica Paquette
2017-09-28
1
-70
/
+61
*
[MachineOutliner] AArch64: Avoid saving + restoring LR if possible
Jessica Paquette
2017-09-27
1
-85
/
+86
*
[MachineOutliner] Recommit r312194, missed optimization remarks
Jessica Paquette
2017-08-31
1
-1
/
+36
*
Revert r312194: "[MachineOutliner] Add missed optimization remarks for the ou...
Daniel Jasper
2017-08-31
1
-36
/
+1
*
[MachineOutliner] Add missed optimization remarks for the outliner.
Jessica Paquette
2017-08-30
1
-1
/
+36
*
[MachineOutliner] Only outline candidates of length >= 2
Jessica Paquette
2017-08-14
1
-0
/
+7
[next]