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
/
PPCISelLowering.cpp
Age
Commit message (
Expand
)
Author
2010-08-04
Use indirect calls in PowerPC JIT.
Torok Edwin
2010-08-02
PR7781: Fix incorrect shifting in PPCTargetLowering::LowerBUILD_VECTOR.
Eli Friedman
2010-07-07
Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...
Evan Cheng
2010-07-07
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-06
Propagate debug loc.
Devang Patel
2010-07-06
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
Revert r107655.
Dan Gohman
2010-07-06
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-03
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-06-29
Remove initialized but otherwise unused variables.
Duncan Sands
2010-06-25
The hasMemory argument is irrelevant to how the argument
Dale Johannesen
2010-06-18
Eliminate unnecessary uses of getZExtValue().
Dan Gohman
2010-05-22
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-03
Implement builtin_return_address(x) and builtin_frame_address(x)
Dale Johannesen
2010-05-01
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-04-21
Implement -disable-non-leaf-fp-elim which disable frame pointer elimination
Evan Cheng
2010-04-21
Add more const qualifiers on TargetMachine and friends.
Dan Gohman
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-16
Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType.
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-08
Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...
Evan Cheng
2010-04-04
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-02
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
Correctly lower memset / memcpy of undef. It should be a nop. PR6767.
Evan Cheng
2010-04-02
Revert r100191 since it breaks objc in clang
Mon P Wang
2010-04-02
Reapply address space patch after fixing an issue in MemCopyOptimizer.
Mon P Wang
2010-04-01
Add comments about DstAlign and SrcAlign.
Evan Cheng
2010-04-01
- Avoid using floating point stores to implement memset unless the value is z...
Evan Cheng
2010-04-01
Fix sdisel memcpy, memset, memmove lowering:
Evan Cheng
2010-03-30
Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.
Bob Wilson
2010-03-30
Added support for address spaces and added a isVolatile field to memcpy, memm...
Mon P Wang
2010-03-15
Now that the default for Darwin platforms is to place the LSDA into the TEXT
Bill Wendling
2010-03-14
tidy indentation
Chris Lattner
2010-03-12
The same situation that effected ARM effects PPC with regards to placing the
Bill Wendling
2010-03-09
The address of an indirect call must be in R12 on Darwin.
Dale Johannesen
2010-03-02
Remove dead parameter passing.
Bill Wendling
2010-02-15
Move TLOF implementations to libCodegen to resolve layering violation.
Anton Korobeynikov
2010-02-15
Remove an assumption of default arguments. This is in anticipation of a
David Greene
2010-02-08
Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect
Dan Gohman
2010-02-02
Revert 95130.
Evan Cheng
2010-02-02
Pass callsite return type to TargetLowering::LowerCall and use that to check ...
Evan Cheng
2010-01-29
PPC is not ready for sibcall optimization.
Evan Cheng
2010-01-27
Eliminate target hook IsEligibleForTailCallOptimization.
Evan Cheng
2009-12-22
Add more plumbing. This time in the LowerArguments and "get" functions which
Bill Wendling
2009-12-18
Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI.
Tilmann Scheller
2009-11-24
Make capitalization of names starting "is" more consistent.
Dale Johannesen
2009-11-23
Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.
Dan Gohman
2009-11-21
We are not using DBG_STOPPOINT anymore.
Devang Patel
2009-11-20
Target-independent support for TargetFlags on BlockAddress operands,
Dan Gohman
[next]