index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PowerPC
/
PPCISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trivial cleanup
Bill Schmidt
2013-02-21
1
-2
/
+2
*
Large code model support for PowerPC.
Bill Schmidt
2013-02-21
1
-6
/
+7
*
Code review cleanup for r175697
Bill Schmidt
2013-02-21
1
-11
/
+7
*
PPCDAGToDAGISel::PostprocessISelDAG()
Bill Schmidt
2013-02-21
1
-0
/
+155
*
Additional fixes for bug 15155.
Bill Schmidt
2013-02-20
1
-9
/
+50
*
Fix PR15155: lost vadd/vsplat optimization.
Bill Schmidt
2013-02-20
1
-0
/
+30
*
Add registration for PPC-specific passes to allow the IR to be dumped
Krzysztof Parzyszek
2013-02-13
1
-1
/
+18
*
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-19
1
-1
/
+1
*
This patch addresses bug 14678 by fixing two problems in medium code model
Bill Schmidt
2013-01-07
1
-3
/
+8
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
This is another cleanup patch for 64-bit PowerPC TLS processing. I had
Bill Schmidt
2012-12-13
1
-47
/
+0
*
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
1
-0
/
+26
*
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-11
1
-0
/
+16
*
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
1
-0
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-27
1
-0
/
+43
*
PowerPC: More support for Altivec compare operations
Adhemerval Zanella
2012-10-30
1
-13
/
+133
*
The PowerPC VRSAVE register has been somewhat of an odd beast since
Bill Schmidt
2012-10-10
1
-1
/
+3
*
PR12716: PPC crashes on vector compare
Adhemerval Zanella
2012-10-08
1
-2
/
+21
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Optimize zext on PPC64.
Hal Finkel
2012-08-28
1
-0
/
+9
*
Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...
Hal Finkel
2012-06-21
1
-1
/
+6
*
Add support for generating reg+reg (indexed) pre-inc loads on PPC.
Hal Finkel
2012-06-20
1
-2
/
+34
*
Add support for generating reg+reg preinc stores on PPC.
Hal Finkel
2012-06-19
1
-0
/
+12
*
Rename the PPC target feature gpul to mfocrf.
Hal Finkel
2012-06-11
1
-2
/
+2
*
Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
1
-2
/
+2
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-2
/
+2
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
MTCTR needs to be glued to BCTR so that CTR is not marked dead in MTCTR (anot...
Hal Finkel
2011-12-08
1
-1
/
+1
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-2
/
+2
*
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
1
-1
/
+0
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
1
-1
/
+1
*
Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflow
Roman Divacky
2011-06-20
1
-14
/
+23
*
Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.
Roman Divacky
2011-06-03
1
-1
/
+2
*
Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointless
Cameron Zwarich
2011-05-19
1
-2
/
+2
*
Fix the last virtual register enumerations.
Jakob Stoklund Olesen
2011-01-08
1
-3
/
+4
*
Various bits of framework needed for precise machine-level selection
Andrew Trick
2010-12-24
1
-11
/
+0
*
whitespace
Andrew Trick
2010-12-24
1
-86
/
+86
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
1
-6
/
+6
*
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-09-21
1
-8
/
+5
*
zap dead code.
Chris Lattner
2010-09-04
1
-3
/
+0
*
The PPC MFCR instruction implicitly uses all 8 of the CR
Dale Johannesen
2010-05-20
1
-3
/
+5
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-3
/
+2
*
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
1
-2
/
+2
*
Make isInt?? and isUint?? template specializations of the generic versions. This
Benjamin Kramer
2010-03-29
1
-10
/
+10
*
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-03-02
1
-12
/
+0
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
Change SelectCode's argument from SDValue to SDNode *, to make it more
Dan Gohman
2010-01-05
1
-19
/
+17
*
Make capitalization of names starting "is" more consistent.
Dale Johannesen
2009-11-24
1
-4
/
+4
[next]