index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
common
/
ac_llvm_util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac: add Wave32 LLVM target machine
Marek Olšák
2019-07-19
1
-0
/
+5
*
amd/common: move ac_shader_{binary,reloc} into r600 and rename
Nicolai Hähnle
2019-07-04
1
-1
/
+0
*
amd/common: remove unused ac_compile_module_to_binary
Nicolai Hähnle
2019-07-04
1
-2
/
+0
*
ac,radeonsi: Always mark buffer stores as inaccessiblememonly
Connor Abbott
2019-06-19
1
-7
/
+0
*
amd/common: add ac_compile_module_to_elf
Nicolai Hähnle
2019-06-12
1
-0
/
+2
*
ac,radv: do not emit vec3 for raw load/store on SI
Samuel Pitoiset
2019-06-04
1
-0
/
+11
*
ac: use amdgpu-flat-work-group-size
Marek Olšák
2019-06-03
1
-0
/
+1
*
radv: add a workaround for Monster Hunter World and LLVM 7&8
Samuel Pitoiset
2019-05-17
1
-0
/
+1
*
amd: remove support for LLVM 6.0
Samuel Pitoiset
2018-12-06
1
-1
/
+0
*
ac: completely remove +auto-waitcnt-before-barrier
Marek Olšák
2018-08-21
1
-1
/
+0
*
radv: disable the auto-waitcnt-before-barrier LLVM option
Samuel Pitoiset
2018-08-15
1
-0
/
+1
*
ac,radeonsi: reduce optimizations for complex compute shaders on older APUs (v2)
Marek Olšák
2018-08-01
1
-1
/
+10
*
radeonsi: Add debug option to enable LLVM GlobalISel (v2)
Tom Stellard
2018-07-23
1
-0
/
+2
*
ac: run LLVM optimization passes only on the final function after inlining
Marek Olšák
2018-07-19
1
-0
/
+1
*
ac: add reusable helpers for direct LLVM compilation
Marek Olšák
2018-07-04
1
-0
/
+9
*
ac: make some fns static
Dave Airlie
2018-07-04
1
-7
/
+0
*
ac/radv: move llvm compiler info to struct and init in one place
Dave Airlie
2018-07-04
1
-0
/
+1
*
ac/radeonsi: port compiler init/destroy out of radeonsi.
Dave Airlie
2018-07-04
1
-0
/
+6
*
radv/radeonsi: add a check ir tm options
Dave Airlie
2018-07-04
1
-0
/
+1
*
radeonsi: rename si_compiler -> ac_llvm_compiler
Dave Airlie
2018-07-04
1
-0
/
+7
*
ac: add target library info helpers
Dave Airlie
2018-07-04
1
-0
/
+2
*
ac/radeonsi: refactor out pass manager init to common code.
Dave Airlie
2018-07-04
1
-0
/
+2
*
ac/radv: split the non-common init_once code from the common target code. (v2)
Dave Airlie
2018-07-04
1
-0
/
+2
*
ac: move all LLVM module initialization into ac_create_module
Marek Olšák
2018-07-02
1
-0
/
+1
*
radeonsi: add triple into si_compiler
Marek Olšák
2018-04-27
1
-1
/
+3
*
radeonsi: fix passing address32_hi to LLVM for high values
Marek Olšák
2018-03-07
1
-1
/
+1
*
ac: add ac_count_scratch_private_memory()
Samuel Pitoiset
2018-03-06
1
-0
/
+3
*
amd: remove support for LLVM 3.9
Marek Olšák
2018-02-02
1
-8
/
+6
*
ac: don't use byval LLVM qualifier in shaders
Marek Olšák
2018-01-27
1
-1
/
+0
*
ac: import lp_create_builder() from gallivm
Samuel Pitoiset
2018-01-16
1
-0
/
+9
*
amd/common: import get_{load,store}_intr_attribs() from RadeonSI
Samuel Pitoiset
2018-01-10
1
-0
/
+18
*
radeonsi: use ac_create_target_machine
Marek Olšák
2017-11-07
1
-0
/
+3
*
radeonsi: use ac_get_llvm_processor_name
Marek Olšák
2017-11-07
1
-0
/
+2
*
radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_target
Marek Olšák
2017-07-17
1
-0
/
+1
*
radv: enable sisched toggle in perftest flags.
Dave Airlie
2017-07-06
1
-0
/
+1
*
ac/radv: change api to create target machine
Dave Airlie
2017-07-06
1
-1
/
+4
*
ac: add new helper function to add a integer target dependent function attr.
Dave Airlie
2017-06-05
1
-0
/
+5
*
radeonsi/ac: move vertex export remove to common code.
Dave Airlie
2017-04-27
1
-0
/
+2
*
ac: consistently use ifndef guards over pragma once
Emil Velikov
2017-03-22
1
-1
/
+5
*
gallivm,ac: add LP_FUNC_ATTR_CONVERGENT
Marek Olšák
2017-03-06
1
-0
/
+1
*
gallivm, ac: add writeonly and inaccessiblememonly attributes
Marek Olšák
2017-03-03
1
-0
/
+2
*
amd/common: Fix build with new ac_add_function_attr()
Tobias Klausmann
2017-03-01
1
-0
/
+2
*
gallivm,ac: add function attributes at call sites instead of declarations
Marek Olšák
2017-03-01
1
-8
/
+9
*
gallivm,ac: remove unused FUNC_ATTR_LAST enums
Marek Olšák
2017-03-01
1
-1
/
+0
*
radeon/ac: move common llvm build functions to a separate file.
Dave Airlie
2017-02-07
1
-135
/
+0
*
radeonsi/ac: move most of emit_ddxy to shared code.
Dave Airlie
2017-02-03
1
-0
/
+12
*
radeonsi/ac: move get thread id to shared code.
Dave Airlie
2017-02-03
1
-1
/
+5
*
radeonsi/ac: move tbuffer store and buffer load to shared code.
Dave Airlie
2017-02-03
1
-1
/
+43
*
radeonsi/ac: move a bunch of load/store related things to common code.
Dave Airlie
2017-02-03
1
-0
/
+22
*
radeonsi/ac: move frag interp emission code to shared llvm code.
Dave Airlie
2017-02-02
1
-0
/
+14
[next]