index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCMCCodeEmitter.cpp
Age
Commit message (
Expand
)
Author
2011-07-25
Refactor PPC target to separate MC routines from Target routines.
Evan Cheng
2011-07-11
Most MCCodeEmitter's don't meed MCContext.
Evan Cheng
2011-07-11
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2010-12-16
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-11-16
add copy of comment to the code that will survive the mcjit'ization
Chris Lattner
2010-11-16
relax an assertion a bit, allowing the GPR argument of
Chris Lattner
2010-11-15
split out an encoder for memri operands, allowing a relocation to be plopped
Chris Lattner
2010-11-15
add support for encoding the lo14 forms used for a few PPC64 addressing
Chris Lattner
2010-11-15
implement the start of support for lo16 and ha16, allowing us to get stuff like:
Chris Lattner
2010-11-15
add a fixup for conditional branches, giving us output like this:
Chris Lattner
2010-11-15
change direct branches to encode with the same encoding method
Chris Lattner
2010-11-15
split call operands out to their own encoding class, simplifying
Chris Lattner
2010-11-15
add proper encoding for MTCRF instead of using a hack.
Chris Lattner
2010-11-15
add basic encoding support for immediates and registers, allowing us
Chris Lattner
2010-11-15
add a dummy entry to fix a build error
Chris Lattner
2010-11-15
Implement a basic MCCodeEmitter for PPC. This doesn't handle
Chris Lattner