index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCMCCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-16
1
-20
/
+0
*
add copy of comment to the code that will survive the mcjit'ization
Chris Lattner
2010-11-16
1
-0
/
+2
*
relax an assertion a bit, allowing the GPR argument of
Chris Lattner
2010-11-16
1
-1
/
+2
*
split out an encoder for memri operands, allowing a relocation to be plopped
Chris Lattner
2010-11-15
1
-5
/
+24
*
add support for encoding the lo14 forms used for a few PPC64 addressing
Chris Lattner
2010-11-15
1
-5
/
+10
*
implement the start of support for lo16 and ha16, allowing us to get stuff like:
Chris Lattner
2010-11-15
1
-3
/
+43
*
add a fixup for conditional branches, giving us output like this:
Chris Lattner
2010-11-15
1
-7
/
+5
*
change direct branches to encode with the same encoding method
Chris Lattner
2010-11-15
1
-5
/
+19
*
split call operands out to their own encoding class, simplifying
Chris Lattner
2010-11-15
1
-2
/
+18
*
add proper encoding for MTCRF instead of using a hack.
Chris Lattner
2010-11-15
1
-3
/
+17
*
add basic encoding support for immediates and registers, allowing us
Chris Lattner
2010-11-15
1
-0
/
+7
*
add a dummy entry to fix a build error
Chris Lattner
2010-11-15
1
-2
/
+2
*
Implement a basic MCCodeEmitter for PPC. This doesn't handle
Chris Lattner
2010-11-15
1
-0
/
+99