summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Allow output constraints on "asm goto""Bill Wendling2020-01-071-0/+3
* Allow output constraints on "asm goto"Bill Wendling2020-01-071-3/+0
* Revert "DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/...David Blaikie2019-12-301-2/+2
* DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/deserial...David Blaikie2019-12-271-2/+2
* Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl2019-12-201-3/+3
* [IR] Redefine Freeze instructionaqjune2019-11-121-7/+18
* [AArch64][SVE] Spilling/filling of SVE callee-saves.Sander de Smalen2019-11-111-0/+4
* ThinLTO : Import always_inline functions irrespective of the thresholdTeresa Johnson2019-11-081-0/+8
* [IR] Add Freeze instructionaqjune2019-11-051-5/+7
* NoFree argument attribute.Stefan Stipanovic2019-11-021-0/+1
* Revert "NoFree argument attribute."Stefan Stipanovic2019-11-021-1/+0
* NoFree argument attribute.Stefan Stipanovic2019-11-021-0/+1
* [IR] Allow fast math flags on calls with floating point array type.Jay Foad2019-10-301-7/+7
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-281-0/+2
* [Alignment][NFC] Convert AllocaInst to MaybeAlignGuillaume Chatelet2019-10-251-2/+1
* [Alignment][NFC] Convert StoreInst to MaybeAlignGuillaume Chatelet2019-10-221-2/+1
* [Alignment][NFC] Convert LoadInst to MaybeAlignGuillaume Chatelet2019-10-221-2/+1
* [Alignment][NFC] Use MaybeAlign in AttrBuilderGuillaume Chatelet2019-10-221-21/+28
* [Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)Guillaume Chatelet2019-10-151-3/+3
* [X86] Add new calling convention that guarantees tail call optimizationReid Kleckner2019-10-071-0/+2
* [IR] allow fast-math-flags on phi of FP values (2nd try)Sanjay Patel2019-09-251-1/+13
* Revert [IR] allow fast-math-flags on phi of FP valuesSanjay Patel2019-09-251-13/+1
* [IR] allow fast-math-flags on phi of FP valuesSanjay Patel2019-09-251-1/+13
* [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
OpenPOWER on IntegriCloud