projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
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
2007-05-15
Evan Cheng
All operands that made up of the predicate operands...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-15
Evan Cheng
Mark all (not just the first) predicate operand M_PREDI...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-15
Evan Cheng
PredicateOperand related bug fix.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-15
Chris Lattner
testcase that crashes llc
commit
|
commitdiff
|
tree
|
snapshot
2007-05-15
Dan Gohman
Correct a comment.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-15
Chris Lattner
Fix Transforms/InstCombine/2007-05-14-Crash.ll
commit
|
commitdiff
|
tree
|
snapshot
2007-05-15
Chris Lattner
New testcase that crashes instcombine
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Lauro Ramos...
Fix previous patch. GOTOFF can be used only when the...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Chris Lattner
implement a simple fneg optimization/propagation thing...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Evan Cheng
Only worry about intervening kill if there are more...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Evan Cheng
Test for PR1406.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Evan Cheng
Fix for PR1406:
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Evan Cheng
New test.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Evan Cheng
Doh. .cpp -> .ll
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Evan Cheng
When marking a register as being implicitly defined...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Lauro Ramos...
Optimize PIC implementation. GOTOFF can be used when...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Lauro Ramos...
Enable aliases on arm-linux.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Evan Cheng
Remove duplicated line.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Reid Spencer
Reverse last patch .. premature. Depends on uncommitted...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Reid Spencer
Update this test to match the (corrected) output from...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Reid Spencer
Give names to the final result values of the part_set...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Reid Spencer
The wrapping behavior of part_set is not desirable...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Reid Spencer
Revise definition of part_select. The wrapping behavior...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Dan Gohman
Correct a few comments.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Dan Gohman
Add passes -view-cfg and -view-cfg-only that are like...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Dan Gohman
Use templates for the GraphType for DefaultDOTGraphTrai...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Dan Gohman
Add a addRequiredTransitiveID member function, which...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Chris Lattner
Add a skeleton for future contents
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Chris Lattner
update comments
commit
|
commitdiff
|
tree
|
snapshot
2007-05-14
Reid Spencer
Make the results for the rotate functions correct when...
commit
|
commitdiff
|
tree
|
snapshot
next