| Age | Commit message (Expand) | Author |
| 2009-11-30 | Fix last DOTGraphTraits problems in CompilationGraph. | Tobias Grosser |
| 2009-11-30 | Remove ShortNames from getNodeLabel in DOTGraphTraits | Tobias Grosser |
| 2009-11-30 | Instantiate DefaultDOTGraphTraits | Tobias Grosser |
| 2009-11-30 | Added support to allow clients to custom widen. For X86, custom widen vectors... | Mon P Wang |
| 2009-11-26 | Rename new TailDuplicationPass to avoid name conflict with the old one. | Bob Wilson |
| 2009-11-26 | When all defs of a vr are implicit_def, delete all of the defs. | Evan Cheng |
| 2009-11-26 | Split tail duplication into a separate pass. This is needed to avoid | Bob Wilson |
| 2009-11-25 | ProcessImplicitDefs should watch out for invalidated iterator and extra impli... | Evan Cheng |
| 2009-11-25 | Avoid some possibly unsafe uses of StringRef::data(). | Benjamin Kramer |
| 2009-11-25 | Use StringRef (again) in DebugInfo interface. | Devang Patel |
| 2009-11-24 | Refactor target hook for tail duplication as requested by Chris. | Bob Wilson |
| 2009-11-24 | Use StringRef instead of std::string in DIEString. | Devang Patel |
| 2009-11-24 | Remove DebugLabelFolder pass. It is not used by dwarf writer anymore. | Devang Patel |
| 2009-11-24 | Swith to pubtypes section before emitting pub types. | Devang Patel |
| 2009-11-24 | Emit pubtypes. | Devang Patel |
| 2009-11-24 | <rdar://problem/6721894>. Allow multiple registers to be renamed together (su... | David Goodwin |
| 2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
| 2009-11-23 | Simplify this code. | Dan Gohman |
| 2009-11-23 | Print the debug info line and column in MachineInstr::print even when there's | Dan Gohman |
| 2009-11-23 | Revert r89487. | Devang Patel |
| 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 RegsForValue to an anonymous namespace, since it is only used | Dan Gohman |
| 2009-11-23 | Move some more code out of SelectionDAGBuild.cpp and into | Dan Gohman |
| 2009-11-23 | Update CMake file. | Ted Kremenek |
| 2009-11-23 | Move the FunctionLoweringInfo class and some related utility functions out | Dan Gohman |
| 2009-11-23 | Pull LLVMContext out of PromoteMemToReg. | Nick Lewycky |
| 2009-11-22 | Add getFrameIndexReference() to TargetRegisterInfo, which allows targets to | Jim Grosbach |
| 2009-11-22 | 80-column cleanup | Jim Grosbach |
| 2009-11-22 | Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseB... | Jakob Stoklund Olesen |
| 2009-11-21 | remove trailing whitespace | Jim Grosbach |
| 2009-11-21 | Allow target to disable if-converting predicable instructions. e.g. NEON inst... | Evan Cheng |
| 2009-11-21 | Cosmetic changes, which were long overdue, in DwarfDebug.cpp. | Devang Patel |
| 2009-11-21 | We are not using DBG_STOPPOINT anymore. | Devang Patel |
| 2009-11-21 | Be more clever about calculating live variables through new basic blocks. | Jakob Stoklund Olesen |
| 2009-11-21 | Remove dead code. | Devang Patel |
| 2009-11-21 | When generating a vector the really slow way, via loads | Dale Johannesen |
| 2009-11-21 | There is no need to use FoldingSet to unique DIEs. | Devang Patel |
| 2009-11-20 | Restructure code to allow renaming of multiple-register groups for anti-dep b... | David Goodwin |
| 2009-11-20 | Enable hoisting load from constant memories. | Evan Cheng |
| 2009-11-20 | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman |
| 2009-11-20 | Do not hold on to a map slot while new entries may be inserted into the map. | Devang Patel |
| 2009-11-20 | Cleanups. | David Greene |
| 2009-11-20 | There is no need to emit source location info for DW_TAG_pointer_type. | Devang Patel |
| 2009-11-20 | Add option -licm-const-load to hoist all loads from constant memory. | Evan Cheng |
| 2009-11-20 | Remove some old experimental code that is no longer needed. Remove additional... | David Goodwin |
| 2009-11-20 | More consistent labelling of basic blocks in debug output | Jakob Stoklund Olesen |
| 2009-11-20 | Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048), | Duncan Sands |
| 2009-11-20 | Fix fast-isel to avoid selecting the return instruction if a | Dan Gohman |
| 2009-11-20 | Add an experimental option to run gep-splitting and no-load GVN | Dan Gohman |