2010-06-21 |
Dan Gohman | Revert r106422, which is breaking the non-fast-isel... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Dan Gohman | More changes for non-top-down fast-isel. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Kalle Raiskila | Add the check to the testcase of r106419. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Kalle Raiskila | Mark the SPU 'lr' instruction to never have side effects. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Kalle Raiskila | Fix the lowering of VECTOR_SHUFFLE on SPU to handle... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Dan Gohman | Do one lookup instead of two. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Dan Gohman | Generalize this to look in the regular ValueMap in... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Rafael Espindola | Fix an unintentional commit. I think I typed "git svn... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Kalle Raiskila | Fix lowering of VECTOR_SHUFFLE on SPU. Old algorithm |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Rafael Espindola | add_input_file and add_input_library now take const... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Rafael Espindola | Save more temps with -save-temps. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Rafael Espindola | wip |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Nate Begeman | Add support for returning multiple vectors via sret... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Nick Lewycky | Fix warning in no-asserts build. |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Evan Cheng | Fix a crash caused by dereference of MBB.end(). rdar... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Dan Gohman | Restore a call to rememberInstruction which was acciden... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Dan Gohman | Add a TODO comment. |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Dan Gohman | Include the use kind along with the expression in the... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Dan Gohman | Don't include things in anonymous namespaces that don... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Benjamin Kramer | Use calloc instead of new/memset, it is more efficient... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Dan Gohman | Fix ScalarEvolution's "exhaustive" trip count evaluatio... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Dan Gohman | Factor out duplicated code for reusing and inserting... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Bob Wilson | Tidy. |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Bob Wilson | Remove a fixme comment that is no longer relevant. |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Bob Wilson | Fix error message to match function name. |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Bruno Cardoso... | Refactoring of regular logical packed instructions... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Bruno Cardoso... | Refactor aliased packed logical instructions, also add |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Evan Cheng | Ignore dbg_value's. |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Bruno Cardoso... | Move new sse 1 & 2 generic classes to a more appropriat... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Bruno Cardoso... | Remove unnecessary arguments |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Bruno Cardoso... | Add AVX packed intrinsics for MIN, MAX |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Evan Cheng | Disable sibcall optimization for Thumb1 for now since... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Eric Christopher | Finish ripping isTwoAddress out of X86. Some mindless... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Bruno Cardoso... | Shrink down code and add for free AVX {MIN,MAX}P{S... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Chris Lattner | rip out dead code. |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Chris Lattner | fix rdar://7873482 by teaching the instruction encoder... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Evan Cheng | Indentation and remove dead code. |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Bruno Cardoso... | Clean up: remove now unnecessary Constraints |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Dan Gohman | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Bruno Cardoso... | more refactoring! yay! big win over the intrinsics |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Eric Christopher | Remove isTwoAddress from here too. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Bruno Cardoso... | Fix typo, SSE1 should be used by XS, not SSE2 |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Eric Christopher | Remove isTwoAddress from 64-bit files. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Evan Cheng | Move ARM if-conversion before post-ra scheduling. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Teach regular and fast isel to set dead flags on unused... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Bruno Cardoso... | Apply some refactor to packed instructions |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Evan Cheng | Update cmake list. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Evan Cheng | Thumb2 hazard recognizer. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Jakob Stoklund... | Only run CoalesceExtSubRegs when we can expect LiveInte... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Evan Cheng | Allow ARM if-converter to be run after post allocation... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Jim Grosbach | back-end libcall handling for ATOMIC_SWAP (__sync_lock_... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Eric Christopher | Another typo. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Jim Grosbach | Enable Expand handling of atomics for subtargets that... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Jakob Stoklund... | TwoAddressInstructionPass::CoalesceExtSubRegs can inser... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Evan Cheng | Fix an inverted condition. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Bruno Cardoso... | Use the new 'defm' class inheritance in SSE |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Evan Cheng | Fix cross initialization compilation error. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Evan Cheng | Teach iff-converter to properly count # of dups. It... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Jim Grosbach | Add Expand-to-libcall support for additional atomics... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Bob Wilson | Rewrite chained if's as switches and replace assertions... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dale Johannesen | Fix ARM/Thumb reversal in previous attempt. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Jakob Stoklund... | When using ADDri to get the address of a stack object... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Make this comment less specific. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Fix X86FastISel's address-mode folding to stay within the |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dale Johannesen | An attempt to fix the problem Anton reported with |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Revert r106304 (105548 and friends), which are the... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Bruno Cardoso... | Teach tablegen how to inherit from classes in 'defm... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Reapply 105540, 105542, and 105548, and revert r105732. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Rafael Espindola | Add a pass-through option to the plugin. The use case... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Reapply 105546. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Reapply 105544. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Add explicit keywords. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dale Johannesen | Enable tail calls on ARM by default, with some |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Don't leak RegClass2VRegMap, which is now a new[] array... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Start TargetRegisterClass indices at 0 instead of 1... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dale Johannesen | Last round of changes for ARM tail calls. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Jim Grosbach | Grammar. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Bob Wilson | Fix PR7372: Conditional branches (at least on ARM)... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Jakob Stoklund... | Treat the ARM inline asm {cc} constraint as a physreg... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Don't bother calling releaseMemory before destroying... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Minor code simplifications. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Give NamedRegionTimer an Enabled flag, allowing all... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Don't replace the old Ordering object with a new one... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Don't call clear() on DbgInfo when it's going to be... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Change UpdateNodeOperands' operand and return value... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Remove getIntegerSCEV; it's redundant with getConstant... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Delete unused variables. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Eliminate unnecessary uses of getZExtValue(). |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | isValueValidForType can be a static member function. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Eric Christopher | Some assorted isTwoAddress -> Constraints cleanup. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Handle execution entrypoints with non-integer return... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Don't write a file named "&1". |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Disable indvars on loops when LoopSimplify form is... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Don't maintain a set of deleted nodes; instead, use... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Bruno Cardoso... | Add {mix,max}{ss,sd}{rr,rm} AVX forms. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Fold the ShrinkDemandedOps pass into the regular DAGCom... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Chris Lattner | improve portability to solaris 10, PR7380, patch by... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Dan Gohman | Handle ext(ext(x)) -> ext(x) immediately, since it... |
commit | commitdiff | tree | snapshot |
next |