summaryrefslogtreecommitdiffstats
path: root/llvm/include
Commit message (Expand)AuthorAgeFilesLines
* Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.Peter Collingbourne2017-06-272-1/+8
* Bitcode: Write the irsymtab to disk.Peter Collingbourne2017-06-272-3/+25
* Object: Add version and producer fields to the irsymtab header. NFCI.Peter Collingbourne2017-06-271-0/+12
* [Analysis] Revert r306472 changes in LoopInfo headers to fix broken builds.Eugene Zelenko2017-06-273-120/+69
* [GISel]: Add G_FEXP, G_FEXP2 opcodesAditya Nandakumar2017-06-273-0/+20
* [Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko2017-06-276-215/+301
* [WebAssembly] Add support for printing relocations with llvm-objdumpSam Clegg2017-06-271-0/+1
* [WebAssembly] Add data size and alignement to linking sectionSam Clegg2017-06-273-2/+13
* [Dominators] Use Semi-NCA instead of SLT to calculate dominatorsJakub Kuderski2017-06-271-50/+24
* Fix incorrect comment in machine-schedulerJaved Absar2017-06-271-1/+1
* [DWARF] NFC: Make string-offset handling more like address-table handling; Paul Robinson2017-06-271-2/+0
* [PatternMatch] Remove 64-bit or less restriction from m_SpecificIntCraig Topper2017-06-271-4/+1
* Add missing include. Should fix modules libstdc++ builds.Vassil Vassilev2017-06-271-0/+1
* Add missing forward declaraion.Vassil Vassilev2017-06-271-0/+1
* [COFF, ARM64] Fix typo in COFF ARM64 Relocation TypeMandeep Singh Grang2017-06-271-1/+1
* [CFLAA] Move FunctionHandle to llvm::cflaa.Davide Italiano2017-06-273-5/+4
* [CFLAA] Move a common function to the header to reduce duplication.Davide Italiano2017-06-271-0/+15
* [CFLAA] Change FunctionHandle to be common to Steensgaard's and Andersens'Davide Italiano2017-06-263-46/+49
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-06-2612-156/+218
* [Coverage] Improve readability by using a struct. NFC.Vedant Kumar2017-06-261-2/+10
* Add missing forward declaration.Vassil Vassilev2017-06-261-0/+1
* [DWARF] NFC: Give DwarfFormat a 1-byte base type.Paul Robinson2017-06-262-4/+4
* [DWARF] NFC: Collect info used by DWARFFormValue into a helper.Paul Robinson2017-06-263-88/+79
* [GVN] Recommit the patch "Add phi-translate support in scalarpre".Wei Mi2017-06-261-2/+28
* Replace trivial use of external rc.exe by writing our own .res file.Eric Beckmann2017-06-262-9/+45
* [llvm-pdbutil] Add a mode to `bytes` for dumping split debug chunks.Zachary Turner2017-06-261-0/+10
* [IR] Rename BinaryOperator::init to AssertOK and remove argument. Replace def...Craig Topper2017-06-261-2/+2
* [InstCombine] Factor the logic for propagating !nonnull and !rangeChandler Carruth2017-06-261-0/+13
* [LoopSimplify] Re-instate r306081 with a bug fix w.r.t. indirectbr.Chandler Carruth2017-06-251-0/+8
* Revert "[LoopSimplify] Factor the logic to form dedicated exits into a utility."Daniel Jasper2017-06-251-8/+0
* [IR] Move repeated asserts in FCmpInst constructor to a helper method like we...Craig Topper2017-06-251-21/+13
* Add support for Ananas platformEd Schouten2017-06-251-0/+1
* [PatternMatch] Just check if value is a Constant before calling isAllOnesValu...Craig Topper2017-06-251-4/+1
* [PGO] Implementate profile counter regiser promotionXinliang David Li2017-06-252-0/+19
* [Support] Don't use std::iterator, it's deprecated in C++17.Zachary Turner2017-06-251-6/+5
* [SCEV] Avoid copying ConstantRange just to get the min/max valueCraig Topper2017-06-241-5/+27
* [PatternMatch] Use ConstantFP::isNan instead of getting the APFloat and calli...Craig Topper2017-06-241-4/+2
* [IR] Implement commutable matchers without using combineOrCraig Topper2017-06-241-56/+58
* [SelectionDAG] set dereferenceable flag when expanding memcpy/memmoveHiroshi Inoue2017-06-241-0/+5
* [IR] Remove BinOp2_match and replace its usage with the more capable BinOpPre...Craig Topper2017-06-241-49/+48
* [IR][AssumptionCache] Add m_Shift and m_BitwiseLogic matchers to replace a co...Craig Topper2017-06-242-1/+47
* Simplify the processFixupValue interface. NFC.Rafael Espindola2017-06-241-5/+2
* Add comments for OrderedInstruction. NFCXin Tong2017-06-241-0/+3
* Make visible isDereferenceableAndAlignedPointer(..., const APInt &Size, ...)Vitaly Buka2017-06-241-0/+9
* Remove redundant argument.Rafael Espindola2017-06-241-2/+1
* Fix use of uninitialized value.Rafael Espindola2017-06-241-1/+1
* [ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames2017-06-236-152/+186
* [llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.Zachary Turner2017-06-231-7/+12
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-232-3/+4
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-236-186/+152
OpenPOWER on IntegriCloud