index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Sparc
/
SparcISelLowering.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
-5
/
+7
*
Propagate debug loc.
Devang Patel
2010-07-06
1
-2
/
+2
*
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
1
-14
/
+13
*
Revert r107655.
Dan Gohman
2010-07-06
1
-13
/
+14
*
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
1
-14
/
+13
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
1
-5
/
+5
*
Eliminate unnecessary uses of getZExtValue().
Dan Gohman
2010-06-18
1
-3
/
+3
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
1
-6
/
+2
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-7
/
+8
*
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-17
1
-5
/
+11
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-2
/
+2
*
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
-18
/
+31
*
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
*
Eliminate target hook IsEligibleForTailCallOptimization.
Evan Cheng
2010-01-27
1
-1
/
+3
*
Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.
Dan Gohman
2009-11-23
1
-4
/
+0
*
We are not using DBG_STOPPOINT anymore.
Devang Patel
2009-11-21
1
-2
/
+0
*
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
1
-5
/
+10
*
Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...
Evan Cheng
2009-09-19
1
-2
/
+11
*
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...
Evan Cheng
2009-09-18
1
-1
/
+2
*
several major improvements to the sparc backend: support for weak linkage
Chris Lattner
2009-09-15
1
-7
/
+28
*
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-09-02
1
-3
/
+3
*
Record variable debug info at ISel time directly.
Devang Patel
2009-08-22
1
-1
/
+0
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
1
-179
/
+179
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-184
/
+184
*
eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.
Chris Lattner
2009-08-08
1
-27
/
+1
*
Fix a bunch of namespace pollution.
Dan Gohman
2009-08-07
1
-0
/
+3
*
Major calling convention code refactoring.
Dan Gohman
2009-08-05
1
-80
/
+74
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
1
-1
/
+24
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-3
/
+3
*
Don't override LowerArguments in the SPARC backend. In addition to
Eli Friedman
2009-07-19
1
-28
/
+37
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-9
/
+9
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-9
/
+10
*
Thread LLVMContext through MVT and related parts of SDISel.
Owen Anderson
2009-07-09
1
-2
/
+3
*
Update comments to make it clear that the function alignment is the Log2 of the
Bill Wendling
2009-07-01
1
-1
/
+1
*
Add an "alignment" field to the MachineFunction object. It makes more sense to
Bill Wendling
2009-06-30
1
-0
/
+5
*
Remove non-DebugLoc versions of buildMI from Sparc.
Dale Johannesen
2009-02-13
1
-2
/
+3
*
Use getDebugLoc forwarder instead of getNode()->getDebugLoc.
Dale Johannesen
2009-02-07
1
-1
/
+1
*
Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing
Dan Gohman
2009-02-07
1
-1
/
+1
*
Get rid of the last non-DebugLoc versions of getNode!
Dale Johannesen
2009-02-07
1
-4
/
+6
*
Remove more non-DebugLoc getNode variants. Use
Dale Johannesen
2009-02-06
1
-3
/
+3
*
Remove more non-DebugLoc versions of getNode.
Dale Johannesen
2009-02-06
1
-6
/
+10
*
Remove a non-DebugLoc version of getNode.
Dale Johannesen
2009-02-05
1
-6
/
+8
*
Remove non-DebugLoc forms of CopyToReg and CopyFromReg.
Dale Johannesen
2009-02-04
1
-8
/
+11
*
Remove non-DebugLoc versions of getLoad and getStore.
Dale Johannesen
2009-02-04
1
-23
/
+29
*
Remove non-DebugLoc forms of the exotic forms
Dale Johannesen
2009-02-04
1
-22
/
+22
*
Make LowerCallTo and LowerArguments take a DebugLoc
Dale Johannesen
2009-01-30
1
-1
/
+2
*
Don't make use of an illegal type (i64) when
Duncan Sands
2008-12-12
1
-5
/
+31
[next]