summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-5/+5
* IR: print value numbers for unnamed function argumentsTim Northover2019-08-031-0/+14
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-151-0/+4
* [Attributor] Deduce "nosync" function attribute.Stefan Stipanovic2019-07-111-0/+1
* Add, and infer, a nofree function attributeBrian Homerding2019-07-081-0/+1
* [ThinLTO] Attempt to recommit r365188 after alignment fixEugene Leviant2019-07-051-15/+42
* Reverted r365188 due to alignment problems on i686-androidEugene Leviant2019-07-051-42/+15
* Scalable Vector IR Type with further LTO fixesGraham Hunter2019-07-051-1/+12
* [ThinLTO] Attempt to recommit r365040 after caching fixEugene Leviant2019-07-051-15/+42
* Revert [ThinLTO] Optimize writeonly globals outReid Kleckner2019-07-041-42/+15
* [ThinLTO] Optimize writeonly globals outEugene Leviant2019-07-031-15/+42
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-07-021-4/+166
* [Attr] Add "willreturn" function attributeJohannes Doerfert2019-06-271-0/+1
* Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"Hans Wennborg2019-06-271-12/+1
* [SVE][IR] Scalable Vector IR Type with pr42210 fixGraham Hunter2019-06-181-1/+12
* Revert r361953 "[SVE][IR] Scalable Vector IR Type"Nico Weber2019-06-091-12/+1
* Reapply: IR: add optional type to 'byval' function parametersTim Northover2019-05-301-1/+23
* Revert "IR: add optional type to 'byval' function parameters"Tim Northover2019-05-291-23/+1
* IR: add optional type to 'byval' function parametersTim Northover2019-05-291-1/+23
* [SVE][IR] Scalable Vector IR TypeGraham Hunter2019-05-291-1/+12
* Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2019-05-291-1/+28
* [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-101-31/+45
* [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
OpenPOWER on IntegriCloud