Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
Bitcode
5a7056f
[ThinLTO] Compute synthetic function entry count
by Easwaran Raman
· 7 years ago
a0082af
[ModuleSummary] use StringRefs to avoid a redundant copy; NFC
by George Burgess IV
· 7 years ago
adcdc1b
[DebugInfo] IR/Bitcode changes for DISubprogram flags.
by Paul Robinson
· 7 years ago
cda5421
[DebugInfo] DISubprogram flags get their own flags word. NFC.
by Paul Robinson
· 7 years ago
7570932
Use llvm::copy. NFC
by Fangrui Song
· 7 years ago
bf46e74
[ThinLTO] Internalize readonly globals
by Eugene Leviant
· 7 years ago
f3d2453d
Remove unused getMDNodeFwdRefOrNull interfaces (NFC)
by Teresa Johnson
· 7 years ago
f61a563
[ThinLTO] Fix a crash in lazy loading of Metadata
by Teresa Johnson
· 7 years ago
bb27911
DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address specifiers
by David Blaikie
· 7 years ago
cbde0d9
[IR] Add a dedicated FNeg IR Instruction
by Cameron McInally
· 7 years ago
fa43892
Revert "[ThinLTO] Internalize readonly globals"
by Steven Wu
· 7 years ago
be8d199
[ThinLTO] Internalize readonly globals
by Eugene Leviant
· 7 years ago
cb39746
[ThinLTO] Split NotEligibleToImport into legality and inlinability flags
by Teresa Johnson
· 7 years ago
7c6344a
Revert "[ThinLTO] Fix a crash in lazy loading of Metadata"
by Teresa Johnson
· 7 years ago
3513dc2
[ThinLTO] Fix a crash in lazy loading of Metadata
by Teresa Johnson
· 7 years ago
f8ab35a
Emit template type and value parameter DIEs for template variables.
by Matthew Voss
· 7 years ago
0cac726
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
by Fangrui Song
· 7 years ago
7fb39df
[ThinLTO] Efficiency fix for writing type id records in per-module indexes
by Teresa Johnson
· 7 years ago
a0c9cb1
Ensure that variant part discriminator is read by MetadataLoader
by Jonas Devlieghere
· 7 years ago
386ad01
[Bitcode] Address backwards compat bug in r342631
by Vedant Kumar
· 7 years ago
eb7f602
[IR] Add a boolean field in DILocation to know if a line must covered or not
by Calixte Denizet
· 7 years ago
84d912b
[ThinLTO] Write TYPE_IDs for types used in functions imported by aliases
by Vitaly Buka
· 7 years ago
7e880a4
[ThinLTO] Extract getReferencedTypeIds from [NFC]
by Vitaly Buka
· 7 years ago
664aa86
[x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative
by Chandler Carruth
· 7 years ago
9ae926b
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
by Chandler Carruth
· 7 years ago
6bcf2ba
Allow creating llvm::Function in non-zero address spaces
by Alexander Richardson
· 7 years ago
66cf14d
DebugInfo: Add metadata support for disabling DWARF pub sections
by David Blaikie
· 7 years ago
55f4262
[DebugInfoMetadata] Added DIFlags interface in DIBasicType.
by Adrian Prantl
· 7 years ago
77931ca
[NFC] Fix typo
by Xin Tong
· 7 years ago
f78650a
Remove trailing space
by Fangrui Song
· 7 years ago
0c432b1
[ThinLTO] Only emit referenced type id records in index files
by Teresa Johnson
· 7 years ago
e1f7c5f
[BitcodeReader] Infer the correct runtime preemption for GlobalValue
by Steven Wu
· 7 years ago
63ee0e7
[ThinLTO] Parse module summary index from assembly
by Teresa Johnson
· 7 years ago
5190553
[ThinLTO] Add string saver onto index for value names
by Teresa Johnson
· 7 years ago
9766fd6
[ThinLTO] Add per-module indexes to combined index consistently
by Teresa Johnson
· 7 years ago
7bea1aa
[ThinLTO] Compute GUID directly from GV when building per-module index
by Teresa Johnson
· 7 years ago
4ffc3e7
[ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)
by Teresa Johnson
· 7 years ago
adbd27a
[Debugify] Don't apply DI before the bitcode writer pass
by Vedant Kumar
· 7 years ago
e0b5f86
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
by Vedant Kumar
· 7 years ago
2c86455
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
by Shiva Chen
· 7 years ago
5f8f34e4
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
432a388
IWYU for llvm-config.h in llvm, additions.
by Nico Weber
· 7 years ago
1c3a078
[IR] Upgrade comment token in objc retain release marker for asm call
by Gerolf Hoflehner
· 7 years ago
176c3ef
[Bitcode] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
f41aa4f
[IR] Upgrade comment token in objc retain release marker
by Gerolf Hoflehner
· 7 years ago
d17f61e
Add the ShadowCallStack attribute
by Vlad Tsyrklevich
· 7 years ago
db83ace
[ThinLTO] Add an option to force summary call edges cold for debugging
by Teresa Johnson
· 7 years ago
236cdaf
[SimplifyCFG] Create attribute for fuzzing-specific optimizations.
by Matt Morehouse
· 8 years ago
fdd72fd
[X86] Added support for nocf_check attribute for indirect Branch Tracking
by Oren Ben Simhon
· 8 years ago
16c7bda
[DebugInfo] Support DWARF v5 source code embedding extension
by Scott Linder
· 8 years ago
545d34a
bitcode support change for fast flags compatibility
by Steven Wu
· 8 years ago
769134d
[ThinLTO] Allow indexing to request backend to ignore the module
by Vitaly Buka
· 8 years ago
44396fa
[ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_SUMMARY_BLOCK
by Vitaly Buka
· 8 years ago
6a86e25
Pass a reference to a module to the bitcode writer.
by Rafael Espindola
· 8 years ago
7160384
[DebugInfo] Unify ChecksumKind and Checksum value in DIFile
by Scott Linder
· 8 years ago
08dc66e
Re-commit r324489: [DebugInfo] Improvements to representation of enumeration types (PR36168)
by Momchil Velikov
· 8 years ago
74906a4
Revert "[DebugInfo] Improvements to representation of enumeration types (PR36168)"
by Momchil Velikov
· 8 years ago
c502027
[DebugInfo] Improvements to representation of enumeration types (PR36168)
by Momchil Velikov
· 8 years ago
f368101
[ThinLTO] Serialize WithGlobalValueDeadStripping index flag for distributed backends
by Teresa Johnson
· 8 years ago
8c59921
Add DWARF for discriminated unions
by Adrian Prantl
· 8 years ago
c73cec8
Re-land "[ThinLTO] Add call edges' relative block frequency to per-module summary."
by Easwaran Raman
· 8 years ago
bf38dee
Revert "[ThinLTO] Add call edges' relative block frequency to per-module summary."
by Easwaran Raman
· 8 years ago
5f7aff9
[ThinLTO] Add call edges' relative block frequency to per-module summary.
by Easwaran Raman
· 8 years ago
fdf4091
[Metadata] Extend 'count' field of DISubrange to take a metadata node
by Sander de Smalen
· 8 years ago
28d8a49
[ThinLTO] Re-commit of dot dumper after test fix
by Eugene Leviant
· 8 years ago
72b9bdb
Temporarily revert r323062 to investigate buildbot failures
by Eugene Leviant
· 8 years ago
453c976
[ThinLTO] Implement summary visualizer
by Eugene Leviant
· 8 years ago
8f976ba
[NFC] fix trivial typos in comments
by Hiroshi Inoue
· 8 years ago
3b9843f
Allow dso_local on ifunc.
by Rafael Espindola
· 8 years ago
a17f220
Add hasProfileData() to check if a function has profile data. NFC.
by Easwaran Raman
· 8 years ago
81bbf74
[ThinLTO] Enable importing of aliases as copy of aliasee
by Teresa Johnson
· 8 years ago
bda7dd5
Remove redundant includes from lib/Bitcode.
by Michael Zolotukhin
· 8 years ago
c667c1f
Hardware-assisted AddressSanitizer (llvm part).
by Evgeniy Stepanov
· 8 years ago
9996607
[WebAssembly] Explicily disable comdat support for wasm output
by Sam Clegg
· 8 years ago
629c411
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fast-math-flag
by Sanjay Patel
· 8 years ago
4595a91
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
by Sean Fertile
· 8 years ago
39770ca
Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."
by Sean Fertile
· 8 years ago
36528c2
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
by Sean Fertile
· 8 years ago
526f30b
Modularize: Include some required headers
by David Blaikie
· 8 years ago
c70d28b
Represent runtime preemption in the IR.
by Sean Fertile
· 8 years ago
615eb47
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
by Aaron Ballman
· 8 years ago
3e0199f
[dump] Remove NDEBUG from test to enable dump methods [NFC]
by Don Hinton
· 8 years ago
46a59fd
Bitcode: add an auto-upgrade for LTO section name
by Saleem Abdulrasool
· 8 years ago
1be19e6
[llvm] Fix some typos. NFC.
by Mandeep Singh Grang
· 8 years ago
cbdc5ff
[ThinLTO] AliasSummary should not have any references
by Teresa Johnson
· 8 years ago
b52e236
IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.
by Peter Collingbourne
· 8 years ago
975293f
[Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
0578221
Canonicalize the representation of empty an expression in DIGlobalVariableExpression
by Adrian Prantl
· 8 years ago
49a49fe
Move helper classes into anonymous namespaces.
by Benjamin Kramer
· 8 years ago
5a57b84
Add more comment
by Xinliang David Li
· 8 years ago
71ecaa1
[PGO] Fix ThinLTO crash
by Xinliang David Li
· 8 years ago
53a5fbb
Add strictfp attribute to prevent unwanted optimizations of libm calls
by Andrew Kaylor
· 8 years ago
75da10d
[ThinLTO] Add FunctionAttrs to ThinLTO index
by Charles Saternos
· 8 years ago
1dec57d
ThinLTO Minimized Bitcode File Size Reduction
by Haojie Wang
· 8 years ago
d63bfd2
Debug Info: Add a file: field to DIImportedEntity.
by Adrian Prantl
· 8 years ago
bb80d3e
Enhance synchscope representation
by Konstantin Zhuravlyov
· 8 years ago
c855615
Bitcode: Include any strings added to the string table in the module hash.
by Peter Collingbourne
· 8 years ago
2d67e37
Add missing library dependency.
by Peter Collingbourne
· 8 years ago
99b98c2
Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.
by Peter Collingbourne
· 8 years ago
92648c2
Bitcode: Write the irsymtab to disk.
by Peter Collingbourne
· 8 years ago
Next »