summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Compute synthetic function entry countEaswaran Raman2018-12-131-2/+2
* [DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson2018-11-283-7/+62
* Attempt to fix buildbot after r347489Eugene Leviant2018-11-231-1/+1
* [ThinLTO] Assembly representation of ReadOnly attributeEugene Leviant2018-11-234-23/+72
* [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-134-1/+77
* 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-063-0/+9
* 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-123-0/+4
* [x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth2018-09-043-0/+7
* [IR] Replace `isa<TerminatorInst>` with `isTerminator()`.Chandler Carruth2018-08-261-1/+1
* Allow creating llvm::Function in non-zero address spacesAlexander Richardson2018-08-232-66/+75
* DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie2018-08-163-2/+34
* [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
* [DEBUGINFO] Disable emission of the dwarf sections, but allow directives.Alexey Bataev2018-08-011-1/+1
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* [AsmParser] Fix inconsistent declaration parameter nameFangrui Song2018-07-123-41/+41
* [ThinLTO] Parse module summary index from assemblyTeresa Johnson2018-06-266-23/+1537
* [ThinLTO] Print module summary index to assemblyTeresa Johnson2018-05-265-23/+85
* [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-033-0/+6
* [SimplifyCFG] Create attribute for fuzzing-specific optimizations.Matt Morehouse2018-03-223-0/+6
* [X86] Added support for nocf_check attribute for indirect Branch TrackingOren Ben Simhon2018-03-173-0/+5
* Make the LLParser accept call instructions of variables in the program ASAlexander Richardson2018-02-272-19/+38
* [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-303-27/+31
* [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-093-0/+6
* [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel2017-11-063-1/+7
* Represent runtime preemption in the IR.Sean Fertile2017-10-264-30/+82
* 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-023-14/+22
* [AMDGPU] calling conventions for AMDPAL OS typeTim Renouf2017-09-293-0/+8
OpenPOWER on IntegriCloud