OSDN Git Service

[AArch64] Prefer "mov" over "orr" to materialize constants.
[android-x86/external-llvm.git] / lib / Bitcode /
2019-03-19 Petar Jovanovic[DebugInfoMetadata] Move main subprogram DIFlag into...
2019-03-15 Teresa Johnson[ThinLTO] Restructure AliasSummary to contain ValueInfo...
2019-03-12 Matt ArsenaultIR: Add immarg attribute
2019-02-08 Craig TopperImplementation of asm-goto support in LLVM
2019-02-01 James Y Knight[opaque pointer types] Pass value type to GetElementPtr...
2019-02-01 James Y Knight[opaque pointer types] Pass value type to LoadInst...
2019-02-01 James Y Knight[opaque pointer types] Pass function types to InvokeIns...
2019-01-24 Julian LettnerRevert "[Sanitizers] UBSan unreachable incompatible...
2019-01-24 Julian Lettner[Sanitizers] UBSan unreachable incompatible with ASan...
2019-01-22 Matt ArsenaultReapply "IR: Add fp operations to atomicrmw"
2019-01-22 Chandler CarruthRevert r351778: IR: Add fp operations to atomicrmw
2019-01-22 Matt ArsenaultIR: Add fp operations to atomicrmw
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-17 Teresa JohnsonRevert "[ThinLTO] Add summary entries for index-based...
2019-01-17 Teresa Johnson[ThinLTO] Add summary entries for index-based WPD
2019-01-11 Teresa Johnson[LTO] Record whether LTOUnit splitting is enabled in...
2019-01-10 James Y Knight[opaque pointer types] Remove some calls to generic...
2018-12-13 Easwaran Raman[ThinLTO] Compute synthetic function entry count
2018-12-07 George Burgess IV[ModuleSummary] use StringRefs to avoid a redundant...
2018-11-28 Paul Robinson[DebugInfo] IR/Bitcode changes for DISubprogram flags.
2018-11-19 Paul Robinson[DebugInfo] DISubprogram flags get their own flags...
2018-11-17 Fangrui SongUse llvm::copy. NFC
2018-11-16 Eugene Leviant[ThinLTO] Internalize readonly globals
2018-11-14 Teresa JohnsonRemove unused getMDNodeFwdRefOrNull interfaces (NFC)
2018-11-14 Teresa Johnson[ThinLTO] Fix a crash in lazy loading of Metadata
2018-11-13 David BlaikieDebugInfo: Add a CU metadata attribute for use of DWARF...
2018-11-13 Cameron McInally[IR] Add a dedicated FNeg IR Instruction
2018-11-13 Steven WuRevert "[ThinLTO] Internalize readonly globals"
2018-11-10 Eugene Leviant[ThinLTO] Internalize readonly globals
2018-11-06 Teresa Johnson[ThinLTO] Split NotEligibleToImport into legality and...
2018-10-23 Teresa JohnsonRevert "[ThinLTO] Fix a crash in lazy loading of Metadata"
2018-10-23 Teresa Johnson[ThinLTO] Fix a crash in lazy loading of Metadata
2018-10-03 Matthew VossEmit template type and value parameter DIEs for templat...
2018-09-27 Fangrui Songllvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C...
2018-09-25 Teresa Johnson[ThinLTO] Efficiency fix for writing type id records...
2018-09-21 Jonas DevlieghereEnsure that variant part discriminator is read by Metad...
2018-09-20 Vedant Kumar[Bitcode] Address backwards compat bug in r342631
2018-09-20 Calixte Denizet[IR] Add a boolean field in DILocation to know if a...
2018-09-19 Vitaly Buka[ThinLTO] Write TYPE_IDs for types used in functions...
2018-09-19 Vitaly Buka[ThinLTO] Extract getReferencedTypeIds from [NFC]
2018-09-04 Chandler Carruth[x86/SLH] Add a real Clang flag and LLVM IR attribute...
2018-08-26 Chandler Carruth[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
2018-08-23 Alexander RichardsonAllow creating llvm::Function in non-zero address spaces
2018-08-16 David BlaikieDebugInfo: Add metadata support for disabling DWARF...
2018-08-14 Adrian Prantl[DebugInfoMetadata] Added DIFlags interface in DIBasicType.
2018-08-06 Xin Tong[NFC] Fix typo
2018-07-30 Fangrui SongRemove trailing space
2018-07-19 Teresa Johnson[ThinLTO] Only emit referenced type id records in index...
2018-07-09 Steven Wu[BitcodeReader] Infer the correct runtime preemption...
2018-06-26 Teresa Johnson[ThinLTO] Parse module summary index from assembly
2018-06-26 Teresa Johnson[ThinLTO] Add string saver onto index for value names
2018-06-26 Teresa Johnson[ThinLTO] Add per-module indexes to combined index...
2018-06-26 Teresa Johnson[ThinLTO] Compute GUID directly from GV when building...
2018-06-06 Teresa Johnson[ThinLTO] Rename index IsAnalysis flag to HaveGVs ...
2018-06-04 Vedant Kumar[Debugify] Don't apply DI before the bitcode writer...
2018-05-10 Vedant Kumar[STLExtras] Add distance() for ranges, pred_size()...
2018-05-09 Shiva Chen[DebugInfo] Add DILabel metadata and intrinsic llvm...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-17 Gerolf Hoflehner[IR] Upgrade comment token in objc retain release marke...
2018-04-05 Mandeep Singh Grang[Bitcode] Change std::sort to llvm::sort in response...
2018-04-05 Gerolf Hoflehner[IR] Upgrade comment token in objc retain release marker
2018-04-03 Vlad TsyrklevichAdd the ShadowCallStack attribute
2018-03-31 Teresa Johnson[ThinLTO] Add an option to force summary call edges...
2018-03-22 Matt Morehouse[SimplifyCFG] Create attribute for fuzzing-specific...
2018-03-17 Oren Ben Simhon[X86] Added support for nocf_check attribute for indire...
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-19 Steven Wubitcode support change for fast flags compatibility
2018-02-16 Vitaly Buka[ThinLTO] Allow indexing to request backend to ignore...
2018-02-14 Vitaly Buka[ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_...
2018-02-14 Rafael EspindolaPass a reference to a module to the bitcode writer.
2018-02-12 Scott Linder[DebugInfo] Unify ChecksumKind and Checksum value in...
2018-02-12 Momchil VelikovRe-commit r324489: [DebugInfo] Improvements to represen...
2018-02-07 Momchil VelikovRevert "[DebugInfo] Improvements to representation...
2018-02-07 Momchil Velikov[DebugInfo] Improvements to representation of enumerati...
2018-02-07 Teresa Johnson[ThinLTO] Serialize WithGlobalValueDeadStripping index...
2018-02-06 Adrian PrantlAdd DWARF for discriminated unions
2018-01-25 Easwaran RamanRe-land "[ThinLTO] Add call edges' relative block frequ...
2018-01-24 Easwaran RamanRevert "[ThinLTO] Add call edges' relative block freque...
2018-01-24 Easwaran Raman[ThinLTO] Add call edges' relative block frequency...
2018-01-24 Sander de Smalen[Metadata] Extend 'count' field of DISubrange to take...
2018-01-22 Eugene Leviant[ThinLTO] Re-commit of dot dumper after test fix
2018-01-21 Eugene LeviantTemporarily revert r323062 to investigate buildbot...
2018-01-21 Eugene Leviant[ThinLTO] Implement summary visualizer
2018-01-17 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-01-12 Rafael EspindolaAllow dso_local on ifunc.
2017-12-22 Easwaran RamanAdd hasProfileData() to check if a function has profile...
2017-12-16 Teresa Johnson[ThinLTO] Enable importing of aliases as copy of aliasee
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/Bitcode.
2017-12-09 Evgeniy StepanovHardware-assisted AddressSanitizer (llvm part).
2017-11-14 Sam Clegg[WebAssembly] Explicily disable comdat support for...
2017-11-06 Sanjay Patel[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math...
2017-11-04 Sean Fertile[LTO][ThinLTO] Use the linker resolutions to mark globa...
2017-11-04 Sean FertileRevert "[LTO][ThinLTO] Use the linker resolutions to...
2017-11-03 Sean Fertile[LTO][ThinLTO] Use the linker resolutions to mark globa...
2017-11-03 David BlaikieModularize: Include some required headers
2017-10-26 Sean FertileRepresent runtime preemption in the IR.
2017-10-15 Aaron BallmanReverting r315590; it did not include changes for llvm...
2017-10-12 Don Hinton[dump] Remove NDEBUG from test to enable dump methods...
2017-10-06 Saleem AbdulrasoolBitcode: add an auto-upgrade for LTO section name
next