summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie2016-08-241-2/+4
* [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warningsEugene Zelenko2016-08-181-17/+18
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-1/+1
* LLLexer.cpp: Avoid using BitsToDouble() to preserve SNaN like "double 0x7FF40...NAKAMURA Takumi2016-08-051-1/+2
* Reformat.NAKAMURA Takumi2016-08-051-1/+1
* Add writeonly IR attributeNicolai Haehnle2016-07-043-0/+4
* [codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2016-07-011-3/+5
* Remangle intrinsics names when types are renamedArtur Pilipenko2016-06-241-0/+13
* Revert r273568 "Remangle intrinsics names when types are renamed"Hans Wennborg2016-06-231-13/+0
* Remangle intrinsics names when types are renamedArtur Pilipenko2016-06-231-0/+13
* IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne2016-06-211-1/+14
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-144-18/+28
* [DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner2016-06-083-1/+26
OpenPOWER on IntegriCloud