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
2009-11-30
Add test case for r90108
Mon P Wang
2009-11-26
Test for 89905.
Evan Cheng
2009-11-22
Turns out stuff gets allocated to different registers depending on the subtar...
Benjamin Kramer
2009-11-22
Fix for bad FileCheck converts in revision 89584.
Edward O'Callaghan
2009-11-22
Convert a few tests to FileCheck for PR5307.
Edward O'Callaghan
2009-11-20
Enable hoisting load from constant memories.
Evan Cheng
2009-11-20
Recommitting PALIGNR shift width fixes.
Sean Callanan
2009-11-20
Reverting PALIGNR fix until I figure out how this
Sean Callanan
2009-11-20
Fixed PALIGNR to take 8-bit rotations in all cases.
Sean Callanan
2009-11-20
Fix fast-isel to avoid selecting the return instruction if a
Dan Gohman
2009-11-19
Test from Dhrystone to make sure that we're not emitting an aligned load for a
Bill Wendling
2009-11-18
Fix PR5300.
Jakob Stoklund Olesen
2009-11-18
Fix inverted test and add testcase from failing self-host.
Jakob Stoklund Olesen
2009-11-17
Remove fragile test.
Jakob Stoklund Olesen
2009-11-17
Enable -split-phi-edges by default, except when -regalloc=local.
Jakob Stoklund Olesen
2009-11-17
Revert 89021. It's miscompiling llvm-gcc driver driver at -O0.
Evan Cheng
2009-11-17
Enable -split-phi-edges by default
Jakob Stoklund Olesen
2009-11-17
MOV64rm should be marked isReMaterializable.
Evan Cheng
2009-11-16
Fix this test - there don't appear to be any actual Reload Reuses
Dan Gohman
2009-11-16
Revert r87049, which was the workaround for the regression triggered
Dan Gohman
2009-11-16
- Check memoperand alignment instead of checking stack alignment. Most load /...
Evan Cheng
2009-11-16
Support spill comments.
David Greene
2009-11-14
Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to repl...
Evan Cheng
2009-11-14
Enable the tail call optimization when the caller returns undef.
Dan Gohman
2009-11-13
When optimizing for size, don't tail-merge unless it's likely to be a
Dan Gohman
2009-11-13
Don't let a noalias difference disrupt the tailcall optimization.
Dan Gohman
2009-11-13
Update test.
Daniel Dunbar
2009-11-12
Tail merge at any size when there are two potentials blocks and one
Dan Gohman
2009-11-11
x86 users can now return arbitrary sized structs. Structs too large to fit i...
Kenneth Uildriks
2009-11-11
Add support for tail duplication to BranchFolding, and extend
Dan Gohman
2009-11-11
Add nounwind.
Evan Cheng
2009-11-11
Fix test to work on every platform.
Bill Wendling
2009-11-11
Make sure that the exception handling data has the same visibility as the
Bill Wendling
2009-11-09
Add testcase for recent checkin.
Mike Stump
2009-11-07
x86 vector shuffle cleanup/fixes:
Nate Begeman
2009-11-07
Fix a couple of shuffle patterns to use movhlps instead
Eric Christopher
2009-11-07
merge cmp1 into cmp0 and filecheckize.
Chris Lattner
2009-11-06
Fix PR5315, original patch by Nicolas Capens!
Eric Christopher
2009-11-04
RangeIsDefinedByCopyFromReg() should check for subreg_to_reg, insert_subreg,
Evan Cheng
2009-11-03
Re-apply 85799. It turns out my code isn't buggy.
Evan Cheng
2009-11-03
Make opt default to not adding a target data string and update tests that dep...
Kenneth Uildriks
2009-11-02
Revert 85799 for now. It might be breaking llvm-gcc driver.
Evan Cheng
2009-11-02
Initilize the machine LICM CSE map upon the first time an instruction is hois...
Evan Cheng
2009-11-01
improve x86 codegen support for blockaddress. We now compile
Chris Lattner
2009-10-31
Add a target triple so that this test behaves consistently across hosts.
Dan Gohman
2009-10-30
Fix the -mattr line for this test so that it passes on hosts that lack SSSE3.
Dan Gohman
2009-10-30
Fix MachineLICM to use the correct virtual register class when
Dan Gohman
2009-10-30
I forgot to commit this test.
Evan Cheng
2009-10-28
Reimplement BranchFolding change to avoid tail merging for a 1 instruction
Bob Wilson
2009-10-28
Teach MachineLICM to unfold loads from constant memory from
Dan Gohman
[next]