index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bolt
/
lib
/
Core
/
BinaryFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BOLT][NFC] Add hash computation for basic blocks
spupyrev
2023-05-02
1
-25
/
+10
*
[BOLT] Fix creation of invalid CFG in presence of dead code
Rafael Auler
2023-04-11
1
-0
/
+1
*
[MC] Always encode instruction into SmallVector
Alexis Engelke
2023-04-06
1
-2
/
+1
*
[BOLT] computing raw branch count for yaml profiles
spupyrev
2023-03-28
1
-0
/
+1
*
Use *{Map,Set}::contains (NFC)
Kazu Hirata
2023-03-15
1
-3
/
+2
*
[BOLT][NFC] Move addRelocation{X86,AArch64} into MCPlusBuilder
Amir Ayupov
2023-03-14
1
-0
/
+16
*
[BOLT][NFC] Use llvm::is_contained
Amir Ayupov
2023-03-14
1
-1
/
+1
*
[BOLT] Improve dynamic relocations support for CI
Vladislav Khmelevsky
2023-03-13
1
-0
/
+10
*
[BOLT][NFC] Simplify BinaryFunction::setTrapOnEntry
Amir Ayupov
2023-02-27
1
-7
/
+3
*
[BOLT] Prevent unsetting unknown control flow for split jump table
Amir Ayupov
2023-02-27
1
-1
/
+6
*
[BOLT][NFC] Replace anonymous namespace functions with static
Amir Ayupov
2023-02-06
1
-20
/
+12
*
[BOLT][NFC] Replace ambiguous BinarySection::isReadOnly with isWritable
Amir Ayupov
2023-01-18
1
-1
/
+1
*
[BOLT][NFC] Use llvm::reverse
Amir Ayupov
2023-01-03
1
-5
/
+6
*
[BOLT][NFC] Remove unused PrintInstructions argument
Maksim Panchenko
2022-12-20
1
-5
/
+4
*
[BOLT][NFC] Use std::optional for readDWARFExpressionTargetReg
Amir Ayupov
2022-12-11
1
-3
/
+6
*
[BOLT][NFC] Use std::optional in has*NameRegex
Amir Ayupov
2022-12-11
1
-8
/
+5
*
[BOLT][NFC] Use std::optional in MCPlusBuilder
Amir Ayupov
2022-12-06
1
-3
/
+4
*
[BOLT] Fix instruction encoding validation
Maksim Panchenko
2022-10-18
1
-8
/
+3
*
[BOLT][NFC] Refactor creation of symbol+addend references
Rafael Auler
2022-10-12
1
-10
/
+5
*
[BOLT] Verify externally referenced blocks against jump table targets
Amir Ayupov
2022-09-16
1
-0
/
+45
*
[BOLT] Emit LSDA call sites for all fragments
Fabian Parzefall
2022-09-08
1
-7
/
+10
*
[BOLT] Use range-based for loops (NFC)
Kazu Hirata
2022-09-03
1
-2
/
+4
*
[BOLT][NFC] Use llvm::any_of
Amir Ayupov
2022-08-27
1
-7
/
+3
*
[BOLT] Track fragment info for all split fragments
Fabian Parzefall
2022-08-24
1
-40
/
+36
*
[BOLT] Allocate FunctionFragment on heap
Fabian Parzefall
2022-08-24
1
-3
/
+3
*
[BOLT] Towards FunctionLayout const-correctness
Fabian Parzefall
2022-08-24
1
-4
/
+13
*
Revert "[BOLT] Towards FunctionLayout const-correctness"
Fabian Parzefall
2022-08-24
1
-13
/
+4
*
Revert "[BOLT] Allocate FunctionFragment on heap"
Fabian Parzefall
2022-08-24
1
-3
/
+3
*
Revert "[BOLT] Track fragment info for all split fragments"
Fabian Parzefall
2022-08-24
1
-36
/
+40
*
[BOLT] Track fragment info for all split fragments
Fabian Parzefall
2022-08-24
1
-40
/
+36
*
[BOLT] Allocate FunctionFragment on heap
Fabian Parzefall
2022-08-24
1
-3
/
+3
*
[BOLT] Towards FunctionLayout const-correctness
Fabian Parzefall
2022-08-24
1
-4
/
+13
*
[BOLT][NFC] Move out handleAArch64IndirectCall
Amir Ayupov
2022-08-23
1
-22
/
+22
*
[BOLT][NFC] Move out handleIndirectBranch
Amir Ayupov
2022-08-23
1
-40
/
+41
*
[BOLT][NFC] Move out handleExternalReference
Amir Ayupov
2022-08-23
1
-43
/
+45
*
[BOLT][NFC] Move out handlePCRelOperand
Amir Ayupov
2022-08-23
1
-39
/
+40
*
[BOLT] Generate sections for multiple fragments
Fabian Parzefall
2022-08-18
1
-40
/
+61
*
[BOLT] Make exception handling fragment aware
Fabian Parzefall
2022-08-18
1
-5
/
+8
*
[BOLT] Support passing fragments to code emission
Fabian Parzefall
2022-08-18
1
-4
/
+5
*
[BOLT][AArch64] Ignore functions with islandsInfo during VeneerEliminarion an...
Denis Revunov
2022-08-18
1
-1
/
+1
*
[BOLT][NFC] Simplify scanExternalRefs
Amir Ayupov
2022-08-17
1
-8
/
+4
*
[BOLT] Add main fragment to function layout
Fabian Parzefall
2022-08-17
1
-4
/
+4
*
[BOLT] Remove always true if statement
Rafael Auler
2022-08-03
1
-7
/
+4
*
[bolt] Remove redundaunt control-flow statements (NFC)
Kazu Hirata
2022-07-30
1
-1
/
+0
*
[BOLT] Add function layout class
Fabian Parzefall
2022-07-16
1
-170
/
+161
*
[BOLT] Replace uses of layout with basic block list
Fabian Parzefall
2022-07-14
1
-51
/
+59
*
[BOLT] Support multiple parents for split jump table
Huan Nguyen
2022-07-13
1
-6
/
+31
*
[BOLT][AArch64] Handle gold linker veneers
Vladislav Khmelevsky
2022-07-13
1
-32
/
+22
*
[BOLT] Increase coverage of shrink wrapping [1/5]
Rafael Auler
2022-07-11
1
-1
/
+1
*
[BOLT] Respect shouldPrint in dump-dot-all
Amir Ayupov
2022-06-29
1
-1
/
+8
[next]