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
/
PPCCodeEmitter.cpp
Age
Commit message (
Expand
)
Author
2004-11-23
Enumerate CR registers
Chris Lattner
2004-11-23
Squelch a bogus warning.
Chris Lattner
2004-11-23
Fix a minor bug
Chris Lattner
2004-11-23
Emit relocations for the global variable using instructions. This gets us
Chris Lattner
2004-11-22
Remove some dead code
Chris Lattner
2004-11-22
Disable this.
Chris Lattner
2004-11-22
This chunk of code needs to be rewritten
Chris Lattner
2004-11-20
getJITStubForFunction is optional and unimplemented, just remove it.
Chris Lattner
2004-11-16
Simplify namespaces
Chris Lattner
2004-10-23
* Correctly handle the MovePCtoLR pseudo-instr with a bl to next instr
Misha Brukman
2004-10-23
* Do not emit IMPLICIT_DEF pseudo-instructions
Misha Brukman
2004-10-21
Remove debug code emitter from the JIT
Misha Brukman
2004-10-21
Make this compile.
Alkis Evlogimenos
2004-10-21
* Added basic support for JITing functions, basic blocks, instruction encoding,
Misha Brukman
2004-10-14
* Claim to support machine code emission - return false from
Misha Brukman
2004-10-14
* Include the real (generated) version of getBinaryCodeForInstr()
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-11
Breaking up the PowerPC target into 32- and 64-bit subparts, Part I: 32-bit.
Misha Brukman
2004-08-09
Stub definition of the PowerPC CodeEmitter class; this isn't functional (yet).
Misha Brukman
2004-06-21
Initial revision
Misha Brukman