summaryrefslogtreecommitdiffstats
path: root/llvm/include
Commit message (Expand)AuthorAgeFilesLines
* Revert r272194 No need for it if loop Analysis Manager is usedXinliang David Li2016-06-091-46/+20
* Factor out a loopHasNoAbnormalExits; NFCSanjoy Das2016-06-091-7/+9
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-2/+8
* Function names should start with lowercase letters.Rui Ueyama2016-06-081-2/+2
* [PDB] Move PDB functions to a separate file.Rui Ueyama2016-06-081-0/+22
* [RegisterBankInfo] Avoid code duplication in OperandsMapper for the computati...Quentin Colombet2016-06-081-0/+8
* [RegisterBankInfo] Add dump/print methods for OperandsMapper.Quentin Colombet2016-06-081-2/+17
* [DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner2016-06-085-24/+46
* [PM] Refector LoopAccessInfo analysis code Xinliang David Li2016-06-081-20/+46
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-0811-21/+25
* [CodeView] Remove manual expansion of the default copy ctor.Benjamin Kramer2016-06-081-10/+0
* [SCEV] Track no-abnormal-exits instead of no-throw callsSanjoy Das2016-06-081-2/+6
* [pdb] Handle stream index errors better.Zachary Turner2016-06-089-17/+60
* [ProfileData] Update llvm's copy of InstrProfData.incVedant Kumar2016-06-081-19/+31
* [RegisterBankInfo] Implement the method to apply a mapping.Quentin Colombet2016-06-081-0/+34
* [RegBankSelect] Use const_iterator instead of iterator for repairReg.Quentin Colombet2016-06-081-4/+5
* [RegisterBankInfo] Introduce OperandsMapper class.Quentin Colombet2016-06-081-0/+80
* [Target] Introduce a generic opcode for bitwise OR: G_OR.Quentin Colombet2016-06-082-1/+19
* [RegisterBankInfo] Adapt the copy cost logic to give something sane by default.Quentin Colombet2016-06-081-1/+5
* [RegisterBankInfo] Add a size argument for the cost of copy.Quentin Colombet2016-06-081-3/+7
* [RegisterBankInfo] Move a hidden function into a static method. NFC.Quentin Colombet2016-06-081-0/+9
* IR: Call dropAllReferences from GlobalVariable's destructor.Peter Collingbourne2016-06-081-0/+2
* [pdbdump] Print out # of hash buckets.Rui Ueyama2016-06-071-0/+1
* [pdbdump] Print out TPI hash key size.Rui Ueyama2016-06-071-0/+1
* [pdb] Convert StringRefs to ArrayRef<uint8_t>s.Zachary Turner2016-06-072-3/+4
* Reformat for some clarity and 80-columns. NFC.Eric Christopher2016-06-072-21/+32
* [stack-protection] Add support for MSVC buffer security checkEtienne Bergeron2016-06-071-2/+8
* [yaml] Add a ScalarTraits for mapping endian aware types.Zachary Turner2016-06-071-0/+27
* [pdb] Fix a potential overflow and remove unnecessary comments.Zachary Turner2016-06-071-0/+3
* [X86][SSE] Add general lowering of nontemporal vector loadsSimon Pilgrim2016-06-071-0/+12
* [pdb] Use MappedBlockStream to parse the PDB directory.Zachary Turner2016-06-0711-16/+108
* [pdbdump] Print out New FPO stream contents.Rui Ueyama2016-06-062-0/+31
* [AVX512] Remove masked palignr intrinsics and auto-upgrade them to native IR ...Craig Topper2016-06-061-3/+0
* Trailing whitespace.NAKAMURA Takumi2016-06-061-1/+1
* Untabify.NAKAMURA Takumi2016-06-064-9/+8
* [PM] Port IndVarSimplify to the new pass managerSanjoy Das2016-06-051-0/+29
* [IndVars] Remove -liv-reduceSanjoy Das2016-06-051-11/+1
* Fix wrong comment in header /NFCXinliang David Li2016-06-051-1/+1
* [PM] Port GCOVProfiler pass to the new pass managerXinliang David Li2016-06-051-0/+31
* [PM] code refactoring /NFCXinliang David Li2016-06-051-1/+1
* Disable the use of std::call_once on PowerPC due to an apparent bug inChandler Carruth2016-06-051-1/+2
* Threading.h: Update \param. [-Wdocumentation]NAKAMURA Takumi2016-06-051-1/+1
* [LPM] Reinstate r271781 which reinstated r271652 to replace theChandler Carruth2016-06-043-27/+51
* [CodeView] Validate the vftable offsetDavid Majnemer2016-06-041-1/+10
* [LPM] Revert r271781 which was a re-commit of r271652.Chandler Carruth2016-06-043-51/+27
* [LPM] Reinstate r271652 to replace the CALL_ONCE_... macro in the legacyChandler Carruth2016-06-043-27/+51
* Revert commit r271704, a patch that enables warnings for non-portable #includ...Taewook Oh2016-06-041-8/+1
* STLExtras: Add convenience is_contained() function.Devin Coughlin2016-06-041-0/+7
* [LockFileManager] Improve error output by using better error messagesBruno Cardoso Lopes2016-06-041-0/+10
* Reapply r271728 after adding move cobstructor for ProfileSummaryInfoEaswaran Raman2016-06-032-0/+114
OpenPOWER on IntegriCloud