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
/
XCore
/
XCoreISelLowering.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-1
/
+1
*
Move XCore from getRegClassForInlineAsmConstraint to
Eric Christopher
2011-06-29
1
-3
/
+3
*
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-08
1
-1
/
+2
*
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
1
-3
/
+0
*
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-25
1
-11
/
+12
*
Add support for trampolines on the XCore.
Richard Osborne
2011-02-02
1
-0
/
+1
*
Reapply bottom-up fast-isel, with several fixes for x86-32:
Dan Gohman
2010-07-10
1
-2
/
+1
*
--- Reverse-merging r107947 into '.':
Bob Wilson
2010-07-09
1
-1
/
+2
*
Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting
Dan Gohman
2010-07-09
1
-2
/
+1
*
Revert 107840 107839 107813 107804 107800 107797 107791.
Dan Gohman
2010-07-08
1
-1
/
+2
*
Add X86FastISel support for return statements. This entails refactoring
Dan Gohman
2010-07-07
1
-2
/
+1
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
1
-0
/
+3
*
CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.
Dan Gohman
2010-07-06
1
-1
/
+1
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
1
-3
/
+3
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-26
/
+26
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-1
/
+1
*
Switch XCore over to using inline jump table entries.
Richard Osborne
2010-03-11
1
-0
/
+2
*
Fix thinko.
Richard Osborne
2010-03-10
1
-1
/
+1
*
Prefer LMUL to MACCU as LMUL has no tied operands.
Richard Osborne
2010-03-10
1
-0
/
+3
*
Custom lower (S|U)MUL_LOHI -> MACC(S|U)
Richard Osborne
2010-03-10
1
-0
/
+2
*
Lower add (mul a, b), c into MACCU / MACCS nodes which translate
Richard Osborne
2010-03-10
1
-0
/
+7
*
Add DAG combine for ladd / lsub.
Richard Osborne
2010-03-09
1
-0
/
+7
*
Remove unused lowering function LowerJumpTable
Richard Osborne
2010-02-23
1
-1
/
+0
*
Lower BR_JT on the XCore to a jump into a series of jump instructions.
Richard Osborne
2010-02-23
1
-1
/
+8
*
no need to add the instruction count anymore.
Chris Lattner
2010-02-15
1
-1
/
+1
*
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
/
+1
*
Add XCore support for indirectbr / blockaddress.
Richard Osborne
2009-11-18
1
-0
/
+1
*
Add XCore support for arbitrary-sized aggregate returns.
Richard Osborne
2009-11-14
1
-0
/
+6
*
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...
Evan Cheng
2009-09-18
1
-1
/
+2
*
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-09-02
1
-6
/
+6
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-1
/
+1
*
Major calling convention code refactoring.
Dan Gohman
2009-08-05
1
-7
/
+41
*
Combine an unaligned store of unaligned load into a memmove.
Richard Osborne
2009-07-16
1
-0
/
+2
*
Custom lower unaligned 32 bit stores and loads into libcalls. This is
Richard Osborne
2009-07-16
1
-0
/
+2
*
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
/
+3
*
Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing
Dan Gohman
2009-02-07
1
-1
/
+1
*
Change the interface to the type legalization method
Duncan Sands
2008-12-01
1
-2
/
+6
*
[XCore] Fix expansion of 64 bit add/sub. Don't custom expand
Richard Osborne
2008-11-14
1
-2
/
+2
*
Add XCore backend.
Richard Osborne
2008-11-07
1
-0
/
+119