- a6b4f43 If-convert early exit blocks (returns, etc.); bug fixes, etc. by Evan Cheng · 18 years ago
- 86d4069 Add some patterns for PIC PC-relative loads and stores. by Dale Johannesen · 18 years ago
- 5a18ebc BlockHasNoFallThrough() now returns true if block ends with a return instruction; AnalyzeBranch() should ignore predicated instructionsd. by Evan Cheng · 18 years ago
- 7bf7a44 Only emit one entry in the exception action table for each action, even if by Duncan Sands · 18 years ago
- 126f17a BlockHasNoFallThrough() now returns true if block ends with a return instruction. by Evan Cheng · 18 years ago
- eaeeb6f Update by Bill Wendling · 18 years ago
- a24f6df Get the order of the hext digits right! by Reid Spencer · 18 years ago
- 922d0bc Adjust how LLVM names are produced: by Reid Spencer · 18 years ago
- 5f0d16d Make sure we can round-trip an escaped value in a name. by Reid Spencer · 18 years ago
- ed951ea Regenerate by Reid Spencer · 18 years ago
- aa7c2f8 Make the %"..." syntax legal for local name. This just makes it symmetric by Reid Spencer · 18 years ago
- a2b18de Fix Transforms/InstCombine/2007-05-18-CastFoldBug.ll, a bug that devastates by Chris Lattner · 18 years ago
- 74b9a81 new testcase by Chris Lattner · 18 years ago
- cc442ca On Linux platforms and at optimization levels -O1 and above, llvm-gcc can by Reid Spencer · 18 years ago
- 8a28296 add source by Chris Lattner · 18 years ago
- fb3e119 Handle negative strides much more optimally. This compiles X86/lsr-negative-stride.ll by Chris Lattner · 18 years ago
- b0e07dd new testcase by Chris Lattner · 18 years ago
- 7667c0b same patch as the previous one, but the symmetric case by Chris Lattner · 18 years ago
- 2ad913b Disable the (A == (B-A)) -> 2*A == B xform when the sub has multiple uses (in by Chris Lattner · 18 years ago
- 35fbae2 new testcase by Chris Lattner · 18 years ago
- 20a4c23 Fix an assertion introduced by my last change to the toString method. We by Reid Spencer · 18 years ago
- f5135be Apply this patch: by Dan Gohman · 18 years ago
- 60c7a13 add a note by Chris Lattner · 18 years ago
- 2fa7ce2 Add a testcase for unrolling loops with unknown tripcounts. by Dan Gohman · 18 years ago
- 7f8ff8a Clean up. by Evan Cheng · 18 years ago
- 36489bb Change to depth-first traversal. by Evan Cheng · 18 years ago
- a469b69 Document an inefficiency in tail merging. by Dale Johannesen · 18 years ago
- fa0f77d Use MVT::FIRST_VECTOR_VALUETYPE and MVT::LAST_VECTOR_VALUETYPE. by Dan Gohman · 18 years ago
- fcc4dd9 Qualify calls to getTypeForValueType with MVT:: too. by Dan Gohman · 18 years ago
- cf6cc11 Some restructuring in preparation for most aggressive if-conversion. by Evan Cheng · 18 years ago
- b55757e Qualify several calls to functions in the MVT namespace, for consistency. by Dan Gohman · 18 years ago
- 6092ca1 Watch out for blocks that end with a return. by Evan Cheng · 18 years ago
- 7d841a4 Fix typo. by Duncan Sands · 18 years ago
- 32a8344 Fix typo. by Duncan Sands · 18 years ago
- ef547dd better portability for intptr_t. by Chris Lattner · 18 years ago
- 46ccdbf finished the first draft by Chris Lattner · 18 years ago
- 60893e5 crank out notes by Chris Lattner · 18 years ago
- 7eea8ff Regenerate. by Reid Spencer · 18 years ago
- 5502117 validation fix by Chris Lattner · 18 years ago
- b5c87f6 validation fixes by Chris Lattner · 18 years ago
- b348bb8 Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9. by Chris Lattner · 18 years ago
- e829e92 Add a test case for PR1434 by Reid Spencer · 18 years ago
- e01236a Avoid an infinite loop when TestRunner.sh is run outside of the test dir. by Reid Spencer · 18 years ago
- 47d2502 If true / false blocks fallthrough before ifcvt, add unconditional branches to ifcvt'd block. by Evan Cheng · 18 years ago
- dcc50a4 Mark calls non-predicable for now. Need to ensure it's the last instruction in the if-converted block or make sure it preserve condition code. by Evan Cheng · 18 years ago
- 1cf08c1 Remove some unneeded branches. (spotted by Evan, thanks) by Dale Johannesen · 18 years ago
- e5e7ce4 Silence some compilation warnings. by Evan Cheng · 18 years ago
- b4b0ce7 tweak by Chris Lattner · 18 years ago
- 86cbfea Make use of target specific block size limits; bug fixes. by Evan Cheng · 18 years ago
- 9f8cbd1 Set ARM if-conversion block size threshold to 10 instructions for now. by Evan Cheng · 18 years ago
- 6ae3626 RemoveBranch() and InsertBranch() now returns number of instructions deleted / inserted. by Evan Cheng · 18 years ago
- b5cdaa2 RemoveBranch() and InsertBranch() now returns number of instructions deleted / inserted. by Evan Cheng · 18 years ago
- f48ae46 Fix comment. by Evan Cheng · 18 years ago
- 4f09878 Move isSuccessor() offline, change it to use std::find. by Evan Cheng · 18 years ago
- 413f2f9 Fix a problem with building .y files when BISON is not present. by Reid Spencer · 18 years ago
- 9f26f73 Fix PR1431 Test case at Transformations/SCCP/2007-05-16-InvokeCrash.ll by Devang Patel · 18 years ago
- d5005cc New test. by Devang Patel · 18 years ago
- bcd10f1 validation fixes by Chris Lattner · 18 years ago
- d09c4ec llvm-gcc now supports almost all gcc extensions. The key missing one is by Chris Lattner · 18 years ago
- bfb17ab add a section about API changes. by Chris Lattner · 18 years ago
- 8dd86c1 More effective breakdown of memcpy into repeated load/store. These are now by Dale Johannesen · 18 years ago
- e99d492 Correct a name in a comment. by Dan Gohman · 18 years ago
- 26b146c silence some "comparison between signed and unsigned integer expressions" by Chris Lattner · 18 years ago
- bf8abe3 minor tweak by Chris Lattner · 18 years ago
- fb0709a Get rid of leading zeros in the output of toString. by Reid Spencer · 18 years ago
- fd30eee New test case. by Evan Cheng · 18 years ago
- 213d2cf Fix a bogus check that prevented folding VECTOR_SHUFFLE to UNDEF; add an optimization to fold VECTOR_SHUFFLE to a zero vector. by Evan Cheng · 18 years ago
- 174f803 Added missing patterns for UNPCKH* and PUNPCKH*. by Evan Cheng · 18 years ago
- df799af Fix some sporadic segfaults that are triggered when SmallVector's heap by Dan Gohman · 18 years ago
- e1e9bc7 add testcase for 128-bit add/sub by Chris Lattner · 18 years ago
- 3fc5b01 disable MaskedValueIsZero, ComputeMaskedBits, and SimplifyDemandedBits for by Chris Lattner · 18 years ago
- b429f73 add expand support for ADDC/SUBC/ADDE/SUBE so we can codegen 128-bit add/sub on 32-bit (or less) targets by Chris Lattner · 18 years ago
- 59807fa Regenerate. by Reid Spencer · 18 years ago
- e406873 Make Perl a required dependency and cause configure script to fail if it by Reid Spencer · 18 years ago
- 07c70cd This is the correct fix for PR1427. This fixes mmx-shuffle.ll and doesn't by Chris Lattner · 18 years ago
- f840202 Revert patch for PR1427. It breaks almost all vector tests. by Anton Korobeynikov · 18 years ago
- ccde4cb add support for 128-bit add/sub on ppc64 by Chris Lattner · 18 years ago
- 09d8c92 Print integer values as both decimal and hexadecimal for convenience by Reid Spencer · 18 years ago
- a066810 add support for 128-bit integer add/sub by Chris Lattner · 18 years ago
- 02ae8b7 For lshr by 0 bits, just return *this as a short cut. This also prevents by Reid Spencer · 18 years ago
- 2f6ba65 New test. by Devang Patel · 18 years ago
- da66472 Fix PR1427 and test/CodeGen/X86/mmx-shuffle.ll by Chris Lattner · 18 years ago
- 944a3f4 testcase for PR1427 by Chris Lattner · 18 years ago
- d9e9efb Remove. Not needed. by Evan Cheng · 18 years ago
- e425956 Default implementation of TargetInstrInfo::getBlockSize(). by Evan Cheng · 18 years ago
- d60483e Add target hook to specify block size limit for if-conversion. by Evan Cheng · 18 years ago
- b6ec3a9 Merged in both release announcement guts. by Tanya Lattner · 18 years ago
- 98a6c62 Don't fold bitconvert(load) for preinc/postdec loads. Likewise stores. by Dale Johannesen · 18 years ago
- d6ddc30 isBlockPredicable() always ignore terminal instructions; add comments. by Evan Cheng · 18 years ago
- 3f8602c ARM::tB is also predicable. by Evan Cheng · 18 years ago
- 02c602b PredicateInstruction returns true if the operation was successful. by Evan Cheng · 18 years ago
- 2eb80fa Add default implementation of PredicateInstruction(). by Evan Cheng · 18 years ago
- c3a289c Rename M_PREDICATED to M_PREDICABLE; Moved isPredicable() to MachineInstr. by Evan Cheng · 18 years ago
- 75604f8 Move if-conversion after all passes that may use register scavenger. by Evan Cheng · 18 years ago
- b5f8eff Removed isPredicable(). by Evan Cheng · 18 years ago
- 5ada199 Make ARM::B isPredicable; Make Bcc and MOVCC condition option a normal operand so they are not predicable. by Evan Cheng · 18 years ago
- 064d7cd Added isPredicable bit to class Instruction. by Evan Cheng · 18 years ago
- 5127ce0 Rename M_PREDICATED to M_PREDICABLE; opcode can be specified isPredicable without having a PredicateOperand. by Evan Cheng · 18 years ago
- 1bccb49 Rename M_PREDICATED to M_PREDICABLE; Move TargetInstrInfo::isPredicatable() to MachineInstr::isPredicable(). by Evan Cheng · 18 years ago
- 6551dcd Fix a bug in the "fromString" method where radix 2,8 and 16 values were by Reid Spencer · 18 years ago