| Age | Commit message (Expand) | Author |
| 2010-02-25 | Revert r97064. Duncan pointed out that bitcasts are defined in | Dan Gohman |
| 2010-02-25 | MC'ize padding when padding the ULEB128 value. | Bill Wendling |
| 2010-02-24 | LLVM puts padding bytes in the __gcc_except_tab section after the | Bill Wendling |
| 2010-02-24 | clean up various VT manipulations, patch by Micah Villmow! PR6337 | Chris Lattner |
| 2010-02-24 | Make getTypeSizeInBits work correctly for array types; it should return | Dan Gohman |
| 2010-02-24 | convert cycle checker to smallptrset, add comments and make it | Chris Lattner |
| 2010-02-24 | revert david's patch which does not even build. | Chris Lattner |
| 2010-02-24 | Use a SmallPtrSet as suggested by Chris. | David Greene |
| 2010-02-24 | Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in | Daniel Dunbar |
| 2010-02-24 | When forming SSE min and max nodes for UGE and ULE comparisons, it's | Dan Gohman |
| 2010-02-24 | Change the scheduler from adding nodes in allnodes order | Chris Lattner |
| 2010-02-24 | add node #'s to debug dumps. | Chris Lattner |
| 2010-02-24 | Re-apply 96540 and 96556 with fixes. | Evan Cheng |
| 2010-02-23 | make selectnodeto set the nodeid to -1. This makes it more akin to | Chris Lattner |
| 2010-02-23 | Remember to handle sub-registers when moving imp-defs to a rematted instruction. | Jakob Stoklund Olesen |
| 2010-02-23 | Keep track of phi join registers explicitly in LiveVariables. | Jakob Stoklund Olesen |
| 2010-02-23 | fix a bug in findNonImmUse (used by IsLegalToFold) where nodes with | Chris Lattner |
| 2010-02-23 | Print node ID's in dumps and views if set. | Chris Lattner |
| 2010-02-23 | use OutStreamer.EmitCodeAlignment for alignment in the text | Chris Lattner |
| 2010-02-23 | Speed up cycle checking significantly by caching results. | David Greene |
| 2010-02-23 | Dead code elimination | Jakob Stoklund Olesen |
| 2010-02-22 | Updated version of r96634 (which was reverted due to failing 176.gcc and | Jim Grosbach |
| 2010-02-22 | Fix various doxygen warnings. | Dan Gohman |
| 2010-02-21 | It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo... | Anton Korobeynikov |
| 2010-02-21 | Enable assertion to detect cyclic valno references. | Jakob Stoklund Olesen |
| 2010-02-19 | Revert 96634. It causes assertion failures for 126.gcc and 176.gcc in | Bob Wilson |
| 2010-02-19 | Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254. | Charles Davis |
| 2010-02-19 | Revert Anton's most recent EH patch (r96637), since it breaks a lot of | Bob Wilson |
| 2010-02-19 | Revert commits 96556 and 96640, because commit 96556 breaks the | Duncan Sands |
| 2010-02-19 | Transform (xor (setcc), (setcc)) == / != 1 to | Evan Cheng |
| 2010-02-19 | Use the same encoding for EH stuff uniformly on all MachO targets. | Anton Korobeynikov |
| 2010-02-19 | Radar 7636153. In the presence of large call frames, it's not sufficient | Jim Grosbach |
| 2010-02-18 | Always normalize spill weights, also for intervals created by spilling. | Jakob Stoklund Olesen |
| 2010-02-18 | Make CodePlacementOpt detect special EH control flow by | Dan Gohman |
| 2010-02-18 | Uniformize the way these options are printed. Requested by | Duncan Sands |
| 2010-02-18 | Remove terminating dot in description. Inconsistency pointed | Duncan Sands |
| 2010-02-18 | Some dag combiner goodness: | Evan Cheng |
| 2010-02-17 | Make the non-temporal bit "significant" in MemSDNodes so they aren't | David Greene |
| 2010-02-17 | Dead code elimination. | Jakob Stoklund Olesen |
| 2010-02-17 | move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter, | Chris Lattner |
| 2010-02-17 | sink special case "cannotyetselect" for intrinsics out of the | Chris Lattner |
| 2010-02-17 | Removed an early out which was causing the PBQP allocator to not compute live... | Lang Hames |
| 2010-02-17 | Before setting scope end marker, pay attention to scope begin marker and exis... | Devang Patel |
| 2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
| 2010-02-16 | Handle DBG_VALUE mixed with labels when doing PHI | Dale Johannesen |
| 2010-02-16 | Reapply 96294; now that I've gotten around to looking | Dale Johannesen |
| 2010-02-16 | Something broke. Hard to believe it was this patch | Dale Johannesen |
| 2010-02-15 | Fix a memory leak. Patch by Nicolas Geoffray. | Evan Cheng |
| 2010-02-15 | More handling of DBG_VALUE. | Dale Johannesen |
| 2010-02-15 | Add missed entry to cmake build list file | Anton Korobeynikov |