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
2009-03-18
Added missing support for widening when splitting an unary op (PR3683)
Mon P Wang
2009-03-18
Add another test case for r64440.
Evan Cheng
2009-01-25
Private linkage support for PPC / Darwin.
Evan Cheng
2009-01-16
Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower...
Evan Cheng
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-09
this test should not run opt -std-compile-opts, it should run
Chris Lattner
2009-01-02
rename a file to follow naming conventions.
Chris Lattner
2008-12-19
Fix PR3149. If an early clobber def is a physical register and it is tied to ...
Evan Cheng
2008-12-19
Fix bug 3202.
Rafael Espindola
2008-12-16
We have decided not to support inline asm where an output operand with a matc...
Evan Cheng
2008-12-05
Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...
Evan Cheng
2008-12-02
Remove a (what appears to be) overly strict assertion. Here is what happened:
Evan Cheng
2008-11-26
Check that running the DAG combiner between type
Duncan Sands
2008-11-17
Remove these, which test for optimizations that
Dale Johannesen
2008-11-08
Generated code for generic expansion of SETUGT etc.
Dale Johannesen
2008-11-08
Xfail an incorrect test.
Dale Johannesen
2008-11-05
Make ISel ignore dead nodes. The DAGCombiner normally eliminates
Dan Gohman
2008-11-04
Fix PR3011: LegalizeTypes support for scalarizing
Duncan Sands
2008-10-31
Add a bunch of libcalls for ppcf128 that were somehow
Duncan Sands
2008-10-30
Testcase for PR2986.
Duncan Sands
2008-10-29
add testcase for PR2964
Chris Lattner
2008-10-28
Fix darwin ppc llvm-gcc build breakage: intercept
Duncan Sands
2008-10-28
Turn off LegalizeTypes for this test for the
Duncan Sands
2008-10-28
Fix a testcase provided by Bill in which the node
Duncan Sands
2008-10-27
rename vec_spat -> vec_splat, pointed out by duncan
Chris Lattner
2008-10-26
remove eh output from this test.
Chris Lattner
2008-10-18
Reapply r57699 with a fix to not crash on asms with multiple results. Unlike
Chris Lattner
2008-10-18
Revert r57699. It's causing regressions in
Dan Gohman
2008-10-17
Fix PR2356 on PowerPC: if we have an input and output that are tied together
Chris Lattner
2008-10-15
Testcase for PR1638.
Bill Wendling
2008-10-01
Split this test and move it into target-specific directories.
Dan Gohman
2008-09-24
Remove SelectionDag early allocation of registers
Dale Johannesen
2008-09-17
Add trampoline support to PPC. GCC simply calls the "__trampoline_setup"
Bill Wendling
2008-09-12
On some targets, non-move instructions can become move instructions because o...
Evan Cheng
2008-08-30
Testcases for ppc atomics.
Dale Johannesen
2008-08-28
In lowering SELECT_CC, removed cases where we can't flip the true and false w...
Mon P Wang
2008-08-25
Adjust grep's for new code sequence.
Dale Johannesen
2008-07-24
Fix a catastrophic PPC64 ABI bug: i32 operands which are passed in memory (al...
Evan Cheng
2008-07-17
Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk
Dan Gohman
2008-07-17
LegalizeTypes support for what seems to be the
Duncan Sands
2008-07-16
The atomic.cmp.swap promotion logic is wrong: it
Duncan Sands
2008-07-15
LegalizeTypes support for fabs on ppc long double.
Duncan Sands
2008-07-15
LegalizeTypes support for promotion of bswap.
Duncan Sands
2008-07-15
LegalizeTypes support for promotion of SIGN_EXTEND_INREG.
Duncan Sands
2008-07-10
Fix an altivec constant miscompilation that Duncan found through
Chris Lattner
2008-07-07
Refactor the tablegen DAGISelEmitter code for outputing calls to
Dan Gohman
2008-06-25
Added MemOperands to Atomic operations since Atomics touches memory.
Mon P Wang
2008-06-23
This situation can occur:
Bill Wendling
2008-06-21
Support for load/store of expanded float types. I
Duncan Sands
2008-06-19
ISD::UNDEF should be expanded recursively / iteratively.
Evan Cheng
[next]