summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
...
* bitcode support change for fast flags compatibilitySteven Wu2018-02-192-15/+17
* [ThinLTO] Allow indexing to request backend to ignore the moduleVitaly Buka2018-02-162-5/+11
* [ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_SUMMARY_BLOCKVitaly Buka2018-02-142-0/+108
* Pass a reference to a module to the bitcode writer.Rafael Espindola2018-02-143-21/+20
* [DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder2018-02-122-5/+19
* Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-122-3/+4
* Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov2018-02-072-4/+3
* [DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov2018-02-072-3/+4
* [ThinLTO] Serialize WithGlobalValueDeadStripping index flag for distributed b...Teresa Johnson2018-02-072-0/+15
* Add DWARF for discriminated unionsAdrian Prantl2018-02-062-2/+6
* Re-land "[ThinLTO] Add call edges' relative block frequency to per-module sum...Easwaran Raman2018-01-252-16/+38
* Revert "[ThinLTO] Add call edges' relative block frequency to per-module summ...Easwaran Raman2018-01-242-36/+15
* [ThinLTO] Add call edges' relative block frequency to per-module summary.Easwaran Raman2018-01-242-15/+36
* [Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen2018-01-242-9/+21
* [ThinLTO] Re-commit of dot dumper after test fixEugene Leviant2018-01-221-3/+8
* Temporarily revert r323062 to investigate buildbot failuresEugene Leviant2018-01-211-8/+3
* [ThinLTO] Implement summary visualizerEugene Leviant2018-01-211-3/+8
* [NFC] fix trivial typos in commentsHiroshi Inoue2018-01-171-1/+1
* Allow dso_local on ifunc.Rafael Espindola2018-01-122-9/+13
* Add hasProfileData() to check if a function has profile data. NFC.Easwaran Raman2017-12-221-1/+1
* [ThinLTO] Enable importing of aliases as copy of aliaseeTeresa Johnson2017-12-162-7/+19
* Remove redundant includes from lib/Bitcode.Michael Zolotukhin2017-12-132-5/+0
* Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov2017-12-092-0/+5
* [WebAssembly] Explicily disable comdat support for wasm outputSam Clegg2017-11-141-3/+3
* [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel2017-11-062-4/+8
* [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile2017-11-042-1/+5
* Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."Sean Fertile2017-11-042-5/+1
* [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile2017-11-032-1/+5
* Modularize: Include some required headersDavid Blaikie2017-11-031-0/+2
* Represent runtime preemption in the IR.Sean Fertile2017-10-262-8/+36
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* Bitcode: add an auto-upgrade for LTO section nameSaleem Abdulrasool2017-10-061-1/+1
* [llvm] Fix some typos. NFC.Mandeep Singh Grang2017-09-151-1/+1
* [ThinLTO] AliasSummary should not have any referencesTeresa Johnson2017-09-131-3/+2
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-122-2/+4
* [Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-09-076-126/+227
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-301-9/+13
* Move helper classes into anonymous namespaces.Benjamin Kramer2017-08-201-0/+2
* Add more commentXinliang David Li2017-08-161-1/+9
* [PGO] Fix ThinLTO crash Xinliang David Li2017-08-161-0/+6
* Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor2017-08-142-0/+5
* [ThinLTO] Add FunctionAttrs to ThinLTO indexCharles Saternos2017-08-042-16/+57
* ThinLTO Minimized Bitcode File Size ReductionHaojie Wang2017-07-211-65/+236
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-192-3/+6
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-112-36/+99
* Bitcode: Include any strings added to the string table in the module hash.Peter Collingbourne2017-07-061-6/+15
* Add missing library dependency.Peter Collingbourne2017-06-281-1/+1
* Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.Peter Collingbourne2017-06-271-4/+28
* Bitcode: Write the irsymtab to disk.Peter Collingbourne2017-06-271-0/+44
OpenPOWER on IntegriCloud