Logo
Explore Help
Sign In
shylie/llvm-project
1
0
Fork 0
You've already forked llvm-project
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
llvm-project/llvm/lib/XRay
History
Kazu Hirata 26ec66dc18
[llvm] Use a new constructor of ArrayRef (NFC) (#146008)
ArrayRef now has a new constructor that takes a parameter whose type
has data() and size().  This patch migrates:

  ArrayRef<T>(X.data(), X.size()

to:

  ArrayRef<T>(X)
2025-06-26 23:38:12 -07:00
..
BlockIndexer.cpp
…
BlockPrinter.cpp
…
BlockVerifier.cpp
…
CMakeLists.txt
…
FDRRecordProducer.cpp
…
FDRRecords.cpp
…
FDRTraceExpander.cpp
…
FDRTraceWriter.cpp
[llvm] Use a new constructor of ArrayRef (NFC) (#146008)
2025-06-26 23:38:12 -07:00
FileHeaderReader.cpp
…
InstrumentationMap.cpp
[llvm] Remove unused includes (NFC) (#142733)
2025-06-04 12:30:52 -07:00
LogBuilderConsumer.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
Profile.cpp
[llvm] Remove unused includes (NFC) (#142733)
2025-06-04 12:30:52 -07:00
RecordInitializer.cpp
Switch LLVM to use 64-bit offsets (2/5)
2019-08-06 10:49:40 +00:00
RecordPrinter.cpp
…
Trace.cpp
…
Powered by Gitea Version: 1.23.1 Page: 1120ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API