summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer types] Pass value type to LoadInst creation.James Y Knight2019-02-011-1/+1
* [opaque pointer types] Pass function types to InvokeInst creation.James Y Knight2019-02-011-1/+2
* Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner2019-01-242-6/+2
* [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner2019-01-242-2/+6
* Reapply "IR: Add fp operations to atomicrmw"Matt Arsenault2019-01-222-0/+4
* Revert r351778: IR: Add fp operations to atomicrmwChandler Carruth2019-01-222-4/+0
* IR: Add fp operations to atomicrmwMatt Arsenault2019-01-222-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1915-60/+45
* Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson2019-01-172-109/+5
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-01-172-5/+109
* [LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson2019-01-112-7/+83
* [opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight2019-01-101-6/+6
* [ThinLTO] Compute synthetic function entry countEaswaran Raman2018-12-132-11/+26
* [ModuleSummary] use StringRefs to avoid a redundant copy; NFCGeorge Burgess IV2018-12-071-1/+1
* [DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson2018-11-282-27/+46
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-191-4/+4
* Use llvm::copy. NFCFangrui Song2018-11-171-1/+1
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-162-10/+63
* Remove unused getMDNodeFwdRefOrNull interfaces (NFC)Teresa Johnson2018-11-142-13/+3
* [ThinLTO] Fix a crash in lazy loading of MetadataTeresa Johnson2018-11-141-2/+4
* DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...David Blaikie2018-11-131-1/+2
* [IR] Add a dedicated FNeg IR InstructionCameron McInally2018-11-132-1/+98
* Revert "[ThinLTO] Internalize readonly globals"Steven Wu2018-11-132-63/+10
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-102-10/+63
* [ThinLTO] Split NotEligibleToImport into legality and inlinability flagsTeresa Johnson2018-11-062-0/+2
* Revert "[ThinLTO] Fix a crash in lazy loading of Metadata"Teresa Johnson2018-10-231-4/+2
* [ThinLTO] Fix a crash in lazy loading of MetadataTeresa Johnson2018-10-231-2/+4
* Emit template type and value parameter DIEs for template variables.Matthew Voss2018-10-032-6/+20
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-272-3/+3
* [ThinLTO] Efficiency fix for writing type id records in per-module indexesTeresa Johnson2018-09-251-6/+7
* Ensure that variant part discriminator is read by MetadataLoaderJonas Devlieghere2018-09-211-1/+1
* [Bitcode] Address backwards compat bug in r342631Vedant Kumar2018-09-201-2/+2
* [IR] Add a boolean field in DILocation to know if a line must covered or notCalixte Denizet2018-09-203-3/+9
* [ThinLTO] Write TYPE_IDs for types used in functions imported by aliasesVitaly Buka2018-09-191-0/+3
* [ThinLTO] Extract getReferencedTypeIds from [NFC]Vitaly Buka2018-09-191-12/+33
* [x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth2018-09-042-0/+6
* [IR] Replace `isa<TerminatorInst>` with `isTerminator()`.Chandler Carruth2018-08-261-1/+1
* Allow creating llvm::Function in non-zero address spacesAlexander Richardson2018-08-232-4/+10
* DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie2018-08-162-2/+2
* [DebugInfoMetadata] Added DIFlags interface in DIBasicType.Adrian Prantl2018-08-142-2/+6
* [NFC] Fix typoXin Tong2018-08-061-1/+1
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [ThinLTO] Only emit referenced type id records in index filesTeresa Johnson2018-07-191-5/+19
* [BitcodeReader] Infer the correct runtime preemption for GlobalValueSteven Wu2018-07-091-0/+11
* [ThinLTO] Parse module summary index from assemblyTeresa Johnson2018-06-261-2/+2
* [ThinLTO] Add string saver onto index for value namesTeresa Johnson2018-06-261-3/+6
* [ThinLTO] Add per-module indexes to combined index consistentlyTeresa Johnson2018-06-261-7/+15
* [ThinLTO] Compute GUID directly from GV when building per-module indexTeresa Johnson2018-06-261-2/+2
* [ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)Teresa Johnson2018-06-061-2/+1
* [Debugify] Don't apply DI before the bitcode writer passVedant Kumar2018-06-041-0/+4
OpenPOWER on IntegriCloud