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
Age
Commit message (
Expand
)
Author
2013-01-20
Convert more EVT's to MVT's in the lowering methods.
Craig Topper
2013-01-20
Capitalize lowerTRUNCATE so that it matches the other lower functions in this...
Craig Topper
2013-01-20
Revert CostTable algorithm, will re-write
Renato Golin
2013-01-20
Add instruction encodings / disassembly support for l2rus instructions.
Richard Osborne
2013-01-20
Add instruction encodings / disassembly support for l3r instructions.
Richard Osborne
2013-01-20
Add instruction encodings / disassembler support for 2rus instructions.
Richard Osborne
2013-01-20
Add instruction encodings / disassembly support 3r instructions.
Richard Osborne
2013-01-20
Make LowerVSETCC a static function and use MVT instead of EVT.
Craig Topper
2013-01-20
Revert 172708.
Nadav Rotem
2013-01-20
Make some helper methods static.
Craig Topper
2013-01-20
Remove DebugLoc argument from static function. It can easily be obtained from...
Craig Topper
2013-01-20
Use MVT instead of EVT in more instruction lowering code.
Craig Topper
2013-01-19
Use MVT instead of EVT in more of the shuffle lowering code.
Craig Topper
2013-01-19
Capitalize LowerVectorIntExtend to be consistent with all the other lower fun...
Craig Topper
2013-01-19
On Sandybridge split unaligned 256bit stores into two xmm-sized stores.
Nadav Rotem
2013-01-19
Use MVT instead of EVT when computing shuffle immediates since they can only ...
Craig Topper
2013-01-19
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-19
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-18
On Sandybridge loading unaligned 256bits using two XMM loads (vmovups and vin...
Nadav Rotem
2013-01-18
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-18
R600: Proper insert S_WAITCNT instructions
Tom Stellard
2013-01-18
R600: Optimize and cleanup KILL on SI
Tom Stellard
2013-01-18
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-18
Calculate vector element size more directly for VINSERTF128/VEXTRACTF128 imme...
Craig Topper
2013-01-18
Minor formatting fix. No functional change.
Craig Topper
2013-01-18
Spelling fix: extened->extended. Trailing whitespace in same function.
Craig Topper
2013-01-18
Make more use of is128BitVector/is256BitVector in place of getSizeInBits() ==...
Craig Topper
2013-01-18
[ms-inline asm] Make the error message more generic now that we support the
Chad Rosier
2013-01-17
This patch fixes PR13626 by providing i128 support in the return
Bill Schmidt
2013-01-17
[ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.
Chad Rosier
2013-01-17
Add indexed load/store instructions for offset validation check.
Jyotsna Verma
2013-01-17
This patch fixes the PPC calling convention to handle returns of
Bill Schmidt
2013-01-17
Optimization for the following SIGN_EXTEND pairs:
Elena Demikhovsky
2013-01-17
Combine AVX and SSE forms of MOVSS and MOVSD into the same multiclasses so th...
Craig Topper
2013-01-17
Provide a place for targets to insert ILP optimization passes.
Jakob Stoklund Olesen
2013-01-17
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-16
Change CostTable model to be global to all targets
Renato Golin
2013-01-16
reverting 172579
Jack Carter
2013-01-16
Akira,
Jack Carter
2013-01-15
This patch fixes a Mips specific bug where
Jack Carter
2013-01-14
[ms-inline asm] Extend support for parsing Intel bracketed memory operands that
Chad Rosier
2013-01-14
Improve r172468: const_cast is not needed here
Dmitri Gribenko
2013-01-14
Improve r172471: avoid all those extra casts on the lines nearby
Dmitri Gribenko
2013-01-14
Follow up of commit r172472.
Quentin Colombet
2013-01-14
Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...
Quentin Colombet
2013-01-14
Fix Casting
David Greene
2013-01-14
Fix Another Cast
David Greene
2013-01-14
Simplify nested strconcats in X86 td files since strconcat can take more than...
Craig Topper
2013-01-14
Create a single multiclass for SSE and AVX version of MOVL/MOVH. Prevents nee...
Craig Topper
2013-01-13
Fix typo in comment.
Nick Lewycky
[prev]
[next]