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
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
14
-1033
/
+0
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-2
/
+2
*
Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...
Daniel Sanders
2015-06-10
2
-3
/
+3
*
MC: Clean up the naming for MCMachObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-1
/
+1
*
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-3
/
+3
*
Replace custom fixed endian to raw_ostream emission with EndianStream.
Benjamin Kramer
2015-06-04
1
-6
/
+3
*
Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...
Daniel Sanders
2015-06-04
2
-3
/
+3
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-2
/
+2
*
Remove most uses of MCSectionData from MCAssembler.
Rafael Espindola
2015-05-26
1
-1
/
+1
*
Turn MCSectionData into a field of MCSection.
Rafael Espindola
2015-05-25
1
-1
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-1
/
+1
*
MC: MCCodeGenInfo naming update. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
2
-4
/
+4
*
MC: Update MCFixup naming. NFC.
Jim Grosbach
2015-05-15
1
-2
/
+2
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-2
/
+2
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-2
/
+2
*
[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
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
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
*
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
*
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
*
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
1
-2
/
+2
*
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
*
TableGen: Use 'enum : uint64_t' for feature flags to fix -Wmicrosoft
Reid Kleckner
2015-03-09
1
-0
/
+1
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
2
-3
/
+3
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
2
-3
/
+3
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
2
-4
/
+4
*
R600/SI: Remove handling of fpimm
Matt Arsenault
2015-02-13
1
-16
/
+6
*
R600/SI: Allow f64 inline immediates in i64 operands
Matt Arsenault
2015-02-13
1
-27
/
+83
*
Add r224985 back with fixes.
Rafael Espindola
2015-01-19
1
-1
/
+1
*
Revert "Add r224985 back with two fixes."
Rafael Espindola
2015-01-14
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
2
-4
/
+4
*
R600/SI: Use RegisterOperands to specify which operands can accept immediates
Tom Stellard
2015-01-12
2
-8
/
+5
*
Add r224985 back with two fixes.
Rafael Espindola
2015-01-12
1
-1
/
+1
*
R600/SI: Add a stub GCNTargetMachine
Tom Stellard
2015-01-06
2
-0
/
+10
*
Revert r225048: It broke ObjC on AArch64.
Lang Hames
2015-01-06
1
-1
/
+1
*
Add r224985 back with a fix.
Rafael Espindola
2014-12-31
1
-1
/
+1
*
Revert "Remove doesSectionRequireSymbols."
Rafael Espindola
2014-12-31
1
-1
/
+1
*
Remove doesSectionRequireSymbols.
Rafael Espindola
2014-12-30
1
-1
/
+1
*
R600/SI: Make sure non-inline constants aren't folded into mubuf soffset operand
Tom Stellard
2014-12-19
1
-2
/
+3
*
R600/SI: Restore PrivateGlobalPrefix to the default ELF value of ".L"
Tom Stellard
2014-12-06
1
-1
/
+0
*
Allow target to specify prefix for labels
Matt Arsenault
2014-12-04
1
-0
/
+2
*
R600: Fix assert on empty function
Matt Arsenault
2014-11-13
1
-1
/
+0
[next]