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
/
PPCMCInstLower.cpp
Age
Commit message (
Expand
)
Author
2013-02-21
Relocation enablement for PPC DAG postprocessing pass
Bill Schmidt
2013-02-20
Add missing #include.
Jakub Staszak
2012-12-13
This is just a clean-up patch that simplifies the initial-exec TLS logic by
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-06-04
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-18
Ignore register mask operands when lowering instructions to MC.
Jakob Stoklund Olesen
2011-06-09
Fix emission of PPC64 assembler on non-darwin platforms by splitting
Roman Divacky
2010-11-15
convert the operand bits into bitfields since they are all combinable in
Chris Lattner
2010-11-15
add targetoperand flags for jump tables, constant pool and block address
Chris Lattner
2010-11-14
implement support for the MO_DARWIN_STUB TargetOperand flag,
Chris Lattner
2010-11-14
implement basic support for symbol operand lowering,
Chris Lattner
2010-11-14
switch PPC to a simplified MCInstLowering model.
Chris Lattner
2010-11-14
stub out PPCMCInstLowering, add a new option that uses it and the new
Chris Lattner