| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-commit 97860 with fix. getMallocAllocatedType may return null. | Evan Cheng | 2010-03-08 | 1 | -0/+16 |
* | Fix the vmxon entry in the X86InstrInfo.td so it has the correct prefix bytes | Kevin Enderby | 2010-03-08 | 1 | -1/+10 |
* | MC/Macho-O: Align the zerofill section itself to the maximum alignment. | Daniel Dunbar | 2010-03-08 | 2 | -1/+16 |
* | MC/Mach-O: Fix address compution for zero fill sections. | Daniel Dunbar | 2010-03-08 | 1 | -0/+35 |
* | X86: Fix encoding for TEST{8,16,32}rr. | Daniel Dunbar | 2010-03-08 | 1 | -1/+3 |
* | Add documentation on sibling call optimization. Rename tailcall2.ll test to s... | Evan Cheng | 2010-03-08 | 1 | -0/+0 |
* | Revert r97726 and r97728 at ddunbar's request; we want to solve this | John McCall | 2010-03-08 | 1 | -3/+0 |
* | Re-committing the failed r97807 commit with changes to eliminate warnings. | Wesley Peck | 2010-03-06 | 1 | -14/+14 |
* | Initial bits of ARMv4-only support. | Anton Korobeynikov | 2010-03-06 | 1 | -0/+13 |
* | Do not use '&' prefix for globals when register base field is non-zero, other... | Anton Korobeynikov | 2010-03-06 | 4 | -8/+8 |
* | Migrate _chk call lowering from SimplifyLibCalls to InstCombine. Stub | Eric Christopher | 2010-03-06 | 3 | -4/+4 |
* | revert r97807, it introduced build warnings. | Chris Lattner | 2010-03-06 | 1 | -14/+14 |
* | Temporarily revert: | Eric Christopher | 2010-03-06 | 1 | -16/+0 |
* | Transform @llvm.objectsize to integer if the argument is a result of malloc o... | Evan Cheng | 2010-03-06 | 1 | -0/+16 |
* | Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options. | Erick Tryzelaar | 2010-03-06 | 1 | -3/+31 |
* | Test case for r97851. | Devang Patel | 2010-03-05 | 1 | -0/+10 |
* | Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This | Charles Davis | 2010-03-05 | 1 | -2/+1 |
* | Better handling of dead super registers in LiveVariables. We used to do this: | Jakob Stoklund Olesen | 2010-03-05 | 1 | -1/+1 |
* | We don't really care about correct register liveness information after the | Jakob Stoklund Olesen | 2010-03-05 | 1 | -0/+49 |
* | Avoid creating bad PHI instructions when BR is being const-folded. | Jakob Stoklund Olesen | 2010-03-05 | 1 | -0/+42 |
* | Safely turn memset_chk etc. to non-chk variant if the known object size is >=... | Evan Cheng | 2010-03-05 | 1 | -0/+18 |
* | Instcombine should turn llvm.objectsize of a alloca with static size to an in... | Evan Cheng | 2010-03-05 | 1 | -0/+20 |
* | fix bss section printing for cell, patch by Kalle Raiskila! | Chris Lattner | 2010-03-05 | 1 | -0/+5 |
* | fix PR6512, a case where instcombine would incorrectly merge loads | Chris Lattner | 2010-03-05 | 1 | -0/+40 |
* | Reworking the stack layout that the MicroBlaze backend generates. | Wesley Peck | 2010-03-05 | 1 | -14/+14 |
* | Fix PR6503. This turned into a much more interesting and nasty bug. Various | Chris Lattner | 2010-03-05 | 1 | -0/+15 |
* | make these less sensitive to temporary naming. | Chris Lattner | 2010-03-05 | 3 | -15/+15 |
* | remove this testcase, it isn't clear what it was testing and it is subsumed b... | Chris Lattner | 2010-03-05 | 1 | -18/+0 |
* | Fix an oops in x86 sibcall optimization. If the ByVal callee argument is itse... | Evan Cheng | 2010-03-05 | 1 | -0/+21 |
* | fix a nice subtle reassociate bug which would only occur | Chris Lattner | 2010-03-05 | 1 | -2/+13 |
* | Fix PR6497, a bug where we'd fold a load into an addc | Chris Lattner | 2010-03-05 | 1 | -0/+20 |
* | cleanup | Chris Lattner | 2010-03-05 | 1 | -6/+6 |
* | Rever 96389 and 96990. They are causing some miscompilation that I do not ful... | Evan Cheng | 2010-03-05 | 2 | -12/+4 |
* | Revert r97766. It's deleting a tag. | Bill Wendling | 2010-03-05 | 1 | -22/+0 |
* | Micro-optimization: | Bill Wendling | 2010-03-05 | 1 | -0/+22 |
* | Drop the ".w" qualifier for t2UXTB16* instructions as there is no 16-bit version | Johnny Chen | 2010-03-04 | 1 | -10/+10 |
* | pr6478: The frame pointer spill frame index is only defined when there is a | Bob Wilson | 2010-03-04 | 1 | -0/+65 |
* | pr6480: Don't try producing ld/st-multiple instructions when the address is | Bob Wilson | 2010-03-04 | 1 | -0/+54 |
* | Fix the remaining MUL8 and DIV8 to define AX instead of AL,AH. | Jakob Stoklund Olesen | 2010-03-04 | 1 | -0/+25 |
* | Fix recognition of 16-bit bswap for C front-ends which emit the | Dan Gohman | 2010-03-04 | 1 | -2/+65 |
* | Teach lit to honor conditional directives. The syntax is: | John McCall | 2010-03-04 | 1 | -0/+3 |
* | Make the 'icmp pred trunc(ext(X)), CST --> icmp pred X, ext(trunc(CST))' | Nick Lewycky | 2010-03-04 | 1 | -0/+18 |
* | Expose the rest of the llvm-c scalar opts to ocaml. | Erick Tryzelaar | 2010-03-03 | 1 | -3/+20 |
* | fix incorrect folding of icmp with undef, PR6481. | Chris Lattner | 2010-03-03 | 1 | -1/+11 |
* | Revert r97580; that's not the right way to fix this. | Dan Gohman | 2010-03-03 | 1 | -3/+3 |
* | This test case: | Bill Wendling | 2010-03-03 | 2 | -12/+24 |
* | Remove module providers from ocaml. | Erick Tryzelaar | 2010-03-02 | 4 | -28/+16 |
* | Fix some issues in WalkChainUsers dealing with | Chris Lattner | 2010-03-02 | 3 | -7/+25 |
* | this testcase is failing because pic16 doesn't define a reg/reg | Chris Lattner | 2010-03-02 | 1 | -1/+3 |
* | Add support for use to ocaml. | Erick Tryzelaar | 2010-03-02 | 1 | -0/+28 |