| Age | Commit message (Expand) | Author |
| 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 | 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 | Delete now-unnecessary const_casts. | Dan Gohman |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 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-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
| 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 | 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 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
| 2010-04-15 | Fix a bunch of namespace polution. | Dan Gohman |
| 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 |
| 2010-04-15 | add a simple dag combine to replace trivial shl+lshr with | Chris Lattner |
| 2010-04-15 | Implement rdar://7860110 (also in target/readme.txt) narrowing | Chris Lattner |
| 2010-04-15 | Add more const qualifiers for LLVM IR pointers in CodeGen. | Dan Gohman |
| 2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
| 2010-04-15 | More 80 violations. | Evan Cheng |
| 2010-04-15 | 80 col violations. | Evan Cheng |
| 2010-04-14 | Delete unneeeded arguments. | Dan Gohman |
| 2010-04-14 | Delete unused arguments. | Dan Gohman |
| 2010-04-14 | Factor out EH landing pad code into a separate function, and constify | Dan Gohman |
| 2010-04-14 | Reset the debug location even if the instruction was a terminator. | Dan Gohman |
| 2010-04-14 | Refine #includes. | Dan Gohman |
| 2010-04-14 | Pull utility routines with no SelectionDAG dependence out of | Dan Gohman |
| 2010-04-14 | Fix typos in comments. | Dan Gohman |
| 2010-04-14 | Delete an obsolete comment. | Dan Gohman |
| 2010-04-14 | Delete an unused function. | Dan Gohman |
| 2010-04-14 | Clear the FunctionLoweringInfo object before doing other things that | Dan Gohman |
| 2010-04-14 | Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and | Dan Gohman |
| 2010-04-14 | Add a comment. | Dan Gohman |
| 2010-04-14 | Move the code for initialing the entry block livein set out of | Dan Gohman |