summaryrefslogtreecommitdiffstats
path: root/llvm/include
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Use per-summary flag to prevent exporting locals used in inline asmTeresa Johnson2016-10-302-5/+4
* [ThinLTO] Rename doPromoteLocalToGlobal to shouldPromoteLocalToGlobal (NFC)Teresa Johnson2016-10-291-1/+1
* [ThinLTO] Use NoPromote flag in summary during promotionTeresa Johnson2016-10-291-4/+6
* [DAGCombiner] (REAPPLIED) Add vector demanded elements support to computeKnow...Simon Pilgrim2016-10-291-3/+13
* Define calculateDbgStreamSize for consistency.Rui Ueyama2016-10-291-0/+1
* Resubmit "Add support for advanced number formatting."Zachary Turner2016-10-291-11/+21
* Refactor DW_LNE_* into Dwarf.defAdrian Prantl2016-10-282-14/+23
* Refactor DW_LNS_* into Dwarf.defAdrian Prantl2016-10-282-21/+31
* Refactor DW_APPLE_PROPERTY_* into Dwarf.defAdrian Prantl2016-10-282-23/+34
* Refactor DW_CFA_* into Dwarf.defAdrian Prantl2016-10-282-36/+46
* Remove whitespaceAdrian Prantl2016-10-281-1/+1
* Refactor all DW_FORM_* constants into Dwarf.defAdrian Prantl2016-10-282-47/+55
* [APFloat] Fix memory bugs revealed by MSanTim Shen2016-10-281-0/+1
* Fix a copy&paste error in the macro definition for HANDLE_DW_MACRO andAdrian Prantl2016-10-281-2/+2
* Remove redundant prefixes from constants and unbreak the LLDB bots.Adrian Prantl2016-10-281-29/+29
* [APFloat] Use std::move() in move assignment operatorTim Shen2016-10-281-1/+1
* Implement vector count leading/trailing bytes with zero lsb and vector parityNemanja Ivanovic2016-10-281-0/+11
* [MemorySSA] Add const to getClobberingMemoryAccess.George Burgess IV2016-10-281-2/+2
* [Error] Unify +Asserts/-Asserts behavior for checked flags in Error/Expected<T>.Lang Hames2016-10-281-33/+37
* Move the DWARF attribute constants into Dwarf.def and delete 300 lines of sil...Adrian Prantl2016-10-282-208/+218
* MachineRegisterInfo: Remove unused arg from isConstantPhysReg(); NFCMatthias Braun2016-10-281-1/+1
* Import/update constants from the DWARF 5 public review draft document.Adrian Prantl2016-10-282-22/+144
* [LCSSA] Perform LCSSA verification only for the current loop nest.Igor Laevsky2016-10-282-1/+18
* Revert "[DAGCombiner] Add vector demanded elements support to computeKnownBits"Juergen Ributzka2016-10-281-13/+3
* [ThinLTO] Rename HasSection to NoRename (NFC)Teresa Johnson2016-10-281-8/+10
* [IR] Reintroduce getGEPReturnType(), it will be used in a later patch.Davide Italiano2016-10-271-0/+5
* [Coverage] Darwin: Move __llvm_covmap from __DATA to __LLVM_COVVedant Kumar2016-10-271-1/+1
* Reapply r285351 "[APFloat] Add DoubleAPFloat mode to APFloat. NFC." withTim Shen2016-10-271-162/+326
* Revert "[APFloat] Add DoubleAPFloat mode to APFloat. NFC."Tim Shen2016-10-271-318/+162
* [APFloat] Add DoubleAPFloat mode to APFloat. NFC.Tim Shen2016-10-271-162/+318
* Another additional error check for invalid Mach-O files for theKevin Enderby2016-10-272-0/+25
* Switch all DWARF variables for tags, attributes and forms over to use the llv...Greg Clayton2016-10-276-23/+33
* Add Loop Sink pass to reverse the LICM based of basic block frequency.Dehao Chen2016-10-274-0/+20
* [DAGCombiner] Add vector demanded elements support to computeKnownBitsSimon Pilgrim2016-10-271-3/+13
* Revert r285285 "[Object/ELF] - Fixed behavior when SectionHeaderTable->sh_siz...George Rimar2016-10-271-6/+0
* [Object/ELF] - Fixed behavior when SectionHeaderTable->sh_size is too large.George Rimar2016-10-271-0/+6
* [Object/ELF] - Do not allow overflow when checking section size/offset.George Rimar2016-10-271-1/+2
* [Object/ELF] - Do not crash if string table sh_size is equal to zero.George Rimar2016-10-271-0/+2
* [IR] Retire unused getGEPReturnType overload. NFCI.Davide Italiano2016-10-261-5/+0
* [APFloat] Fix APFloat::getExactInverse when the input is nullptr. This is a r...Tim Shen2016-10-261-1/+1
* DebugInfo: fix incorrect alignment type (NFC)Victor Leschuk2016-10-261-12/+12
* [PowerPC] Implement vec_insert_exp builtins - llvm portionNemanja Ivanovic2016-10-261-0/+6
* Introduce updateDiscriminator interface to DILocation to make it cleaner assi...Dehao Chen2016-10-261-0/+19
* DebugInfo: support for DWARFv5 DW_AT_alignment attributeVictor Leschuk2016-10-262-2/+3
* Revert r285181 "DebugInfo: support for DWARFv5 DW_AT_alignment attribute".Vassil Vassilev2016-10-262-3/+2
* DebugInfo: support for DWARFv5 DW_AT_alignment attributeVictor Leschuk2016-10-262-2/+3
* [AVX-512] Add scalar vfmsub/vfnmsub mask3 intrinsicsCraig Topper2016-10-261-0/+24
* Utility functions for appending to llvm.used/llvm.compiler.used.Evgeniy Stepanov2016-10-252-1/+7
* [codeview] support emitting indirect virtual base class informationBob Haarman2016-10-252-5/+10
* [APFloat] Make APFloat an interface class to the internal IEEEFloat. NFC.Tim Shen2016-10-251-90/+314
OpenPOWER on IntegriCloud