| Age | Commit message (Expand) | Author |
| 2010-07-16 | Revert r108369, sorting llvm.dbg.declare information by source position, | Dan Gohman |
| 2010-07-16 | Use the source-order scheduler instead of the "fast" scheduler at -O0, | Dan Gohman |
| 2010-07-16 | The SelectionDAGBuilder's handling of debug info, on rare | Dale Johannesen |
| 2010-07-15 | Revert. This isn't the correct way to go. | Bill Wendling |
| 2010-07-15 | Handle code gen for the unreachable instruction if it's the only instruction in | Bill Wendling |
| 2010-07-15 | Split -enable-finite-only-fp-math to two options: | Evan Cheng |
| 2010-07-15 | Fix crash reported in PR7653. | Devang Patel |
| 2010-07-14 | 80-col. | Eric Christopher |
| 2010-07-14 | Properly restore DebugLoc after leaving the local constant area. | Dan Gohman |
| 2010-07-14 | Delete fast-isel's trivial load optimization; it breaks debugging because | Dan Gohman |
| 2010-07-14 | Don't propagate debug locations to instructions for materializing | Dan Gohman |
| 2010-07-13 | In inline asm treat indirect 'X' constraint as 'm'. | Dale Johannesen |
| 2010-07-12 | Fix a typo and fit in 80 columns. Found by Bob Wilson. | Rafael Espindola |
| 2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
| 2010-07-11 | Use COPY for fast-isel bitconvert, but don't create cross-class copies. | Jakob Stoklund Olesen |
| 2010-07-11 | Fix va_arg for doubles. With this patch VAARG nodes always contain the | Rafael Espindola |
| 2010-07-11 | Use COPY for extracting ImplicitDef'ed values from fast-isel instructions. | Jakob Stoklund Olesen |
| 2010-07-11 | Use COPY in FastISel everywhere it is safe and trivial. | Jakob Stoklund Olesen |
| 2010-07-10 | Fix a bug in the code which re-inserts DBG_VALUE nodes after scheduling; | Dan Gohman |
| 2010-07-10 | Emit COPY instructions instead of using copyRegToReg in InstrEmitter, | Jakob Stoklund Olesen |
| 2010-07-10 | Insert IMPLICIT_DEF instructions at the current insert position, not | Dan Gohman |
| 2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |
| 2010-07-09 | Clarify what mysterious check means. | Bill Wendling |
| 2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
| 2010-07-09 | cache result of operator* | Gabor Greif |
| 2010-07-09 | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman |
| 2010-07-09 | Reenable DAG combining for vector shuffles. It looks like it was temporarily | Bob Wilson |
| 2010-07-08 | Extension of r107506. Make sure that we don't mark a function as having a call | Bill Wendling |
| 2010-07-08 | Convert EXTRACT_SUBREG to COPY when emitting machine instrs. | Jakob Stoklund Olesen |
| 2010-07-08 | Merge the duplicated iabs optimization in DAGCombiner and let it detected a f... | Benjamin Kramer |
| 2010-07-08 | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman |
| 2010-07-07 | Don't forward-declare registers for static allocas, which we'll | Dan Gohman |
| 2010-07-07 | Fix -fast-isel-abort to check the right instruction. | Dan Gohman |
| 2010-07-07 | Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f... | Evan Cheng |
| 2010-07-07 | Not all custom inserters create new basic blocks. If the inserter | Dan Gohman |
| 2010-07-07 | Implement bottom-up fast-isel. This has the advantage of not requiring | Dan Gohman |
| 2010-07-07 | Add X86FastISel support for return statements. This entails refactoring | Dan Gohman |
| 2010-07-07 | Update the insert position after scheduling, which may change the | Dan Gohman |
| 2010-07-07 | Update comment. | Devang Patel |
| 2010-07-07 | Give FunctionLoweringInfo an MBB member, avoiding the need to pass it | Dan Gohman |
| 2010-07-07 | Simplify FastISel's constructor by giving it a FunctionLoweringInfo | Dan Gohman |
| 2010-07-07 | Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This will | Dan Gohman |
| 2010-07-07 | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman |
| 2010-07-07 | Move CallingConvLower.cpp out of the SelectionDAG directory. | Dan Gohman |
| 2010-07-06 | By default, the eh.sjlj.setjmp/longjmp intrinsics should just do nothing rather | Jim Grosbach |
| 2010-07-06 | CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext. | Dan Gohman |
| 2010-07-06 | Propagate debug loc. | Devang Patel |
| 2010-07-06 | Reapply r107655 with fixes; insert the pseudo instruction into | Dan Gohman |
| 2010-07-06 | Add versions of OutputArgReg, AnalyzeReturn, and AnalyzeCallOperands | Dan Gohman |
| 2010-07-05 | more tidying. | Chris Lattner |