summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR
Commit message (Expand)AuthorAgeFilesLines
...
* [LegacyPassManager] Simplify PMStack popFangrui Song2019-11-281-18/+6
* [ARM] Replace arm_neon_vqadds with sadd_satDavid Green2019-11-271-0/+20
* [DebugInfo] Disallow fragmenting DIExpressions with shift operatorsstozer2019-11-261-2/+6
* [IR] Move global_objects and global_values out of line, NFCReid Kleckner2019-11-221-0/+16
* Reinstate MSan suppression of PR24578.Evgenii Stepanov2019-11-222-2/+6
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [DebugInfo] Refactor DIExpression [SZ]Ext creation into function [NFC]David Stenberg2019-11-211-0/+9
* Move floating point related entities to namespace levelSerge Pavlov2019-11-203-65/+81
* [FEnv] File with properties of constrained intrinsicsSerge Pavlov2019-11-202-126/+39
* Fix error message missed in commit dde589389fcb8b5098f7a47f1b781b27d29a0cac.Andrew Browne2019-11-181-0/+2
* ThinLTO: Fix assembler to emit alwaysInline in the summaryTeresa Johnson2019-11-181-1/+1
* Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ...Eric Christopher2019-11-183-81/+65
* Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."Sam McCall2019-11-182-7/+6
* [ConstantFold] Handle identity folds at top of ConstantFoldBinaryInstFlorian Hahn2019-11-171-0/+13
* [DWARF5]Addition of alignment atrribute in typedef DIE.Sourabh Singh Tomar2019-11-162-6/+7
* Move floating point related entities to namespace levelSerge Pavlov2019-11-153-65/+81
* Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner2019-11-143-2/+5
* Sink all InitializePasses.h includesReid Kleckner2019-11-135-4/+14
* Mark llvm::ConstantExpr::getAsInstruction as constAlex Denisov2019-11-121-1/+1
* [IR] Redefine Freeze instructionaqjune2019-11-125-48/+55
* [AArch64][SVE] Spilling/filling of SVE callee-saves.Sander de Smalen2019-11-111-0/+3
* ThinLTO : Import always_inline functions irrespective of the thresholdTeresa Johnson2019-11-082-1/+2
* [ThinLTO] Fix bug when importing writeonly variablesevgeny2019-11-081-1/+15
* [CostModel] Fixed isExtractSubvectorMask for undef index off endTim Renouf2019-11-081-1/+1
* [NFC] ConstantRange::subWithNoWrap(): fixup commentRoman Lebedev2019-11-081-1/+1
* [ConstantRange] Add umul_sat()/smul_sat() methodsRoman Lebedev2019-11-081-0/+35
* [CR] ConstantRange::sshl_sat(): check sigdness of the min/max, not rangesRoman Lebedev2019-11-081-2/+2
* [ConstantRange] Add `ushl_sat()`/`sshl_sat()` methods.Roman Lebedev2019-11-081-0/+20
* [AsmWritter] Fixed "null check after dereferencing" warningDávid Bolvanský2019-11-071-4/+2
* [ConstantRange][LVI] Use overflow flags from `sub` to constrain the rangeRoman Lebedev2019-11-071-0/+2
* [ThinLTO] Import readonly vars with refsevgeny2019-11-071-2/+20
* Keep import function list for inlinee profile updateWenlei He2019-11-061-0/+5
* [ConstantRange] Add `subWithNoWrap()` methodRoman Lebedev2019-11-071-0/+30
* [ConstantRange] Cleanup addWithNoWrap() by just piggybacking on sadd_sat()/ua...Roman Lebedev2019-11-071-32/+8
* [IR] Remove switch's default block that causes clang 8 raise erroraqjune2019-11-051-2/+0
* [IR] Add Freeze instructionaqjune2019-11-055-29/+50
* [IR] adjust assert when replacing undef elements in vector constantSanjay Patel2019-11-041-1/+1
* [DebugInfo] Fix for DW_OP_LLVM_fragment in DIExpression::isImplicit()Bjorn Pettersson2019-11-031-9/+16
* [LegacyPassManager] Fixed "null check after derefencing" warningDávid Bolvanský2019-11-021-2/+1
* NoFree argument attribute.Stefan Stipanovic2019-11-021-3/+3
* Revert "NoFree argument attribute."Stefan Stipanovic2019-11-021-3/+3
* NoFree argument attribute.Stefan Stipanovic2019-11-021-3/+3
* [LegacyPM] Fix pass structure dumpingevgeny2019-11-011-0/+5
* [LegacyPassManager] Delete BasicBlockPass/Manager.Alina Sbirlea2019-10-304-307/+2
* [IR] move/change null-check to assertSanjay Patel2019-10-291-1/+2
* [IR] move helper function to replace undef constant (elements) with fixed con...Sanjay Patel2019-10-291-4/+25
* [ConstantFold] Push extractelement into getelementptr's operandsJay Foad2019-10-291-1/+1
* [Remarks] Emit the remarks section by default for certain formatsFrancis Visoiu Mistrih2019-10-281-0/+32
* [ConstantFold] Fold extractelement of getelementptrJay Foad2019-10-281-6/+29
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-283-3/+15
OpenPOWER on IntegriCloud