index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
AMDGPU
/
AMDGPUMCInstLower.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AMDGPU: Prepare for explicit absolute relocations in code generation
Nicolai Haehnle
2019-06-16
1
-3
/
+10
*
AMDGPU: Fix using 2 different enums for same operand flags
Matt Arsenault
2019-06-05
1
-2
/
+2
*
[AMDGPU] Fixed +DumpCode
Tim Renouf
2019-05-14
1
-8
/
+5
*
[AMDGPU] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
1
-1
/
+1
*
AMDGPU: Skip debug instructions in assert
Matt Arsenault
2019-04-22
1
-2
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
AMDGPU: Fix getInstSizeInBytes
Nicolai Haehnle
2018-08-29
1
-0
/
+20
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-2
/
+2
*
AMDGPU: Split R600 MCInst lowering into its own class
Tom Stellard
2018-05-29
1
-5
/
+29
*
AMDGPU: Remove AMDGPUMCInstLower.h
Tom Stellard
2018-05-25
1
-1
/
+23
*
AMDGPU: Split R600 AsmPrinter code into its own class
Tom Stellard
2018-05-24
1
-4
/
+44
*
AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers
Tom Stellard
2018-05-22
1
-0
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
Fix AMDGPU build issue
Reid Kleckner
2017-10-11
1
-1
/
+1
*
AMDGPU: Start adding tail call support
Matt Arsenault
2017-08-11
1
-0
/
+3
*
AMDGPU: Fix emitting encoded calls
Matt Arsenault
2017-08-02
1
-3
/
+10
*
AMDGPU: Analyze callee resource usage in AsmPrinter
Matt Arsenault
2017-08-02
1
-0
/
+5
*
AMDGPU: Initial implementation of calls
Matt Arsenault
2017-08-01
1
-0
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+0
*
AMDGPU: Start defining a calling convention
Matt Arsenault
2017-05-17
1
-1
/
+7
*
[AMDGPU] Handle SI_MASKED_UNREACHABLE in instruction emitter
Yaxun Liu
2017-04-21
1
-0
/
+6
*
AMDGPU: Rename SI_RETURN
Matt Arsenault
2017-03-21
1
-4
/
+5
*
[AMDGPU] Lower null pointers in static variable initializer
Yaxun Liu
2017-02-07
1
-0
/
+22
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+1
*
[AMDGPU] Add wave barrier builtin
Stanislav Mekhanoshin
2016-11-15
1
-0
/
+6
*
[AMDGPU] Emit 32-bit lo/hi got and pc relative variant kinds for external and...
Konstantin Zhuravlyov
2016-10-14
1
-2
/
+12
*
Reapply "AMDGPU: Support using tablegened MC pseudo expansions"
Matt Arsenault
2016-10-06
1
-43
/
+58
*
Revert "AMDGPU: Support using tablegened MC pseudo expansions"
Matt Arsenault
2016-10-06
1
-51
/
+43
*
AMDGPU: Support using tablegened MC pseudo expansions
Matt Arsenault
2016-10-06
1
-43
/
+51
*
BranchRelaxation: Support expanding unconditional branches
Matt Arsenault
2016-10-06
1
-2
/
+33
*
AMDGPU/SI: Don't crash on anonymous GlobalValues
Tom Stellard
2016-09-26
1
-4
/
+7
*
AMDGPU/SI: Add support for R_AMDGPU_GOTPCREL
Tom Stellard
2016-07-13
1
-1
/
+9
*
AMDGPU: Move si_mask_branch register operand to be a use
Matt Arsenault
2016-07-08
1
-1
/
+1
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-1
/
+1
*
AMDGPU: Cleanup subtarget handling.
Matt Arsenault
2016-06-24
1
-6
/
+5
*
AMDGPU: Fix verifier errors in SILowerControlFlow
Matt Arsenault
2016-06-22
1
-1
/
+23
*
AMDGPU/SI: Refactor fixup handling for constant addrspace variables
Tom Stellard
2016-06-14
1
-1
/
+4
*
Revert "AMDGPU/SI: Refactor fixup handling for constant addrspace variables"
Tom Stellard
2016-06-14
1
-4
/
+1
*
AMDGPU/SI: Refactor fixup handling for constant addrspace variables
Tom Stellard
2016-06-14
1
-1
/
+4
*
AMDGPU/SI: Don't use fixup_si_rodata for scratch rsrc relocations
Tom Stellard
2016-06-10
1
-0
/
+1
*
AMDGPU: Verify instructions in non-debug builds as well
Michel Danzer
2016-03-16
1
-3
/
+3
*
Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"
Duncan P. N. Exon Smith
2016-02-22
1
-1
/
+1
*
CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC
Duncan P. N. Exon Smith
2016-02-21
1
-1
/
+1
*
AMDGPU/SI: Fix encoding for FLAT_SCRATCH registers on VI
Tom Stellard
2015-12-21
1
-1
/
+1
*
AMDGPU/SI: Emit constant arrays in the .text section
Tom Stellard
2015-12-10
1
-7
/
+0
*
AMDGPU: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-4
/
+3
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-2
/
+0
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-0
/
+154