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
/
PPCISelDAGToDAG.cpp
Age
Commit message (
Expand
)
Author
2013-04-19
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-03-26
PowerPC: Remove ADDIL patterns.
Ulrich Weigand
2013-03-22
Fix swapped BasePtr and Offset in pre-inc memory addresses.
Ulrich Weigand
2013-03-22
Tighten iaddroff ComplexPattern.
Ulrich Weigand
2013-03-22
Remove the xaddroff ComplexPattern.
Ulrich Weigand
2013-03-21
Implement builtin_{setjmp/longjmp} on PPC
Hal Finkel
2013-02-21
Trivial cleanup
Bill Schmidt
2013-02-21
Large code model support for PowerPC.
Bill Schmidt
2013-02-21
Code review cleanup for r175697
Bill Schmidt
2013-02-21
PPCDAGToDAGISel::PostprocessISelDAG()
Bill Schmidt
2013-02-20
Additional fixes for bug 15155.
Bill Schmidt
2013-02-20
Fix PR15155: lost vadd/vsplat optimization.
Bill Schmidt
2013-02-13
Add registration for PPC-specific passes to allow the IR to be dumped
Krzysztof Parzyszek
2013-01-19
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-07
This patch addresses bug 14678 by fixing two problems in medium code model
Bill Schmidt
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-13
This is another cleanup patch for 64-bit PowerPC TLS processing. I had
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-11-27
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-10-30
PowerPC: More support for Altivec compare operations
Adhemerval Zanella
2012-10-10
The PowerPC VRSAVE register has been somewhat of an odd beast since
Bill Schmidt
2012-10-08
PR12716: PPC crashes on vector compare
Adhemerval Zanella
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-08-28
Optimize zext on PPC64.
Hal Finkel
2012-06-21
Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...
Hal Finkel
2012-06-20
Add support for generating reg+reg (indexed) pre-inc loads on PPC.
Hal Finkel
2012-06-19
Add support for generating reg+reg preinc stores on PPC.
Hal Finkel
2012-06-11
Rename the PPC target feature gpul to mfocrf.
Hal Finkel
2012-04-20
Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2011-12-08
MTCTR needs to be glued to BCTR so that CTR is not marked dead in MTCTR (anot...
Hal Finkel
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-07-26
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-06-20
Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflow
Roman Divacky
2011-06-03
Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.
Roman Divacky
2011-05-19
Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointless
Cameron Zwarich
2011-01-08
Fix the last virtual register enumerations.
Jakob Stoklund Olesen
2010-12-24
Various bits of framework needed for precise machine-level selection
Andrew Trick
2010-12-24
whitespace
Andrew Trick
2010-12-21
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-09-21
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-09-04
zap dead code.
Chris Lattner
2010-05-20
The PPC MFCR instruction implicitly uses all 8 of the CR
Dale Johannesen
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
[next]