| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Simplify CC_MipsO32 and merge it with CC_MipsO32_VarArgs. Patch by Sasa ↵ | Akira Hatanaka | 2011-05-19 | 1 | -90/+28 | |
| | | | | | | | Stankovic. llvm-svn: 131657 | |||||
| * | Reapply 131644 including the missing header changes: | Joerg Sonnenberger | 2011-05-19 | 4 | -10/+18 | |
| | | | | | | | Introduce -fatal-assembler-warnings for the obvious purpose llvm-svn: 131655 | |||||
| * | Reverting 131641 to investigate 'bot complaint. | Stuart Hastings | 2011-05-19 | 3 | -21/+25 | |
| | | | | | llvm-svn: 131654 | |||||
| * | Revert r131644; it's breaking the build. | Eli Friedman | 2011-05-19 | 2 | -14/+8 | |
| | | | | | llvm-svn: 131653 | |||||
| * | Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) Make | Charles Davis | 2011-05-19 | 4 | -50/+60 | |
| | | | | | | | | | | ours compatible with GAS. In retrospect, I should have emailed binutils about this earlier. Thanks to Kai Tietz for pointing out that GAS already had SEH directives. llvm-svn: 131652 | |||||
| * | 80 columns. | Jim Grosbach | 2011-05-19 | 1 | -9/+12 | |
| | | | | | llvm-svn: 131649 | |||||
| * | Introduce -fatal-assembler-warnings for the obvious purpose | Joerg Sonnenberger | 2011-05-19 | 2 | -8/+14 | |
| | | | | | llvm-svn: 131644 | |||||
| * | Fix data layout string. i64 is aligned to 64 bit boundaries. | Akira Hatanaka | 2011-05-19 | 1 | -2/+3 | |
| | | | | | llvm-svn: 131642 | |||||
| * | Revise MOVSX16rr8/MOVZX16rr8 (and rm variants) to no longer be | Stuart Hastings | 2011-05-19 | 3 | -25/+21 | |
| | | | | | | | pseudos. rdar://problem/8614450 llvm-svn: 131641 | |||||
| * | Move test to Transforms/InstCombine. | Stuart Hastings | 2011-05-19 | 2 | -19/+16 | |
| | | | | | llvm-svn: 131634 | |||||
| * | Use the correct register class for Cell varargs spilling. This fixes all of the | Cameron Zwarich | 2011-05-19 | 1 | -1/+1 | |
| | | | | | | | verifier failures in the CodeGen/CellSPU tests. llvm-svn: 131631 | |||||
| * | Fixed sdiv and udiv for <4 x i16>. The test from r125402 still applies for ↵ | Mon P Wang | 2011-05-19 | 1 | -7/+7 | |
| | | | | | | | this change. llvm-svn: 131630 | |||||
| * | Implement the StartChained and EndChained Win64 EH methods on MCStreamer. | Charles Davis | 2011-05-19 | 3 | -16/+27 | |
| | | | | | llvm-svn: 131629 | |||||
| * | Make CodeGen/PowerPC/2007-09-11-RegCoalescerAssert.ll pass with the verifier. | Cameron Zwarich | 2011-05-19 | 1 | -1/+2 | |
| | | | | | llvm-svn: 131627 | |||||
| * | Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointless | Cameron Zwarich | 2011-05-19 | 3 | -5/+4 | |
| | | | | | | | | | piclabel operand. The operand in the tablegen definition doesn't actually turn into an MI operand, so it just confuses anything checking the TargetInstrDesc for the number of operands. It suffices to just have an implicit def of LR. llvm-svn: 131626 | |||||
| * | Reuse the TargetInstrDesc. | Cameron Zwarich | 2011-05-19 | 1 | -2/+1 | |
| | | | | | llvm-svn: 131625 | |||||
| * | Fix the MSVC build. | Francois Pichet | 2011-05-19 | 1 | -14/+19 | |
| | | | | | | | | | Use a set of overloaded functions instead of template function for CreatePassFn. It seems that template deduction for functions type that differs only by return type doesn't work with MSVC. llvm-svn: 131624 | |||||
| * | Implement the StartProc and EndProc Win64 EH methods on the base MCStreamer. | Charles Davis | 2011-05-19 | 2 | -8/+34 | |
| | | | | | | | Based largely on Rafael Espindola's work on CFI. Other methods soon to follow. llvm-svn: 131623 | |||||
| * | Fix build issues with headers, which I discovered by actually using them. | Charles Davis | 2011-05-19 | 2 | -26/+28 | |
| | | | | | | | Also, convert all the inline functions on UnwindInfo into methods. llvm-svn: 131622 | |||||
| * | Add test for PR9946. | Rafael Espindola | 2011-05-19 | 1 | -0/+18 | |
| | | | | | llvm-svn: 131621 | |||||
| * | revert 131605 to fix PR9946. | Rafael Espindola | 2011-05-19 | 1 | -36/+31 | |
| | | | | | llvm-svn: 131620 | |||||
| * | Correctly constrain a register class when computing frame offsets, as the Thumb2 | Cameron Zwarich | 2011-05-19 | 1 | -0/+4 | |
| | | | | | | | add instruction takes an rGPR. This fixes the last of PR8825. llvm-svn: 131619 | |||||
| * | Revert r128961 because it didn't include a test and causes the verifier to fail | Cameron Zwarich | 2011-05-19 | 1 | -5/+0 | |
| | | | | | | | | | on CodeGen/X86/2007-05-07-InvokeSRet.ll. There is probably a bug here that was fixed by r128961, but since there is no test or reference to a source file I have to revert it. llvm-svn: 131618 | |||||
| * | Make the demanded bits/elements optimizations preserve debug line information. | Eli Friedman | 2011-05-19 | 2 | -15/+23 | |
| | | | | | | | I'm not sure this is quite ideal, but I can't really think of any better way to do it. llvm-svn: 131616 | |||||
| * | Avoid a Twine that referenced a tmp (which proceded to go out of scope before | Jim Grosbach | 2011-05-19 | 1 | -5/+3 | |
| | | | | | | | the Twine was used). llvm-svn: 131612 | |||||
| * | Use IRBuilder. | Devang Patel | 2011-05-19 | 1 | -2/+2 | |
| | | | | | llvm-svn: 131609 | |||||
| * | Another try at fixing cmake. | Rafael Espindola | 2011-05-19 | 1 | -1/+1 | |
| | | | | | llvm-svn: 131608 | |||||
| * | Use IRBuilder while simplifying unreachable. | Devang Patel | 2011-05-19 | 1 | -7/+8 | |
| | | | | | llvm-svn: 131607 | |||||
| * | Revert my previous patch. The cmake build had already been fixed. | Rafael Espindola | 2011-05-19 | 2 | -2/+1 | |
| | | | | | llvm-svn: 131606 | |||||
| * | Use IRBuilder while simplifying conditional branch. | Devang Patel | 2011-05-18 | 1 | -31/+36 | |
| | | | | | llvm-svn: 131605 | |||||
| * | More instcombine cleanup, towards improving debug line info. | Eli Friedman | 2011-05-18 | 4 | -12/+14 | |
| | | | | | llvm-svn: 131604 | |||||
| * | Restore sanity to 131601. | Jim Grosbach | 2011-05-18 | 1 | -2/+3 | |
| | | | | | llvm-svn: 131603 | |||||
| * | Fix the cmake build. | Rafael Espindola | 2011-05-18 | 2 | -1/+2 | |
| | | | | | llvm-svn: 131602 | |||||
| * | Objective C functions may use a magic '\1' on the name. Handle that when | Jim Grosbach | 2011-05-18 | 2 | -1/+16 | |
| | | | | | | | dealing with them in the MCJIT. llvm-svn: 131601 | |||||
| * | Shuffle StandardPasses.cpp into VMCore; add it to CMake. | Eli Friedman | 2011-05-18 | 2 | -0/+1 | |
| | | | | | llvm-svn: 131600 | |||||
| * | Use IRBuilder while simplifying branch. | Devang Patel | 2011-05-18 | 1 | -12/+13 | |
| | | | | | llvm-svn: 131598 | |||||
| * | Revert unintentional commit. | Eli Friedman | 2011-05-18 | 1 | -26/+5 | |
| | | | | | llvm-svn: 131597 | |||||
| * | More instcombine simplifications towards better debug locations. | Eli Friedman | 2011-05-18 | 3 | -18/+36 | |
| | | | | | llvm-svn: 131596 | |||||
| * | Add missing mayLoad / mayStore flags to instruction definitions without ↵ | Cameron Zwarich | 2011-05-18 | 1 | -0/+5 | |
| | | | | | | | | | patterns, which fixes all of the CodeGen/MBlaze verifier failures. llvm-svn: 131595 | |||||
| * | Add a header patterned after MCDwarf.h for supporting Win64 exception handling | Charles Davis | 2011-05-18 | 1 | -0/+91 | |
| | | | | | | | under MC. llvm-svn: 131593 | |||||
| * | Some better type safety enforcement in the standard pass list, along with ↵ | David Chisnall | 2011-05-18 | 1 | -25/+31 | |
| | | | | | | | some small tidies and some fixes for bugs that the stricter checking found. llvm-svn: 131592 | |||||
| * | Reserve the segment registers on x86 to fix verifier failures in any code that | Cameron Zwarich | 2011-05-18 | 1 | -0/+9 | |
| | | | | | | | uses them. llvm-svn: 131591 | |||||
| * | Remove comments as Chris requested. | Charles Davis | 2011-05-18 | 1 | -48/+12 | |
| | | | | | llvm-svn: 131590 | |||||
| * | Reserve r29 on Alpha. This fixes all verifier failures in CodeGen/Alpha. | Cameron Zwarich | 2011-05-18 | 1 | -0/+1 | |
| | | | | | llvm-svn: 131587 | |||||
| * | Handle perfect shuffle case that generates a vrev for vectors of floats. | Tanya Lattner | 2011-05-18 | 2 | -1/+17 | |
| | | | | | | | Add test case. llvm-svn: 131582 | |||||
| * | Third pass at allowing plugins to modify default passes. This time with a ↵ | Eli Friedman | 2011-05-18 | 3 | -150/+701 | |
| | | | | | | | tweak so that we don't depend on an uninitialized argument. llvm-svn: 131581 | |||||
| * | Use IRBuilder while simplifying return instruction. | Devang Patel | 2011-05-18 | 1 | -11/+13 | |
| | | | | | llvm-svn: 131580 | |||||
| * | Fix an obvious typo in r131572. | Cameron Zwarich | 2011-05-18 | 1 | -2/+2 | |
| | | | | | llvm-svn: 131579 | |||||
| * | Fix more of PR8825. Now all of CodeGen/ARM passes with VerifyCoalescing ↵ | Cameron Zwarich | 2011-05-18 | 1 | -4/+7 | |
| | | | | | | | turned on. llvm-svn: 131578 | |||||
| * | When forming an ICmpZero LSRUse, normalize the non-IV operand | Dan Gohman | 2011-05-18 | 2 | -0/+95 | |
| | | | | | | | | of the comparison, so that the resulting expression is fully normalized. This fixes PR9939. llvm-svn: 131576 | |||||

