OSDN Git Service

[SLP] Fix PR38339: Instruction does not dominate all uses!
[android-x86/external-llvm.git] / lib / AsmParser /
2018-07-30 Fangrui SongRemove trailing space
2018-07-12 Fangrui Song[AsmParser] Fix inconsistent declaration parameter...
2018-06-26 Teresa Johnson[ThinLTO] Parse module summary index from assembly
2018-05-26 Teresa Johnson[ThinLTO] Print module summary index to assembly
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-04-03 Vlad TsyrklevichAdd the ShadowCallStack attribute
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-27 Alexander RichardsonMake the LLParser accept call instructions of variables...
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
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-06 Adrian PrantlAdd DWARF for discriminated unions
2018-01-30 Yaxun LiuLLParser: add an argument for overriding data layout...
2018-01-24 Sander de Smalen[Metadata] Extend 'count' field of DISubrange to take...
2018-01-12 Rafael EspindolaAllow dso_local on ifunc.
2018-01-11 Rafael EspindolaMake internal/private GVs implicitly dso_local.
2017-12-09 Evgeniy StepanovHardware-assisted AddressSanitizer (llvm part).
2017-11-06 Sanjay Patel[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math...
2017-10-26 Sean FertileRepresent runtime preemption in the IR.
2017-10-14 Yaxun LiuFix assembler for alloca of multiple elements in non...
2017-10-08 Benjamin KramerRemove unused variables. No functionality change.
2017-10-06 Saleem AbdulrasoolBitcode: add an auto-upgrade for LTO section name
2017-10-02 Adrian PrantlMove the stripping of invalid debug info from the Verif...
2017-09-29 Tim Renouf[AMDGPU] calling conventions for AMDPAL OS type
2017-09-12 Peter CollingbourneIR: Represent -ggnu-pubnames with a flag on the DICompi...
2017-08-30 Adrian PrantlCanonicalize the representation of empty an expression...
2017-08-23 Reid KlecknerParse and print DIExpressions inline to ease IR and...
2017-08-14 Andrew KaylorAdd strictfp attribute to prevent unwanted optimization...
2017-07-19 Adrian PrantlDebug Info: Add a file: field to DIImportedEntity.
2017-07-17 Martin Storsjo[AArch64] Extend CallingConv::X86_64_Win64 to AArch64...
2017-07-11 Konstantin ZhuravlyovEnhance synchscope representation
2017-07-09 Craig Topper[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVec...
2017-06-07 Zachary TurnerAdd dependency from AsmParser to BinaryFormat.
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-05-18 Reid Kleckner[IR] De-virtualize ~Value to save a vptr
2017-05-11 Javed Absar[IR] Allow attributes with global variables
2017-05-02 Marek OlsakAMDGPU: Add AMDGPU_HS calling convention
2017-04-28 Adrian PrantlRemove line and file from DINamespace.
2017-04-28 Matt ArsenaultAdd speculatable function attribute
2017-04-26 Adrian PrantlAdd support for DW_TAG_thrown_type.
2017-04-19 Reid KlecknerPrefer addAttr(Attribute::AttrKind) over the AttributeL...
2017-04-13 Reid Kleckner[IR] Take func, ret, and arg attrs separately in Attrib...
2017-04-12 Reid Kleckner[IR] Add AttributeSet to hide AttributeSetNode* again...
2017-04-10 Reid KlecknerReland "[IR] Make AttributeSetNode public, avoid tempor...
2017-04-10 Matt ArsenaultAllow DataLayout to specify addrspace for allocas.
2017-04-10 Reid KlecknerRevert "[IR] Make AttributeSetNode public, avoid tempor...
2017-04-10 Reid Kleckner[IR] Make AttributeSetNode public, avoid temporary...
2017-03-30 Eric ChristophergetPristineRegs is not accurately considering shrink...
2017-03-28 Adam Nemet[IR] Add AllowContract to FastMathFlags
2017-03-21 Reid KlecknerRename AttributeSet to AttributeList
2017-03-08 Konstantin Zhuravlyov[DebugInfo] Emit address space with DW_AT_address_class...
2017-02-01 Dehao ChenChange debug-info-for-profiling from a TargetOption...
2016-12-27 Saleem AbdulrasoolASMParser: use range-based for loops (NFC)
2016-12-25 Amjad Aboud[DebugInfo] Added support for Checksum debug info feature.
2016-12-22 Adrian Prantl[LLParser] Make the line field of DIMacro(File) optional.
2016-12-21 Michael Kuperstein[LLParser] Parse vector GEP constant expression correctly
2016-12-20 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-16 Adrian PrantlRevert "[IR] Remove the DIExpression field from DIGloba...
2016-12-16 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-16 Adrian PrantlRevert "[IR] Remove the DIExpression field from DIGloba...
2016-12-16 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-14 Stephan BergmannReplace APFloatBase static fltSemantics data members...
2016-11-16 Ahmed Bougacha[AsmParser] Avoid recursing when lexing ';'. NFC.
2016-11-10 Peter CollingbourneIR: Introduce inrange attribute on getelementptr indices.
2016-11-03 Adrian PrantlAdd DWARF debug info support for C++11 inline namespaces.
2016-10-20 Victor LeschukDebugInfo: preparation to implement DW_AT_alignment
2016-10-18 Victor LeschukDebugInfo: change alignment type from uint64_t to uint3...
2016-10-13 Oren Ben Simhon[X86] Basic additions to support RegCall Calling Conven...
2016-09-22 Davide Italiano[AsmParser] Remove unused partial template specialization.
2016-09-17 Mehdi AminiDon't create a SymbolTable in Function when the LLVMCon...
2016-09-14 Mehdi AminiFix auto-upgrade of TBAA tags in Bitcode Reader
2016-09-13 Peter CollingbourneDebugInfo: New metadata representation for global varia...
2016-09-06 Leny KholodovDebugInfo: use strongly typed enum for debug info flags
2016-09-06 Mehdi AminiRevert "DebugInfo: use strongly typed enum for debug...
2016-09-06 Mehdi AminiDebugInfo: use strongly typed enum for debug info flags
2016-08-26 Davide Italiano[AsmParser] Placate a -Wmisleading-indentantion warning...
2016-08-25 Eugene ZelenkoFix some Clang-tidy modernize-use-using and Include...
2016-08-24 David BlaikieDebugInfo: Add flag to CU to disable emission of inline...
2016-08-18 Eugene Zelenko[LLVM] Fix some Clang-tidy modernize-use-using and...
2016-08-11 David MajnemerUse range algorithms instead of unpacking begin/end
2016-08-05 NAKAMURA TakumiLLLexer.cpp: Avoid using BitsToDouble() to preserve...
2016-08-05 NAKAMURA TakumiReformat.
2016-07-04 Nicolai HaehnleAdd writeonly IR attribute
2016-07-01 Reid Kleckner[codeview] Add DISubprogram::ThisAdjustment
2016-06-24 Artur PilipenkoRemangle intrinsics names when types are renamed
2016-06-23 Hans WennborgRevert r273568 "Remangle intrinsics names when types...
2016-06-23 Artur PilipenkoRemangle intrinsics names when types are renamed
2016-06-21 Peter CollingbourneIR: Allow metadata attachments on declarations, and...
2016-06-14 Peter CollingbourneIR: Introduce local_unnamed_addr attribute.
2016-06-08 Reid Kleckner[DebugInfo] Add calling convention support for DWARF...
2016-06-02 Meador Inge[ASMParser] Parse FP constants in non-C locales
2016-06-01 Peter CollingbourneIR: Allow multiple global metadata attachments with...
2016-05-31 Peter CollingbourneAdd support for metadata attachments for global variables.
2016-05-29 Benjamin KramerRemove some 'const' specifiers that do nothing but...
2016-05-25 Manman RenObjective-C Class Properties: Autoupgrade "Class Proper...
next