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
/
XCoreISelLowering.cpp
Age
Commit message (
Expand
)
Author
2009-07-15
Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs.
Richard Osborne
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-09
Thread LLVMContext through MVT and related parts of SDISel.
Owen Anderson
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
Convert more abort() calls to llvm_report_error().
Torok Edwin
2009-07-01
Update comments to make it clear that the function alignment is the Log2 of the
Bill Wendling
2009-06-30
Add an "alignment" field to the MachineFunction object. It makes more sense to
Bill Wendling
2009-05-09
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-02-13
missed file
Dale Johannesen
2009-02-07
Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing
Dan Gohman
2009-02-07
Get rid of the last non-DebugLoc versions of getNode!
Dale Johannesen
2009-02-06
Remove more non-DebugLoc versions of getNode.
Dale Johannesen
2009-02-05
Get rid of 3 non-DebugLoc getNode variants.
Dale Johannesen
2009-02-04
Remove non-DebugLoc forms of CopyToReg and CopyFromReg.
Dale Johannesen
2009-02-04
Remove non-DebugLoc versions of getLoad and getStore.
Dale Johannesen
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2008-12-03
Add support for ISD::TRAP to the XCore backend
Richard Osborne
2008-12-01
Change the interface to the type legalization method
Duncan Sands
2008-11-23
Rename SetCCResultContents to BooleanContents. In
Duncan Sands
2008-11-14
[XCore] Fix expansion of 64 bit add/sub. Don't custom expand
Richard Osborne
2008-11-14
Add XCore intrinsics for getid (returns thread id) and bitrev (reverses
Richard Osborne
2008-11-07
Add XCore backend.
Richard Osborne