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
2007-05-17
minor tweak
Chris Lattner
2007-05-17
Get rid of leading zeros in the output of toString.
Reid Spencer
2007-05-17
New test case.
Evan Cheng
2007-05-17
Fix a bogus check that prevented folding VECTOR_SHUFFLE to UNDEF; add an opti...
Evan Cheng
2007-05-17
Added missing patterns for UNPCKH* and PUNPCKH*.
Evan Cheng
2007-05-17
Fix some sporadic segfaults that are triggered when SmallVector's heap
Dan Gohman
2007-05-17
add testcase for 128-bit add/sub
Chris Lattner
2007-05-17
disable MaskedValueIsZero, ComputeMaskedBits, and SimplifyDemandedBits for
Chris Lattner
2007-05-17
add expand support for ADDC/SUBC/ADDE/SUBE so we can codegen 128-bit add/sub ...
Chris Lattner
2007-05-17
Regenerate.
Reid Spencer
2007-05-17
Make Perl a required dependency and cause configure script to fail if it
Reid Spencer
2007-05-17
This is the correct fix for PR1427. This fixes mmx-shuffle.ll and doesn't
Chris Lattner
2007-05-17
Revert patch for PR1427. It breaks almost all vector tests.
Anton Korobeynikov
2007-05-17
add support for 128-bit add/sub on ppc64
Chris Lattner
2007-05-17
Print integer values as both decimal and hexadecimal for convenience
Reid Spencer
2007-05-17
add support for 128-bit integer add/sub
Chris Lattner
2007-05-17
For lshr by 0 bits, just return *this as a short cut. This also prevents
Reid Spencer
2007-05-17
New test.
Devang Patel
2007-05-17
Fix PR1427 and test/CodeGen/X86/mmx-shuffle.ll
Chris Lattner
2007-05-17
testcase for PR1427
Chris Lattner
2007-05-17
Remove. Not needed.
Evan Cheng
2007-05-16
Default implementation of TargetInstrInfo::getBlockSize().
Evan Cheng
2007-05-16
Add target hook to specify block size limit for if-conversion.
Evan Cheng
2007-05-16
Merged in both release announcement guts.
Tanya Lattner
2007-05-16
Don't fold bitconvert(load) for preinc/postdec loads. Likewise stores.
Dale Johannesen
2007-05-16
isBlockPredicable() always ignore terminal instructions; add comments.
Evan Cheng
2007-05-16
ARM::tB is also predicable.
Evan Cheng
2007-05-16
PredicateInstruction returns true if the operation was successful.
Evan Cheng
2007-05-16
Add default implementation of PredicateInstruction().
Evan Cheng
2007-05-16
Rename M_PREDICATED to M_PREDICABLE; Moved isPredicable() to MachineInstr.
Evan Cheng
2007-05-16
Move if-conversion after all passes that may use register scavenger.
Evan Cheng
2007-05-16
Removed isPredicable().
Evan Cheng
2007-05-16
Make ARM::B isPredicable; Make Bcc and MOVCC condition option a normal operan...
Evan Cheng
2007-05-16
Added isPredicable bit to class Instruction.
Evan Cheng
2007-05-16
Rename M_PREDICATED to M_PREDICABLE; opcode can be specified isPredicable wit...
Evan Cheng
2007-05-16
Rename M_PREDICATED to M_PREDICABLE; Move TargetInstrInfo::isPredicatable() t...
Evan Cheng
2007-05-16
Fix a bug in the "fromString" method where radix 2,8 and 16 values were
Reid Spencer
2007-05-16
Update for arbitrary precision integer types.
Reid Spencer
2007-05-16
Fix PR1355: Only compute the SUBPATH and TESTDIR once.
Reid Spencer
2007-05-16
Fix PR number.
Devang Patel
2007-05-16
New test for PR1417
Devang Patel
2007-05-16
Avoid a "loss of precision" error in gcc 4.1.3.
Reid Spencer
2007-05-16
Output exception call-sites in address order, as required by the unwinding
Duncan Sands
2007-05-16
Conditional branch is not a barrier.
Evan Cheng
2007-05-16
Use a ptr set instead of a linear search to unique TokenFactor operands.
Chris Lattner
2007-05-16
testcase for maskmovq
Chris Lattner
2007-05-16
implement the missing maskmovq mmx intrinsic that akor hit.
Chris Lattner
2007-05-16
add missing mmx intrinsic
Chris Lattner
2007-05-16
Fix comment.
Evan Cheng
2007-05-16
Devang points out that we need an assertion here.
Evan Cheng
[next]