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
Age
Commit message (
Expand
)
Author
2008-03-12
We also need to collect the VN IDs for the PHI instructions for later updating.
Owen Anderson
2008-03-12
When we're determining what registers to coallesce, track the VNInfo IDs for ...
Owen Anderson
2008-03-12
when the bitcode reader is referencing a paramattr, make sure to bump its ref...
Chris Lattner
2008-03-12
Total brain cramp.
Evan Cheng
2008-03-12
This is a simple fix for getting error messages from dlerror in
Chris Lattner
2008-03-12
One more bit of Altivec parameter passing.
Dale Johannesen
2008-03-12
Be backward compatible
Anton Korobeynikov
2008-03-12
Check multiple return values.
Devang Patel
2008-03-12
Make this test x86-specific for now; targets that don't use
Dan Gohman
2008-03-12
Implement Altivec passing to varargs functions on ppc.
Dale Johannesen
2008-03-12
Set NextMII after issuing a physical register spill.
Evan Cheng
2008-03-12
Fix attribute handling.
Devang Patel
2008-03-12
Minor debug output bug.
Evan Cheng
2008-03-11
Basic feature test for multiple return values in codegen.
Dan Gohman
2008-03-11
Ultimately resolve aliases during linking, if possible
Anton Korobeynikov
2008-03-11
Testcase for PR2137
Anton Korobeynikov
2008-03-11
Correctly propagate thread-local flag from aliasee to alias. This fixes PR2137
Anton Korobeynikov
2008-03-11
Use PassManagerBase instead of FunctionPassManager for functions
Dan Gohman
2008-03-11
Add helper for ultimate aliasee resoltion
Anton Korobeynikov
2008-03-11
Handle multiple ret values.
Devang Patel
2008-03-11
Initialize.
Devang Patel
2008-03-11
Check to see if a two-entry PHI block can be simplified
Dan Gohman
2008-03-11
Make this test more challenging to help it avoid being
Dan Gohman
2008-03-11
Update testcase for recent aliases change
Anton Korobeynikov
2008-03-11
Honour aliases visibility during asm emission
Anton Korobeynikov
2008-03-11
Honour aliases visibility when reading from/writing to bitcode
Anton Korobeynikov
2008-03-11
Add a test to ensure that all-ones vectors are materialized with pcmpeqd.
Dan Gohman
2008-03-11
Transfer physical register spill info when load / store folding happens.
Evan Cheng
2008-03-11
Use the correct value for InSignBit.
Dan Gohman
2008-03-11
Initial codegen support for functions and calls with multiple return values.
Dan Gohman
2008-03-11
Implement basic support for the 'f' register class constraint. This basically
Chris Lattner
2008-03-11
coalesce away 80-bit floating point copies.
Chris Lattner
2008-03-11
convert a massive if statement to a switch.
Chris Lattner
2008-03-11
start handling the 'f' x87 constraint.
Chris Lattner
2008-03-11
Skip functions that return multiple values.
Devang Patel
2008-03-11
The feature this is testing did not work in the general case,
Dale Johannesen
2008-03-11
Fix getOperand() for ReturnInst.
Devang Patel
2008-03-11
Become multiple return value aware.
Devang Patel
2008-03-11
Add TODO reminder.
Devang Patel
2008-03-11
Give PassManager and FunctionPassManager a common base class, with
Dan Gohman
2008-03-11
Fix typos in comments.
Dan Gohman
2008-03-11
Missed part of recommit.
Christopher Lamb
2008-03-11
Recommitting parts of r48130. These do not appear to cause the observed failu...
Christopher Lamb
2008-03-11
Recommitting changes after more testing. These appear to cause no problems.
Christopher Lamb
2008-03-11
Use TargetRegisterInfo::getPhysicalRegisterRegClass. Remove duplicated code.
Evan Cheng
2008-03-11
If there are multiple register classes that a register belongs to, return the...
Evan Cheng
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
In 32-bit mode, mark 64-bit GPR's as unallocatable.
Evan Cheng
2008-03-11
XFAIL due to Dale's change.
Evan Cheng
[next]