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
/
test
/
CodeGen
/
XCore
Age
Commit message (
Expand
)
Author
2009-07-16
Combine an unaligned store of unaligned load into a memmove.
Richard Osborne
2009-07-16
Expand unaligned 32 bit loads from an address which is a constant
Richard Osborne
2009-07-16
Custom lower unaligned 32 bit stores and loads into libcalls. This is
Richard Osborne
2009-07-15
Fix pattern for LD16S_3r, add basic tests to check load / store instructions
Richard Osborne
2009-07-15
Fix XCoreTargetLowering::isLegalAddressingMode to handle non simple VTs.
Richard Osborne
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-05-20
Fix for PR4235: to build a floating-point value from integer parts,
Eli Friedman
2009-04-18
testcase for PR3898
Chris Lattner
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-15
Don't fold address calculations which use negative offsets into
Richard Osborne
2009-01-14
Add pseudo instructions to the XCore for (load|store|load address) of a
Richard Osborne
2008-12-03
Add support for ISD::TRAP to the XCore backend
Richard Osborne
2008-11-18
Reapply r59464, this time using the correct type
Duncan Sands
2008-11-18
Revert r59464. It was causing this failure:
Bill Wendling
2008-11-17
Add soft float support for a bunch more operations. Original
Duncan Sands
2008-11-17
Don't produce ADDC/ADDE when expanding SHL unless they are legal
Richard Osborne
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 basic test for XCore backend
Richard Osborne