summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* [SVE][IR] Scalable Vector IR Type with pr42210 fixGraham Hunter2019-06-183-1/+14
* Revert r361953 "[SVE][IR] Scalable Vector IR Type"Nico Weber2019-06-093-14/+1
* Reapply: IR: add optional type to 'byval' function parametersTim Northover2019-05-302-1/+24
* Revert "IR: add optional type to 'byval' function parameters"Tim Northover2019-05-292-24/+1
* IR: add optional type to 'byval' function parametersTim Northover2019-05-292-1/+24
* [SVE][IR] Scalable Vector IR TypeGraham Hunter2019-05-293-1/+14
* Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2019-05-293-1/+30
* [LLParser] Fix uninitialized flag variable warnings. NFCI.Simon Pilgrim2019-05-271-2/+2
* Revert rL361731 : [LLParser] Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-05-261-3/+3
* [LLParser] Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-05-261-3/+3
* [IR] allow fast-math-flags on select of FP valuesSanjay Patel2019-05-221-1/+13
* Fix uninitialized variable analyzer warning. NFCI.Simon Pilgrim2019-05-111-1/+1
* [ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligibleTeresa Johnson2019-05-103-31/+47
* [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-052-37/+18
* [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-224-10/+38
* [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-123-0/+5
* Implementation of asm-goto support in LLVMCraig Topper2019-02-084-0/+130
* Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner2019-01-243-6/+0
* [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner2019-01-243-0/+6
* 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-197-28/+21
* Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson2019-01-174-172/+4
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-01-174-4/+172
* 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-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
OpenPOWER on IntegriCloud