- cd21a64 [ThinLTO] Perform profile-guided indirect call promotion by Teresa Johnson · 9 years ago
- 84c9f99 Add writeonly IR attribute by Nicolai Haehnle · 9 years ago
- b5af11d [codeview] Add DISubprogram::ThisAdjustment by Reid Kleckner · 9 years ago
- b19924a BitcodeWriter: Remove redundant (and incorrect) check for whether to emit module summary. by Peter Collingbourne · 9 years ago
- 2152189 IR: Allow metadata attachments on declarations, and fix lazy loaded metadata issue with globals. by Peter Collingbourne · 9 years ago
- 96efdd6 IR: Introduce local_unnamed_addr attribute. by Peter Collingbourne · 9 years ago
- de3d8b5 [DebugInfo] Add calling convention support for DWARF and CodeView by Reid Kleckner · 9 years ago
- cceae7f Add support for metadata attachments for global variables. by Peter Collingbourne · 9 years ago
- fdbb8f4 Avoid temporary vector for sorting in BitcodeWriter by Mehdi Amini · 9 years ago
- 367577a ThinLTO: fix non-determinism in bitcode writing by Mehdi Amini · 9 years ago
- fe97408 Revert "ThinLTO: fix non-determinism in bitcode writing" by Mehdi Amini · 9 years ago
- f606c8d ThinLTO: fix another non-determinism in bitcode writing by Mehdi Amini · 9 years ago
- 564c49a ThinLTO: fix non-determinism in bitcode writing by Mehdi Amini · 9 years ago
- 7c9ceb5 ThinLTO: fix non-determinism in bitcode writing by Mehdi Amini · 9 years ago
- a65b610 Move helper classes into anonymous namespaces. NFC. by Benjamin Kramer · 9 years ago
- e518c80 [ThinLTO] Fix Windows debug failure in new iterator by Teresa Johnson · 9 years ago
- 84174c3 Restore "[ThinLTO] Emit individual index files for distributed backends" by Teresa Johnson · 9 years ago
- 85338cb Implement a safer bitcode upgrade for DISubprogram. by Adrian Prantl · 9 years ago
- 832e7fa BitcodeWriter: Simplify. NFC. by Peter Collingbourne · 9 years ago
- 1df2338 Revert "[ThinLTO] Emit individual index files for distributed backends" by Vitaly Buka · 9 years ago
- 9254ebe [ThinLTO] Emit individual index files for distributed backends by Teresa Johnson · 9 years ago
- 41beee6 Clean up to avoid compiler warnings for casting away const qualifiers. by Sjoerd Meijer · 9 years ago
- 02e9833 [ThinLTO] Use valueid instead of bitcode offsets in combined index file by Teresa Johnson · 9 years ago
- 28e457b [ThinLTO] Remove GlobalValueInfo class from index by Teresa Johnson · 9 years ago
- c79c2be Silence two C4806 warnings ('|': unsafe operation: no value of type 'bool' promoted to type 'const unsigned int' can equal the given constant). The fact that they trigger with this code seems like it may be a bug, but the warning itself is still generally useful enough to retain it for now. by Aaron Ballman · 9 years ago
- ca2c54e Add "hasSection" flag in the Summary by Mehdi Amini · 9 years ago
- c3ed48c Reorganize GlobalValueSummary with a "Flags" bitfield. by Mehdi Amini · 9 years ago
- 8fe6936 Add a version field in the bitcode for the summary by Mehdi Amini · 9 years ago
- ae64eaf Store and emit original name in combined index by Mehdi Amini · 9 years ago
- a59d3e5 DebugInfo: Remove MDString-based type references by Duncan P. N. Exon Smith · 9 years ago
- c814e0c Address comments. by Teresa Johnson · 9 years ago
- 37687f3 Refactor bitcode writer into classes (NFC) by Teresa Johnson · 9 years ago
- b35cc69 [ThinLTO] Prevent importing of "llvm.used" values by Teresa Johnson · 9 years ago
- b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
- 2d28f7a ThinLTO: Make aliases explicit in the summary by Mehdi Amini · 10 years ago
- 75819ae [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. by Adrian Prantl · 10 years ago
- b5b2893 Revert "Make aliases explicit in the summary" by Mehdi Amini · 10 years ago
- ce744a9 Make aliases explicit in the summary by Mehdi Amini · 10 years ago
- 278199f Add the allocsize attribute to LLVM. by George Burgess IV · 10 years ago
- 2d5487c [ThinLTO] Move summary computation from BitcodeWriter to new pass by Teresa Johnson · 10 years ago
- 4a9a181 Rename parameter I to Index for WriteCombinedGlobalValueSummary() (NFC) by Mehdi Amini · 10 years ago
- a1feff7 [GCC] Attribute ifunc support in llvm by Dmitry Polukhin · 10 years ago
- 800f87a NFC: make AtomicOrdering an enum class by JF Bastien · 10 years ago
- 1de3c7e IR: Introduce ConstantAggregate, NFC by Duncan P. N. Exon Smith · 10 years ago
- 8958c40 Rename FunctionIndex into GlobalValueIndex to reflect the recent changes (NFC) by Mehdi Amini · 10 years ago
- 520f854 Bitcode: Try to emit metadata in function blocks by Duncan P. N. Exon Smith · 10 years ago
- 9342911 BitcodeWriter: Further unify function metadata, NFC by Duncan P. N. Exon Smith · 10 years ago
- 1e5fddd Reverts r265219. by Mehdi Amini · 10 years ago
- 5921a3a wip by Mehdi Amini · 10 years ago
- ad5741b Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC) by Mehdi Amini · 10 years ago
- 9bfd0d0 Swift Calling Convention: add swifterror attribute. by Manman Ren · 10 years ago
- d7ad221 Add a module Hash in the bitcode and the combined index, implementing a kind of "build-id" by Mehdi Amini · 10 years ago
- 85fb9e0 Revert "Add support for computing SHA1 in LLVM" by Mehdi Amini · 10 years ago
- 4c2ed33 Add a module Hash in the bitcode and the combined index, implementing a kind of "build-id" by Mehdi Amini · 10 years ago
- f46262e Swift Calling Convention: add swiftself attribute. by Manman Ren · 10 years ago
- b42fa2e BitcodeWriter: Reuse writeMetadataRecords, NFC by Duncan P. N. Exon Smith · 10 years ago
- cffd8cb BitcodeWriter: Rename some functions for consistency, NFC by Duncan P. N. Exon Smith · 10 years ago
- 80d153f BitcodeWriter: Split out writeMetadataRecords, NFC by Duncan P. N. Exon Smith · 10 years ago
- 5465f0a BitcodeWriter: Restructure WriteFunctionLocalMetadata, NFC by Duncan P. N. Exon Smith · 10 years ago
- 2766e4d BitcodeWriter: Simplify tracking of function-local metadata, NFC by Duncan P. N. Exon Smith · 10 years ago
- 6565a0d Reapply ~"Bitcode: Collect all MDString records into a single blob" by Duncan P. N. Exon Smith · 10 years ago
- 385cf28 Rename ModuleSummaryIndex::modPathStringEntries() into modulePaths() by Mehdi Amini · 10 years ago
- aae2610 [ThinLTO] Rename edges() to calls() for clarity (NFC) by Teresa Johnson · 10 years ago
- fc81100 Revert "Bitcode: Collect all MDString records into a single blob" by Duncan P. N. Exon Smith · 10 years ago
- fdbf0a5 Bitcode: Collect all MDString records into a single blob by Duncan P. N. Exon Smith · 10 years ago
- 68f5624 Bitcode: Stop using MODULE_CODE_METADATA_VALUES by Duncan P. N. Exon Smith · 10 years ago
- a5e25a5 BitcodeWriter: Move abbreviation for GenericDINode; almost NFC by Duncan P. N. Exon Smith · 10 years ago
- 625fda2 BitcodeWriter: Move abbreviation for DILocation; almost NFC by Duncan P. N. Exon Smith · 10 years ago
- f8ecdf5 BitcodeWriter: Split out named metadata; almost NFC by Duncan P. N. Exon Smith · 10 years ago
- 0b7243e Bitcode: Module* -> Module&, NFC by Duncan P. N. Exon Smith · 10 years ago
- 12b79aa Add getBlockProfileCount method to BlockFrequencyInfo by Easwaran Raman · 10 years ago
- 1396809 [ThinLTO] Record all global variable defs in the summary by Teresa Johnson · 10 years ago
- 2794f71 BitcodeWriter dyn_cast cleanup for r263275 (NFC) by Teresa Johnson · 10 years ago
- 26ab577 [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 10 years ago
- cec0cae Revert "[ThinLTO] Renaming of function index to module summary index (NFC)" by Teresa Johnson · 10 years ago
- 892920b [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 10 years ago
- 90a021f [Bitcode] Make writeComdats less strange by David Majnemer · 10 years ago
- 76a1c1d [ThinLTO] Support for reference graph in per-module and combined summary. by Teresa Johnson · 10 years ago
- 83efea8 Bitcode writer: fix a typo, using getName() instead of getSourceFileName() by Mehdi Amini · 10 years ago
- e1164de Restore "[ThinLTO] Use MD5 hash in function index." with fix by Teresa Johnson · 10 years ago
- 89f38fb Revert "[ThinLTO] Use MD5 hash in function index." due to bot failure by Teresa Johnson · 10 years ago
- 0919a84 [ThinLTO] Use MD5 hash in function index. by Teresa Johnson · 10 years ago
- 79d4e2f Fix VST_CODE_* bitcode id comments (NFC) by Teresa Johnson · 10 years ago
- 5e22e44 [ThinLTO] Include linkage type in function summary by Teresa Johnson · 10 years ago
- 2d9da4dc [ThinLTO] Ensure function summary output order is stable by Teresa Johnson · 10 years ago
- 4f472a88 [llvm-bcanalyzer] Dump bitcode wrapper header by Akira Hatanaka · 10 years ago
- 1235d28 [Bitcode] Insert the darwin wrapper at the beginning of a file when the by Akira Hatanaka · 10 years ago
- b541a34 NFC Test Commit whitespace change in a comment by Chris Ray · 10 years ago
- a43eacb Bitcode: Fix reading and writing of ConstantDataVectors of halfs by Justin Bogner · 10 years ago
- fb3f490 Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes by Vaivaswatha Nagaraj · 10 years ago
- fa54ace add fast-math-flags to 'call' instructions (PR21290) by Sanjay Patel · 10 years ago
- bbfc721 [IR] Remove terminatepad by David Majnemer · 10 years ago
- 8a1c45d [IR] Reformulate LLVM's EH funclet IR by David Majnemer · 10 years ago
- a9bcf16 Macro debug info support in LLVM IR by Amjad Aboud · 10 years ago
- d4d3dfd [ThinLTO] Add MODULE_CODE_METADATA_VALUES record by Teresa Johnson · 10 years ago
- 1254507 Use a different block id for block of metadata kind records by Teresa Johnson · 10 years ago
- 225d65f use range-based for loop; NFCI by Sanjay Patel · 10 years ago
- b9ca6dc [OperandBundles] Identify operand bundles with both their names and IDs by Sanjoy Das · 10 years ago
- 97cb397 [Bitcode] Add enums for call instruction markers and flags. NFC. by Akira Hatanaka · 10 years ago
- 54c3ca6 [OperandBundles] Rename accessor, NFC by Sanjoy Das · 10 years ago