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
/
MSP430ISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-09-21
1
-4
/
+4
*
zap dead code.
Chris Lattner
2010-09-04
1
-9
/
+0
*
Propagate debug loc.
Devang Patel
2010-07-06
1
-1
/
+2
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-3
/
+2
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-3
/
+3
*
remove 300 lines of code that is now dead in the MSP430 backend
Chris Lattner
2010-03-02
1
-293
/
+1
*
Fix some issues in WalkChainUsers dealing with
Chris Lattner
2010-03-02
1
-0
/
+5
*
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-03-02
1
-40
/
+8
*
Split SelectionDAGISel::IsLegalAndProfitableToFold to
Evan Cheng
2010-02-15
1
-7
/
+6
*
Change SelectCode's argument from SDValue to SDNode *, to make it more
Dan Gohman
2010-01-05
1
-34
/
+33
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-1
/
+0
*
Do not allow uninitialize access during debug printing
Anton Korobeynikov
2009-12-13
1
-2
/
+2
*
Update for new getBlockAddress signature.
Dan Gohman
2009-11-20
1
-2
/
+2
*
Fix DenseMap iterator constness.
Jeffrey Yasskin
2009-11-10
1
-1
/
+1
*
Fix invalid operand updates & implement post-inc memory operands
Anton Korobeynikov
2009-11-08
1
-16
/
+62
*
First try of the post-inc operands handling... Not fully worked, though :(
Anton Korobeynikov
2009-11-07
1
-10
/
+77
*
Add some dummy support for post-incremented loads
Anton Korobeynikov
2009-11-07
1
-0
/
+40
*
Initial support for addrmode handling. Tests by Brian Lucas!
Anton Korobeynikov
2009-11-07
1
-36
/
+209
*
Remove uninteresting and confusing debug output.
Dan Gohman
2009-11-05
1
-2
/
+0
*
Shift art to the right to keep GCC from complaining about multi-line comments.
Benjamin Kramer
2009-10-22
1
-14
/
+14
*
Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele...
Anton Korobeynikov
2009-10-22
1
-19
/
+149
*
Add DAG printing for RMW stuff debugging
Anton Korobeynikov
2009-10-21
1
-0
/
+16
*
RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di...
Anton Korobeynikov
2009-10-21
1
-53
/
+73
*
Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinements
Anton Korobeynikov
2009-10-11
1
-0
/
+127
*
Implement 'm' memory operand properly
Anton Korobeynikov
2009-10-11
1
-0
/
+20
*
Rename getTargetNode to getMachineNode, for consistency with the
Dan Gohman
2009-09-25
1
-2
/
+2
*
Fix some refactos for iostream changes (in -Asserts mode).
Daniel Dunbar
2009-08-23
1
-4
/
+4
*
eliminate the last DOUTs from the targets.
Chris Lattner
2009-08-23
1
-19
/
+9
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
1
-15
/
+15
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-15
/
+15
*
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
1
-0
/
+2
*
Restore minor deletion.
Mike Stump
2009-05-04
1
-2
/
+0
*
Update due to mainline API change
Anton Korobeynikov
2009-05-03
1
-4
/
+5
*
Add 8bit shifts
Anton Korobeynikov
2009-05-03
1
-1
/
+8
*
Properly handle ExternalSymbol's
Anton Korobeynikov
2009-05-03
1
-0
/
+3
*
Small tweaking
Anton Korobeynikov
2009-05-03
1
-2
/
+2
*
Proper handle loading of effective address of stack slot stuff
Anton Korobeynikov
2009-05-03
1
-9
/
+15
*
Match frame indexes
Anton Korobeynikov
2009-05-03
1
-9
/
+11
*
Reverse order of memory arguments
Anton Korobeynikov
2009-05-03
1
-6
/
+6
*
Correct asmprinting of memory operands
Anton Korobeynikov
2009-05-03
1
-9
/
+7
*
Match wrapper node for address
Anton Korobeynikov
2009-05-03
1
-2
/
+17
*
Basic support for mem=>reg moves
Anton Korobeynikov
2009-05-03
1
-0
/
+33
*
Clearify the usage and add some debug stuff
Anton Korobeynikov
2009-05-03
1
-1
/
+49
*
Cleanup
Anton Korobeynikov
2009-05-03
1
-2
/
+1
*
Dummy MSP430 backend
Anton Korobeynikov
2009-05-03
1
-0
/
+84