2007-05-18 |
Chris Lattner | validation fixes |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Chris Lattner | Fix PR1434 and test/Linker/link-archive.ll, this is... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Reid Spencer | Add a test case for PR1434 |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Reid Spencer | Avoid an infinite loop when TestRunner.sh is run outsid... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Evan Cheng | If true / false blocks fallthrough before ifcvt, add... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Evan Cheng | Mark calls non-predicable for now. Need to ensure it... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Dale Johannesen | Remove some unneeded branches. (spotted by Evan, thanks) |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Evan Cheng | Silence some compilation warnings. |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Chris Lattner | tweak |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Evan Cheng | Make use of target specific block size limits; bug... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Evan Cheng | Set ARM if-conversion block size threshold to 10 instru... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Evan Cheng | RemoveBranch() and InsertBranch() now returns number... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Evan Cheng | RemoveBranch() and InsertBranch() now returns number... |
commit | commitdiff | tree | snapshot |
2007-05-18 |
Evan Cheng | Fix comment. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Evan Cheng | Move isSuccessor() offline, change it to use std::find. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Reid Spencer | Fix a problem with building .y files when BISON is... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Devang Patel | Fix PR1431 |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Chris Lattner | validation fixes |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Chris Lattner | llvm-gcc now supports almost all gcc extensions. The... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Chris Lattner | add a section about API changes. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Dale Johannesen | More effective breakdown of memcpy into repeated load... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Dan Gohman | Correct a name in a comment. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Chris Lattner | silence some "comparison between signed and unsigned... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Chris Lattner | minor tweak |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Reid Spencer | Get rid of leading zeros in the output of toString. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Evan Cheng | Fix a bogus check that prevented folding VECTOR_SHUFFLE... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Evan Cheng | Added missing patterns for UNPCKH* and PUNPCKH*. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Dan Gohman | Fix some sporadic segfaults that are triggered when... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Chris Lattner | add testcase for 128-bit add/sub |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Chris Lattner | disable MaskedValueIsZero, ComputeMaskedBits, and Simpl... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Chris Lattner | add expand support for ADDC/SUBC/ADDE/SUBE so we can... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Reid Spencer | Make Perl a required dependency and cause configure... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Chris Lattner | This is the correct fix for PR1427. This fixes mmx... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Anton Korobeynikov | Revert patch for PR1427. It breaks almost all vector... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Chris Lattner | add support for 128-bit add/sub on ppc64 |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Reid Spencer | Print integer values as both decimal and hexadecimal... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Chris Lattner | add support for 128-bit integer add/sub |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Reid Spencer | For lshr by 0 bits, just return *this as a short cut... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Chris Lattner | Fix PR1427 and test/CodeGen/X86/mmx-shuffle.ll |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Chris Lattner | testcase for PR1427 |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Evan Cheng | Remove. Not needed. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Default implementation of TargetInstrInfo::getBlockSize(). |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Add target hook to specify block size limit for if... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Tanya Lattner | Merged in both release announcement guts. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Dale Johannesen | Don't fold bitconvert(load) for preinc/postdec loads... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | isBlockPredicable() always ignore terminal instructions... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | ARM::tB is also predicable. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | PredicateInstruction returns true if the operation... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Add default implementation of PredicateInstruction(). |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Rename M_PREDICATED to M_PREDICABLE; Moved isPredicable... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Move if-conversion after all passes that may use regist... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Removed isPredicable(). |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Make ARM::B isPredicable; Make Bcc and MOVCC condition... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Added isPredicable bit to class Instruction. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Rename M_PREDICATED to M_PREDICABLE; opcode can be... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Rename M_PREDICATED to M_PREDICABLE; Move TargetInstrIn... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Reid Spencer | Fix a bug in the "fromString" method where radix 2... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Reid Spencer | Update for arbitrary precision integer types. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Reid Spencer | Fix PR1355: Only compute the SUBPATH and TESTDIR once. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Devang Patel | Fix PR number. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Devang Patel | New test for PR1417 |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Reid Spencer | Avoid a "loss of precision" error in gcc 4.1.3. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Duncan Sands | Output exception call-sites in address order, as requir... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Conditional branch is not a barrier. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Chris Lattner | Use a ptr set instead of a linear search to unique... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Chris Lattner | testcase for maskmovq |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Chris Lattner | implement the missing maskmovq mmx intrinsic that akor... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Chris Lattner | add missing mmx intrinsic |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Fix comment. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Devang points out that we need an assertion here. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Fix comments. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Reid Spencer | Implement printing of instruction result values when... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Bug fix: should check ABI alignment, not pref. alignment. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Hooks for predication support. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Initial commit of (very basic) if converter. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Evan Cheng | Add TargetInstrInfo predication hooks. |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Dale Johannesen | Remove extra CFG edges before doing these passes; it... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Chris Lattner | add PR number and testcase from the PR. |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Lauro Ramos... | Fix an infinite recursion in GetNegatedExpression. |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Reid Spencer | Don't put test cases into regression test suite before... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Duncan Sands | The index into the actions table is a ULEB128 not a... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Nicolas Geoffray | Note on current implementation of ELF32/PPC ABI. |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Reid Spencer | Add a test case for PR1420 |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Chris Lattner | selects can also reach here |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Chris Lattner | implement the ModuleProvider::dematerializeFunction... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Reid Spencer | Un-brain-dead-ify the lowering of part set for the... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Chris Lattner | Fix CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Chris Lattner | Fix some subtle issues handling immediate values. ... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Chris Lattner | new testcase that crashes llc |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Chris Lattner | fix some subtle inline asm selection issues |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Evan Cheng | Add PredicateOperand to all ARM instructions that have... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Chris Lattner | fix subtle bugs in inline asm operand selection |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Evan Cheng | Added getNumExplicitOperands and findFirstPredOperand. |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Evan Cheng | Added \!con(a,b) syntax to concatnate two dag fragments. |
commit | commitdiff | tree | snapshot |
next |