summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.cpp
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-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
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-54/+44
* [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-251-3/+27
* [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-141-3/+3
* IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne2016-11-101-10/+21
* 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-131-0/+1
* [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
* DebugInfo: use strongly typed enum for debug info flagsMehdi Amini2016-09-061-9/+12
* [AsmParser] Placate a -Wmisleading-indentantion warning (GCC7).Davide Italiano2016-08-261-1/+3
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-08-251-23/+41
OpenPOWER on IntegriCloud