summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-11-01[RISCV] Add stub backendAlex Bradbury
2016-11-01AMDGPU: Fix buildbots broken by r285704Tom Stellard
2016-11-01[RISCV] Add RISC-V ELF definesAlex Bradbury
2016-11-01[RISCV] Recognise riscv32 and riscv64 in triple parsing codeAlex Bradbury
2016-11-01[TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.hAlex Bradbury
2016-11-01AMDGPU: Implement expansion of f16 = FP_TO_FP16 f64Tom Stellard
2016-11-01[InstCombine] Folding of shifts by the sum of positive valuesSimon Pilgrim
2016-11-01[Thumb-1] Synthesize TBB/TBH instructions to make use of compressed jump tablesJames Molloy
2016-11-01[AMDGPU] Expand vector mulhu/mulhsValery Pykhtin
2016-11-01[PowerPC] Implement vector shift builtins - llvm portionNemanja Ivanovic
2016-11-01Allow resolving response file names relative to including fileSerge Pavlov
2016-11-01[TBAA] Use wrapper objects instead of raw getOperand s; NFCSanjoy Das
2016-11-01[TBAA] Rename accessors to be more idiomatic; NFCSanjoy Das
2016-11-01Bitcode: Simplify BitstreamWriter::EnterBlockInfoBlock() interface.Peter Collingbourne
2016-11-01AMDGPU: Whitespace fixesMatt Arsenault
2016-10-31[DAG] disable nsw/nuw for add/sub/mul when simplifying based on demanded bits...Sanjay Patel
2016-10-31[Hexagon] Garbage collect dead code.Davide Italiano
2016-10-31Fix a typo.Evgeniy Stepanov
2016-10-31CodeGen: further loosen -O0 CG for WoA divisionSaleem Abdulrasool
2016-10-31[ThinLTO] Disable importing and other cross-module optis at -O0Teresa Johnson
2016-10-31[NVPTX] Remove NVPTXFavorNonGenericAddrSpaces pass.Justin Lebar
2016-10-31More additional error checks for invalid Mach-O files whenKevin Enderby
2016-10-31[PPC] add absolute difference altivec instructions and matching intrinsicsNemanja Ivanovic
2016-10-31DebugInfo: make DW_TAG_atomic_type validVictor Leschuk
2016-10-31[asan] Move instrumented null-terminated strings to a special section, LLVM partKuba Brecka
2016-10-31GlobalISel: allow truncating pointer casts on AArch64.Tim Northover
2016-10-31GlobalISel: translate stack protector intrinsicsTim Northover
2016-10-31Define DbiStreamBuilder::addSectionMap.Rui Ueyama
2016-10-31Modify DWARFFormValue to remember the DWARFUnit that it was decoded with.Greg Clayton
2016-10-31[x86][inline-asm][AVX512][llvm][PART-2]Michael Zuckerman
2016-10-31[AMDGPU][MC][gfx8] Support 20-bit immediate offset in SMEM instructions.Artem Tamazov
2016-10-31[Hexagon] Don't expand mux instructions with both sources identicalKrzysztof Parzyszek
2016-10-31[SystemZ] Rework processor feature definitions and add -mcpu=archX supportUlrich Weigand
2016-10-31[SystemZ] Guard LEFR/LFER with FeatureVectorUlrich Weigand
2016-10-31[SystemZ] Correctly diagnose missing features in AsmParserUlrich Weigand
2016-10-31[SystemZ] Fix encoding of MVCK and .insn ssUlrich Weigand
2016-10-31Second attempt at r285517.Dorit Nuzman
2016-10-31[SystemZ] Model 2 VBU units (not 1) in SystemZScheduleZ13.td.Jonas Paulsson
2016-10-31Improved cost model for FDIV and FSQRT, by Andrew TischenkoAlexey Bataev
2016-10-31[AVX-512] Add missing patterns for selecting masked vector extracts that star...Craig Topper
2016-10-31[SCEV] Try to order n-ary expressions in CompareValueComplexitySanjoy Das
2016-10-30[SCEV] In CompareValueComplexity, order global values by their nameSanjoy Das
2016-10-30[SCEV] Use auto for consistency with an upcoming change; NFCSanjoy Das
2016-10-30[DAG] x | x --> xSanjay Patel
2016-10-30[DAG] x & x --> xSanjay Patel
2016-10-30Revert r285517 due to build failures.Dorit Nuzman
2016-10-30[LoopVectorize] Make interleaved-accesses analysis less conservative aboutDorit Nuzman
2016-10-30[X86] Use intrinsics table for PMADDUBSW and PMADDWD so that we can use the l...Craig Topper
2016-10-30[ThinLTO] Use per-summary flag to prevent exporting locals used in inline asmTeresa Johnson
2016-10-30[ThinLTO] Correctly resolve linkonce when importing aliaseeTeresa Johnson