aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-10PR25722 Support and tests for transform of LDR rt, = to MOVlinaro-local/TCWG-468Peter Smith
2016-05-10PR25722 Fixup tests to take into account mov translationPeter Smith
2016-05-10PR25722 Delay ARM constant pool creation to processInstructionPeter Smith
2016-05-10[mips][ias] Make the default path unreachable in needsRelocateWithSymbol() (e...linaro-local/HEADDaniel Sanders
2016-05-10[OCaml] Update core test and re-enable testingJeroen Ketema
2016-05-10[X86][AVX512] Added masked version of MOVDDUP test with 16f32Simon Pilgrim
2016-05-10Update Debug Intrinsics in RewriteUsesOfClonedInstructions in LoopRotationChuang-Yu Cheng
2016-05-10[InstCombine] Remove trivially empty va_start/va_end and va_copy/va_end ranges.Arnaud A. de Grandmaison
2016-05-10[Sparc][LEON] Itineraries unit test.Chris Dewhurst
2016-05-10Clarify the difference between ISD::BITCAST and the bitcast instruction from ...Daniel Sanders
2016-05-10Revert "[PGO] Fix __llvm_profile_raw_version linkage in MACHO IR instrumentat...Renato Golin
2016-05-10[foldMemoryOperand()] Pass LiveIntervals to enable liveness check.Jonas Paulsson
2016-05-10[LoopVectorize] Handling induction variable with non-constant step.Elena Demikhovsky
2016-05-10[LAA] Rename "isStridedPtr" with "getPtrStride". NFC.Denis Zobnin
2016-05-10liveness.mir requires asserts to use -debug-onlyMatthias Braun
2016-05-10[X86][AVX512] Strengthen the assertions from r269001. We need VLX to use the ...Craig Topper
2016-05-10[X86] Add ZMM registers to the X86_INTR calling convention preserved mask whe...Craig Topper
2016-05-10[X86] Update X86_INTR calling convention to save ZMM registers instead of YMM...Craig Topper
2016-05-10LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()Matthias Braun
2016-05-10LiveInterval: Avoid unnecessary auto, add const; NFCMatthias Braun
2016-05-10llc: Print+Verify machine function after loading itMatthias Braun
2016-05-10TargetPassConfig: Set PrintMachineCode even if addMachinePasses() does not run.Matthias Braun
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman
2016-05-10CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun
2016-05-10PrologEpilogInserter: Remove unnecessary dependencyMatthias Braun
2016-05-10Appease MSVCMatthias Braun
2016-05-10[ValueTracking] Use guards to prove non-nullness of a valueSanjoy Das
2016-05-10[BasicAA] Guard intrinsics don't write to memorySanjoy Das
2016-05-10Try to appease clang-x64-ninja-win7 bot.Matthias Braun
2016-05-10llc: Rework -run-pass optionMatthias Braun
2016-05-10LLVMTargetMachine: Add functions to create MIModuleInfo/MIFunction; NFCMatthias Braun
2016-05-10[X86][AVX512] Use the proper load/store for AVX512 registers.Quentin Colombet
2016-05-10Don't inline functions with different SafeStack attributes.Evgeniy Stepanov
2016-05-10[SCEVExpander] Clang format expressions; NFCSanjoy Das
2016-05-10[SCEV] Use guards to prove predicatesSanjoy Das
2016-05-10[nvvm] Mark ldu and ldg intrinsics as IntrArgMemOnly.Justin Lebar
2016-05-10Minor formatting fixes in LoopUnroll.cpp.Justin Lebar
2016-05-10[NVPTX] Change begin/end inline asm comments to "begin/end inline asm".Justin Lebar
2016-05-10[NVVM] Add comments to NVVM intrinsics listing.Justin Lebar
2016-05-10[WebAssembly] Disable 128-bit shift libcallsDerek Schuff
2016-05-09SDAG: Stop relying on Select's return value in SystemZ's splitLargeImmediate....Justin Bogner
2016-05-09Fix some Clang-tidy modernize-deprecated-headers and Include What You Use war...Eugene Zelenko
2016-05-09[LV] Hint at the new loop distribution pragma in optimization remarkAdam Nemet
2016-05-09[IndirectCallPromotion] Remove duplicate comment. NFCAdam Nemet
2016-05-09Disable this unit test on MSVC, which crashes while compiling it.Adrian Prantl
2016-05-09Fix buildbot failure from r268968.Rong Xu
2016-05-09[X86] Fix the AllRegs AVX calling convention.Quentin Colombet
2016-05-09[Inliner] don't assume that a Constant alloca size is a ConstantInt (PR27277)Sanjay Patel
2016-05-09Fix buildbot failure from r268968.Rong Xu
2016-05-09Typo. NFC.Chad Rosier