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
...
*
R600/SI: Remove explicit m0 operand from s_sendmsg
Tom Stellard
2015-05-12
6
-8
/
+36
*
R600/SI: Replace TRI->getRegClass(Reg) with TRI->getPhysRegClass(Reg)
Tom Stellard
2015-05-12
3
-7
/
+11
*
MachineCSE: Add a target query for the LookAheadLimit heurisitic
Tom Stellard
2015-05-09
1
-0
/
+2
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
2
-3
/
+11
*
R600: Fix comment that mentions AMDIL
Matt Arsenault
2015-05-07
1
-2
/
+2
*
[X86] Disable loop unrolling in loop vectorization pass when VF is 1.
Wei Mi
2015-05-06
2
-2
/
+2
*
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
2015-05-05
2
-4
/
+3
*
R600/SI: Code cleanup
Tom Stellard
2015-05-04
1
-3
/
+2
*
R600/SI: Add VCC as an implict def of SI_KILL
Tom Stellard
2015-05-01
1
-3
/
+6
*
R600/SI: Fix verifier errors from the SIAnnotateControlFlow pass
Tom Stellard
2015-05-01
1
-1
/
+9
*
Reinstate revisions r234755, r234759, r234760
Jan Vesely
2015-04-30
7
-2
/
+60
*
R600: Fix up for AsmPrinter's OutStreamer being a unique_ptr
Tom Stellard
2015-04-28
1
-2
/
+3
*
R600/SI: Add a lower case alias for subtarget feature: +DumpCode
Tom Stellard
2015-04-28
1
-0
/
+5
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
7
-343
/
+386
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
7
-386
/
+343
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
7
-343
/
+386
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
2
-97
/
+99
*
R600/SI: Fix verifier error when producing v_madmk_f32
Matt Arsenault
2015-04-24
1
-0
/
+3
*
R600/RegisterCoalescer: Enable more rematerialization/add missing testcase
Matthias Braun
2015-04-24
1
-2
/
+2
*
R600/SI: Special case v_mov_b32 as really rematerializable
Matt Arsenault
2015-04-23
2
-0
/
+17
*
R600: Correctly lower CONCAT_VECTOR nodes with more than 2 operands
Tom Stellard
2015-04-23
1
-4
/
+2
*
R600/SI: Fix indirect addressing with a negative constant offset
Tom Stellard
2015-04-23
1
-16
/
+55
*
R600/SI: Add assembler support for all CI and VI VOP1 instructions
Tom Stellard
2015-04-23
6
-11
/
+71
*
R600/SI: v_mov_fed_b32 does not exist on VI
Tom Stellard
2015-04-23
1
-1
/
+1
*
R600/SI: Use a better error message for unsupported instructions in the assem...
Tom Stellard
2015-04-23
1
-1
/
+1
*
R600/SI: Improve AsmParser support for forced e64 encoding
Tom Stellard
2015-04-23
1
-5
/
+45
*
R600: Fix always inline pass breaking noinline functions
Matt Arsenault
2015-04-22
1
-2
/
+3
*
[mc] Clean up emission of byte sequences
Benjamin Kramer
2015-04-17
1
-2
/
+1
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
3
-4
/
+5
*
R600/SI: Fix verifier error caused by SIAnnotateControlFlow
Tom Stellard
2015-04-14
1
-6
/
+13
*
Revert revisions r234755, r234759, r234760
Jan Vesely
2015-04-13
7
-61
/
+2
*
R600: Add carry and borrow instructions. Use them to implement UADDO/USUBO
Jan Vesely
2015-04-13
7
-2
/
+61
*
R600: Make FMIN/MAXNUM legal on all asics
Jan Vesely
2015-04-12
3
-2
/
+7
*
R600: remove manual BFE optimization
Jan Vesely
2015-04-12
1
-8
/
+2
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
4
-7
/
+7
*
R600/SI: Add some missing overrides
Tom Stellard
2015-04-08
2
-2
/
+2
*
R600/SI: Initial support for assembler and inline assembly
Tom Stellard
2015-04-08
14
-133
/
+1369
*
R600/SI: Add missing SOPK instructions
Tom Stellard
2015-04-08
3
-13
/
+72
*
R600/SI: Don't print offset0/offset1 DS operands when they are 0
Tom Stellard
2015-04-08
1
-4
/
+8
*
Replace the MCSubtargetInfo parameter with a Triple when creating
Eric Christopher
2015-03-31
1
-3
/
+3
*
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
[prev]
[next]