summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR
Commit message (Expand)AuthorAgeFilesLines
...
* Recommit r350554 "[X86] Remove AVX512VBMI2 concat and shift intrinsics. Repla...Craig Topper2019-01-071-42/+50
* [X86][AutoUpgrade] Make some tweaks to reduce the number of nested if/else in...Craig Topper2019-01-071-96/+79
* Revert r350554 "[X86] Remove AVX512VBMI2 concat and shift intrinsics. Replace...Craig Topper2019-01-071-50/+42
* [X86] Remove AVX512VBMI2 concat and shift intrinsics. Replace with target ind...Craig Topper2019-01-071-42/+50
* [CallSite removal] Move the rest of IR implementation code away fromChandler Carruth2019-01-074-51/+44
* [CallSite removal] Port `IndirectCallSiteVisitor` to use `CallBase` andChandler Carruth2019-01-071-0/+10
* [CallSite removal] Move the verifier to use `CallBase` instead of theChandler Carruth2019-01-071-284/+284
* Revert patches 348835 and 348571 because they'reRanjeet Singh2019-01-041-5/+4
* [BasicAA] Support arbitrary pointer sizes (and fix an overflow bug)Hal Finkel2019-01-021-0/+8
* Extend Module::getOrInsertGlobal to control the construction of thePhilip Pfaffe2019-01-021-8/+14
* [LLVM-C] bool -> LLVMBoolRobert Widmann2019-01-011-2/+2
* [LLVM-C] Add Accessors for Discarding Value Names in the IRRobert Widmann2019-01-011-0/+8
* Add vtable anchor to classes.Richard Trieu2018-12-291-0/+8
* [CallSite removal] Add and flesh out APIs on the new `CallBase` base class th...Chandler Carruth2018-12-271-0/+21
* [llvm] API for encoding/decoding DWARF discriminators.Mircea Trofin2018-12-211-0/+43
* [IR] Add Instruction::isLifetimeStartOrEnd, NFCVedant Kumar2018-12-212-4/+10
* [X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/SSUB_SAT generic i...Simon Pilgrim2018-12-211-35/+23
* [X86] Auto upgrade XOP/AVX512 rotation intrinsics to generic funnel shift int...Simon Pilgrim2018-12-201-64/+41
* Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.Michael Kruse2018-12-201-0/+1
* llvm-dwarfdump: Improve/fix pretty printing of array dimensionsDavid Blaikie2018-12-191-2/+3
* [X86][SSE] Auto upgrade PADDUS/PSUBUS intrinsics to UADD_SAT/USUB_SAT generic...Simon Pilgrim2018-12-191-17/+4
* Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder2018-12-141-0/+20
* [macho] save the SDK version stored in module metadata into the version min andAlex Lorenz2018-12-141-0/+40
* [mir] Serialize DILocation inline when not possible to use a metadata referenceDaniel Sanders2018-12-131-2/+6
* [ConstantFold] Use getMinSignedBits for APInt in isIndexInRangeOfArrayType.Florian Hahn2018-12-121-1/+1
* [Intrinsic] Signed Fixed Point Multiplication IntrinsicLeonard Chan2018-12-121-0/+18
* [ConstantInt] Check active bits before calling getZExtValue.Florian Hahn2018-12-121-1/+5
* [NewPM] fixing asserts on deleted loop in -print-after-allFedor Sergeev2018-12-111-6/+8
* APFloat: allow 64-bit of payloadJF Bastien2018-12-101-2/+24
* [X86] Merge addcarryx/addcarry intrinsic into a single addcarry intrinsic.Craig Topper2018-12-101-59/+40
* [X86] Add some comments about when some X86 intrinsic autoupgrade code was ad...Craig Topper2018-12-091-7/+7
* [IR] Don't assume all functions are 4 byte alignedRanjeet Singh2018-12-071-4/+5
* Reapply "Adapt gcov to changes in CFE."Adrian Prantl2018-12-061-11/+31
* Revert "Adapt gcov to changes in CFE."Ilya Biryukov2018-12-041-31/+11
* Reverting r348215Ranjeet Singh2018-12-041-3/+4
* [IR] Don't assume all functions are 4 byte alignedRanjeet Singh2018-12-041-4/+3
* Fix non-modular build.Adrian Prantl2018-12-031-0/+4
* Update Diagnostic handling for changes in CFE.Adrian Prantl2018-12-031-11/+27
* [InstCombine] Support ssub.sat canonicalization for non-splatsNikita Popov2018-12-011-11/+8
* [DWARFv5] Verify all-or-nothing constraint on DIFile sourceScott Linder2018-11-301-0/+18
* Comment tweak requested in code review. NFCPaul Robinson2018-11-291-1/+2
* [Inliner] Modify the merging of min-legal-vector-width attribute to better ha...Craig Topper2018-11-291-12/+16
* [DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson2018-11-282-5/+60
* [ThinLTO] Assembly representation of ReadOnly attributeEugene Leviant2018-11-231-1/+3
* [TI removal] Leverage the fact that TerminatorInst is gone to createChandler Carruth2018-11-222-37/+108
* [IR] Add hasNPredecessors, hasNPredecessorsOrMore to BasicBlockVedant Kumar2018-11-192-11/+10
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-194-77/+73
* [ThinLTO] Fix comment. NFCEugene Leviant2018-11-191-1/+1
* Fix bot failure from r347145Teresa Johnson2018-11-171-8/+7
* [ThinLTO] Add some stats for read only variable internalizationTeresa Johnson2018-11-171-0/+14
OpenPOWER on IntegriCloud