| Age | Commit message (Expand) | Author |
| 2010-01-15 | Add some debug routines to SelectionDAG to dump full DAGs. | David Greene |
| 2010-01-15 | fix 80-column violations | Jim Grosbach |
| 2010-01-12 | Update a partially obsolete comment. | Dan Gohman |
| 2010-01-11 | Avoid adding PHI arguments for a predecessor that has gone away when a BRCOND... | Jakob Stoklund Olesen |
| 2010-01-09 | Dan pointed out checking whether a node is dead by comparing its opcode to IS... | Evan Cheng |
| 2010-01-08 | ReplaceAllUsesOfValueWith may delete other nodes that the one being replaced.... | Evan Cheng |
| 2010-01-07 | Use pop_back_val instead of back()+pop_back. | Benjamin Kramer |
| 2010-01-06 | Comment. | Evan Cheng |
| 2010-01-06 | Teach dag combine to fold the following transformation more aggressively: | Evan Cheng |
| 2010-01-05 | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2010-01-05 | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman |
| 2009-12-29 | Final step in the metadata API restructuring: move the | Chris Lattner |
| 2009-12-28 | This is a major cleanup of the instruction metadata interfaces that | Chris Lattner |
| 2009-12-28 | rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind | Chris Lattner |
| 2009-12-28 | Remove dead store. | Bill Wendling |
| 2009-12-23 | Use more sensible type for flags in asms. PR 5570. | Dale Johannesen |
| 2009-12-14 | Fix this to properly clear the FastISel debug location. Thanks to | Dan Gohman |
| 2009-12-05 | Remove old DBG_LABEL code. | Dan Gohman |
| 2009-12-05 | Remove the unused DisableLegalizeTypes option and related code. | Dan Gohman |
| 2009-12-05 | Don't blindly set the debug location for PHI node copies. | Dan Gohman |
| 2009-12-05 | Make TargetSelectInstruction protected and called from FastISel.cpp | Dan Gohman |
| 2009-12-05 | The debug information for an LLVM Instruction applies to that Instruction | Dan Gohman |
| 2009-12-03 | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner |
| 2009-11-23 | Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency. | Dan Gohman |
| 2009-11-23 | Rename SelectionDAGLowering to SelectionDAGBuilder, and rename | Dan Gohman |
| 2009-11-23 | Move the FunctionLoweringInfo class and some related utility functions out | Dan Gohman |
| 2009-11-20 | Fix fast-isel to avoid selecting the return instruction if a | Dan Gohman |
| 2009-11-10 | Implement support to debug inlined functions. | Devang Patel |
| 2009-11-09 | Hide a couple of options. | Evan Cheng |
| 2009-10-29 | Move some code from being emitted as boilerplate duplicated in every | Dan Gohman |
| 2009-10-29 | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman |
| 2009-10-27 | pseudosourcevalue is also still using getGlobalContext(), so it isn't | Chris Lattner |
| 2009-10-16 | Indent code. | Zhongxing Xu |
| 2009-10-12 | Set default location for a function if it is not set. | Devang Patel |
| 2009-10-06 | Set default location for the function if it is not already set. | Devang Patel |
| 2009-09-29 | Remove unnecessary cast. | Devang Patel |
| 2009-09-28 | s/class Metadata/class MetadataContext/g | Devang Patel |
| 2009-09-28 | Do not use global typedef for MDKindID. | Devang Patel |
| 2009-09-20 | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar |
| 2009-09-19 | Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b... | Evan Cheng |
| 2009-09-18 | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng |
| 2009-09-18 | Revert r82214. It broke 403.gcc on x86_64 / Darwin. | Evan Cheng |
| 2009-09-18 | Fix a bug in sdisel switch lowering code. When it updates the phi nodes in sw... | Evan Cheng |
| 2009-09-16 | Fix typo. | Devang Patel |
| 2009-09-16 | At iSel time, update DebugLoc based on debug info attached with an instruction. | Devang Patel |
| 2009-08-23 | eliminate uses of cerr() | Chris Lattner |
| 2009-08-23 | remove a few DOUTs here and there. | Chris Lattner |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |