summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson2018-11-281-7/+56
* Attempt to fix buildbot after r347489Eugene Leviant2018-11-231-1/+1
* [ThinLTO] Assembly representation of ReadOnly attributeEugene Leviant2018-11-231-23/+69
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-191-4/+4
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-161-1/+2
* DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...David Blaikie2018-11-131-2/+4
* [IR] Add a dedicated FNeg IR InstructionCameron McInally2018-11-131-1/+72
* Revert "[ThinLTO] Internalize readonly globals"Steven Wu2018-11-131-2/+1
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-101-1/+2
* [ThinLTO] Split NotEligibleToImport into legality and inlinability flagsTeresa Johnson2018-11-061-0/+7
* Emit template type and value parameter DIEs for template variables.Matthew Voss2018-10-031-5/+8
* Add atomicrmw operation to error messagesMatt Arsenault2018-10-031-2/+7
* [IR] Add a boolean field in DILocation to know if a line must covered or notCalixte Denizet2018-09-201-4/+7
* [AArch64] Add parsing of aarch64_vector_pcs attribute.Sander de Smalen2018-09-121-0/+2
* [x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth2018-09-041-0/+5
* [IR] Replace `isa<TerminatorInst>` with `isTerminator()`.Chandler Carruth2018-08-261-1/+1
* Allow creating llvm::Function in non-zero address spacesAlexander Richardson2018-08-231-63/+64
* DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie2018-08-161-2/+28
* [DebugInfoMetadata] Added DIFlags interface in DIBasicType.Adrian Prantl2018-08-141-3/+5
* [ThinLTO] Handle optional args in assembly format for ConstVCallsTeresa Johnson2018-08-141-4/+10
* 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
OpenPOWER on IntegriCloud