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
/
MCTargetDesc
/
PPCMCCodeEmitter.cpp
Age
Commit message (
Expand
)
Author
2013-03-26
PPC: Use HWEncoding and TRI->getEncodingValue
Hal Finkel
2013-03-26
PowerPC: Simplify handling of fixups.
Ulrich Weigand
2013-03-22
Remove ABI-duplicated call instruction patterns.
Ulrich Weigand
2012-12-14
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-12
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-11
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-04
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-25
This patch fixes the MC object emission of 'nop' for external function calls
Adhemerval Zanella
2012-10-25
Initial TOC support for PowerPC64 object creation
Adhemerval Zanella
2012-10-08
PowerPC: Fix object creation with PPC::MTCRF8 instruction
Adhemerval Zanella
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-05-15
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-01-24
Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...
Owen Anderson
2011-07-25
Refactor PPC target to separate MC routines from Target routines.
Evan Cheng