OSDN Git Service

[PowerPC][HTM] Fix impossible reg-to-reg copy assert with ttest builtin
[android-x86/external-llvm.git] / test / Bitcode /
2019-07-15 Evgeniy StepanovARM MTE stack sanitizer.
2019-07-14 Florian HahnRecommit "[BitcodeReader] Validate OpNum, before access...
2019-07-14 Florian Hahn[BitcodeReader] Use tighter upper bound to validate...
2019-07-11 Stefan Stipanovic[Attributor] Deduce "nosync" function attribute.
2019-07-11 Florian HahnRevert [BitcodeReader] Validate OpNum, before accessing...
2019-07-11 Florian Hahn[BitcodeReader] Validate OpNum, before accessing Record...
2019-07-11 Johannes Doerfert[NFC] Adjust "invalid.ll.bc" tests to check for AttrKin...
2019-07-08 Brian HomerdingAdd, and infer, a nofree function attribute
2019-07-05 Eugene Leviant[ThinLTO] Attempt to recommit r365188 after alignment fix
2019-07-05 Eugene LeviantReverted r365188 due to alignment problems on i686...
2019-07-05 Graham HunterScalable Vector IR Type with further LTO fixes
2019-07-05 Eugene Leviant[ThinLTO] Attempt to recommit r365040 after caching fix
2019-07-04 Reid KlecknerRevert [ThinLTO] Optimize writeonly globals out
2019-07-03 Joel E. Denny[Bitcode] Update CHECK-DAG usage in tests
2019-07-03 Eugene Leviant[ThinLTO] Optimize writeonly globals out
2019-06-27 Johannes Doerfert[Attr] Add "willreturn" function attribute
2019-06-27 Tim NorthoverBitcode: derive all types used from records instead...
2019-06-27 Hans WennborgRevert r363658 "[SVE][IR] Scalable Vector IR Type with...
2019-06-26 JF BastienFix Bitcode/invalid.test
2019-06-26 JF BastienBitStream reader: propagate errors
2019-06-18 Graham Hunter[SVE][IR] Scalable Vector IR Type with pr42210 fix
2019-06-11 Sander de SmalenChange semantics of fadd/fmul vector reductions.
2019-06-09 Nico WeberRevert r361953 "[SVE][IR] Scalable Vector IR Type"
2019-05-30 Tim NorthoverReapply: IR: add optional type to 'byval' function...
2019-05-29 Tim NorthoverRevert "IR: add optional type to 'byval' function param...
2019-05-29 Tim NorthoverIR: add optional type to 'byval' function parameters
2019-05-29 Graham Hunter[SVE][IR] Scalable Vector IR Type
2019-05-29 Peter CollingbourneAdd IR support, ELF section and user documentation...
2019-05-22 Sanjay Patel[IR] allow fast-math-flags on select of FP values
2019-05-15 Fangrui Song[IR] Disallow llvm.global_ctors and llvm.global_dtors...
2019-05-10 Teresa Johnson[ThinLTO] Auto-hide prevailing linkonce_odr only when...
2019-04-17 Steven Wu[ThinLTO] Fix ThinLTOCodegenerator to export llvm.used...
2019-04-10 Akira Hatanaka[ObjC][ARC] Convert the retainRV marker that is passed...
2019-03-19 Petar Jovanovic[DebugInfoMetadata] Move main subprogram DIFlag into...
2019-03-12 Matt ArsenaultIR: Add immarg attribute
2019-03-08 Steven Wu[Bitcode] Fix bitcode compatibility issue with clang...
2019-02-12 Erik PilkingtonFix auto-upgrade for the new parameter to llvm.objectsize
2019-02-08 Craig TopperImplementation of asm-goto support in LLVM
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-17 Matt ArsenaultAllow FP types for atomicrmw xchg
2019-01-15 James Y KnightRemove irrelevant references to legacy git repositories...
2019-01-11 Teresa Johnson[LTO] Record whether LTOUnit splitting is enabled in...
2018-12-13 Easwaran Raman[ThinLTO] Compute synthetic function entry count
2018-12-01 Teresa Johnson[ThinLTO] Allow importing of functions with var args
2018-11-28 Paul Robinson[DebugInfo] IR/Bitcode changes for DISubprogram flags.
2018-11-23 Eugene Leviant[ThinLTO] Assembly representation of ReadOnly attribute
2018-11-16 Eugene Leviant[ThinLTO] Internalize readonly globals
2018-11-14 Teresa Johnson[ThinLTO] Update handling of vararg functions to match...
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-09-24 Matt ArsenaultFix some missing opcodes in bcanalyzer
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-12 Sander de Smalen[AArch64] Add parsing of aarch64_vector_pcs attribute.
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 Teresa Johnson[ThinLTO] Handle optional args in assembly format for...
2018-07-11 Joel E. Denny[FileCheck] Add -allow-deprecated-dag-overlap to failin...
2018-07-09 Steven WuAdd bitcode compatibility test for 6.0
2018-07-09 Steven Wu[BitcodeReader] Infer the correct runtime preemption...
2018-06-26 Teresa Johnson[ThinLTO] Parse module summary index from assembly
2018-05-26 Teresa Johnson[ThinLTO] Fix a few more test match issues
2018-05-26 Teresa Johnson[ThinLTO] Fix another bot failure due to test mismatch
2018-05-26 Teresa Johnson[ThinLTO] Print module summary index to assembly
2018-05-09 Shiva Chen[DebugInfo] Add DILabel metadata and intrinsic llvm...
2018-05-03 Piotr PadlewskiRename invariant.group.barrier to launder.invariant...
2018-04-26 Michael Bergaugmenting description for fcmp fmf - NFC
2018-04-21 Brian Gesiak[bcanalyzer] Recognize more stream types
2018-04-17 Gerolf Hoflehner[IR] Upgrade comment token in objc retain release marke...
2018-04-05 Gerolf Hoflehner[IR] Upgrade comment token in objc retain release marker
2018-04-03 Vlad TsyrklevichAdd the ShadowCallStack attribute
2018-03-06 Rafael EspindolaRefactor check for dllimport in the Verifier.
2018-02-23 Scott Linder[DebugInfo] Add remaining files to r325970
2018-02-22 Easwaran Raman[ThinLTO] Represent relative BF using a scaled represen...
2018-02-19 Steven Wubitcode support change for fast flags compatibility
2018-02-12 Scott Linder[DebugInfo] Unify ChecksumKind and Checksum value in...
2018-02-07 Teresa Johnson[ThinLTO] Serialize WithGlobalValueDeadStripping index...
2018-01-25 Easwaran RamanAdd testcase accidentally left out from r323460.
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-19 Daniel NeilsonRemove alignment argument from memcpy/memmove/memset...
2018-01-18 Rafael EspindolaMake GlobalValues with non-default visibilility dso_local.
2018-01-11 Rafael EspindolaMake internal/private GVs implicitly dso_local.
2018-01-05 Serge GueltonLimit size of non-GlobalValue name
2017-12-09 Evgeniy StepanovHardware-assisted AddressSanitizer (llvm part).
2017-11-17 Volodymyr Sapsai[ThinLTO] Remove too aggressive assertion in building...
2017-11-10 Volodymyr Sapsai[ThinLTO] Fix missing call graph edges for calls with...
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-10-26 Sean FertileRepresent runtime preemption in the IR.
2017-10-06 Saleem AbdulrasoolBitcode: add an auto-upgrade for LTO section name
next