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
/
XCore
/
XCoreISelDAGToDAG.cpp
Age
Commit message (
Expand
)
Author
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-03-11
Remove dead code. (S|U)MUL_LO is now lowered to LMUL or MACC(S|U)
Richard Osborne
2010-03-10
Prefer LMUL to MACCU as LMUL has no tied operands.
Richard Osborne
2010-03-10
Lower add (mul a, b), c into MACCU / MACCS nodes which translate
Richard Osborne
2010-03-02
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-03-01
stop using generated sdnodexforms.
Chris Lattner
2010-01-05
Change SelectCode's argument from SDValue to SDNode *, to make it more
Dan Gohman
2009-11-05
Remove uninteresting and confusing debug output.
Dan Gohman
2009-10-06
Remove xs1a subtarget. xs1a is a preproduction device used in
Richard Osborne
2009-09-25
Rename getTargetNode to getMachineNode, for consistency with the
Dan Gohman
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
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-24
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-14
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-02-06
get rid of some non-DebugLoc getTargetNode variants.
Dale Johannesen
2009-01-15
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
Don't fold address calculations which use negative offsets into
Richard Osborne
2008-11-07
Fix compile warnings.
Richard Osborne
2008-11-07
Add XCore backend.
Richard Osborne