summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build warning on 32-bit targets where sizeof(size_t) < sizeof(long long).Evgeniy Stepanov2017-06-161-2/+4
* [cfi] CFI-ICall for ThinLTO.Evgeniy Stepanov2017-06-162-12/+50
* Apply summary-based dead stripping to regular LTO modules with summaries.Peter Collingbourne2017-06-151-13/+20
* IR: Tweak the API around adding modules to the summary index.Peter Collingbourne2017-06-141-15/+15
* Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn2017-06-142-32/+93
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne2017-06-121-0/+10
* Write summaries for merged modules when splitting modules for ThinLTO.Peter Collingbourne2017-06-081-1/+9
* Bitcode: Introduce a BitcodeFileContents data type. NFCI.Peter Collingbourne2017-06-081-7/+15
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-062-3/+3
* BitcodeWriter: Removing unnecessary std::function in favor of templateDavid Blaikie2017-06-021-1/+2
* Tidy up a bit of r304516, use SmallVector::assign rather than for loopDavid Blaikie2017-06-021-30/+16
* [ThinLTO] Efficiency improvement when writing module path string tableTeresa Johnson2017-06-021-42/+60
* (NFC) Track global summary liveness in GVFlags.Evgeniy Stepanov2017-06-012-4/+4
* [ThinLTO] Reduce unnecessary map lookups during combined summary writeTeresa Johnson2017-05-311-28/+28
* Bitcode: Remove some dead code. Spotted by Teresa.Peter Collingbourne2017-05-261-23/+1
* [IR] Switch AttributeList to use an array for O(1) accessReid Kleckner2017-05-232-6/+11
* [IR] De-virtualize ~Value to save a vptrReid Kleckner2017-05-182-4/+4
* [MetadataLoader] Remove unused Vector. NFCI.Davide Italiano2017-05-161-1/+1
* Remove ignore-empty-index-file optionTeresa Johnson2017-05-121-8/+2
* [IR] Allow attributes with global variablesJaved Absar2017-05-113-5/+17
* Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...Peter Collingbourne2017-05-042-48/+51
OpenPOWER on IntegriCloud