OSDN Git Service

Sort the remaining #include lines in include/... and lib/....
[android-x86/external-llvm.git] / lib / Target / AMDGPU / AMDGPUCodeGenPrepare.cpp
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-05-18 Francis Visoiu Mistrih[LegacyPassManager] Remove TargetMachine constructors
2017-03-17 Matt ArsenaultAMDGPU: Cleanup control flow intrinsics
2017-02-27 Matt ArsenaultAMDGPU: Support v2i16/v2f16 packed operations
2017-02-01 Matt ArsenaultAMDGPU: Improve nsw/nuw/exact when promoting uniform...
2017-01-20 Eugene Zelenko[AMDGPU] Fix some Clang-tidy modernize and Include...
2016-12-22 Matt ArsenaultAMDGPU: Allow rcp and rsq usage with f16
2016-12-06 Matt ArsenaultAMDGPU: Fix crash on i16 constant expression
2016-10-07 Konstantin Zhuravlyov[AMDGPU] AMDGPUCodeGenPrepare: remove extra ';'
2016-10-07 Konstantin Zhuravlyov[AMDGPU] Promote uniform (i1, i16] operations to i32
2016-10-06 Konstantin Zhuravlyov[AMDGPU] Promote uniform i16 bitreverse intrinsic to i32
2016-10-03 Konstantin Zhuravlyov[AMDGPU] Sign extend AShr when promoting (instead of...
2016-10-01 Mehdi AminiUse StringRef in Pass/PassManager APIs (NFC)
2016-09-28 Konstantin Zhuravlyov[AMDGPU] Promote uniform i16 ops to i32 ops for targets...
2016-07-26 Matt ArsenaultAMDGPU: Use rcp for fdiv 1, x with fpmath metadata
2016-07-19 Matt ArsenaultAMDGPU: Change fdiv lowering based on !fpmath metadata
2016-06-24 Matt ArsenaultAMDGPU: Add stub custom CodeGenPrepare pass