2008-02-20 |
Evan Cheng | Added memmove to interpreter external functions list... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Bill Wendling | More constification of things. More comments added... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Nick Lewycky | Use getConstant for ConstantInts. |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Nick Lewycky | Add 'umax' similar to 'smax' SCEV. Closes PR2003. |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Chris Lattner | Fix an incredibly subtle bug exposed by Ted's change... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Bill Wendling | No functionality change: |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Evan Cheng | XFAIL this for now. |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Evan Cheng | Disable for now. This is pessimizing code. |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Dan Gohman | Add some comments to Intrinsic::getDeclaration to clari... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Dale Johannesen | Add Alignment field to ParameterAttributes and |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Evan Cheng | Add hidden option -x86-fold-and-in-test to test the... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Devang Patel | regenerate |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Devang Patel | Parse |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Devang Patel | Add GetResultInst. First step for multiple return value... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Dale Johannesen | Generated files for checkin 47342. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Dale Johannesen | Forgot a file, goes with 47342. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Dale Johannesen | Expand ParameterAttributes to 32 bits (in preparation |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Ted Kremenek | Fixed bug in APInt::Profile() where the BitWidth field... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Andrew Lenharth | fix some byval problems in the cbe. Closes PR2065 |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Chris Lattner | random cleanups. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Chris Lattner | this test requires sse2 |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Chris Lattner | Don't fold and's into test instructions if they have... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Chris Lattner | rename tests to avoid a test- prefix when they aren... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Duncan Sands | Fix a compiler warning. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Tanya Lattner | Remove llvm-upgrade and update tests. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Chris Lattner | dead pass |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Chris Lattner | remove the LowerSelect pass. The last client was the... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Chris Lattner | remove the lower packed pass. It can never work and... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Owen Anderson | Refactor this method a bit, and correct a test that... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Chris Lattner | isa+cast -> dyncast. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Chris Lattner | simplify this code again, try 2 :) |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Owen Anderson | Fix a comment. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Owen Anderson | In addition to arguments passed to it, memcpy (and... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Owen Anderson | Major improvements to yesterday's return slot optimizat... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Chris Lattner | Fix some minor issues folding undef, PR2052 |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Chris Lattner | fdiv/frem of undef can produce undef, because the undef... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Chris Lattner | Fix PR2060 by rejecting invalid types for integer const... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Owen Anderson | Factor the profitability check for return slot optimiza... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Owen Anderson | An sret parameter is required to be the first parameter... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Nick Lewycky | Don't spew stats to stderr. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Owen Anderson | Cleanup some of my patches from yesterday. Refactor... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Nick Lewycky | Fix up the run line for this new test. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Owen Anderson | Fix Transforms/GVN/memcpy.ll, which Chris broke in... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Evan Cheng | New test. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Evan Cheng | PR1909: Tail merging pass ran wild. It makes no sense... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Evan Cheng | Me not like duplicated comments. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Tanya Lattner | Remove llvm-upgrade and update tests. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Tanya Lattner | Remove llvm-upgrade and update tests. |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Evan Cheng | - When DAG combiner is folding a bit convert into a... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Nick Lewycky | Correctly fold divide-by-constant, even when faced... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Dan Gohman | Chris pointed out that it's not necessary to set i64... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Evan Cheng | - Remove the previous check which broke coalescer-commu... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Chris Lattner | upgrade some tests. |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Nate Begeman | Add a note |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Chris Lattner | Add a note about sext from i1 plus flags use. |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Dan Gohman | Don't mark scalar integer multiplication as Expand... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Chris Lattner | Transforming -A + -B --> -(A + B) isn't safe for... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Chris Lattner | minor code simplification, no functionality change. |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Chris Lattner | make this just a bit more strict. |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Duncan Sands | Simplify caller updating using a CallSite, as |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Chris Lattner | don't bother calling getUnderlyingObject for non-pointers. |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Dan Gohman | Fix a missing space in the description of the find... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Owen Anderson | Since we're not checking for the more general Allocatio... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Roman Levenstein | New helper function getMBBFromIndex() that given an... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Owen Anderson | Add support to GVN for performing sret return slot... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Owen Anderson | I got the predicate backwards in my last patch. The... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Owen Anderson | This check is not correct for mallocs, so exclude them... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Evan Cheng | For now, avoid commuting def MI for copy MI's whose... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Chris Lattner | switch simplifycfg from using vectors for most things... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Chris Lattner | optimize away stackrestore calls that have no interveni... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Chris Lattner | upgrade this test. |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Duncan Sands | Clarify that 'sret' only applies to pointers, and |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Owen Anderson | Make the definition of the noalias attribute clearer. |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Owen Anderson | Duncan pointed out that we can fast fail here, because... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Owen Anderson | Fix a comment, and a bug where we weren't applying... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Owen Anderson | Fix bugs that Chris noticed in my last patch. |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Chris Lattner | simplify some code, BreakUpSubtract always returns... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Chris Lattner | bitcasts of pointers are always pointers. |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Owen Anderson | Add support for setting parameters to CallSite. |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Owen Anderson | Add a predicate to Argument to check for the StructRet... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Owen Anderson | Teach getModRefInfo that memcpy, memmove, and memset... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Chris Lattner | Fold (-x + -y) -> -(x+y) which promotes better associat... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Chris Lattner | fix pasto |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Chris Lattner | Split up subtracts into add+negate if they have a reass... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Chris Lattner | upgrade and simplify this test. |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Chris Lattner | make the logic for breaking up subtracts more explicit, no |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Tanya Lattner | Remove llvm-upgrade. |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Chris Lattner | move PR2053 to here. |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Chris Lattner | fix this test. |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Tanya Lattner | Remove llvm-upgrade |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Tanya Lattner | Remove llvm-upgrade. |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Chris Lattner | this test isn't useful since we added @ notation for... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Chris Lattner | this line was commented out. |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Tanya Lattner | Remove llvm-upgrade and update tests. |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Tanya Lattner | Removing llvm upgrade, so remove tests specific to... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Duncan Sands | Remove any 'nest' parameter attributes if the function |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Duncan Sands | Some micro-optimizations. |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Andrew Lenharth | I cannot find a libgcc function for this builtin. ... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Duncan Sands | Teach LegalizeTypes how to expand the operands of |
commit | commitdiff | tree | snapshot |
next |