| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial work on disabling the scheduler. This is a work in progress, and this | Bill Wendling | 2009-12-15 | 3 | -29/+155 |
* | Tail duplication should zap a copy it inserted for SSA update if the copy is ... | Evan Cheng | 2009-12-15 | 1 | -13/+37 |
* | Fold (zext (and x, cst)) -> (and (zext x), cst). | Evan Cheng | 2009-12-15 | 1 | -0/+13 |
* | Propagate zest through logical shift. | Evan Cheng | 2009-12-15 | 1 | -0/+10 |
* | Revert these. They may have been causing 483_xalancbmk to fail: | Bill Wendling | 2009-12-15 | 2 | -52/+26 |
* | Fix integer cast code to handle vector types. | Dan Gohman | 2009-12-14 | 2 | -20/+45 |
* | Fix this to properly clear the FastISel debug location. Thanks to | Dan Gohman | 2009-12-14 | 1 | -1/+1 |
* | The CIE says that the LSDA point in the FDE section is an "sdata4". That's fine, | Bill Wendling | 2009-12-14 | 1 | -7/+6 |
* | Use DW_AT_specification to point to DIE describing function declaration. | Devang Patel | 2009-12-14 | 2 | -63/+32 |
* | Added CalcSpillWeights to CMakeLists. | Lang Hames | 2009-12-14 | 1 | -0/+1 |
* | Whitespace changes, comment clarification. No functional changes. | Bill Wendling | 2009-12-14 | 1 | -3/+3 |
* | Moved spill weight calculation out of SimpleRegisterCoalescing and into its o... | Lang Hames | 2009-12-14 | 6 | -114/+160 |
* | Fix weird typo which leads to unallocated memory access for nodes with 4 resu... | Anton Korobeynikov | 2009-12-13 | 1 | -1/+1 |
* | Delete an unnecessary line. The VTSDNode on a SIGN_EXTEND_REG is never | Dan Gohman | 2009-12-11 | 1 | -1/+0 |
* | Don't try to move a MBB into the fall-through position if it's a landing pad or | Bill Wendling | 2009-12-11 | 2 | -29/+26 |
* | Construct CompileUnits lazily. | Devang Patel | 2009-12-11 | 2 | -10/+12 |
* | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman | 2009-12-11 | 7 | -32/+84 |
* | Fix the result type of SELECT nodes lowered from Select instructions with | Dan Gohman | 2009-12-11 | 1 | -1/+1 |
* | Honour setHasCalls() set from isel. | Anton Korobeynikov | 2009-12-11 | 1 | -2/+2 |
* | Revert part of r91101 which was causing an infinite loop in the self-hosting | Bill Wendling | 2009-12-11 | 1 | -3/+8 |
* | Coalesce insert_subreg undef, x first to avoid phase ordering issue. | Evan Cheng | 2009-12-11 | 2 | -5/+20 |
* | Address comments on last patch: | Bill Wendling | 2009-12-11 | 1 | -13/+8 |
* | A machine basic block may end in an unconditional branch, however it may have | Bill Wendling | 2009-12-11 | 1 | -7/+36 |
* | If VariableDIe is not created (may be because global was optimzed away) then ... | Devang Patel | 2009-12-10 | 1 | -0/+2 |
* | It's not safe to coalesce a move where src and dst registers have different s... | Evan Cheng | 2009-12-10 | 1 | -1/+7 |
* | Refactor code that finds context for a given die. | Devang Patel | 2009-12-10 | 2 | -42/+24 |
* | Refactor. | Devang Patel | 2009-12-10 | 2 | -20/+39 |
* | Also attempt trivial coalescing for live intervals that end in a copy. | Jakob Stoklund Olesen | 2009-12-10 | 2 | -74/+111 |
* | Reapply r90858, a cleanup patch. | Devang Patel | 2009-12-09 | 2 | -166/+81 |
* | <rdar://problem/7453528>. Track only physical registers that are valid for th... | David Goodwin | 2009-12-09 | 4 | -17/+28 |
* | Added a new "splitting" spiller. | Lang Hames | 2009-12-09 | 5 | -22/+339 |
* | Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ... | Evan Cheng | 2009-12-09 | 1 | -0/+6 |
* | Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr... | Evan Cheng | 2009-12-09 | 3 | -44/+44 |
* | Infer alignment for non-fixed stack object. | Evan Cheng | 2009-12-09 | 1 | -3/+4 |
* | Add const qualifier. | Evan Cheng | 2009-12-09 | 1 | -1/+1 |
* | Refactor InferAlignment out of DAGCombine. | Evan Cheng | 2009-12-09 | 2 | -45/+46 |
* | Revert 90858 90875 and 90805 for now. | Devang Patel | 2009-12-08 | 2 | -153/+173 |
* | Cleanup. | Devang Patel | 2009-12-08 | 2 | -167/+82 |
* | Do not try to push dead variable's debug info into namespace info. | Devang Patel | 2009-12-08 | 1 | -3/+5 |
* | Watch out for duplicated PHI instructions. | Evan Cheng | 2009-12-07 | 1 | -3/+37 |
* | Follow up to 90488. Turn a check into an assertion. | Evan Cheng | 2009-12-07 | 1 | -2/+2 |
* | Add support to emit debug info for c++ style namespaces. | Devang Patel | 2009-12-07 | 2 | -8/+71 |
* | Delete code accidentally left behind. | Evan Cheng | 2009-12-07 | 1 | -10/+0 |
* | Pre-regalloc tale duplication. Work in progress. | Evan Cheng | 2009-12-07 | 2 | -91/+231 |
* | If BB is empty, insert PHI before end() instead of front(). | Evan Cheng | 2009-12-07 | 1 | -3/+6 |
* | Truncate the arguments of llvm.frameaddress / llvm.returnaddress intrinsics f... | Anton Korobeynikov | 2009-12-07 | 2 | -1/+13 |
* | Remove old DBG_LABEL code. | Dan Gohman | 2009-12-05 | 1 | -8/+0 |
* | Remove the unused DisableLegalizeTypes option and related code. | Dan Gohman | 2009-12-05 | 2 | -52/+47 |
* | Temporarily revert r90502. It was causing the llvm-gcc bootstrap on PPC to fail. | Bill Wendling | 2009-12-05 | 2 | -95/+51 |
* | Don't print a space before the : between the file name and line number. | Dan Gohman | 2009-12-05 | 1 | -2/+2 |