summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* run post-RA hazard recognizer pass lateMark Searles2018-07-161-3/+7
* AMDGPU: Refactor Subtarget classesTom Stellard2018-07-111-3/+3
* Reapply "AMDGPU: Force inlining if LDS global address is used"Matt Arsenault2018-07-101-5/+7
* Revert "AMDGPU: Force inlining if LDS global address is used"Vlad Tsyrklevich2018-07-101-7/+5
* AMDGPU: Force inlining if LDS global address is usedMatt Arsenault2018-07-091-5/+7
* [AMDGPU] Enable LICM in the BE pipelineStanislav Mekhanoshin2018-06-291-0/+1
* AMDGPU: Add pass to lower kernel arguments to loadsMatt Arsenault2018-06-261-0/+11
* [AMDGPU] Construct memory clauses before RAStanislav Mekhanoshin2018-05-311-0/+3
* AMDGPU: Split AMDGPUTTI into GCNTTI and R600TTITom Stellard2018-05-301-5/+10
* AMDGPU: Fix typo in option descriptionMatt Arsenault2018-05-291-1/+1
* [AMDGPU][Waitcnt] Remove obsolete waitcnt optionMark Searles2018-05-251-6/+0
* AMDGPU: Add pass to optimize reqd_work_group_sizeMatt Arsenault2018-05-181-0/+5
* AMDGPU: Rename OpenCL lowering pass to be R600 specific.Matt Arsenault2018-05-131-1/+2
* [AMDGPU][Waitcnt] Remove the old waitcnt passMark Searles2018-05-071-5/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* AMDGPU: Initialize GlobalISel passesTom Stellard2018-04-091-0/+1
* AMDGPU: Set natural stack alignment in DataLayoutMatt Arsenault2018-03-271-2/+2
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* [AMDGPU] Change constant addr space to 4Yaxun Liu2018-02-131-1/+1
* Reapply "AMDGPU: Add 32-bit constant address space"Matt Arsenault2018-02-091-1/+1
* Revert "AMDGPU: Add 32-bit constant address space"Rafael Espindola2018-02-071-1/+1
* AMDGPU: Add 32-bit constant address spaceMarek Olsak2018-02-071-1/+1
* [AMDGPU] Suppress redundant waitcnt instrs.Mark Searles2018-02-071-1/+1
* [AMDGPU] Switch to the new addr space mapping by defaultYaxun Liu2018-02-021-9/+0
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-291-1/+1
* Split MachineLICM into EarlyMachineLICM and MachineLICM; NFCMatthias Braun2018-01-191-1/+1
* (Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-221-5/+3
* Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das2017-12-211-3/+5
* Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-211-5/+3
* AMDGPU: Partial ILP scheduler port from SelectionDAG to SchedulingDAG (experi...Valery Pykhtin2017-11-201-0/+15
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [AMDGPU] Change alloca addr space of r600 to 5 for amdgiz environmentYaxun Liu2017-11-061-0/+4
* [AMDGPU] Clean up symbols in the global namespace.Benjamin Kramer2017-10-311-1/+1
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-6/+6
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-6/+6
* AMDGPU: Fix incorrect selection of pseudo-branchesMatt Arsenault2017-10-101-2/+4
* [AMDGPU] Lower enqueued blocks and generate runtime metadataYaxun Liu2017-10-101-0/+4
* [AMDGPU] Set fast-math flags on functions given the optionsStanislav Mekhanoshin2017-09-291-3/+4
* [AMDGPU] Fixed memory leak with inliner replacedStanislav Mekhanoshin2017-09-201-1/+3
* [AMDGPU] Fix regression in test clang/test/CodeGen/backend-unsupported-error.llStanislav Mekhanoshin2017-09-201-1/+2
* [AMDGPU] Port of HSAIL inlinerStanislav Mekhanoshin2017-09-201-1/+4
* AMDGPU: Run internalize symbols at -O0Matt Arsenault2017-09-191-21/+21
* [AMDGPU] Ported and adopted AMDLibCalls passStanislav Mekhanoshin2017-08-111-6/+19
* AMDGPU: Move R600 parts of AMDGPUISelDAGToDAG into their own classTom Stellard2017-08-081-0/+6
* AMDGPU: Remove redundant opt level checkMatt Arsenault2017-08-071-2/+1
* AMDGPU: Remove FixControlFlowLiveIntervals passMatt Arsenault2017-08-071-5/+0
* AMDGPU: Cleanup subtarget featuresMatt Arsenault2017-08-071-2/+1
* [AMDGPU] Add support for Whole Wavefront ModeConnor Abbott2017-08-041-0/+9
* AMDGPU: Remove error on calls for amdgcnMatt Arsenault2017-08-031-16/+16
* AMDGPU: Add analysis pass for function argument infoMatt Arsenault2017-08-031-1/+3
OpenPOWER on IntegriCloud