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
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
Basic feature test for multiple return values in codegen.
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
The feature this is testing did not work in the general case,
Dale Johannesen
2008-03-11
Learn how to xfail a test.
Evan Cheng
2008-03-11
When the register allocator runs out of registers, spill a physical register ...
Evan Cheng
2008-03-11
XFAIL due to Dale's change.
Evan Cheng
2008-03-11
Generalize ExpandIntToFP to handle the case where the operand is legal
Dan Gohman
2008-03-10
- Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency.
Scott Michel
2008-03-10
Don't emit FP_REG_KILL into a block that just returns. Nothing
Chris Lattner
2008-03-10
Implement more support for fp-to-i128 and i128-to-fp conversions.
Dan Gohman
2008-03-10
Update llc flags for PPC register scavenger.
Bill Wendling
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
Integer comparison tests for CellSPU.
Scott Michel
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-10
remove an execution test.
Chris Lattner
2008-03-09
Fix RUN line.
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
Remove llvm-upgrade and update tests.
Tanya 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
upgrade this test
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-08
Add support for calls with i128 return values on ppc64.
Dan Gohman
2008-03-07
Add support for lowering 128-bit shifts on ppc64.
Dan Gohman
2008-03-07
Fixed a register scavenger bug. If a def is re-defining part of a super regis...
Evan Cheng
2008-03-07
mark frem as expand for all legal fp types on x86, regardless of whether
Chris Lattner
2008-03-06
Add testcase.
Bill Wendling
2008-03-06
some more spelling changes
Gabor Greif
2008-03-06
Constant fold SIGN_EXTEND_INREG with ashr not lshr.
Evan Cheng
2008-03-06
Refine Cell's i64 constant generation code to cover more constants where the
Scott Michel
2008-03-05
- Expand tabs to spaces.
Scott Michel
2008-03-05
Fix a coalescer bug wrt how dead copy interval is shortened.
Evan Cheng
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
Use -enable-ppc-regscavenger flag for these checks
Bill Wendling
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
[next]