| Commit message (Expand) | Author | Age | Files | Lines |
| * | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -2/+2 |
| * | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -2/+2 |
| * | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -2/+2 |
| * | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -4/+5 |
| * | Allow lowering for palignr instructions for mmx sized vectors. Add | Eric Christopher | 2010-04-15 | 1 | -2/+2 |
| * | Factor out EH landing pad code into a separate function, and constify | Dan Gohman | 2010-04-14 | 1 | -1/+1 |
| * | Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32... | Evan Cheng | 2010-04-08 | 1 | -11/+18 |
| * | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 1 | -3/+3 |
| * | Clean up some signedness oddities in this code noticed by clang. | John McCall | 2010-04-07 | 1 | -5/+6 |
| * | unthread MMI from FastISel | Chris Lattner | 2010-04-05 | 1 | -2/+2 |
| * | fastisel doesn't need DwarfWriter, remove some tendricles. | Chris Lattner | 2010-04-05 | 1 | -2/+1 |
| * | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -6/+8 |
| * | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner | 2010-04-02 | 1 | -11/+7 |
| * | Correctly lower memset / memcpy of undef. It should be a nop. PR6767. | Evan Cheng | 2010-04-02 | 1 | -7/+9 |
| * | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -8/+6 |
| * | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -6/+8 |
| * | Remove FIXME - if there's a better way to do this it isn't here. | Eric Christopher | 2010-04-02 | 1 | -3/+0 |
| * | Disambiguate conditional expression for newer GCCs. | Chandler Carruth | 2010-04-02 | 1 | -2/+2 |
| * | In 64-bit mode, use i64 to lower memcpy / memset instead of f64. | Evan Cheng | 2010-04-01 | 1 | -0/+1 |
| * | Add comments about DstAlign and SrcAlign. | Evan Cheng | 2010-04-01 | 1 | -3/+6 |
| * | - Avoid using floating point stores to implement memset unless the value is z... | Evan Cheng | 2010-04-01 | 1 | -2/+4 |
| * | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng | 2010-04-01 | 1 | -9/+17 |
| * | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -8/+6 |
| * | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -6/+8 |
| * | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner | 2010-03-30 | 1 | -2/+2 |
| * | Add FIXME for operand promotion. | Eric Christopher | 2010-03-30 | 1 | -0/+4 |
| * | Make isInt?? and isUint?? template specializations of the generic versions. This | Benjamin Kramer | 2010-03-29 | 1 | -1/+1 |
| * | Do not sibcall if stack needs to be dynamically aligned. | Evan Cheng | 2010-03-26 | 1 | -0/+6 |
| * | Allow trivial sibcall of vararg callee when no arguments are being passed. | Evan Cheng | 2010-03-26 | 1 | -2/+3 |
| * | Per chris's request, add some comments. | Nate Begeman | 2010-03-24 | 1 | -2/+17 |
| * | BUILD_VECTOR was missing out on some prime opportunities to use SSE 4.1 inserts. | Nate Begeman | 2010-03-24 | 1 | -75/+68 |
| * | If call result is in ST0 and it is not being passed to the caller's | Evan Cheng | 2010-03-20 | 1 | -0/+22 |
| * | MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. | Daniel Dunbar | 2010-03-15 | 1 | -3/+3 |
| * | Recognize code for doing vector gather/scatter index calculations with | Dan Gohman | 2010-03-15 | 1 | -0/+84 |
| * | Now that the default for Darwin platforms is to place the LSDA into the TEXT | Bill Wendling | 2010-03-15 | 1 | -6/+0 |
| * | Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointing | Bill Wendling | 2010-03-15 | 1 | -43/+4 |
| * | Avoid sibcall optimization if either caller or callee is using sret semantics. | Evan Cheng | 2010-03-15 | 1 | -3/+10 |
| * | fix PR6605, X86ISD::CMP always returns i32 (EFLAGS), not | Chris Lattner | 2010-03-14 | 1 | -1/+1 |
| * | add support for pentium class CPUs which do not have cmov, | Chris Lattner | 2010-03-14 | 1 | -0/+5 |
| * | Do not force indirect tailcall through fixed registers: eax, r11. Add support... | Evan Cheng | 2010-03-14 | 1 | -20/+0 |
| * | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner | 2010-03-13 | 1 | -1/+1 |
| * | Add a beta-test for placing the LSDA into the TEXT section on X86. | Bill Wendling | 2010-03-12 | 1 | -0/+47 |
| * | Use StringRef::substr instead of std::string::substr to avoid using a free'd | Benjamin Kramer | 2010-03-12 | 1 | -1/+2 |
| * | Remove getWidenVectorType, which is no longer used. | Dan Gohman | 2010-03-11 | 1 | -38/+0 |
| * | revert r98270. | Bill Wendling | 2010-03-11 | 1 | -2/+2 |
| * | Bad bad bug. x86 force indirect tail call address into eax when it's meant to... | Evan Cheng | 2010-03-11 | 1 | -2/+2 |
| * | add support, testcases, and dox for the new GHC calling | Chris Lattner | 2010-03-11 | 1 | -11/+23 |
| * | Progress towards shepherding debug info through SelectionDAG. | Dale Johannesen | 2010-03-10 | 1 | -0/+15 |
| * | set the temporary bit on MCSymbols correctly. | Chris Lattner | 2010-03-10 | 1 | -2/+2 |
| * | Lower dynamic stack allocation on mingw32 to separate instruction. | Anton Korobeynikov | 2010-03-06 | 1 | -14/+29 |