2009-10-11 |
Anton Korobeynikov | Add missed mem-mem move patterns |
tree | commitdiff |
2009-10-11 |
Anton Korobeynikov | Add MSP430 mem-mem insts support. Patch by Brian Lucas... |
tree | commitdiff |
2009-10-11 |
Chris Lattner | remove some harmful code that would turn an inserteleme... |
tree | commitdiff |
2009-10-11 |
Chris Lattner | teach instcombine to simplify xor's harder, catching the |
tree | commitdiff |
2009-10-11 |
Chris Lattner | cleanups |
tree | commitdiff |
2009-10-11 |
Chris Lattner | cleanup, no functionality change. |
tree | commitdiff |
2009-10-11 |
Chris Lattner | generalize a transformation even more: we don't care... |
tree | commitdiff |
2009-10-11 |
Chris Lattner | simplify a transformation by making it more general. |
tree | commitdiff |
2009-10-11 |
Chris Lattner | temporarily revert previous patch |
tree | commitdiff |
2009-10-11 |
Chris Lattner | populate instcombine's initial worklist more carefully... |
tree | commitdiff |
2009-10-11 |
Torok Edwin | Remove CleanupDbgInfo, instcombine does this and its... |
tree | commitdiff |
2009-10-11 |
Torok Edwin | LICM shouldn't sink/delete debug information. Fix this... |
tree | commitdiff |
2009-10-11 |
Anton Korobeynikov | Implement 'm' memory operand properly |
tree | commitdiff |
2009-10-11 |
Anton Korobeynikov | Implement proper asmprinting for the globals. This... |
tree | commitdiff |
2009-10-11 |
Anton Korobeynikov | Implement asm printing for inline asm memory operands |
tree | commitdiff |
2009-10-11 |
Chris Lattner | when folding duplicate conditions, delete the |
tree | commitdiff |
2009-10-11 |
Chris Lattner | implement rdar://7293527, a trivial instcombine that... |
tree | commitdiff |
2009-10-11 |
Chris Lattner | implement a transformation in jump threading that is... |
tree | commitdiff |
2009-10-11 |
Chris Lattner | restructure some code, no functionality change. |
tree | commitdiff |
2009-10-11 |
Chris Lattner | factor some code better and move a function, no functio... |
tree | commitdiff |
2009-10-11 |
Chris Lattner | make jump threading on a phi with undef inputs happen. |
tree | commitdiff |
2009-10-11 |
Chris Lattner | rewrite LCSSA to use SSAUpdate, to only return true... |
tree | commitdiff |
2009-10-11 |
Chris Lattner | clean up and simplify some code. Don't use setvector... |
tree | commitdiff |
2009-10-10 |
Chris Lattner | switch GVN to use SSAUpdater. Besides removing a lot... |
tree | commitdiff |
2009-10-10 |
Chris Lattner | add a simple helper method. |
tree | commitdiff |
2009-10-10 |
Chris Lattner | add ability for clients of SSAUpdater to find out about the |
tree | commitdiff |
2009-10-10 |
Chris Lattner | remove dead code |
tree | commitdiff |
2009-10-10 |
Chris Lattner | add the ability to get a rewritten value from the middl... |
tree | commitdiff |
2009-10-10 |
Chris Lattner | rename GetValueInBlock -> GetValueAtEndOfBlock to bette... |
tree | commitdiff |
2009-10-10 |
Anton Korobeynikov | It seems that OR operation does not affect status reg... |
tree | commitdiff |
2009-10-10 |
Chris Lattner | use a typedef instead of spelling out an insane type... |
tree | commitdiff |
2009-10-10 |
Chris Lattner | Change jump threading to use the new SSAUpdater class... |
tree | commitdiff |
2009-10-10 |
Chris Lattner | Implement an efficient and fully general SSA update... |
tree | commitdiff |
2009-10-10 |
Chris Lattner | random tidying |
tree | commitdiff |
2009-10-10 |
Dan Gohman | Create a new InstrEmitter class for translating Selecti... |
tree | commitdiff |
2009-10-10 |
Dan Gohman | Make getMachineNode return a MachineSDNode* instead... |
tree | commitdiff |
2009-10-10 |
Dan Gohman | Remove a no-longer-necessary #include. |
tree | commitdiff |
2009-10-10 |
Dan Gohman | Replace X86's CanRematLoadWithDispOperand by calling... |
tree | commitdiff |
2009-10-10 |
Dan Gohman | Fix a missing initialization of PostRAScheduler's AA... |
tree | commitdiff |
2009-10-09 |
Dan Gohman | The ScheduleDAG framework now requires an AliasAnalysis... |
tree | commitdiff |
2009-10-09 |
Dan Gohman | Mark the LDR instruction with isReMaterializable, as... |
tree | commitdiff |
2009-10-09 |
Dan Gohman | Factor out LiveIntervalAnalysis' code to determine... |
tree | commitdiff |
2009-10-09 |
Devang Patel | Extract scope information from the variable itself... |
tree | commitdiff |
2009-10-09 |
Jeffrey Yasskin | ExecutionEngine::clearGlobalMappingsFromModule failed... |
tree | commitdiff |
2009-10-09 |
Dan Gohman | Add a const qualifier. |
tree | commitdiff |
2009-10-09 |
Dale Johannesen | Use names instead of numbers for some of the magic |
tree | commitdiff |
2009-10-09 |
Kevin Enderby | Added another bit of the ARM target assembler to llvm... |
tree | commitdiff |
2009-10-09 |
Dan Gohman | isTriviallyReMaterializable checks the |
tree | commitdiff |
2009-10-09 |
Dan Gohman | Fix the x86 test-shrink optimization so that it doesn... |
tree | commitdiff |
2009-10-09 |
Dan Gohman | Add basic infrastructure and x86 support for preserving... |
tree | commitdiff |
2009-10-09 |
Devang Patel | Check invalid debug info for enums. This may happen... |
tree | commitdiff |
2009-10-09 |
Jim Grosbach | when previous scratch register is killed, flag the... |
tree | commitdiff |
2009-10-09 |
Dan Gohman | Revert r83606 and add comments explaining why it isn... |
tree | commitdiff |
2009-10-09 |
Evan Cheng | Give Dan and my recent changes, machine LICM is now... |
tree | commitdiff |
2009-10-09 |
Evan Cheng | Fix a logic error that caused non-rematable loop invari... |
tree | commitdiff |
2009-10-09 |
Evan Cheng | Reset kill markers after live interval is reconstructed. |
tree | commitdiff |
2009-10-09 |
Dan Gohman | Preserve HasNSW and HasNUW when constructing SCEVs... |
tree | commitdiff |
2009-10-09 |
Dale Johannesen | When considering whether to inline Callee into Caller, |
tree | commitdiff |
2009-10-09 |
Dan Gohman | Add the ability to track HasNSW and HasNUW on more... |
tree | commitdiff |
2009-10-09 |
Bob Wilson | Add codegen support for NEON vst4lane intrinsics with... |
tree | commitdiff |
2009-10-08 |
Bob Wilson | Add codegen support for NEON vst3lane intrinsics with... |
tree | commitdiff |
2009-10-08 |
Bob Wilson | Add codegen support for NEON vst2lane intrinsics with... |
tree | commitdiff |
2009-10-08 |
Bob Wilson | Add codegen support for NEON vld4lane intrinsics with... |
tree | commitdiff |
2009-10-08 |
Evan Cheng | Remove code that makes no sense. |
tree | commitdiff |
2009-10-08 |
Bob Wilson | Add codegen support for NEON vld3lane intrinsics with... |
tree | commitdiff |
2009-10-08 |
Douglas Gregor | Update CMake build yet again after a source file was... |
tree | commitdiff |
2009-10-08 |
Bill Wendling | It's possible for a global variable to be optimized... |
tree | commitdiff |
2009-10-08 |
Anton Korobeynikov | Use lower16 / upper16 imm modifiers to asmprint 32... |
tree | commitdiff |
2009-10-08 |
Devang Patel | Clear variable debug info map at the end of the function. |
tree | commitdiff |
2009-10-08 |
Bob Wilson | Add codegen support for NEON vld2lane intrinsics with... |
tree | commitdiff |
2009-10-08 |
Bob Wilson | Clean up some unnecessary initializations. |
tree | commitdiff |
2009-10-08 |
Bob Wilson | Clean up a comment (indentation was wrong). |
tree | commitdiff |
2009-10-08 |
Bob Wilson | Add a SelectionDAG getTargetInsertSubreg convenience... |
tree | commitdiff |
2009-10-08 |
Devang Patel | Do not record line number to implicitly mark start... |
tree | commitdiff |
2009-10-08 |
Richard Osborne | Add missing names for the XCore specific LADD and LSUB... |
tree | commitdiff |
2009-10-08 |
Dan Gohman | Add a form of addPreserved which takes a string argumen... |
tree | commitdiff |
2009-10-08 |
Richard Osborne | Add some peepholes for signed comparisons using ashr... |
tree | commitdiff |
2009-10-08 |
Chris Lattner | remove LoopVR pass. According to Nick: |
tree | commitdiff |
2009-10-08 |
Bob Wilson | Add codegen support for NEON vst4 intrinsics with ... |
tree | commitdiff |
2009-10-08 |
Jim Grosbach | Cleanup up unused R3LiveIn tracking. |
tree | commitdiff |
2009-10-08 |
Jim Grosbach | Re-enable register scavenging in Thumb1 by default. |
tree | commitdiff |
2009-10-08 |
Jim Grosbach | bugfix. The target may use virtual registers that aren... |
tree | commitdiff |
2009-10-08 |
Bob Wilson | Add codegen support for NEON vst3 intrinsics with ... |
tree | commitdiff |
2009-10-08 |
Bob Wilson | Add codegen support for NEON vst2 intrinsics with ... |
tree | commitdiff |
2009-10-08 |
Jeffrey Yasskin | In instcombine's debug output, avoid printing ADD for... |
tree | commitdiff |
2009-10-07 |
Bob Wilson | Add codegen support for NEON vld4 intrinsics with ... |
tree | commitdiff |
2009-10-07 |
Bob Wilson | Add codegen support for NEON vld3 intrinsics with ... |
tree | commitdiff |
2009-10-07 |
Bob Wilson | Add codegen support for NEON vld2 intrinsics with ... |
tree | commitdiff |
2009-10-07 |
Jim Grosbach | reverting thumb1 scavenging default due to test failure... |
tree | commitdiff |
2009-10-07 |
Chris Lattner | second half of lazy liveness removal. |
tree | commitdiff |
2009-10-07 |
Dale Johannesen | Fix handling of x86 'R' constraint. |
tree | commitdiff |
2009-10-07 |
Jim Grosbach | Enable thumb1 register scavenging by default. |
tree | commitdiff |
2009-10-07 |
Jim Grosbach | Enable thumb1 register scavenging by default. |
tree | commitdiff |
2009-10-07 |
Devang Patel | Extract subprogram and compile unit information from... |
tree | commitdiff |
2009-10-07 |
Bob Wilson | Add some instruction encoding bits for NEON load/store... |
tree | commitdiff |
2009-10-07 |
Eric Christopher | 80-column and whitespace fixes. |
tree | commitdiff |
2009-10-07 |
Kevin Enderby | Fixed MCSectionMachO::ParseSectionSpecifier to allow... |
tree | commitdiff |
2009-10-07 |
Bob Wilson | Add codegen support for NEON vst4 intrinsics with 128... |
tree | commitdiff |
2009-10-07 |
Bob Wilson | Add codegen support for NEON vst3 intrinsics with 128... |
tree | commitdiff |
2009-10-07 |
Jim Grosbach | grammar |
tree | commitdiff |
next |