index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
MSP430
/
MSP430ISelDAGToDAG.cpp
Age
Commit message (
Expand
)
Author
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-12
Fix PR11985
Michael Liao
2010-09-21
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-09-04
zap dead code.
Chris Lattner
2010-07-06
Propagate debug loc.
Devang Patel
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-03-02
remove 300 lines of code that is now dead in the MSP430 backend
Chris Lattner
2010-03-02
Fix some issues in WalkChainUsers dealing with
Chris Lattner
2010-03-02
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-02-15
Split SelectionDAGISel::IsLegalAndProfitableToFold to
Evan Cheng
2010-01-05
Change SelectCode's argument from SDValue to SDNode *, to make it more
Dan Gohman
2009-12-28
Remove dead variable.
Bill Wendling
2009-12-13
Do not allow uninitialize access during debug printing
Anton Korobeynikov
2009-11-20
Update for new getBlockAddress signature.
Dan Gohman
2009-11-10
Fix DenseMap iterator constness.
Jeffrey Yasskin
2009-11-08
Fix invalid operand updates & implement post-inc memory operands
Anton Korobeynikov
2009-11-07
First try of the post-inc operands handling... Not fully worked, though :(
Anton Korobeynikov
2009-11-07
Add some dummy support for post-incremented loads
Anton Korobeynikov
2009-11-07
Initial support for addrmode handling. Tests by Brian Lucas!
Anton Korobeynikov
2009-11-05
Remove uninteresting and confusing debug output.
Dan Gohman
2009-10-22
Shift art to the right to keep GCC from complaining about multi-line comments.
Benjamin Kramer
2009-10-22
Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele...
Anton Korobeynikov
2009-10-21
Add DAG printing for RMW stuff debugging
Anton Korobeynikov
2009-10-21
RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di...
Anton Korobeynikov
2009-10-11
Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinements
Anton Korobeynikov
2009-10-11
Implement 'm' memory operand properly
Anton Korobeynikov
2009-09-25
Rename getTargetNode to getMachineNode, for consistency with the
Dan Gohman
2009-08-23
Fix some refactos for iostream changes (in -Asserts mode).
Daniel Dunbar
2009-08-23
eliminate the last DOUTs from the targets.
Chris Lattner
2009-08-11
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-10
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-05-04
Restore minor deletion.
Mike Stump
2009-05-03
Update due to mainline API change
Anton Korobeynikov
2009-05-03
Add 8bit shifts
Anton Korobeynikov
2009-05-03
Properly handle ExternalSymbol's
Anton Korobeynikov
2009-05-03
Small tweaking
Anton Korobeynikov
2009-05-03
Proper handle loading of effective address of stack slot stuff
Anton Korobeynikov
2009-05-03
Match frame indexes
Anton Korobeynikov
2009-05-03
Reverse order of memory arguments
Anton Korobeynikov
2009-05-03
Correct asmprinting of memory operands
Anton Korobeynikov
2009-05-03
Match wrapper node for address
Anton Korobeynikov
2009-05-03
Basic support for mem=>reg moves
Anton Korobeynikov
2009-05-03
Clearify the usage and add some debug stuff
Anton Korobeynikov
2009-05-03
Cleanup
Anton Korobeynikov
2009-05-03
Dummy MSP430 backend
Anton Korobeynikov