summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [IRCE] Remove folding of two range checks into RANGE_CHECK_BOTHMax Kazantsev2017-11-171-28/+3
* AMDGPU: Replace list of SMEM buffer opcodesMatt Arsenault2017-11-172-10/+14
* AMDGPU: Fix breaking SMEM clausesMatt Arsenault2017-11-172-25/+45
* [SelectionDAG] Consolidate (t|T)ransferDbgValues methods, NFC (reapply)Vedant Kumar2017-11-172-39/+32
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-17370-631/+631
* Don't #include MemoryBuffer.h from Host.h.Zachary Turner2017-11-172-0/+2
* [PredicateInfo] Add comment about why we require stable sortMandeep Singh Grang2017-11-171-0/+5
* Current implementation of Value::replaceUsesExceptBlockAddr() uses UseListDmitry Mikulin2017-11-171-1/+9
* [ARM] 't' asm constraint should accept i32Yi Kong2017-11-161-1/+1
* [X86] Add DAG combine to remove sext i32->i64 from gather/scatter instructions.Craig Topper2017-11-161-1/+22
* [X86] Don't remove sign extend of gather/scatter indices during SelectionDAGB...Craig Topper2017-11-161-7/+0
* [Support] Support NetBSD PaX MPROTECT in sys::Memory.Lang Hames2017-11-162-203/+4
* Fix some undefined beahvior in FileMapping.Zachary Turner2017-11-161-2/+2
* Convert another use of createUniqueFile to TempFile::create.Rafael Espindola2017-11-161-0/+16
* Revert "[SelectionDAG] Consolidate (t|T)ransferDbgValues methods, NFC."Vedant Kumar2017-11-162-30/+39
* [RISCV] Fix 64-bit data layout mismatch between backend and target descriptionMandeep Singh Grang2017-11-161-1/+1
* [X86] Pre-truncate gather/scatter indices that have element sizes larger than...Craig Topper2017-11-161-2/+19
* [X86] DAGCombinerInfo is in TargetLowering not X86TargetLowering.Craig Topper2017-11-161-1/+1
* [DAGCombiner] Use cast instead of an unchecked dyn_cast.Craig Topper2017-11-161-1/+1
* [SelectionDAG] Consolidate (t|T)ransferDbgValues methods, NFC.Vedant Kumar2017-11-162-39/+30
* Fix my typo of PDB_TableTypeReid Kleckner2017-11-161-1/+1
* Fix -Wreturn-type falling off the end of a function in new DIA codeReid Kleckner2017-11-161-0/+1
* [arc] Fix ambiguous overloaded operator errorDaniel Sanders2017-11-161-1/+1
* bpf: print backward branch target properlyYonghong Song2017-11-164-2/+18
* [arc] Update TargetInfo to include the new backend name argumentDaniel Sanders2017-11-161-1/+1
* Fix RISCV build after r318352Azharuddin Mohammed2017-11-161-2/+2
* [PPC] Change i32 constant in store instruction to i64Guozhi Wei2017-11-161-1/+16
* Add ELF dynamic symbol support to yaml2obj/obj2yamlDave Lee2017-11-161-0/+1
* Allow empty mappings for optional YAML inputDave Lee2017-11-161-1/+2
* [asan] Fix small X86_64 ShadowOffset for non-default shadow scaleWalter Lee2017-11-161-7/+9
* Revert "[Support][CachePruning] Fix regression in pruning interval"Rafael Espindola2017-11-161-1/+1
* [FuzzMutate] Fix windows build after rL318407.Igor Laevsky2017-11-161-1/+1
* [FuzzMutate] NFC. Move parseModule and writeModule from llvm-isel-fuzzer into...Igor Laevsky2017-11-161-0/+36
* [InstCombine] include 'sub' in the list of narrow-able binopsSanjay Patel2017-11-161-10/+7
* [DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith2017-11-168-0/+151
* [SCEV] simplify loop. NFC.Javed Absar2017-11-161-2/+2
* Test commit. Add a missing dash to the standard llvm file header; NFC.Aaron Smith2017-11-161-1/+1
* [Support][CachePruning] Fix regression in pruning intervalBen Dunbobbin2017-11-161-1/+1
* [asan] Fix size/alignment issues with non-default shadow scaleWalter Lee2017-11-161-2/+5
* Fix pointer EVT in SelectionDAGBuilder::visitAllocaYaxun Liu2017-11-161-9/+7
* [DAGCombine] Enable more srl -> load combinesSam Parker2017-11-161-5/+16
* Assert correct removal of SUnit in LatencyPriorityQueueBenjamin Kramer2017-11-161-0/+1
* [TTI][X86] update costs of interleaved load\store of i64\doubleMohammed Agabaria2017-11-161-0/+6
* [MachineRegisterInfo] Avoid having dbg.values affect code generationMikael Holmen2017-11-161-2/+2
* [IRCE] Fix SCEVExpander's usage in IRCEMax Kazantsev2017-11-161-0/+14
* [X86] Update TTI to report that v1iX/v1fX types aren't legal for masked gathe...Craig Topper2017-11-161-2/+10
* [SelectionDAG] Use report_fatal_error instead of llvm_unreachable in some cod...Craig Topper2017-11-161-1/+2
* [SCEV][NFC] Introduce isSafeToExpandAt function to SCEVExpanderMax Kazantsev2017-11-161-0/+5
* Fix thinko in last commit.Eric Christopher2017-11-161-1/+1
* Add NDEBUG checks around LLVM_DUMP_METHOD functions for Wunused-function warn...Eric Christopher2017-11-162-2/+8
OpenPOWER on IntegriCloud