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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead parameter passing.
Bill Wendling
2010-03-02
1
-2
/
+2
*
Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy.
Richard Osborne
2010-02-26
1
-3
/
+1
*
Remove unused lowering function LowerJumpTable
Richard Osborne
2010-02-23
1
-12
/
+0
*
Lower BR_JT on the XCore to a jump into a series of jump instructions.
Richard Osborne
2010-02-23
1
-3
/
+30
*
Remove an assumption of default arguments. This is in anticipation of a
David Greene
2010-02-15
1
-13
/
+25
*
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
*
Add more plumbing. This time in the LowerArguments and "get" functions which
Bill Wendling
2009-12-22
1
-2
/
+2
*
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
*
Add XCore support for indirectbr / blockaddress.
Richard Osborne
2009-11-18
1
-1
/
+14
*
Add XCore support for arbitrary-sized aggregate returns.
Richard Osborne
2009-11-14
1
-0
/
+11
*
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
1
-3
/
+5
*
Add missing names for the XCore specific LADD and LSUB nodes.
Richard Osborne
2009-10-08
1
-0
/
+2
*
Remove xs1a subtarget. xs1a is a preproduction device used in
Richard Osborne
2009-10-06
1
-32
/
+20
*
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
*
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-09-02
1
-6
/
+6
*
Reapply r79127. It was fixed by d0k.
Bill Wendling
2009-08-15
1
-4
/
+6
*
Revert r79127. It was causing compilation errors.
Bill Wendling
2009-08-15
1
-6
/
+4
*
Change allowsUnalignedMemoryAccesses to take type argument since some targets
Evan Cheng
2009-08-15
1
-4
/
+6
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-3
/
+3
*
Add contexts to some of the MVT APIs. No functionality change yet, just the ...
Owen Anderson
2009-08-12
1
-4
/
+4
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
1
-119
/
+119
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-124
/
+124
*
Major calling convention code refactoring.
Dan Gohman
2009-08-05
1
-103
/
+86
*
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-31
1
-2
/
+1
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-3
/
+3
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
1
-1
/
+3
*
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-25
1
-7
/
+8
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-4
/
+4
*
Remove shift amount flavor. It isn't actually complete enough to
Eli Friedman
2009-07-21
1
-2
/
+0
*
Handle void in XCoreTargetLowering::isLegalAddressingMode. Triggers in
Eli Friedman
2009-07-17
1
-0
/
+5
*
Combine an unaligned store of unaligned load into a memmove.
Richard Osborne
2009-07-16
1
-0
/
+52
*
Lower the threshold at which memcpy / memmove / memset stop being expanded
Richard Osborne
2009-07-16
1
-0
/
+3
*
Fix typo in last commit on expansion of unaligned loads.
Richard Osborne
2009-07-16
1
-2
/
+2
*
Expand unaligned 32 bit loads from an address which is a constant
Richard Osborne
2009-07-16
1
-0
/
+109
*
Custom lower unaligned 32 bit stores and loads into libcalls. This is
Richard Osborne
2009-07-16
1
-1
/
+88
*
Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs.
Richard Osborne
2009-07-15
1
-24
/
+10
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Edwin Török
2009-07-14
1
-10
/
+10
*
assert(0) -> LLVM_UNREACHABLE.
Edwin Török
2009-07-11
1
-8
/
+8
*
Thread LLVMContext through MVT and related parts of SDISel.
Owen Anderson
2009-07-09
1
-4
/
+5
*
Implement changes from Chris's feedback.
Edwin Török
2009-07-08
1
-7
/
+11
*
Convert more abort() calls to llvm_report_error().
Edwin Török
2009-07-08
1
-7
/
+9
*
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
/
+6
*
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-05-09
1
-1
/
+1
*
missed file
Dale Johannesen
2009-02-13
1
-2
/
+3
[next]