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
/
X86
Age
Commit message (
Expand
)
Author
2010-11-18
Change CodeGen to use .loc directives. This produces a lot more readable output
Rafael Espindola
2010-11-18
Do not throw away alignment when generating the DAG for
Dale Johannesen
2010-11-18
Fixed to use input redirection for source - to eliminate .s output.
John Thompson
2010-11-17
Bug 8621 fix - pointer cast stripped from inline asm constraint argument.
John Thompson
2010-11-13
Recognise 32-bit ror-based bswap implementation used by uclibc
Peter Collingbourne
2010-11-11
Remove the memmove->memcpy optimization from CodeGen. MemCpyOpt does this.
Dan Gohman
2010-11-09
Testcase for PR8211 (llc crash at -O0).
Duncan Sands
2010-11-09
Fix DAGCombiner to avoid folding a sext-in-reg or similar through a shl
Dan Gohman
2010-11-09
Delete an extraneous svn:executable property.
Dan Gohman
2010-11-09
Fix an inline asm pasto from 117667; was preventing
Dale Johannesen
2010-11-06
go to great lengths to work around a GAS bug my previous patch
Chris Lattner
2010-11-03
This test assumes SSE is present; that is not the default
Dale Johannesen
2010-11-03
Fix DAGCombiner to avoid going into an infinite loop when it
Dan Gohman
2010-11-02
Inline asm mult-alt constraint tests.
John Thompson
2010-11-02
Use frameindex, if available, as a last resort to emit debug info for a param...
Devang Patel
2010-10-28
Fix pastos in handling of AVX cvttsd2si, PR8491.
Dale Johannesen
2010-10-25
An stdcall function calling a non-stdcall function
Dale Johannesen
2010-10-23
X86: Emit _fltused instead of __fltused on Windows x64.
Michael J. Spencer
2010-10-20
More accurate estimate / tracking of register pressure.
Evan Cheng
2010-10-19
Re-enable register pressure aware machine licm with fixes. Hoist() may have
Evan Cheng
2010-10-19
Revert r116781 "- Add a hook for target to determine whether an instruction def
Daniel Dunbar
2010-10-19
- Add a hook for target to determine whether an instruction def is
Evan Cheng
2010-10-16
X86-Windows: Emit an undefined global __fltused symbol when targeting Windows
Michael J. Spencer
2010-10-13
Fix another case where we were preferring instructions with large
Rafael Espindola
2010-10-13
Fix PR8365 by adding a more specialized Pat that checks if an 'and' with
Rafael Espindola
2010-10-12
FileCheckize this in a hope to quiet a valgrind warning on grep.
Eric Christopher
2010-10-11
PR8297
Andrew Trick
2010-10-11
Fixes bug 8297: i386 cmpxchg8b, missing MachineMemOperand
Andrew Trick
2010-10-10
X86: MinGW should always use libgcc on Windows.
Michael J. Spencer
2010-10-10
X86: Call _alldiv instead of __divdi3 on Windows (excluding cygwin).
Michael J. Spencer
2010-10-08
Recommit 116056, now with the missing file...
Cameron Esfahani
2010-10-08
reverting 116056: win64_params.ll may need to be conditionalized?
Andrew Trick
2010-10-08
Small patch to restore home register stack space allocation for the Win64 cas...
Cameron Esfahani
2010-10-08
testcase that goes with r116053
Chris Lattner
2010-10-08
rename test
Chris Lattner
2010-10-08
merge tests
Chris Lattner
2010-10-08
filecheckize.
Chris Lattner
2010-10-08
reapply: Use the new TB_NOT_REVERSABLE flag instead of special
Chris Lattner
2010-10-08
Revert "reimplement the second half of the or/add optimization. We should now",
Daniel Dunbar
2010-10-08
reimplement the second half of the or/add optimization. We should now
Chris Lattner
2010-10-07
convert cmp to use a multipattern
Chris Lattner
2010-10-07
Canonicalize X86ISD::MOVDDUP nodes to v2f64 to make sure all cases match. Als...
Evan Cheng
2010-10-05
PSHUFW is in SSE, not SSSE3.
Bill Wendling
2010-10-05
Use a more efficient lowering of uint64_t --> float that can take advantage o...
Owen Anderson
2010-10-05
test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be...
NAKAMURA Takumi
2010-10-03
va_args support for Win64.
Anton Korobeynikov
2010-10-03
Properly emit stack probe on win64 (for non-mingw targets).
Anton Korobeynikov
2010-10-03
unbreak buildbot
Chris Lattner
2010-10-03
Add test to make sure that the MMX intrinsic calls make it out the other end in
Bill Wendling
2010-10-01
Need to specify SSE4 for machines which don't have SSE4. The code checked for...
Bill Wendling
[prev]
[next]