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 |
2008-02-16 |
Duncan Sands | Try to clarify which compilers can be used for the |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Evan Cheng | Refactor some code; check if commuteInstruction is... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Andrew Lenharth | llvm.memory.barrier, and impl for x86 and alpha |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Bill Wendling | Fix typos. |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Dan Gohman | Rename CountMemOperands to ComputeMemOperandsEnd to... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Dan Gohman | Revert 47177, which was incorrect. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Chris Lattner | upgrade this test, which wasn't testing the right thing... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Chris Lattner | rename llx -> ll |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Evan Cheng | This test is not interesting. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Scott Michel | Make tblgen a little smarter about constants smaller... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Chris Lattner | simplify this. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Dale Johannesen | Modify test to expect improved code. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Evan Cheng | The copy instruction being coalesced will be removed... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Ted Kremenek | Fixed bug in FoldingSetIteratorImpl where we did not... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Dan Gohman | Skip over the defs and start at the uses when looking... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Dan Gohman | Use the TargetInstrDescr to determine the number of... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Duncan Sands | Fix this test on linux, which returns S242 |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Duncan Sands | Teach LegalizeTypes how to promote the flags |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Chris Lattner | Handle \n's in value names for more targets. The asm... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Chris Lattner | If the llvm name contains an unprintable character... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Chris Lattner | targets that support quotes for mangled names still... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Dale Johannesen | Cosmetics. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Evan Cheng | - Removing the infamous r2rMap_ and rep() method. Now... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Evan Cheng | Added CommuteChangesDestination(). This returns true... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Evan Cheng | Remove unnecessary #include. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Dan Gohman | Use StoreSDNode::getValue instead of calling getOperand... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Dale Johannesen | Remove warning about 64-bit code on processor |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Lauro Ramos... | It is not safe to call fork in PrintStackTrace. Sometim... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Dan Gohman | Change MemOperand's size and offset to be 64-bit. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Devang Patel | Fix PR2028 |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Dale Johannesen | nocona, core2 and penryn support 64 bit. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Chris Lattner | Support vector constant zeros, thanks to Zack Rusin... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Dale Johannesen | Rewrite tblgen handling of subtarget features so |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Devang Patel | If loop header is also loop exiting block then OrigPN... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Dan Gohman | Fix a warning about comparison between signed and unsigned, |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Chris Lattner | Fix PR2029 |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Chris Lattner | Fix a miscompilation from Dan's recent apintification. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Nate Begeman | Fix single precision FP constants on SPU. They are... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Duncan Sands | Rename CFEBuildInstrs.html to GCCFEBuildInstrs.html. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Duncan Sands | In TargetLowering::LowerCallTo, don't assert that |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Nate Begeman | Change how FP immediates are handled. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Tanya Lattner | Remove llvm-upgrade |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Nate Begeman | Support a new type of MachineOperand, MO_FPImmediate... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Chris Lattner | simplify code, no functionality change. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Nate Begeman | Move some useful operands up into the all-targets .td |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Nate Begeman | Nuke dead comment |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Nick Lewycky | Testcase for PR2032. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Nick Lewycky | Fix PR2032. Inform the alias analysis of changes to... |
commit | commitdiff | tree | snapshot |
next |