| Age | Commit message (Expand) | Author |
| 2010-04-20 | Reapply the removal of SelectionDAGISel's BB, with a fix for the case | Dan Gohman |
| 2010-04-19 | Revert 101825, which is causing trouble. | Dan Gohman |
| 2010-04-19 | Make BreakAntiDependencies' SUnits argument const, and make the Begin | Dan Gohman |
| 2010-04-19 | Eliminate SelectionDAGISel's "current block" member. Just pass it as | Dan Gohman |
| 2010-04-19 | Eliminate the CurMBB member from SelectionDAGBuilder. For places that | Dan Gohman |
| 2010-04-19 | More progress on promoting i16 operations to i32 for x86. Work in progress. | Evan Cheng |
| 2010-04-19 | Give SelectionDAG a TargetMachine too, rather than having it | Dan Gohman |
| 2010-04-19 | More 80 col violation. | Evan Cheng |
| 2010-04-19 | Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag. | Devang Patel |
| 2010-04-19 | Code that needs a TargetMachine should have access to one directly, rather | Dan Gohman |
| 2010-04-19 | Move isInTailCallPosition out of SelectionDAGBuilder, as it isn't | Dan Gohman |
| 2010-04-17 | Fix -Wcast-qual warnings. | Dan Gohman |
| 2010-04-17 | Add const qualifiers to TargetLoweringObjectFile usage. | Dan Gohman |
| 2010-04-17 | Use const_cast instead of a C-style cast to cast away const. | Dan Gohman |
| 2010-04-17 | Start function numbering at 0. | Dan Gohman |
| 2010-04-17 | Delete now-unnecessary const_casts. | Dan Gohman |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-04-17 | Postra machine licm must add registers defined by loop invariants to *all* of | Evan Cheng |
| 2010-04-17 | Fix codegen passes. -disable-ssc shouldn't disable postra machine licm. | Evan Cheng |
| 2010-04-17 | More work to allow dag combiner to promote 16-bit ops to 32-bit. | Evan Cheng |
| 2010-04-17 | Another 80 col violation. | Evan Cheng |
| 2010-04-17 | As a temporary workaround for post-RA not handling DebugValue instructions, | Bob Wilson |
| 2010-04-17 | Revert "Use a simpler data structure to calculate the least recently used reg... | Jakob Stoklund Olesen |
| 2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
| 2010-04-16 | Add support to emit dwarf ranges. | Devang Patel |
| 2010-04-16 | Use a simpler data structure to calculate the least recently used register in... | Jakob Stoklund Olesen |
| 2010-04-16 | (i32 sext_in_reg (i32 aext (i16 x)), i16) -> (i32 sext x). No known test case... | Evan Cheng |
| 2010-04-16 | Create a new TargetSelectionDAGInfo class. This will eventually acquire | Dan Gohman |
| 2010-04-16 | Commit this, which should have accompanied 101531. | Dan Gohman |
| 2010-04-16 | 80 col. | Evan Cheng |
| 2010-04-16 | 80 col. | Evan Cheng |
| 2010-04-16 | Avoid creating virtual registers for unused values. | Dan Gohman |
| 2010-04-16 | Fix an assertion string. | Dan Gohman |
| 2010-04-16 | Fix a comment. | Dan Gohman |
| 2010-04-16 | reapply r101434 | Gabor Greif |
| 2010-04-16 | The JIT calls TidyLandingPads to tidy up the landing pads. However, because the | Bill Wendling |
| 2010-04-16 | Adding support for dag combiner to promote operations for profit. This requir... | Evan Cheng |
| 2010-04-16 | Refine further the scope where the global DebugLoc value is active. | Dan Gohman |
| 2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
| 2010-04-15 | Avoid sinking machine instructions into a loop. | Jakob Stoklund Olesen |
| 2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
| 2010-04-15 | Fix PR6847. RegScavenger should ignore DebugValues. | Jakob Stoklund Olesen |
| 2010-04-15 | Make sure the initialization of a GC root is after its definition. | Nicolas Geoffray |
| 2010-04-15 | prune includes | Gabor Greif |
| 2010-04-15 | Fix a bunch of namespace polution. | Dan Gohman |
| 2010-04-15 | typos | Gabor Greif |
| 2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
| 2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
| 2010-04-15 | enhance the load/store narrowing optimization to handle a | Chris Lattner |
| 2010-04-15 | teach codegen to turn trunc(zextload) into load when possible. | Chris Lattner |