summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [LLParser] Remove unused variable after r359987. NFCCraig Topper2019-05-051-1/+0
* [LLParser] Remove unnecessary error check making sure NUW/NSW flags aren't se...Craig Topper2019-05-051-6/+0
* [LLParser] Simplify type checking in ParseArithmetic and ParseUnaryOp.Craig Topper2019-05-051-35/+16
* [ThinLTO] Fix unreachable code when parsing summary entries.Teresa Johnson2019-05-011-5/+9
* Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl2019-04-081-0/+18
* IR: Support parsing numeric block ids, and emit them in textual output.James Y Knight2019-03-221-8/+25
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-0/+9
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-9/+0
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-0/+9
* [ThinLTO] Restructure AliasSummary to contain ValueInfo of AliaseeTeresa Johnson2019-03-151-7/+11
* IR: Add immarg attributeMatt Arsenault2019-03-121-0/+3
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-0/+127
* Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner2019-01-241-4/+0
* [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner2019-01-241-0/+4
* Reapply "IR: Add fp operations to atomicrmw"Matt Arsenault2019-01-221-12/+28
* Revert r351778: IR: Add fp operations to atomicrmwChandler Carruth2019-01-221-28/+12
* IR: Add fp operations to atomicrmwMatt Arsenault2019-01-221-12/+28
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson2019-01-171-164/+4
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-01-171-4/+164
* Allow FP types for atomicrmw xchgMatt Arsenault2019-01-171-1/+9
* Give helper classes/functions local linkage. NFC.Benjamin Kramer2019-01-121-1/+1
* [ThinLTO] Compute synthetic function entry countEaswaran Raman2018-12-131-2/+2
* [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
OpenPOWER on IntegriCloud