| Age | Commit message (Expand) | Author |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
| 2009-07-09 | As Chris pointed out, we don't actually need to pass the context around here. | Owen Anderson |
| 2009-07-09 | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson |
| 2009-07-08 | Use common code for both ARM and Thumb-2 instruction and register info. | David Goodwin |
| 2009-05-23 | Add a new step to legalization to legalize vector math operations. This | Eli Friedman |
| 2009-05-19 | Remove the #ifndef NDEBUG from the FastISel debugging options. This | Dan Gohman |
| 2009-05-08 | Factor out cycle-finder code and make it generic. | Anton Korobeynikov |
| 2009-04-29 | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling |
| 2009-04-29 | Second attempt: | Bill Wendling |
| 2009-04-28 | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling |
| 2009-04-28 | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling |
| 2009-04-23 | Factor out a bit of code that appears in several places into a | Dan Gohman |
| 2009-04-16 | In -fast mode do what FastISel does. | Devang Patel |
| 2009-04-16 | If FastISel is run and it has known DebugLoc then use it. | Devang Patel |
| 2009-03-27 | Fix what surely must be a copy+pasto. | Dan Gohman |
| 2009-03-20 | For inline asm output operand that matches an input. Encode the input operand... | Evan Cheng |
| 2009-03-12 | Enable Chris' value propagation change. It make available known sign, zero, o... | Evan Cheng |
| 2009-02-24 | - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit | Bill Wendling |
| 2009-02-19 | Generate these labels when we're in "fast" mode, not simply when we're no in | Bill Wendling |
| 2009-02-11 | When scheduling a block in parts, keep track of the overall | Dan Gohman |
| 2009-02-07 | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen |
| 2009-02-07 | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman |
| 2009-02-06 | Rename SelectionDAGISel::Schedule to | Dan Gohman |
| 2009-02-06 | Move ScheduleDAGSDNodes.h to be a private header. Front-ends | Dan Gohman |
| 2009-02-04 | Fill in more omissions in DebugLog propagation. | Dale Johannesen |
| 2009-02-03 | First initialize DAG otherwise dwarf writer is used uninitialized. | Devang Patel |
| 2009-02-03 | Pass in something sensible for the debug location information when creating the | Bill Wendling |
| 2009-02-03 | Use SDL->getCurDebugLoc() instead of unknown loc for landing pads. | Bill Wendling |
| 2009-02-03 | Explicitly pass in the "unknown" debug location. This is probably not | Bill Wendling |
| 2009-01-28 | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands |
| 2009-01-20 | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng |
| 2009-01-16 | Instead of adding dependence edges between terminator instructions | Dan Gohman |
| 2009-01-15 | Generalize the HazardRecognizer interface so that it can be used | Dan Gohman |
| 2009-01-15 | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman |
| 2009-01-15 | More consts on TargetLowering references. | Dan Gohman |
| 2009-01-13 | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel |
| 2009-01-09 | Request DwarfWriter. This will be used to handle dbg_* intrinsics. | Devang Patel |
| 2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
| 2008-12-14 | Reapply r60997, this time without forgetting that | Duncan Sands |
| 2008-12-13 | Temporarily revert r60997. It was causing this failure: | Bill Wendling |
| 2008-12-13 | LegalizeDAG is not supposed to introduce illegal | Duncan Sands |
| 2008-11-24 | If the type legalizer actually legalized anything | Duncan Sands |
| 2008-11-20 | Remove the "fast" form of the list-burr scheduler, and use the | Dan Gohman |
| 2008-11-19 | Experimental post-pass scheduling support. Post-pass scheduling | Dan Gohman |
| 2008-11-12 | Move the code that inserts X87 FP_REG_KILL instructions from a | Dan Gohman |
| 2008-11-11 | Change the scheduler accessor methods to accept an explicit TargetMachine | Dan Gohman |
| 2008-10-28 | Take Chris' suggestion and define EnableFastISelVerbose and | Dan Gohman |
| 2008-10-28 | Protect the code for fast-isel debugging with #ifndef NDEBUG. | Dan Gohman |
| 2008-10-27 | Turn on LegalizeTypes, the new type legalization | Duncan Sands |