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
2012-06-29
Clear kill flags in InstrEmitter::EmitSubregNode().
Jakob Stoklund Olesen
2012-06-29
In the initial exec mode we always do a load to find the address of a variable.
Rafael Espindola
2012-06-29
X86: add more GATHER intrinsics in LLVM
Manman Ren
2012-06-26
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-26
Shuffle optimization for AVX/AVX2.
Elena Demikhovsky
2012-06-26
Enable the new LoopInfo algorithm by default.
Andrew Trick
2012-06-25
Make some ugly hacks for inline asm operands which name a specific register a...
Eli Friedman
2012-06-25
Run ProcessImplicitDefs on SSA form where it can be much simpler.
Jakob Stoklund Olesen
2012-06-24
%RCX is not a function live-out in eh.return functions.
Jakob Stoklund Olesen
2012-06-23
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-22
FileCheckize tests.
Chad Rosier
2012-06-22
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-06-22
Functions calling __builtin_eh_return must have a frame pointer.
Jakob Stoklund Olesen
2012-06-20
Remove the -live-regunits command line option.
Jakob Stoklund Olesen
2012-06-20
Only update regunit live ranges that have been precomputed.
Jakob Stoklund Olesen
2012-06-20
Don't insert 128-bit UNDEF into 256-bit vectors. Just keep the 256-bit vector...
Craig Topper
2012-06-19
really add a triple :-(
Rafael Espindola
2012-06-19
Add a triple to the test.
Rafael Espindola
2012-06-19
Move the support for using .init_array from ARM to the generic
Rafael Espindola
2012-06-18
Add a regression test for the bug exposed by r158087, which has been
Chandler Carruth
2012-06-18
Temporarily revert r158087.
Chandler Carruth
2012-06-13
Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...
Craig Topper
2012-06-09
Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...
Craig Topper
2012-06-08
Don't run RAFast in the optimizing regalloc pipeline.
Jakob Stoklund Olesen
2012-06-08
Test case for r158160
Manman Ren
2012-06-07
X86: optimize generated code for integer ABS
Manman Ren
2012-06-07
Use a base register instead of an index register with the local dynamic model.
Rafael Espindola
2012-06-07
X86: replace SUB with CMP if possible
Manman Ren
2012-06-06
Revert r157755.
Manman Ren
2012-06-06
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-06-04
Remove the "-promote-elements" flag. This flag is now enabled by default.
Nadav Rotem
2012-06-03
Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.
Craig Topper
2012-06-03
Rename fma4 intrinsics to just fma since they are now used for both FMA4 and ...
Craig Topper
2012-06-03
Revert r157831
Manman Ren
2012-06-03
Use sse_load_f32/64 for scalar FMA3 intrinsic patterns instead of 128-bit loa...
Craig Topper
2012-06-01
X86: peephole optimization to remove cmp instruction
Manman Ren
2012-06-01
testcase for PR13006, thanks to Duncan for filing it.
Chris Lattner
2012-06-01
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-06-01
Remove fadd(fmul) patterns for FMA3. This needs to be implemented by paying a...
Craig Topper
2012-06-01
enhance the logic for looking through tailcalls to look through transparent c...
Chris Lattner
2012-06-01
enhance getNoopInput to know about vector<->vector bitcasts of legal
Chris Lattner
2012-06-01
add some simple 64-bit tail call tests.
Chris Lattner
2012-06-01
merge some tests.
Chris Lattner
2012-06-01
rename test
Chris Lattner
2012-05-31
X86: replace SUB with CMP if possible
Manman Ren
2012-05-31
Added FMA3 Intel instructions.
Elena Demikhovsky
2012-05-31
Add intrinsic for pclmulqdq instruction.
Craig Topper
2012-05-30
Prioritize smaller register classes for urgent evictions.
Jakob Stoklund Olesen
2012-05-30
it's pointed out that R11 can be used for magic things, and doing things just...
Chris Lattner
2012-05-30
Extend the (abi-irrelevant) return convention to be able to return more than ...
Chris Lattner
[prev]
[next]