index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-19
Add a disassembler to the PowerPC backend
Hal Finkel
1
-2
/
+3
2013-07-30
[PowerPC] Skeletal FastISel support for 64-bit PowerPC ELF.
Bill Schmidt
1
-1
/
+1
2013-05-03
[PowerPC] Add assembler parser
Ulrich Weigand
1
-2
/
+2
2011-07-14
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
1
-1
/
+1
2011-07-01
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
1
-1
/
+1
2011-06-28
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
1
-1
/
+1
2011-06-27
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
1
-3
/
+1
2011-06-24
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
1
-0
/
+1
2010-11-15
Implement a basic MCCodeEmitter for PPC. This doesn't handle
Chris Lattner
1
-1
/
+2
2010-11-14
stub out a powerpc MCInstPrinter implementation.
Chris Lattner
1
-1
/
+1
2010-11-14
move PPCAsmPrinter into the main PPC library, like ARM and X86.
Chris Lattner
1
-1
/
+1
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
1
-1
/
+0
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
1
-0
/
+2
2009-07-15
Add TargetInfo libraries for all targets.
Daniel Dunbar
1
-1
/
+1
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
1
-2
/
+2
2008-08-17
Use correct name for PPC codegen library
Anton Korobeynikov
1
-1
/
+1
2008-08-17
Factor out asmprinter out of ppc
Anton Korobeynikov
1
-1
/
+3
2007-12-29
remove attribution from lib Makefiles.
Chris Lattner
1
-2
/
+2
2007-03-06
Switch PPC return lower to use an autogenerated CC description.
Chris Lattner
1
-1
/
+2
2006-10-28
don't dist internal readme's
Chris Lattner
1
-1
/
+0
2006-04-13
Add the README files to the distribution.
Reid Spencer
1
-0
/
+1
2005-10-21
Plugin new subtarget backend into the build.
Jim Laskey
1
-1
/
+1
2005-10-14
Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td
Chris Lattner
1
-5
/
+5
2005-09-03
ask for a dag isel
Chris Lattner
1
-1
/
+2
2005-08-13
Remove support for 64b PPC, it's been broken for a long time. It'll be
Nate Begeman
1
-3
/
+2
2004-12-16
Specify all of the targets built.
Chris Lattner
1
-1
/
+1
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
1
-1
/
+1
2004-10-23
Remove extraneous blank line
Misha Brukman
1
-1
/
+0
2004-10-22
Adjust to changes in Makefile.rules
Reid Spencer
1
-36
/
+4
2004-10-14
* Make a PPC32-specific code emitter because we have separate classes for 32-
Misha Brukman
1
-6
/
+6
2004-09-05
* Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared between
Misha Brukman
1
-1
/
+1
2004-08-17
Rewrite targets/rules to generate files for just PowerPC or PPC{32,64}
Misha Brukman
1
-19
/
+18
2004-08-14
Add generation of asm writer from tablegen files to Makefile
Nate Begeman
1
-1
/
+6
2004-08-09
Generate a code emitter for PowerPC as well, this will be used in the JIT.
Misha Brukman
1
-1
/
+5
2004-08-05
Simplify makefile by combining all TableGen dependencies into one variable
Misha Brukman
1
-22
/
+15
2004-08-04
Align dependencies so they don't hurt the eyes to look at them
Misha Brukman
1
-12
/
+12
2004-08-04
Make tablegen targets depend on PowerPCInstrFormats.td as well
Misha Brukman
1
-0
/
+2
2004-07-27
Renamed files:
Misha Brukman
1
-5
/
+5
2004-07-16
The generated instruction selector isn't (yet) functional
Misha Brukman
1
-7
/
+1
2004-07-15
Revert stuff that I didn't mean to checkin
Chris Lattner
1
-2
/
+1
2004-07-15
Patches towards fixing PR341
Chris Lattner
1
-1
/
+2
2004-06-21
Initial revision
Misha Brukman
1
-0
/
+55