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
/
PowerPC
Age
Commit message (
Expand
)
Author
2008-02-13
Add testcase for recent legalizer change
Nate Begeman
2008-02-11
Determine whether a spill kills the register it's spilling before insertion r...
Evan Cheng
2008-02-05
If a vr is already marked alive in a bb, then it has PHI uses that are visite...
Evan Cheng
2008-01-29
Add target triples to these so they don't fail on linux.
Chris Lattner
2008-01-26
Need to convert to LLVM code and not C.
Bill Wendling
2008-01-26
Rename the .c to .ll
Bill Wendling
2008-01-26
Move testcase to the code gen directory.
Bill Wendling
2008-01-18
Implement flt_rounds for PowerPC.
Dale Johannesen
2008-01-18
Fix a latent bug exposed by my truncstore patch. We compiled stfiwx-2.ll to:
Chris Lattner
2008-01-16
add testcase for regression
Chris Lattner
2008-01-08
remove darwin/i386 t-t
Chris Lattner
2008-01-08
Finally implement correct ordered comparisons for PPC, even though
Chris Lattner
2007-12-08
Fix a significant code quality regression I introduced on PPC64 quite
Chris Lattner
2007-12-08
implement __builtin_return_addr(0) on ppc.
Chris Lattner
2007-11-27
Fix a crash on invalid code due to memcpy lowering.
Chris Lattner
2007-11-19
Testcase for PR1811
Chris Lattner
2007-11-16
Testcase from PR 1508 (although its's somewhat
Dale Johannesen
2007-11-05
Skip over deleted val#'s.
Evan Cheng
2007-10-26
On second thought. Remove this as it should never be generated in the first
Bill Wendling
2007-10-26
- Remove the hacky code that forces a memcpy. Alignment is taken care of in the
Bill Wendling
2007-10-23
If there's an unaligned memcpy to/from the stack, don't lower it. Just call the
Bill Wendling
2007-10-23
Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig...
Evan Cheng
2007-10-22
Use ptr type in the immediate field of a BxA instruction so we don't end up s...
Evan Cheng
2007-10-18
Pointer arithmetic should be done with the index the same size as the pointer.
Bill Wendling
2007-10-16
Fix a bug handling frame references in ppc inline asm when the frame offset
Chris Lattner
2007-10-05
First round of ppc long double. call/return and
Dale Johannesen
2007-09-14
Add explicit triples to avoid default behavior that varies by host.
Dan Gohman
2007-09-12
Fixed a typo that's causing a missing kill marker.
Evan Cheng
2007-09-11
Sometimes a MI can define a register as well as defining a super-register at the
Evan Cheng
2007-09-10
this is not infinite recursion.
Chris Lattner
2007-09-08
Implement misaligned FP loads and stores.
Dale Johannesen
2007-09-07
Add missing index versions of instructions to the map.
Bill Wendling
2007-09-05
Change all floating constants that are not exactly
Dale Johannesen
2007-09-05
Add the 64-bit versions of the DS* Altivec instructions.
Bill Wendling
2007-09-04
Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.
Evan Cheng
2007-08-22
update test to check that codegen works with llvm.used in llvm.metadata section
Andrew Lenharth
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-08-14
Test case for PR1596.
Evan Cheng
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-07-31
new testcase
Chris Lattner
2007-07-30
Fix a bug in getCopyFromParts turned up in the testcase for PR1132.
Dan Gohman
2007-07-30
New test case.
Evan Cheng
2007-07-19
For PR1553:
Reid Spencer
2007-07-16
Remove the trailing semicolon from function declarations in LLVM,
Dan Gohman
2007-07-13
these tests do not need a triple on Solaris. Thanks sabre!
Gabor Greif
2007-07-12
fix the remaining 3 testcases that missed a target triple
Gabor Greif
2007-07-09
Change getCopyToParts and getCopyFromParts to always use target-endian
Dan Gohman
2007-07-09
add target triple to fix PR1546
Chris Lattner
2007-07-06
Add an explicit triple to the big-endian tests so that the assembly
Dan Gohman
2007-07-05
Fix test.
Evan Cheng
[next]