index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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