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