summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* 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-143-0/+5
* 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-173-4/+4
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-114-24/+47
* [IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy...Craig Topper2017-07-091-5/+5
* Add dependency from AsmParser to BinaryFormat.Zachary Turner2017-06-071-1/+1
* 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-023-2/+4
* Remove line and file from DINamespace.Adrian Prantl2017-04-281-3/+1
* Add speculatable function attributeMatt Arsenault2017-04-283-0/+3
* 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-122-18/+17
* Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner2017-04-102-62/+34
* Allow DataLayout to specify addrspace for allocas.Matt Arsenault2017-04-102-4/+51
* Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"Reid Kleckner2017-04-102-34/+62
* [IR] Make AttributeSetNode public, avoid temporary AttributeList copiesReid Kleckner2017-04-102-62/+34
* getPristineRegs is not accurately considering shrink wrapping putsEric Christopher2017-03-301-0/+3
* [IR] Add AllowContract to FastMathFlagsAdam Nemet2017-03-283-0/+6
* Rename AttributeSet to AttributeListReid Kleckner2017-03-212-60/+50
* [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov2017-03-081-3/+10
* Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen2017-02-011-2/+3
* ASMParser: use range-based for loops (NFC)Saleem Abdulrasool2016-12-271-8/+5
* [DebugInfo] Added support for Checksum debug info feature.Amjad Aboud2016-12-253-3/+34
* [LLParser] Make the line field of DIMacro(File) optional.Adrian Prantl2016-12-221-2/+2
* [LLParser] Parse vector GEP constant expression correctlyMichael Kuperstein2016-12-211-4/+7
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-5/+17
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-17/+5
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-5/+17
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-17/+5
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-5/+17
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-142-10/+10
* [AsmParser] Avoid recursing when lexing ';'. NFC.Ahmed Bougacha2016-11-161-52/+54
* IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne2016-11-104-11/+25
* Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl2016-11-031-2/+3
* DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk2016-10-201-7/+12
* DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk2016-10-181-3/+3
* [X86] Basic additions to support RegCall Calling Convention.Oren Ben Simhon2016-10-133-0/+3
* [AsmParser] Remove unused partial template specialization.Davide Italiano2016-09-221-10/+0
* Don't create a SymbolTable in Function when the LLVMContext discards value na...Mehdi Amini2016-09-171-3/+3
* Fix auto-upgrade of TBAA tags in Bitcode ReaderMehdi Amini2016-09-141-2/+7
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-2/+2
* DebugInfo: use strongly typed enum for debug info flagsLeny Kholodov2016-09-061-9/+12
* Revert "DebugInfo: use strongly typed enum for debug info flags"Mehdi Amini2016-09-061-12/+9
OpenPOWER on IntegriCloud