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
/
PowerPC
/
MCTargetDesc
/
PPCMCTargetDesc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PowerPC] Exploit the rlwinm instructions for "and" with constant
QingShan Zhang
2019-12-30
1
-0
/
+24
*
Boilerplate for producing XCOFF object files from the PowerPC backend.
Sean Fertile
2019-07-09
1
-0
/
+3
*
[PowerPC] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
1
-4
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[PowerPC][NFC] Macro for register set defs for the Asm Parser
Nemanja Ivanovic
2018-12-29
1
-0
/
+60
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
1
-9
/
+5
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
1
-2
/
+3
*
[Targets] Don't automatically include the scheduler class enum from *GenInstr...
Craig Topper
2017-12-13
1
-0
/
+1
*
[MC] Add a missing <memory> include left out of r315327.
Lang Hames
2017-10-10
1
-0
/
+1
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
1
-5
/
+8
*
[PowerPC] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-01-13
1
-5
/
+4
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-3
/
+3
*
MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC
Joel Jones
2016-07-25
1
-1
/
+3
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...
Daniel Sanders
2015-06-10
1
-1
/
+2
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-5
/
+4
*
Don't repeat name in comment. NFC.
Rafael Espindola
2015-04-09
1
-6
/
+6
*
[PowerPC] Add asm parser support for bitmask forms of rotate-and-mask instruc...
Hal Finkel
2015-03-28
1
-0
/
+30
*
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
2015-03-10
1
-2
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[PowerPC] Generate little-endian object files
Ulrich Weigand
2014-03-24
1
-0
/
+1
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
1
-1
/
+2
*
initial draft of PPCMachObjectWriter.cpp
David Fang
2013-08-08
1
-0
/
+4
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-0
/
+1
*
To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts.
Sylvestre Ledru
2013-03-17
1
-0
/
+4
*
Undefine PPC harder.
Rafael Espindola
2012-12-20
1
-0
/
+3
*
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
1
-1
/
+1
*
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-15
1
-0
/
+2
*
Move PPC bits to lib/Target/PowerPC.
Rafael Espindola
2011-12-22
1
-1
/
+9
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-4
/
+2
*
Refactor PPC target to separate MC routines from Target routines.
Evan Cheng
2011-07-25
1
-0
/
+12
*
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-14
1
-0
/
+41