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
/
R600
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused Target argument from MCInstPrinter ctor functions.
Eric Christopher
2015-03-30
1
-2
/
+1
*
CodeGen: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-1
/
+1
*
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-30
1
-1
/
+1
*
[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
Akira Hatanaka
2015-03-27
3
-3
/
+5
*
R600/SI: Fix VOP2 VI encoding
Marek Olsak
2015-03-27
1
-1
/
+1
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
1
-2
/
+2
*
Fix typo in comment.
Nico Weber
2015-03-25
1
-1
/
+1
*
Opaque Pointer Types: GEP API migrations to specify the gep type explicitly
David Blaikie
2015-03-24
1
-3
/
+3
*
R600/SI: Insert more NOPs after READLANE on VI, don't use NOPs on CI
Marek Olsak
2015-03-24
1
-1
/
+16
*
R600/SI: Select V_BFE_U32 for and+shift with a non-literal offset
Marek Olsak
2015-03-24
3
-15
/
+14
*
R600/SI: Custom-select 32-bit S_BFE from bitwise opcodes
Marek Olsak
2015-03-24
1
-12
/
+104
*
R600/SI: Improve BFM support
Marek Olsak
2015-03-24
2
-3
/
+20
*
R600/SI: Use V_FRACT_F64 for faster 64-bit floor on SI
Marek Olsak
2015-03-24
4
-1
/
+73
*
R600/SI: Expand fract to floor, then only select V_FRACT on CI
Marek Olsak
2015-03-24
4
-3
/
+32
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-2
/
+2
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-2
/
+2
*
Refactor: Simplify boolean expressions in R600 target
David Blaikie
2015-03-23
1
-2
/
+2
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
6
-7
/
+9
*
R600/SI: Merge tables for commuting
Matt Arsenault
2015-03-23
3
-32
/
+3
*
R600/SI: Only use one range of isCommutable for compares
Matt Arsenault
2015-03-23
1
-38
/
+2
*
R600/SI: Remove redundant unsetting of hasSideEffects
Matt Arsenault
2015-03-23
1
-2
/
+0
*
R600/SI: Move hasSideEffects setting into VOPCX classes
Matt Arsenault
2015-03-23
2
-23
/
+19
*
R600/SI: Allow commuting compares
Matt Arsenault
2015-03-23
4
-100
/
+168
*
R600/SI: Use right class for cmpsx f64 instructions
Matt Arsenault
2015-03-23
1
-20
/
+20
*
R600/SI: Remove cond operand to VOPCX classes
Matt Arsenault
2015-03-23
1
-8
/
+8
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
2
-1
/
+3
*
R600/SI: Fix crash in SIInstrInfo::areLoadsFromSameBasePtr()
Tom Stellard
2015-03-23
1
-2
/
+10
*
Remove the target independent TargetMachine::getSubtarget and
Eric Christopher
2015-03-21
1
-1
/
+2
*
Grab a subtarget off of an AMDGPUTargetMachine rather than a
Eric Christopher
2015-03-21
1
-11
/
+11
*
R600/SI: Refactor VOP2 instruction defs
Tom Stellard
2015-03-20
1
-6
/
+13
*
R600/SI: Refactor VOP1 instruction defs
Tom Stellard
2015-03-20
1
-7
/
+12
*
[Tablegen] Attempt to add support for patterns containing nodes with multiple...
Craig Topper
2015-03-20
1
-6
/
+6
*
two or more, use a for.
Rafael Espindola
2015-03-18
1
-23
/
+13
*
Add a default implementation of createObjectStreamer.
Rafael Espindola
2015-03-18
1
-10
/
+0
*
Make EmitFunctionHeader a private helper.
Rafael Espindola
2015-03-17
1
-1
/
+0
*
Call EmitFunctionHeader just before EmitFunctionBody.
Rafael Espindola
2015-03-17
1
-3
/
+1
*
Pass in a "const Triple &T" instead of a raw StringRef.
Rafael Espindola
2015-03-16
1
-1
/
+1
*
Remove unused argument. NFC.
Rafael Espindola
2015-03-16
1
-3
/
+3
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
2
-6
/
+5
*
R600/SI: don't try min3/max3/med3 with f64
Tom Stellard
2015-03-16
1
-0
/
+1
*
r600: Clear visited structure before running.
Jan Vesely
2015-03-13
1
-0
/
+1
*
r600: Use deque and simplify loops in AMDGPUCFGStructurizer
Jan Vesely
2015-03-13
1
-10
/
+10
*
R600/SI: Don't print scc reg in sopc assembly string
Tom Stellard
2015-03-12
1
-1
/
+1
*
R600/SI: Remove _e32 and _e64 suffixes from mnemonics
Tom Stellard
2015-03-12
5
-25
/
+41
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
2
-10
/
+5
*
Remove the need to cache the subtarget in the R600 TargetRegisterInfo
Eric Christopher
2015-03-11
12
-66
/
+64
*
Have getRegPressureSetLimit take a MachineFunction so that a
Eric Christopher
2015-03-11
2
-2
/
+4
*
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
2015-03-10
4
-5
/
+2
*
Remove createAMDGPUMCCodeEmitter and instead just register the correct
Eric Christopher
2015-03-10
3
-16
/
+7
*
R600/SI: Add _IDXEN and _BOTHEN variants for buffer_store
Tom Stellard
2015-03-10
1
-0
/
+15
[next]