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 |
2008-02-14 |
Tanya Lattner | Remove llvm-upgrade. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Chris Lattner | upgrade some entries, remove stuff that is done. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Chris Lattner | the mid-level optimizer removes this stuff. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Chris Lattner | this one is easy. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Chris Lattner | This readme entry is done, testcase here: CodeGen/X86... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Nick Lewycky | PR2027, Fix bugpoint's -find-bugs option, clean up... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Allow the APInt form of ComputeMaskedBits to operate... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Assigning an APInt to 0 with plain assignment gives... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Avoid setting bits that aren't demanded. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Simplify some logic in ComputeMaskedBits. And change... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Devang Patel | A loop latch phi node may have uses inside loop, not... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Rename APInt's isPositive to isNonNegative, to reflect... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Devang Patel | While moving exit condition, do not drop loop latch... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Add countTrailingOnes member functions to APInt. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dan Gohman | Add count{Leading,Trailing}Ones_{32,64} functions with... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Devang Patel | Keep track of exit value operand number when operands... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Nicolas Geoffray | Enable exception handling int JIT |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Dale Johannesen | New test, see comments. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Duncan Sands | Teach LegalizeTypes how to expand and promote CTLZ, |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Chris Lattner | gcc 3.2.3 is also bad. |
commit | commitdiff | tree | snapshot |
next |