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
2008-03-12
Make this test x86-specific for now; targets that don't use
Dan Gohman
2008-03-11
Testcase for PR2137
Anton Korobeynikov
2008-03-11
Update testcase for recent aliases change
Anton Korobeynikov
2008-03-11
Add a test to ensure that all-ones vectors are materialized with pcmpeqd.
Dan Gohman
2008-03-11
Use the correct value for InSignBit.
Dan Gohman
2008-03-11
Implement basic support for the 'f' register class constraint. This basically
Chris Lattner
2008-03-11
When the register allocator runs out of registers, spill a physical register ...
Evan Cheng
2008-03-10
Don't emit FP_REG_KILL into a block that just returns. Nothing
Chris Lattner
2008-03-10
Fix mul expansion to check the correct number of bits for
Dan Gohman
2008-03-10
These tests don't work unless SSE2 is active.
Dale Johannesen
2008-03-10
There is no "-mattr=+sse1" flag; fix test for non-x86 hosts.
Dale Johannesen
2008-03-10
- Fix a subtle bug in RemoveCopyByCommutingDef. ALR is the live range where t...
Evan Cheng
2008-03-10
Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e....
Evan Cheng
2008-03-09
teach X86InstrInfo::copyRegToReg how to copy into ST(0) from
Chris Lattner
2008-03-09
Add ScheduleDAG support for copytoreg where the src/dst register are
Chris Lattner
2008-03-09
reduce this testcase more
Chris Lattner
2008-03-09
Finish implementing a readme entry: when inserting an i64 variable
Chris Lattner
2008-03-09
Implement a readme entry, compiling
Chris Lattner
2008-03-09
make this test harder
Chris Lattner
2008-03-08
Teach SD some vector identities, allowing us to compile vec_set-9 into:
Chris Lattner
2008-03-08
Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...
Evan Cheng
2008-03-07
mark frem as expand for all legal fp types on x86, regardless of whether
Chris Lattner
2008-03-05
Generalize FP constant shrinking optimization to apply to any vt
Chris Lattner
2008-03-05
Add a target lowering hook to control whether it's worthwhile to compress fp ...
Evan Cheng
2008-03-04
Really fix the test.
Evan Cheng
2008-03-04
Fix broken test.
Evan Cheng
2008-03-04
Add PR1501 test case.
Evan Cheng
2008-03-02
Evan implemented these.
Chris Lattner
2008-02-28
Set to default: x86 no longer fold and into test if it has more than one use.
Evan Cheng
2008-02-27
Fix a bug in dead spill slot elimination.
Evan Cheng
2008-02-27
actually run llc, thanks Dan :)
Chris Lattner
2008-02-27
Don't track max alignment during stack object allocations since they can be d...
Evan Cheng
2008-02-27
Make X86TargetLowering::LowerSINT_TO_FP return without creating a dead
Chris Lattner
2008-02-27
Compile x86-64-and-mask.ll into:
Chris Lattner
2008-02-27
Spiller now remove unused spill slots.
Evan Cheng
2008-02-26
Enable -coalescer-commute-instrs by default.
Evan Cheng
2008-02-26
Avoid aborting on invalid shift counts.
Dan Gohman
2008-02-26
Fix for pr2093: direct operands aren't necessarily addresses, so don't
Eli Friedman
2008-02-26
This is possible:
Evan Cheng
2008-02-26
Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memory
Evan Cheng
2008-02-23
Rematerialization logic was overly conservative when it comes to loads from f...
Evan Cheng
2008-02-23
Update test.
Evan Cheng
2008-02-23
Remat of pic loads are now on by default.
Evan Cheng
2008-02-23
Really. Why doesn't every arch support MMX?
Evan Cheng
2008-02-22
Test case for PR2082.
Evan Cheng
2008-02-22
Allow re-materialization of pic load (controlled by -remat-pic-load for now).
Evan Cheng
2008-02-22
copy mmx values from/to memory with GPRs on x86-32
Chris Lattner
2008-02-22
Start using GPR's to copy around mmx value instead of mmx regs.
Chris Lattner
2008-02-21
Treat clobber operands like early clobbers: if we have
Chris Lattner
2008-02-21
Remove llvm-upgrade and update tests.
Tanya Lattner
[next]