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
Age
Commit message (
Expand
)
Author
2006-04-12
new testcase
Chris Lattner
2006-04-12
Make sure both member variables are initialized in the default constructor
Reid Spencer
2006-04-12
Vector type promotion for ISD::LOAD and ISD::SELECT
Evan Cheng
2006-04-12
Provide a default impl of LowerArguments
Chris Lattner
2006-04-12
Implement support for the formal_arguments node. To get this, targets should...
Chris Lattner
2006-04-12
Various SSE2 conversion intrinsics
Evan Cheng
2006-04-12
Don't memoize vloads in the load map! Don't memoize them anywhere here, let
Chris Lattner
2006-04-12
new testcase
Chris Lattner
2006-04-12
Remove extraneous building in target dist-check. There is no reason that
Reid Spencer
2006-04-11
Added __builtin_ia32_storelv4si, __builtin_ia32_movqv4si,
Evan Cheng
2006-04-11
Don't overload anchor names, silly browser's can't handle it.
Reid Spencer
2006-04-11
Add the contents of my email about distribution targets as a new section.
Reid Spencer
2006-04-11
new dag node
Chris Lattner
2006-04-11
First pass over Reid's document.
John Criswell
2006-04-11
Fix SingleSource/UnitTests/Vector/sumarray-dbl
Nate Begeman
2006-04-11
Fix PR727, correctly handling large stack aligments on ppc
Nate Begeman
2006-04-11
we have a shuffle instr, add an example.
Chris Lattner
2006-04-11
gcc lower SSE prefetch into generic prefetch intrinsic. Need to add support
Evan Cheng
2006-04-11
Misc. intrinsics.
Evan Cheng
2006-04-11
Update credibility.
Jim Laskey
2006-04-11
Suppress debug label when not debug.
Jim Laskey
2006-04-11
movnt* and maskmovdqu intrinsics
Evan Cheng
2006-04-11
Only get Tmp2 for cases where number of operands is > 1. Fixed return void.
Evan Cheng
2006-04-11
Fix an anchor.
Reid Spencer
2006-04-11
Flesh out the documentation a little bit more.
Reid Spencer
2006-04-11
Update my entry.
Reid Spencer
2006-04-11
update my credits entry per clattner's request!
Nate Begeman
2006-04-11
Keep Visual Studio happy.
Jeff Cohen
2006-04-11
add some todos
Chris Lattner
2006-04-11
Vector function results go into V2 according to GCC. The darwin ABI doc
Chris Lattner
2006-04-11
Add basic support for legalizing returns of vectors
Chris Lattner
2006-04-11
Move some return-handling code from lowerarguments to the ISD::RET handling s...
Chris Lattner
2006-04-11
Add helper methods.
Chris Lattner
2006-04-11
Added support for _mm_move_ss and _mm_move_sd.
Evan Cheng
2006-04-10
Use existing information.
Jim Laskey
2006-04-10
Implement vec_shuffle.ll:test3
Chris Lattner
2006-04-10
new testcase
Chris Lattner
2006-04-10
Implement InstCombine/vec_shuffle.ll:test[12]
Chris Lattner
2006-04-10
New testcase
Chris Lattner
2006-04-10
Remove some bogus patterns; clean up.
Evan Cheng
2006-04-10
Fix a typo: Instr* -> Intr*
Chris Lattner
2006-04-10
add a note
Chris Lattner
2006-04-10
* Remove duplicated table of contents for a section and at the top level
Misha Brukman
2006-04-10
Remove an entry that is now done.
Evan Cheng
2006-04-10
Added some missing shuffle patterns.
Evan Cheng
2006-04-10
Correct an entry
Evan Cheng
2006-04-10
movups / movupd
Evan Cheng
2006-04-10
__builtin_ia32_loadup{s|d}, __builtin_ia32_storeup{s|d}
Evan Cheng
2006-04-10
Add a simple pass to make sure that all (non-library) calls to malloc and free
Andrew Lenharth
2006-04-10
Missing break
Evan Cheng
[next]