2009-02-26 |
Zhou Sheng | Ignore dbg info intrinsics when folding conditional... |
tree | commitdiff |
2009-02-26 |
Owen Anderson | Enable stack slot coloring DCE. Evan's spiller fixes... |
tree | commitdiff |
2009-02-26 |
Evan Cheng | ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable... |
tree | commitdiff |
2009-02-26 |
Evan Cheng | The last commit was overly conservative. It's ok to... |
tree | commitdiff |
2009-02-26 |
Evan Cheng | If an available register falls through to a succ block... |
tree | commitdiff |
2009-02-25 |
Evan Cheng | Revert BuildVectorSDNode related patches: 65426, 65427... |
tree | commitdiff |
2009-02-25 |
Dale Johannesen | Fix big-endian codegen bug. We're splitting up |
tree | commitdiff |
2009-02-25 |
Devang Patel | Print variable's display name in dwarf DIE. |
tree | commitdiff |
2009-02-25 |
Chris Lattner | Fix PR3667 |
tree | commitdiff |
2009-02-25 |
Zhou Sheng | Don't block basic block with only SwitchInst to fold... |
tree | commitdiff |
2009-02-25 |
Evan Cheng | Clean up dwarf writer, part 1. This eliminated the... |
tree | commitdiff |
2009-02-25 |
Nick Lewycky | Add a totally synthetic situation I came up with while... |
tree | commitdiff |
2009-02-25 |
Scott Michel | Expand tabs to spaces (overlooked in previous commit) |
tree | commitdiff |
2009-02-25 |
Scott Michel | Remove all "cached" data from BuildVectorSDNode, prefer... |
tree | commitdiff |
2009-02-24 |
Mon P Wang | Added support to have TableGen provide information... |
tree | commitdiff |
2009-02-24 |
Devang Patel | If compile unit's language is not set then don't crash... |
tree | commitdiff |
2009-02-24 |
Daniel Dunbar | Extension of GEP in constant folder was broken (apparen... |
tree | commitdiff |
2009-02-24 |
Dan Gohman | Rename ScalarEvolution's getIterationCount to getBacked... |
tree | commitdiff |
2009-02-24 |
Bill Wendling | Overhaul my earlier submission due to feedback. It... |
tree | commitdiff |
2009-02-24 |
Owen Anderson | Add a debugging option for SSC DCE. |
tree | commitdiff |
2009-02-24 |
Bill Wendling | - Use the "Fast" flag instead of "OptimizeForSize"... |
tree | commitdiff |
2009-02-24 |
Dan Gohman | Fix a ValueTracking rule: RHS means operand 1, not... |
tree | commitdiff |
2009-02-24 |
Dan Gohman | Generalize the ChangeCompareStride code, in preparation for |
tree | commitdiff |
2009-02-24 |
Dan Gohman | Preserve the DominanceFrontier analysis in the LoopDele... |
tree | commitdiff |
2009-02-24 |
Devang Patel | gdb uses DW_AT_prototyped to identify K&R style in... |
tree | commitdiff |
2009-02-24 |
Devang Patel | While folding unconditional return move DbgRegionEndIns... |
tree | commitdiff |
2009-02-24 |
Devang Patel | If there is not any debug info available for any global... |
tree | commitdiff |
2009-02-23 |
Dan Gohman | Back out the change in 64918 that used sign-extensions... |
tree | commitdiff |
2009-02-23 |
Dan Gohman | Fast-isel can't do TLS yet, so it should fall back... |
tree | commitdiff |
2009-02-23 |
Dan Gohman | LoopDeletion needs to inform ScalarEvolution when a... |
tree | commitdiff |
2009-02-23 |
Dan Gohman | IndVarSimplify preserves ScalarEvolution. In the |
tree | commitdiff |
2009-02-23 |
Zhou Sheng | Should reset DBI_Prev if DBI_Next == 0. |
tree | commitdiff |
2009-02-23 |
Evan Cheng | Only v1i16 (i.e. _m64) is returned via RAX / RDX. |
tree | commitdiff |
2009-02-23 |
Nate Begeman | Generate better code for v8i16 shuffles on SSE2 |
tree | commitdiff |
2009-02-23 |
Mon P Wang | Changed option name from inline-threshold to basic... |
tree | commitdiff |
2009-02-23 |
Chris Lattner | fix some typos that Duncan noticed |
tree | commitdiff |
2009-02-23 |
Bill Wendling | Propagate debug loc info through prologue/epilogue. |
tree | commitdiff |
2009-02-22 |
Scott Michel | Introduce the BuildVectorSDNode class that encapsulates... |
tree | commitdiff |
2009-02-22 |
Dan Gohman | Revert the part of 64623 that attempted to align the... |
tree | commitdiff |
2009-02-22 |
Dan Gohman | Properly parenthesize this expression, fixing a real... |
tree | commitdiff |
2009-02-22 |
Evan Cheng | If a use operand is marked isKill, don't forget to... |
tree | commitdiff |
2009-02-22 |
Evan Cheng | Add a note. |
tree | commitdiff |
2009-02-22 |
Evan Cheng | Be bug compatible with gcc by returning MMX values... |
tree | commitdiff |
2009-02-22 |
Evan Cheng | Do not consider MMX_MOVD64rr a move instructions. The... |
tree | commitdiff |
2009-02-22 |
Evan Cheng | Only try to sink immediate when TLI is not null. It... |
tree | commitdiff |
2009-02-21 |
Nick Lewycky | Don't sign extend the char when expanding char -> int... |
tree | commitdiff |
2009-02-21 |
Richard Pennington | bug 3610: Floating point vaarg not softened. |
tree | commitdiff |
2009-02-21 |
Anton Korobeynikov | Drop bunch of half-working stuff in the ext_weak linkag... |
tree | commitdiff |
2009-02-21 |
Evan Cheng | Add AddrModeMatcher.cpp |
tree | commitdiff |
2009-02-21 |
Evan Cheng | If two-address def is dead and the instruction does... |
tree | commitdiff |
2009-02-21 |
Evan Cheng | Teach LSR sink to sink the immediate portion of the... |
tree | commitdiff |
2009-02-21 |
Bill Wendling | Make sure this doesn't access .end() too. |
tree | commitdiff |
2009-02-21 |
Bill Wendling | Make sure we don't dereference the .end() of the container. |
tree | commitdiff |
2009-02-21 |
Chris Lattner | rename a function to indicate that it checks for profit... |
tree | commitdiff |
2009-02-21 |
Bill Wendling | Propagate more debug loc infos. This also includes... |
tree | commitdiff |
2009-02-21 |
Bill Wendling | We need to propagate the debug location information... |
tree | commitdiff |
2009-02-20 |
Dan Gohman | Fix a bug that David Greene found in the DAGCombiner... |
tree | commitdiff |
2009-02-20 |
Evan Cheng | Fix strange logic in CollectIVUsers used to determine... |
tree | commitdiff |
2009-02-20 |
Dan Gohman | Simplify code and reduce indentation. No functionality... |
tree | commitdiff |
2009-02-20 |
Dan Gohman | Fix 80-column violations. |
tree | commitdiff |
2009-02-20 |
Dan Gohman | It's not necessary to check if Base is null here. |
tree | commitdiff |
2009-02-20 |
Evan Cheng | Support return of MMX values in 64-bit mode. |
tree | commitdiff |
2009-02-20 |
Bill Wendling | - Early exit a nested block. |
tree | commitdiff |
2009-02-20 |
Dan Gohman | Add a comment about how Imm can be used for loop-varian... |
tree | commitdiff |
2009-02-20 |
Torok Edwin | add note about sin |
tree | commitdiff |
2009-02-20 |
Evan Cheng | Factor address mode matcher out of codegen prepare... |
tree | commitdiff |
2009-02-20 |
Zhou Sheng | Just roll back the previous change to -mem2reg. |
tree | commitdiff |
2009-02-20 |
Zhou Sheng | patch to update the line number information in pass... |
tree | commitdiff |
2009-02-20 |
Owen Anderson | Fix a crash in the pre-alloc splitter exposed by recent... |
tree | commitdiff |
2009-02-20 |
Owen Anderson | Add a quick pass to the stack slot colorer to eliminate... |
tree | commitdiff |
2009-02-20 |
Dan Gohman | Implement "superhero" strength reduction, or full strength |
tree | commitdiff |
2009-02-20 |
Bill Wendling | Add an accessor method to DwarfWriter to tell of debugg... |
tree | commitdiff |
2009-02-19 |
Bill Wendling | Temporarily revert r65065. It was causing test failures. |
tree | commitdiff |
2009-02-19 |
Bill Wendling | Print out debug info when printing the machine instruction. |
tree | commitdiff |
2009-02-19 |
Bill Wendling | Check for -fast here too. |
tree | commitdiff |
2009-02-19 |
Bill Wendling | Generate these labels when we're in "fast" mode, not... |
tree | commitdiff |
2009-02-19 |
Dan Gohman | Use DEBUG() instead of passing *DOUT to WriteAsOperand, |
tree | commitdiff |
2009-02-19 |
Dan Gohman | Make the debug output of LSR less cryptic and more... |
tree | commitdiff |
2009-02-19 |
Chris Lattner | If an executable is run through a symlink, dladdr will... |
tree | commitdiff |
2009-02-19 |
Dan Gohman | Fix the logic in this assertion to properly validate... |
tree | commitdiff |
2009-02-19 |
Dan Gohman | Reapply r57340. VMKit does not presently rely on materi... |
tree | commitdiff |
2009-02-18 |
Bill Wendling | Put code that generates debug labels into TableGen... |
tree | commitdiff |
2009-02-18 |
Chris Lattner | add proper asmwriter and asmparser support for anonymou... |
tree | commitdiff |
2009-02-18 |
Duncan Sands | In theory the aliasee may have dead constant users |
tree | commitdiff |
2009-02-18 |
Devang Patel | The subprogram die may not exist while creating "defaul... |
tree | commitdiff |
2009-02-18 |
Dan Gohman | Use a sign-extend instead of a zero-extend when promoting a |
tree | commitdiff |
2009-02-18 |
Dan Gohman | Simplify by using dyn_cast instead of isa and cast. |
tree | commitdiff |
2009-02-18 |
Dan Gohman | Add explicit keywords. |
tree | commitdiff |
2009-02-18 |
Nate Begeman | Add support to the JIT for true non-lazy operation... |
tree | commitdiff |
2009-02-18 |
Dan Gohman | Factor out the code to add a MachineOperand to a Machin... |
tree | commitdiff |
2009-02-18 |
Dan Gohman | Eliminate several more unnecessary intptr_t casts. |
tree | commitdiff |
2009-02-18 |
Evan Cheng | GV with null value initializer shouldn't go to BSS... |
tree | commitdiff |
2009-02-18 |
Dan Gohman | Fix a corner case in the new indvars promotion logic... |
tree | commitdiff |
2009-02-18 |
Dan Gohman | Fix a typo in a comment. |
tree | commitdiff |
2009-02-17 |
Duncan Sands | If an alias is dead and so is its aliasee, then globald... |
tree | commitdiff |
2009-02-17 |
Devang Patel | The debugger sometimes lookup dynamically in the runtim... |
tree | commitdiff |
2009-02-17 |
Scott Michel | Remove trailing whitespace to reduce later commit patch... |
tree | commitdiff |
2009-02-17 |
Devang Patel | Emit debug info for bitfields. |
tree | commitdiff |
2009-02-17 |
Dan Gohman | LoopIndexSplit doesn't actually use ScalarEvolution. |
tree | commitdiff |
2009-02-17 |
Dan Gohman | Add a method to ScalarEvolution for telling it when... |
tree | commitdiff |
next |