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
/
MSP430
/
MSP430ISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-25
1
-5
/
+1
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
1
-4
/
+4
*
Inside the calling convention logic LocVT is always a simple
Duncan Sands
2010-11-03
1
-1
/
+1
*
update a bunch of code to use the MachinePointerInfo version of getStore.
Chris Lattner
2010-09-21
1
-2
/
+1
*
convert the targets off the non-MachinePointerInfo of getLoad.
Chris Lattner
2010-09-21
1
-4
/
+5
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
1
-3
/
+6
*
Propagate debug loc.
Devang Patel
2010-07-06
1
-2
/
+3
*
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
1
-9
/
+16
*
Revert r107655.
Dan Gohman
2010-07-06
1
-16
/
+9
*
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
1
-9
/
+16
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
1
-2
/
+2
*
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-22
1
-0
/
+4
*
Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...
Evan Cheng
2010-05-19
1
-1
/
+1
*
Implement indirect branches on MSP430
Anton Korobeynikov
2010-05-01
1
-2
/
+11
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
1
-14
/
+3
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-17
/
+25
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-3
/
+3
*
IT turns out that during jumpless setcc lowering eq and ne were swapped.
Anton Korobeynikov
2010-02-21
1
-8
/
+5
*
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
-5
/
+7
*
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
1
-2
/
+2
*
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
*
zext / truncate is free on msp430. Inform codegen about this.
Anton Korobeynikov
2010-01-15
1
-0
/
+25
*
Enable bit tests and setcc stuff.
Anton Korobeynikov
2010-01-15
1
-4
/
+6
*
Add micro-optimization which allows us to fold imm into cmp. This allows us t...
Anton Korobeynikov
2010-01-15
1
-0
/
+32
*
Fix cmp emission on msp430: we definitely should turn stuff like
Anton Korobeynikov
2010-01-15
1
-6
/
+6
*
Remove pseudo-MI in custom inserter.
Anton Korobeynikov
2010-01-14
1
-0
/
+1
*
Implement variable-width shifts.
Anton Korobeynikov
2009-12-12
1
-4
/
+136
*
Lower setcc branchless, if this is profitable.
Anton Korobeynikov
2009-12-11
1
-2
/
+85
*
Some pretty-printing
Anton Korobeynikov
2009-12-07
1
-0
/
+1
*
Add lowering of returnaddr and frameaddr intrinsics. Shamelessly stolen from ...
Anton Korobeynikov
2009-12-07
1
-0
/
+54
*
Initial codegen support for MSP430 ISRs
Anton Korobeynikov
2009-12-07
1
-2
/
+21
*
Add ability to select hw multiplier mode and select appropriate libcalls.
Anton Korobeynikov
2009-12-07
1
-0
/
+29
*
Minor optimization: when doing eq/ne comparions and RHS is a constant - swap ...
Anton Korobeynikov
2009-11-22
1
-0
/
+8
*
Use 2-byte alignment for functions. 4 bytes are clear overkill here.
Anton Korobeynikov
2009-11-22
1
-1
/
+1
*
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
1
-1
/
+1
*
First try of the post-inc operands handling... Not fully worked, though :(
Anton Korobeynikov
2009-11-07
1
-1
/
+1
*
Add some dummy support for post-incremented loads
Anton Korobeynikov
2009-11-07
1
-4
/
+44
*
Add 8 bit libcalls and make use of them for msp430
Anton Korobeynikov
2009-11-07
1
-0
/
+11
*
Cosmetic changes, no functionality changes
Anton Korobeynikov
2009-10-21
1
-14
/
+13
*
Revert 84315 for now. Re-thinking the patch.
Evan Cheng
2009-10-17
1
-1
/
+1
*
Rename getFixedStack to getStackObject. The stack objects represented are not
Evan Cheng
2009-10-17
1
-1
/
+1
*
Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...
Evan Cheng
2009-09-19
1
-0
/
+4
*
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
*
Add dummy inline asm handling for 'r' constraint. This fixes PR4778
Anton Korobeynikov
2009-08-26
1
-0
/
+38
*
Provide dynamic_stackalloc lowering for MSP430.
Anton Korobeynikov
2009-08-25
1
-0
/
+2
*
eliminate uses of cerr()
Chris Lattner
2009-08-23
1
-2
/
+3
[next]