2010-04-30 |
Dan Gohman | Add lint checks for invalid uses of memory. |
tree | commitdiff |
2010-04-30 |
Dan Gohman | Add -o /dev/null to some tests which don't care about... |
tree | commitdiff |
2010-04-30 |
Evan Cheng | Fix test. |
tree | commitdiff |
2010-04-30 |
Evan Cheng | Another sibcall bug. If caller and callee calling conve... |
tree | commitdiff |
2010-04-29 |
Jakob Stoklund Olesen | Reject really weird coalescer case when trying to merge... |
tree | commitdiff |
2010-04-29 |
Evan Cheng | Load folding tail call should not use ebp / rbp after... |
tree | commitdiff |
2010-04-28 |
Kevin Enderby | Fixed the word sized Bit Scan Forward/Reverse instructi... |
tree | commitdiff |
2010-04-28 |
Chris Lattner | fix this to work with objdir != srcdir |
tree | commitdiff |
2010-04-28 |
Dale Johannesen | Fix comment. |
tree | commitdiff |
2010-04-28 |
Dale Johannesen | Test for llvm-gcc checkin 102543. |
tree | commitdiff |
2010-04-28 |
Devang Patel | Update tests. Now DBG_VALUE instruction is created... |
tree | commitdiff |
2010-04-28 |
Chris Lattner | fix PR6112 - When globalopt (or any other pass) does... |
tree | commitdiff |
2010-04-28 |
Chris Lattner | Rework global alignment computation again. Now we... |
tree | commitdiff |
2010-04-28 |
Evan Cheng | Enable i16 to i32 promotion by default. |
tree | commitdiff |
2010-04-28 |
Evan Cheng | Update tests. |
tree | commitdiff |
2010-04-28 |
Devang Patel | Emit debug info for byval parameters. |
tree | commitdiff |
2010-04-27 |
Evan Cheng | Do not count kill, implicit_def instructions as printed... |
tree | commitdiff |
2010-04-27 |
Chris Lattner | round zero-byte .zerofill directives up to 1 byte.... |
tree | commitdiff |
2010-04-27 |
Dale Johannesen | Un-XFAIL this on ppc. My enabling of dbg_declare handling |
tree | commitdiff |
2010-04-26 |
Chris Lattner | on darwin empty functions need to codegen into somethin... |
tree | commitdiff |
2010-04-26 |
Bob Wilson | Handle register-to-register copies within the tGPR... |
tree | commitdiff |
2010-04-26 |
Devang Patel | Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_p... |
tree | commitdiff |
2010-04-26 |
Dan Gohman | When checking whether the special handling for an addre... |
tree | commitdiff |
2010-04-26 |
Dan Gohman | Add a comment to this test. |
tree | commitdiff |
2010-04-26 |
Chris Lattner | fix PR6921 a different way. Intead of increasing the |
tree | commitdiff |
2010-04-26 |
Chris Lattner | Revert r102300/102301, which serious broke objc apps. |
tree | commitdiff |
2010-04-26 |
Chris Lattner | fix PR6940: sitofp(undef) folds to 0.0, not undef. |
tree | commitdiff |
2010-04-25 |
Chris Lattner | testcase for PR6913 |
tree | commitdiff |
2010-04-25 |
Chris Lattner | this passes now. |
tree | commitdiff |
2010-04-25 |
Chris Lattner | Fix PR6921: globals were not getting correctly rounded... |
tree | commitdiff |
2010-04-24 |
Dan Gohman | Generalize LSR's OptimizeMax to handle the new kinds... |
tree | commitdiff |
2010-04-24 |
Dan Gohman | ScalarEvolution support for <= and >= loops. |
tree | commitdiff |
2010-04-23 |
Chris Lattner | no longer xfail |
tree | commitdiff |
2010-04-23 |
Stuart Hastings | Per Chris, fuse four trivial tests using grep (r102199... |
tree | commitdiff |
2010-04-23 |
Dan Gohman | Change TargetData's algorithm for computing defualt... |
tree | commitdiff |
2010-04-23 |
Stuart Hastings | Add some missing x86 patterns for movdq2q. Fixes two... |
tree | commitdiff |
2010-04-23 |
Chris Lattner | fix some failures my callgraph dump format change broke. |
tree | commitdiff |
2010-04-23 |
Chris Lattner | testcase for the bug that required a patch to be reverted. |
tree | commitdiff |
2010-04-23 |
Dan Gohman | Fix LSR to tolerate cases where ScalarEvolution initially |
tree | commitdiff |
2010-04-23 |
Chris Lattner | disable my previous inliner patch, it appears to be... |
tree | commitdiff |
2010-04-22 |
Chris Lattner | The inliner was choosing to not consider call sites |
tree | commitdiff |
2010-04-22 |
Jim Grosbach | Update ARM DAGtoDAG for matching UBFX instruction for... |
tree | commitdiff |
2010-04-22 |
Devang Patel | Remove the test for now. |
tree | commitdiff |
2010-04-22 |
Devang Patel | Adjust debug range offsets for isWeakForLinker() functions. |
tree | commitdiff |
2010-04-22 |
Chris Lattner | add a DEBUG call so that -debug lists when CGSCCPM... |
tree | commitdiff |
2010-04-22 |
Dan Gohman | Don't attempt to analyze values which are obviously... |
tree | commitdiff |
2010-04-21 |
Evan Cheng | Do not try to optimize a copy that has already been... |
tree | commitdiff |
2010-04-21 |
Evan Cheng | Implement -disable-non-leaf-fp-elim which disable frame... |
tree | commitdiff |
2010-04-21 |
Johnny Chen | Thumb instructions which have reglist operands at the... |
tree | commitdiff |
2010-04-21 |
Chris Lattner | Implement (but don't enable) PR6724 and rdar://6295824... |
tree | commitdiff |
2010-04-21 |
Evan Cheng | - Clean up some crappy code which deals with coalescing... |
tree | commitdiff |
2010-04-21 |
Dan Gohman | Revert r101471. For tight recursive functions which... |
tree | commitdiff |
2010-04-21 |
Dan Gohman | Add another variant of this test which found a place... |
tree | commitdiff |
2010-04-20 |
Chris Lattner | teach the x86 address matching stuff to handle |
tree | commitdiff |
2010-04-20 |
Johnny Chen | When doing Thumb disassembly, there's no need to consid... |
tree | commitdiff |
2010-04-20 |
Bill Wendling | Move CodeGen/X86/2010-04-19-DAGCombineCrash.ll into... |
tree | commitdiff |
2010-04-20 |
Johnny Chen | For t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT... |
tree | commitdiff |
2010-04-20 |
Devang Patel | Add RUN: |
tree | commitdiff |
2010-04-20 |
Chris Lattner | Bill's change in r95336 broke empty aggregates embedded |
tree | commitdiff |
2010-04-20 |
Chris Lattner | teach cellspu how to return i8 and i16 from calls, |
tree | commitdiff |
2010-04-20 |
Chris Lattner | RewriteLoopBodyWithConditionConstant can end up rewriti... |
tree | commitdiff |
2010-04-20 |
Chris Lattner | reapply 'reject forward references to functions whose... |
tree | commitdiff |
2010-04-20 |
Bill Wendling | The visitXOR method can return the same SDNode. If... |
tree | commitdiff |
2010-04-20 |
Eric Christopher | Remove the palignr intrinsics now that we lower them... |
tree | commitdiff |
2010-04-20 |
Chris Lattner | Fix rdar://7879828 - crash in CallGraph, a self host... |
tree | commitdiff |
2010-04-20 |
Bob Wilson | Fix tests for Neon load/store intrinsics to match the... |
tree | commitdiff |
2010-04-19 |
Dan Gohman | Remove the Expr member from IVUsers. Instead of remembe... |
tree | commitdiff |
2010-04-19 |
Johnny Chen | According to A8.6.16 B (Encoding T3) and A8.3 Condition... |
tree | commitdiff |
2010-04-19 |
Devang Patel | Fix typo. add a test case. |
tree | commitdiff |
2010-04-19 |
Johnny Chen | ARM disassembler did not react to recent changes to... |
tree | commitdiff |
2010-04-17 |
Nick Lewycky | Fix declarations in a few more tests. |
tree | commitdiff |
2010-04-17 |
Daniel Dunbar | Revert "reject forward references to functions whose... |
tree | commitdiff |
2010-04-17 |
Nick Lewycky | Fix intrinsic signature in this test. |
tree | commitdiff |
2010-04-17 |
Chris Lattner | reject forward references to functions whose type don... |
tree | commitdiff |
2010-04-17 |
Chris Lattner | doh, didn't mean to check in my hackaround lit sucking. :) |
tree | commitdiff |
2010-04-17 |
Chris Lattner | fix PR6332, allowing an index of zero into a zero sized... |
tree | commitdiff |
2010-04-17 |
Chris Lattner | teach the x86 asm parser how to handle segment prefixes |
tree | commitdiff |
2010-04-17 |
Chris Lattner | testcase for r101538, patch by Nico Schmidt! |
tree | commitdiff |
2010-04-17 |
Dan Gohman | Start function numbering at 0. |
tree | commitdiff |
2010-04-17 |
Chris Lattner | a bunch of ssse3 instructions are misencoded to think... |
tree | commitdiff |
2010-04-17 |
Evan Cheng | Add nounwind. |
tree | commitdiff |
2010-04-17 |
Bob Wilson | Re-commit my previous SSAUpdater changes. The previous... |
tree | commitdiff |
2010-04-16 |
Johnny Chen | Minor change to make the test case comply with Vd<0... |
tree | commitdiff |
2010-04-16 |
Johnny Chen | Fixed a bug in DisassembleN1RegModImmFrm() where a... |
tree | commitdiff |
2010-04-16 |
Johnny Chen | In the same spirit of r101524, which removed the assert... |
tree | commitdiff |
2010-04-16 |
Johnny Chen | Multiclass LdStCop was using pre-UAL syntax LDC<c>L... |
tree | commitdiff |
2010-04-16 |
Dan Gohman | Revert r101455, which fails on the llvm-arm-linux buildbot. |
tree | commitdiff |
2010-04-16 |
Dan Gohman | Disable inlining of recursive calls. It can complicate... |
tree | commitdiff |
2010-04-16 |
Dan Gohman | Refine the detection of seemingly infinitely recursive... |
tree | commitdiff |
2010-04-16 |
Bill Wendling | Add JIT exception handling test. |
tree | commitdiff |
2010-04-16 |
Chris Lattner | move comment. |
tree | commitdiff |
2010-04-16 |
Chris Lattner | fix PR6832: we were using the alignment of a pointer... |
tree | commitdiff |
2010-04-15 |
Johnny Chen | Added another test case for am3offset operand, testing... |
tree | commitdiff |
2010-04-15 |
Jakob Stoklund Olesen | Add test case for machine-sink on critical edges |
tree | commitdiff |
2010-04-15 |
Johnny Chen | Fixed a bug in ARM disassembly where LDRSBT should... |
tree | commitdiff |
2010-04-15 |
Evan Cheng | Use default lowering of DYNAMIC_STACKALLOC. As far... |
tree | commitdiff |
2010-04-15 |
Jakob Stoklund Olesen | Fix PR6847. RegScavenger should ignore DebugValues. |
tree | commitdiff |
2010-04-15 |
Evan Cheng | ARM SelectDYN_ALLOC should emit a copy from SP rather... |
tree | commitdiff |
2010-04-15 |
Chris Lattner | enhance the load/store narrowing optimization to handle a |
tree | commitdiff |
2010-04-15 |
Chris Lattner | teach codegen to turn trunc(zextload) into load when... |
tree | commitdiff |
next |