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