summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* [ThinLTO] Parse module summary index from assemblyTeresa Johnson2018-06-261-14/+1246
* [ThinLTO] Print module summary index to assemblyTeresa Johnson2018-05-261-0/+53
* [STLExtras] Add distance() for ranges, pred_size(), and succ_size()Vedant Kumar2018-05-101-2/+2
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-3/+19
* Add the ShadowCallStack attributeVlad Tsyrklevich2018-04-031-0/+4
* [SimplifyCFG] Create attribute for fuzzing-specific optimizations.Matt Morehouse2018-03-221-0/+4
* [X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon2018-03-171-0/+3
* Make the LLParser accept call instructions of variables in the program ASAlexander Richardson2018-02-271-16/+35
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-4/+9
* [DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder2018-02-121-7/+16
* Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-121-3/+49
* Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov2018-02-071-49/+3
* [DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov2018-02-071-3/+49
* Add DWARF for discriminated unionsAdrian Prantl2018-02-061-3/+5
* LLParser: add an argument for overriding data layout and do not check alloca ...Yaxun Liu2018-01-301-9/+3
* [Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen2018-01-241-2/+87
* Allow dso_local on ifunc.Rafael Espindola2018-01-121-5/+0
* Make internal/private GVs implicitly dso_local.Rafael Espindola2018-01-111-3/+10
* Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov2017-12-091-0/+4
* Represent runtime preemption in the IR.Sean Fertile2017-10-261-27/+71
* Fix assembler for alloca of multiple elements in non-zero addr spaceYaxun Liu2017-10-141-5/+16
* Remove unused variables. No functionality change.Benjamin Kramer2017-10-081-2/+0
* Bitcode: add an auto-upgrade for LTO section nameSaleem Abdulrasool2017-10-061-0/+1
* Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl2017-10-021-1/+2
* [AMDGPU] calling conventions for AMDPAL OS typeTim Renouf2017-09-291-0/+4
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-2/+3
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-301-1/+1
* Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner2017-08-231-4/+11
* Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor2017-08-141-0/+3
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-191-2/+4
* [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo2017-07-171-2/+2
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-21/+43
* [IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy...Craig Topper2017-07-091-5/+5
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [IR] De-virtualize ~Value to save a vptrReid Kleckner2017-05-181-4/+4
* [IR] Allow attributes with global variablesJaved Absar2017-05-111-2/+16
* AMDGPU: Add AMDGPU_HS calling conventionMarek Olsak2017-05-021-2/+2
* Remove line and file from DINamespace.Adrian Prantl2017-04-281-3/+1
* Add speculatable function attributeMatt Arsenault2017-04-281-0/+1
* Add support for DW_TAG_thrown_type.Adrian Prantl2017-04-261-8/+9
* Prefer addAttr(Attribute::AttrKind) over the AttributeList overloadReid Kleckner2017-04-191-9/+6
* [IR] Take func, ret, and arg attrs separately in AttributeList::getReid Kleckner2017-04-131-17/+12
* [IR] Add AttributeSet to hide AttributeSetNode* again, NFCReid Kleckner2017-04-121-14/+13
* Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner2017-04-101-58/+30
* Allow DataLayout to specify addrspace for allocas.Matt Arsenault2017-04-101-4/+49
* Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner2017-04-101-30/+58
* [IR] Make AttributeSetNode public, avoid temporary AttributeList copiesReid Kleckner2017-04-101-58/+30
* getPristineRegs is not accurately considering shrink wrapping putsEric Christopher2017-03-301-0/+3
OpenPOWER on IntegriCloud