-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Fix performance bug in buildLocationList #108886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 4 commits
Commits
Show all changes
449 commits
Select commit
Hold shift + click to select a range
be52b4d
[Clang][AMDGPU] Handle builtin types more generically. NFC. (#109004)
jayfoad a38c4fd
[AArch64] Add missing tests for Arm cpus (#106749)
FLZ101 26fe3c1
[AArch64] Fix sched model of Neoverse N2 (#106376)
FLZ101 833ab46
[Clang] Avoid transforming lambdas when rebuilding immediate expressi…
zyn0217 aae38c1
[RISCV] Split fp rounding ops with zvfhmin nxv32f16 (#108765)
lukel97 5fcd30f
[AMDGPU] Fold llvm.amdgcn.cvt.pkrtz when either operand is fpext (#10…
jayfoad 66ecf66
[InstCombine] Fold fmod to frem if we know it does not set errno. (#1…
davemgreen a193da0
[TLI] Support inferring function attributes for sincos[f|l] (#108554)
MacDue 4ed719d
[X86] Cleanup AVX512 VBROADCAST subvector instruction names. (#108888)
RKSimon a693c12
[clang][NFC] Add regression tests for GH63782 (#109104)
steakhal 0c0d915
[RISCV] Promote bf16 ops to f32 with zvfbfmin (#108937)
lukel97 48fb36b
[flang][Semantics] set scope even for module subroutines outside modu…
tblah af0f0db
[clang][NFC] Remove trailing spaces from Sema diag messages (#109098)
steakhal ef5a0d9
[X86][AVX10.2] Support AVX10.2-COMEF new instructions. (#108063)
mahesh-attarde 1b1d649
[RISCV] Deduplicate zvfhmin and zvfbfmin operation actions. NFC
lukel97 6d0c974
[analyzer] Note last "fclose" call from "ensureStreamOpened" (#109112)
steakhal 6f4b371
[AMDGPU] Simplify lowerBUILD_VECTOR (#109094)
piotrAMD 9e324e8
[X86] Fold extractsubvector(permv3(src0,mask,src1),c) -> extractsubve…
RKSimon f31af3c
[InstCombine] Generalize `icmp (shl nuw C2, Y), C -> icmp Y, C3` (#10…
dtcxzyw 8887bbb
[VPlan][NFC] Fix the value name of VECTOR_GEP (#107544)
arcbbb 3c14724
[InstCombine] Return FRem, as opposed to substituteInParent.
davemgreen 0dbe805
[LLD][COFF] Handle imported weak aliases consistently (#109105)
glandium 5ebe850
[LLVM][TableGen] Change CodeGenSchedule to use const Record pointers …
jurahul c8b766b
[rtsan] Fix RTTI issue, make a better c test (#108720)
cjappl 69490c8
[LLVM][TableGen] Use range for loops in AsmMatcherEmitter (#108914)
jurahul af4c420
[LLVM][TableGen] Change AsmWriterEmitter to const RecordKeeper (#108918)
jurahul e305473
[LLVM][TableGen] Change CodeGenMapTable to use const RecordKeeper (#1…
jurahul 545d10f
Remove clang-rename (#108988)
AaronBallman 2375017
[LLVM][TableGen] Change DecoderEmitter to use const RecordKeeper (#10…
jurahul 1141aa6
[LLVM][TableGen] Change WebAsm Emitter to use const RecordKeeper (#10…
jurahul 778de58
[MLIR] Reuse the path to runner_utils libraries (#108579)
tuliom 1fd86c3
[SimplifyCFG][LICM] Add additional speculation tests
nikic a182f79
[LLDB] Fix operators <= and >= returning a wrong result when comparin…
kuilpd 37cddc1
[flang][debug] Improve handling of dummy character arguments. (#108283)
abidh 0e8b424
[X86][AVX10.2] Support AVX10.2 MOVZXC new Instructions. (#108537)
mahesh-attarde 2a5bb07
[Loads] Extract some checks into a lambda (NFC)
nikic 7ca2427
[gn] port 40c45b6b4318 more (rm clang-rename)
nico 532b958
[X86][BF16] Add libcall for F80 -> BF16 (#109116)
phoebewang 9a62bdf
[gn] port 76eda76f9f36
nico adbe871
[gn build] Port 311e4e324581
nico 163eaa8
[compiler-rt][rtsan] Use Die instead of exit, define cf.exitcode (#10…
cjappl 57f3ba7
Revert "[X86][BF16] Add libcall for F80 -> BF16" (#109140)
phoebewang f004dcf
[gn build] Port a10c9f994be1
nico a03f640
[VPlan] Add getSCEVExprForVPValue util, use to get trip count SCEV (N…
fhahn 6a6c1e2
[Clang] Do not implicitly link C libraries for the GPU targets (#109052)
jhuber6 a2e9849
[clang-tidy][NFC] fix typo in clang-tools-extra/clang-tidy/modernize/…
HerrCai0907 3c32e9e
[clang][C23] Claim N3030 Enhancements to Enumerations supported (#107…
Fznamznon 6a7a8bc
[lldb-dap][test] Fix `readMemory` test (#109057)
vogelsgesang d0afe40
[LLVM][TableGen] Change CallingConvEmitter to use const RecordKeeper …
jurahul 97b05d2
[NFC] Remove trailing whitespaces in `llvm/docs/LangRef.rst`
shiltian e9b60db
[HLSL] Implement elementwise popcount (#108121)
spall 5b53cf0
[clang] Increase VecLib bitfield size to 4 bits in CodeGenOptions.def…
MainakSil 31c55d9
Revert "[clang] Increase VecLib bitfield size to 4 bits in CodeGenOpt…
AaronBallman 4d17190
[lld][WebAssembly] Report unsupported PIC relocations as errors (#104…
luc-blaeser 8ffb37e
[bazel] Remove empty Rename tests for now-deleted clang-rename (#109162)
rupprecht a661653
[NFC] Update function names in MCTargetAsmParser.h (#108643)
lei137 d3dd174
[AMDGPU] Remove miscellaneous unused code. NFC.
jayfoad 23a4f61
Fix OOM in FormatDiagnostic (2nd attempt) (#108866)
igelbox 641e60f
[Support] Add helper struct `indent` for adding indentation (#108966)
jurahul 750731a
[X86] Speed up X86 Domain Reassignment pass by early return (#108108)
weiguozhi 7523d27
[CodeGen] Use Register in SwitchLoweringUtils. NFC (#109092)
topperc da2d476
[RISCV] Remove unnecessary vand.vi from vXi1 and nvXvi1 VECTOR_REVERS…
topperc 3168cc1
[LLVM][TableGen] Change CodeEmitterGen to use const RecordKeeper (#10…
jurahul 3dd3fd3
[LLVM][TableGen] Change DFAEmitter to use const Record pointers (#109…
jurahul f995b89
[Target] Use 'unsigned' as the underlying type for the tablegened phy…
topperc b3103ae
[LLVM][TableGen] Change DXILEmitter to use const RecordKeeper (#109045)
jurahul 47a7644
[LLVM][TableGen] Change X86MnemonicTables to use const RecordKeeper (…
jurahul bea0791
[LLVM][TableGen] Change FastISelEmitter to use const RecordKeeper (#1…
jurahul ff19500
[LLVM][TableGen] Change InstrDocsEmitter to use const RecordKeeper (#…
jurahul 58a905d
[LLVM][TableGen] Change MacroFusionPredicator to use const RecordKeep…
jurahul c328a83
[OpenMP] Fix not linking C libraries when enabled (#109168)
jhuber6 b97c140
[LLVM][TableGen] Change X86InstrMapping to use const RecordKeeper (#1…
jurahul c27cc83
[LLVM][TableGen] Change X86FoldTablesEmitter to use const RecordKeepe…
jurahul f3b40b6
[LLVM][TableGen] Change CompressInstEmitter to use const RecordKeeper…
jurahul c71b72d
[CSKY,M68k,Xtensa] Update function names after #108643
MaskRay 401ca0d
[LLD][COFF] Store __imp_ symbols as Defined in InputFile (#109115)
cjacek 44ca9ab
[HLSL][NFC] Remove RegisterBindingFlags struct (#108924)
hekota 4869afa
Revert update-verify-tests.py (#109171)
hnrklssn 070984e
[flang][runtime] Use cuda::std::complex in F18 runtime CUDA build. (#…
vzakhari d97ead1
[SimplifyCFG] Add tests for deducing paths unreachable if they cause …
goldsteinn 908c9a4
[SimplifyCFG] Deduce paths unreachable if they cause div/rem UB
goldsteinn bd4f8d9
Revert "[flang][runtime] Use cuda::std::complex in F18 runtime CUDA b…
vzakhari 17d0561
[flang] Tidy uses of raw_string_ostream (NFC)
JOE1994 e756369
[SandboxVec] Reapply "Add barebones Region class. (#108899)" (#109059)
slackito 5a9d68e
[gn build] Port 71e434d30280
llvmgnsyncbot 2c14dd1
[clang-tidy][readability-container-contains] Extend to any class with…
nicovank 566ac4a
[RISCV][GISel] Use libcalls for rint, nearbyint, trunc, round, and ro…
topperc 2bc1a93
[flang] Fix subtle type naming bug in module file output (#108892)
klausler c5b529d
[flang] Fix code that deletes unit from bad OPEN (#108994)
klausler 497c3da
[flang] Catch untyped entities in interfaces with IMPLICIT NONE (#109…
klausler 121b31e
[mlir][gpu] Disjoint patterns for lowering clustered subgroup reduce …
andfau-amd 07731e1
[LLVM][TableGen] Change DAGISel code to use const RecordKeeper (#109038)
jurahul 9a2b5dd
[LLVM][TableGen] Change DFAPacketizerEmitter to use const RecordKeepe…
jurahul 407c113
[libomp][AIX] Ensure only libomp.a is published on AIX (#109016)
xingxue-ibm cd128da
[RISCV][GISel] Port portions of float-intrinsics.ll and double-intrin…
topperc f3b4d1c
[clang-tidy] Fix performance-unnecessary-value-param (#109145)
kazutakahirata 1df3952
[clang] Use canonical type for substitution which might be incomplete…
mizvekov ac90acc
[lldb] Only send "posix" error codes through the gdb-remote protocol
labath d54c744
[lldb] Change the implementation of Status to store an llvm::Error (N…
adrian-prantl 63a1d65
Add noexcept qualifier to placate g++
adrian-prantl 30ebc47
[RISCV][GISel] Support unaligned-scalar-mem. (#108905)
topperc b1cc816
[lldb] Update SocketTestUtilities.cpp to use CloneableECError
adrian-prantl 9759f48
[sanitizer] Adjust size for begin/start mismatch (#109079)
vitalybuka 7ed78a3
[NFC][sanitizer] Move `InitTlsSize` into `InitializePlatformEarly` (#…
vitalybuka e573eb4
[lldb] Store ECError as CloneableECError in Status
adrian-prantl 74f41e9
[NFC][sanitizer] Move InitTlsSize (#108922)
vitalybuka 9c6d51d
[lldb] Add handling of ECError to unit test to validate a hypothesis …
adrian-prantl dca9b3a
[sanitizer] Switch from lazy `ThreadDescriptorSize` (#108923)
vitalybuka 3524996
Revert "[lldb] Add handling of ECError to unit test to validate a hyp…
adrian-prantl 238993e
Revert "[lldb] Store ECError as CloneableECError in Status"
adrian-prantl 59e5f0c
Revert "[lldb] Update SocketTestUtilities.cpp to use CloneableECError"
adrian-prantl d11a45d
Revert "Add noexcept qualifier to placate g++"
adrian-prantl d3d9ecc
Revert "[lldb] Change the implementation of Status to store an llvm::…
adrian-prantl 902e167
Revert "[lldb] Only send "posix" error codes through the gdb-remote p…
adrian-prantl 5435f61
[NFC][sanitizer] Use InitializePlatformEarly() in test (#109224)
vitalybuka e758e7c
[SandboxIR] Add Instruction::isStackSaveRestoreIntrinsic() and isMemD…
vporpo 01868ea
[Clang] Fix -ast-dump-decl-types crashes on concepts (#108142)
ofAlpaca 130aa44
[Doc] Improve documentation for JITLink. (#109163)
higuoxing e1bc3f8
Reland "[flang][runtime] Use cuda::std::complex in F18 runtime CUDA b…
vzakhari da1afba
[SandboxIR] Fix unused variable build error
vporpo 532824c
Add docs and an example use of the scripted command get_flags API. (#…
jimingham 53cd61a
[LegalizeVectorOps][RISCV] Don't scalarize FNEG in ExpandFNEG if FSUB…
topperc 5e12f28
[MachineVerifier] Improve G_EXTRACT_SUBVECTOR checking (#109202)
topperc f091746
[MachineVerifier] Improve checks for G_INSERT_SUBVECTOR. (#109209)
topperc dd9698b
[mlir][LLVMIR] Add more vector predication intrinsic ops (#107663)
jacquesguan 9cb91fb
[clang-format] Fix regression in BAS_AlwaysBreak for-await (#108634)
gedare 1551ff3
[flang][cuda] Add function to allocate and deallocate device module v…
clementval edb6b5b
[LLVM][TableGen] Change RegisterBankEmitter to use const RecordKeeper…
jurahul 90e4f61
[flang][cuda] Convert module allocation/deallocation to runtime calls
clementval 0bfb3c1
[ctx_prof] Fix `ProfileAnnotator::allTakenPathsExit` (#109183)
mtrofin 9e3a72b
[nfc][ctx_prof] Don't try finding callsite annotation for un-instrume…
mtrofin e99976e
[ctx_prof] Avoid `llvm::append_range` to fix some build bots
mtrofin 8afe971
[MachinePipeliner] Fix incorrect use of getPressureSets. (#109179)
topperc ecd0917
[NFC] Cleanup RegisterInfoEmitter code (#109199)
jurahul e210607
[flang][cuda][NFC] Add more descriptor inquiry tests for data transfe…
clementval 0bbbb64
[flang][cuda][NFC] Fix grammar in CanCUDASymbolHasSave function name …
clementval f5e449f
[LLVM][TableGen] Change PseudoLoweringEmitter to use const RecordKeep…
jurahul aa684a6
[LLVM][TableGen] Change InstrInfoEmitter to use const RecordKeeper (#…
jurahul 34fd892
[lldb] [debugserver] Use "full" x86_64 GPR state when available. (#10…
mrpippy a5efcb4
[ELF] --icf: don't fold a section without relocation and a section wi…
MaskRay b428bbd
[NVPTX] Set v2i16 SETCC to Expand (#108969)
frasercrmck 58bd73d
[AArch64][GlobalISel] Implement selectVaStartAAPCS (#106979)
Him188 4d83011
[AMDGPU] Promote uniform ops to I32 in DAGISel (#106383)
Pierre-vh d039104
[clang][bytecode] Use field descriptor in IntPointer::atOffset (#109238)
tbaederr 5e29e0d
[AMDGPU] Regenerate load-constant-i1 test
Pierre-vh 14c6de1
[ARM][MVE] Add vector tests for ucmp/scmp. NFC
davemgreen f931b1a
[ValueTracking] Use isSafeToSpeculativelyExecuteWithVariableReplaced(…
nikic 12e5de5
Reland "[X86][BF16] Add libcall for F80 -> BF16 (#109116)" (#109143)
phoebewang 4310466
[SCEVExpander] Fix addrec cost model (#106704)
nikic 4048fe4
[AArch64] Add patterns for 64bit vector addp
davemgreen 1ea75f6
[InitUndef] Also handle inline asm (#108951)
nikic a2bceb2
[RISCV][TTI] Add instruction cost for vp.load/store. (#109245)
ElvisWang123 b883cee
[ASan][test] Skip Linux/odr_c_test.c on SPARC (#109111)
rorth d07e9ec
[analyzer] Explicitly register NoStoreFuncVisitor from alpha.unix.cst…
Szelethus 9f014c2
[SimplifyCFG] Pass context instruction to isSafeToSpeculativelyExecut…
nikic 016b62c
[Transforms][IPO] Add func suffix in ArgumentPromotion and DeadArgume…
yonghong-song dc951a7
[AMDGPU] Add MachineVerifier check to detect illegal copies from vect…
0df26dc
[LoopVectorize] Teach LoopVectorizationLegality about more early exit…
david-arm 6240903
[LoopVectorize] Silence unused variable warning
d0k 5c30233
[lldb][FrameRecognizer] Display the first non-std frame on verbose_tr…
Michael137 c6c84b3
Fix test issue introduced by e762d4dac762a3fc27c6e251086b6645d7543bb2…
david-arm 87ce5c4
[include-cleaner] Suppress all clang warnings (#109099)
kadircet 8909e6d
[PAC][CodeGen] Do not emit trivial 'mov xN, xN' on tail call (#109100)
kovdan01 7a09fbb
[clang][bytecode] Diagnose loads from weak variables (#109256)
tbaederr 16881f1
[mlir][vector] Relax strides check for 1-element vector load/stores (…
Hardcode84 7546877
[VPlan] Rename isDefinedOutside[Vector]Regions -> [Loop] (NFC)
fhahn 4a4de4b
[InstCombine] Rename TTI member for clarity (NFC)
nikic ee01178
Revert "[Transforms][IPO] Add func suffix in ArgumentPromotion and De…
60c72b5
Fix typos in interception_win.cpp
zmodem 4aed2d2
[SystemZ] Fix codegen for _[u]128 intrinsics
uweigand 74357d6
[LLD][COFF] Process all live import symbols in MapFile's getSymbols()…
cjacek 42afbee
[gn] port c18be32185ca
nico 8794892
[clang][powerpc][wasm][systemz][x86] Replace target vector popcount i…
RKSimon 27b5223
[LLD][COFF] Process all ARM64EC import symbols in MapFile's getSymbol…
cjacek 7eda8ad
[NFC] Rename variables to conform to LLVM coding standards (#109166)
jurahul cfb79ac
[mlir][vector][nfc] Update vector load/store doc wrt unit strides. (#…
Hardcode84 2ad90fc
[flang][lowering] delay stack save/restor emission in elemental calls…
jeanPerier d33de44
Remove clang-pseudo (#109154)
AaronBallman c2a1951
[LLVM][TableGen] Change DAGISelEmitter to use const RecordKeeper (#10…
jurahul deeb477
[LLVM][TableGen] Change PrintEnums to use const RecordKeeper (#109200)
jurahul e4990f8
[LLVM][TableGen] Add error check for duplicate intrinsic names (#109226)
jurahul 7ef3492
[ValueTracking] Support assume in entry block without DT (#109264)
nikic 854d915
fix(llvm/**.py): fix comparison to True/False (#94040)
e-kwsm 1eab9ac
[RISCV] Add additional fence for amocas when required by recent ABI c…
asb 36a7d56
[SCEV] Replace redundant !Preds.empty() check with assert. (NFCI)
fhahn def587d
[AArch64] Consider histcnt smaller than i32 in the cost model (#108521)
SamTebbs33 7923fdc
[AArch64][NEON][SVE] Lower mixed sign/zero extended partial reduction…
SamTebbs33 f3a6948
[lldb/DWARF] Downgrade the "parent of variable is not CU" error (#108…
labath 59fd35d
Fix issues clang-pseudo removal issues found post-commit
AaronBallman 9e1297d
[gn] port ed8f78827895 (rm clang-pseudo)
nico 4e229c8
[llvm-exegesis] Add support for pinning benchmarking process to a CPU…
boomanaiden154 c8c3d8b
[gn build] Port 0ee10e946660
llvmgnsyncbot b368de4
[gn build] Port ed8f78827895
llvmgnsyncbot 7f06857
[libc++] Enable C++ stdatomic.h for all C++ versions (#95498)
rprichard 69ff2a0
[sanitizer][asan][msvc] Teach GetInstructionSize about many instructi…
f5fa16c
[AArch64] Fix build error from extra !
SamTebbs33 558d046
[AArch64] Extend and rewrite load zero and load undef patterns (#108185)
davemgreen f1d97ce
Revert "[llvm-exegesis] Add support for pinning benchmarking process …
boomanaiden154 6f36903
[libc++] Follow-up to "Poison Pills are Too Toxic" (#88383)
JMazurkiewicz ef7e863
[clang] Fix python comparison to None (#94014)
e-kwsm 77d7eee
[LSR] Regenerate test checks (NFC)
nikic d174ad0
[clang-tidy][NFC] add qutation mark for C++ classes in warning messag…
HerrCai0907 61610d5
[analyzer] Indicate UnarySymExpr is not supported by Z3 (#108900)
vabridgers f63c770
Target ABI: improve call parameters extensions handling (#100757)
JonPsson1 14fa1fc
[LLVM] Use {} instead of std::nullopt to initialize empty ArrayRef (#…
jayfoad 2b6228c
[compiler-rt] Fix a warning
kazutakahirata 60d5254
[SystemZ] Fix a warning
kazutakahirata 3736001
[Attributor] Report change when updating ReachesReturn (#108965)
macurtis-amd e5cfbfe
[GSYM] Avoid repeated hash lookups (NFC) (#109241)
kazutakahirata 60eb4b5
[LiveDebugValues] Avoid repeated hash lookups (NFC) (#109242)
kazutakahirata 66991c2
[SPIRV] Avoid repeated hash lookups (NFC) (#109243)
kazutakahirata e9eed42
[Transforms] Avoid repeated hash lookups (NFC) (#109244)
kazutakahirata ce16ba9
[MemProf] Refactor and clean up edge removal (#109188)
teresajohnson 574183d
[lldb] Only send "posix" error codes through the gdb-remote protocol
labath fa526d0
[lldb] Change the implementation of Status to store an llvm::Error (N…
adrian-prantl 5aa91b2
[SandboxIR] Implement NoCFIValue (#109046)
vporpo 8dfa408
[ASAN] Do not consider alignment during object size calculations (#10…
pskrgag 72feb39
[mlir][Vector] Verify that masked ops implement MaskableOpInterface (…
dcaballe cd2c4b3
[LLVM][TableGen] Speed up sorting of intrinsics (#109230)
jurahul 0292f95
[HLSL][NFC] Update resource attribute tests (#108919)
hekota 6c9fab0
[sanitizers] convert some errant CRLF line endings to LF (#108454)
barcharcraz 018de7e
[clang-scan-deps] Don't inspect Args[0] as an option (#109050)
mstorsjo fea5e92
[libc] Add printf strerror conversion (%m) (#105891)
michaelrj-google 0bcad4d
[LV] Update tests to avoid loop invariant instructions.
fhahn b995e41
[X86] Implement certain 16-bit vector shifts via 32-bit shifts
majnemer c918d04
[clang-tidy][readability-container-contains] Use hasOperands when pos…
nicovank 641efe8
[Coroutines] Refactor CoroShape::buildFrom for future use by ABI obje…
TylerNowicki d354147
[AArch64] Initial sched model for Neoverse N3 (#106371)
FLZ101 2b4dcef
[RISCV] Fix crash reported in https://github.com/llvm/llvm-project/is…
preames e331072
[SystemZ][z/OS] Propagate IsText parameter to open text files as text…
abhina-sree c9bee0c
[libc][AMDGPU] Disable %m in RPC server (#109317)
michaelrj-google 28add3b
[EarlyCSE] Add tests showing loss of alignment info for ptr loads.
fhahn 063ccb8
[GlobalIsel] Cleanup G_EXTRACT_VECTOR_ELT combines (#109047)
tschuett ea56284
[Driver] Add toolchain for X86_64 UEFI target (#76838)
Prabhuk b33c79a
[mlir][linalg] Vectorisation of tensor.extract - dynamic shapes (#100…
banach-space 98e2e6f
[gn build] Port d1335fb86466
llvmgnsyncbot 1b1d944
[VPlan] Only consider recipes in loop region in planContainsSimp. (NFCI)
fhahn 80649a8
[SystemZ][z/OS] Propagate IsText flag continuation
abhina-sree d6082d4
[demangle] Represent a char array initializer as a string literal. (#…
zygoloid cf47ce0
[TableGen] Add explicit symbol visibility macros to code generated (#…
fsfod 8d199f7
[flang][cuf][NFC] Clean up unused header and library (#109326)
clementval 8bde36a
[clang] Tidy uses of raw_string_ostream (NFC)
JOE1994 890d047
[Coroutines] Fix a warning
kazutakahirata 5e45767
[mlir][vector][xegpu] Vector to XeGPU conversion pass (#107419)
adam-smnk 921f422
[clang][OpenMP] Add codegen for scope directive (#109197)
ddpagan cc7cdc4
[mlir][vector][nfc] Clean-up VectorOps.{h|cpp} (#109316)
banach-space d909c4b
[lldb/Interpreter] Add requirements to Scripted Interface abstract me…
medismailben 74d3338
[scudo] Remove unused field in BatchGroup (#109322)
ChiaHungDuan 5563ae3
Add missing deps edge: CodeGenAction.cpp.o -> GenVT.inc (#109306)
etcwilde e4bfea0
New Test case to check for changing variable value.
tmsri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did the order change here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In here,
MBBSectionRanges is used to populate DW_AT_ranges. MBBSectionRanges is a MapVector with deterministic order and I just changed that order to have the entry block's section as the first section in AsmPrinter.cpp.