summaryrefslogtreecommitdiff
path: root/lib/AsmParser
AgeCommit message (Expand)Author
2017-03-30getPristineRegs is not accurately considering shrink wrapping putsEric Christopher
2017-03-28[IR] Add AllowContract to FastMathFlagsAdam Nemet
2017-03-21Rename AttributeSet to AttributeListReid Kleckner
2017-03-08[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov
2017-02-01Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen
2016-12-27ASMParser: use range-based for loops (NFC)Saleem Abdulrasool
2016-12-25[DebugInfo] Added support for Checksum debug info feature.Amjad Aboud
2016-12-22[LLParser] Make the line field of DIMacro(File) optional.Adrian Prantl
2016-12-21[LLParser] Parse vector GEP constant expression correctlyMichael Kuperstein
2016-12-20[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-14Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann
2016-11-16[AsmParser] Avoid recursing when lexing ';'. NFC.Ahmed Bougacha
2016-11-10IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne
2016-11-03Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl
2016-10-20DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk
2016-10-18DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk
2016-10-13[X86] Basic additions to support RegCall Calling Convention.Oren Ben Simhon
2016-09-22[AsmParser] Remove unused partial template specialization.Davide Italiano
2016-09-17Don't create a SymbolTable in Function when the LLVMContext discards value na...Mehdi Amini
2016-09-14Fix auto-upgrade of TBAA tags in Bitcode ReaderMehdi Amini
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne
2016-09-06DebugInfo: use strongly typed enum for debug info flagsLeny Kholodov
2016-09-06Revert "DebugInfo: use strongly typed enum for debug info flags"Mehdi Amini
2016-09-06DebugInfo: use strongly typed enum for debug info flagsMehdi Amini
2016-08-26[AsmParser] Placate a -Wmisleading-indentantion warning (GCC7).Davide Italiano
2016-08-25Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko
2016-08-24DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie
2016-08-18[LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warningsEugene Zelenko
2016-08-11Use range algorithms instead of unpacking begin/endDavid Majnemer
2016-08-05LLLexer.cpp: Avoid using BitsToDouble() to preserve SNaN like "double 0x7FF40...NAKAMURA Takumi
2016-08-05Reformat.NAKAMURA Takumi
2016-07-04Add writeonly IR attributeNicolai Haehnle
2016-07-01[codeview] Add DISubprogram::ThisAdjustmentReid Kleckner
2016-06-24Remangle intrinsics names when types are renamedArtur Pilipenko
2016-06-23Revert r273568 "Remangle intrinsics names when types are renamed"Hans Wennborg
2016-06-23Remangle intrinsics names when types are renamedArtur Pilipenko
2016-06-21IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne
2016-06-08[DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner
2016-06-02[ASMParser] Parse FP constants in non-C localesMeador Inge
2016-06-01IR: Allow multiple global metadata attachments with the same type.Peter Collingbourne
2016-05-31Add support for metadata attachments for global variables.Peter Collingbourne
2016-05-29Remove some 'const' specifiers that do nothing but prevent moving the argument.Benjamin Kramer
2016-05-25Objective-C Class Properties: Autoupgrade "Class Properties" module flag.Manman Ren
2016-05-12Refactor duplicated code. NFC.Rafael Espindola
2016-05-11Refactor duplicated check for valid declaration linkage. NFC.Rafael Espindola