[PPC64LE] More improvements to VSX swap optimization
[oota-llvm.git] / lib / Target / AMDGPU /
2015-07-13 Matt ArsenaultAMDGPU: Minor cleanups to always inline pass
2015-07-13 Tom StellardAMDGPU/SI: Select mad patterns to v_mac_f32
2015-07-10 Matt ArsenaultAMDGPU: Fix chains for memory ops dependent on argument...
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-10 Matt ArsenaultAMDGPU: Use requested chain when lowering arguments
2015-07-09 Tom StellardAMDGPU: Add helper function for implicit parameter...
2015-07-09 Matt ArsenaultAMDGPU/R600: Return correct chain when lowering loads
2015-07-09 Tom StellardAMDGPU/SI: The SIShrinkInstructions pass should only...
2015-07-09 Tom StellardAMDGPU/SI: Fix crash on physical registers in SIInstrIn...
2015-07-09 Mehdi AminiRe-instate the EVT parameter to getScalarShiftAmountTy...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetLowering
2015-07-09 Mehdi AminiMake isLegalAddressingMode() taking DataLayout as an...
2015-07-09 Mehdi AminiMake TargetLowering::getShiftAmountTy() taking DataLayo...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-09 Mehdi AminiMake TargetTransformInfo keeping a reference to the...
2015-07-06 Matt ArsenaultAMDGPU: Run SIInsertWaits as pre-emit pass
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-07-06 Matt ArsenaultAMDGPU/SI: Add debugging subtarget feature for DS offsets
2015-07-05 Benjamin Kramer[TargetLowering] StringRefize asm constraint getters.
2015-07-03 Matt ArsenaultAMDGPU: Fix indentation of switch
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-28 Matt ArsenaultAMDGPU/SI: Fix extra space when printing v_div_fmas_*
2015-06-26 Tom StellardAMDPGU/SI: Use correct resource descriptors for VI...
2015-06-26 Tom StellardAMDGPU/SI: Update amd_kernel_code_t definition and...
2015-06-26 Tom StellardAMDGPU/SI: Remove unused variable
2015-06-26 Tom StellardAMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSA
2015-06-26 Tom StellardAMDGPU/SI: Add hsa code object directives
2015-06-26 Tom StellardAMDGPU/SI: There are no implicit kernel args in the...
2015-06-26 Tom StellardAMDGPU/SI: Emit amd_kernel_code_t in EmitFunctionBodySt...
2015-06-26 Marek OlsakAMDGPU: really don't commute REV opcodes if the target...
2015-06-25 Benjamin KramerReplace copy-pasted debug value skipping with MBB:...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-23 Matt ArsenaultAMDGPU: Use getAsInteger instead of atoi
2015-06-22 Tom StellardR600/SI: Use ELF64 format instead of ELF32
2015-06-22 Tom StellardR600: Use EM_AMDGPU for the ELF Machine type
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-17 Matt ArsenaultAMDGPU: Change unreachable into reported error
2015-06-15 Sanjoy Das[TargetInstrInfo] Rename getLdStBaseRegImmOfs and imple...
2015-06-13 Tom StellardAMDGPU: s/R600/AMDGPU/ in the Makefiles
2015-06-13 Tom StellardR600 -> AMDGPU rename
2012-07-16 Tom StellardRevert "AMDGPU: Add core backend files for R600/SI...
2012-07-16 Tom StellardRevert "Target/AMDGPU/R600KernelParameters.cpp: Fix...
2012-07-16 Tom StellardRevert "Target/AMDGPU: [CMake] Fix dependencies. 1...
2012-07-16 Tom StellardRevert "Target/AMDGPU/R600KernelParameters.cpp: Don...
2012-07-16 Tom StellardRevert "Target/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_...
2012-07-16 Tom StellardRevert "Target/AMDGPU: Fix includes, or msvc build...
2012-07-16 NAKAMURA TakumiTarget/AMDGPU: Fix includes, or msvc build failed.
2012-07-16 NAKAMURA TakumiTarget/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_unreacha...
2012-07-16 NAKAMURA TakumiTarget/AMDGPU/R600KernelParameters.cpp: Don't use ...
2012-07-16 NAKAMURA TakumiTarget/AMDGPU: [CMake] Fix dependencies. 1) Add intrins...
2012-07-16 NAKAMURA TakumiTarget/AMDGPU/R600KernelParameters.cpp: Fix two include...
2012-07-16 Tom StellardAMDGPU: Add core backend files for R600/SI codegen v6