| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle | Manman Ren | 2012-08-24 | 1 | -4/+9 | 
| *  | Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. The | Richard Smith | 2012-08-22 | 1 | -1/+1 | 
| *  | Refactor and check "onlyReadsMemory" before optimizing builtins. | Bob Wilson | 2012-08-03 | 1 | -0/+1 | 
| *  | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer | 2012-06-02 | 1 | -1/+1 | 
| *  | Recommited reworked r156804: | Stepan Dyatkovskiy | 2012-05-18 | 1 | -11/+0 | 
| *  | SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation... | Stepan Dyatkovskiy | 2012-05-17 | 1 | -1/+1 | 
| *  | Inline implVisitAluOverflow by introducing a nested switch to convert the int... | Craig Topper | 2012-04-11 | 1 | -2/+0 | 
| *  | [unwind removal] Remove all of the code for the dead 'unwind' instruction. There | Bill Wendling | 2012-02-06 | 1 | -2/+0 | 
| *  | SwitchInst refactoring. | Stepan Dyatkovskiy | 2012-02-01 | 1 | -3/+3 | 
| *  | Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo. | Jakub Staszak | 2011-12-20 | 1 | -1/+2 | 
| *  | Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can... | Owen Anderson | 2011-12-08 | 1 | -1/+4 | 
| *  | Remove the old atomic instrinsics.  autoupgrade functionality is included wit... | Eli Friedman | 2011-10-06 | 1 | -1/+0 | 
| *  | Modify the mapping from landing pad to call sites to accept more than one call | Bill Wendling | 2011-10-05 | 1 | -2/+2 | 
| *  | Create a mapping between the landing pad basic block and the call site index ... | Bill Wendling | 2011-10-04 | 1 | -0/+3 | 
| *  | Basic x86 code generation for atomic load and store instructions. | Eli Friedman | 2011-08-24 | 1 | -1/+3 | 
| *  | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -0/+1 | 
| *  | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 2011-07-31 | 1 | -0/+1 | 
| *  | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -2/+0 | 
| *  | Do not lose branch weights when lowering SwitchInst. | Jakub Staszak | 2011-07-29 | 1 | -6/+20 | 
| *  | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman | 2011-07-28 | 1 | -0/+2 | 
| *  | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -0/+2 | 
| *  | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman | 2011-07-25 | 1 | -0/+1 | 
| *  | Emit a more efficient magic number multiplication for exact sdivs. | Benjamin Kramer | 2011-07-08 | 1 | -1/+1 | 
| *  | Introduce MachineBranchProbabilityInfo class, which has similar API to | Jakub Staszak | 2011-06-16 | 1 | -0/+3 | 
| *  | Preserve debug info during iSel by keeping DanglingDebugInfoMap live until en... | Devang Patel | 2011-05-23 | 1 | -0/+8 | 
| *  | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 1 | -1/+0 | 
| *  | Turn SelectionDAGBuilder::GetRegistersForValue into a local function. | Benjamin Kramer | 2011-03-26 | 1 | -5/+0 | 
| *  | Revert r124611 - "Keep track of incoming argument's location while emitting L... | Devang Patel | 2011-02-21 | 1 | -1/+1 | 
| *  | Keep track of incoming argument's location while emitting LiveIns. | Devang Patel | 2011-01-31 | 1 | -1/+1 | 
| *  | Avoid zero extend bit test operands to pointer type if all the masks fit in | Evan Cheng | 2011-01-06 | 1 | -3/+5 | 
| *  | When isel is emitting instructions for an x86 target without CMOV, the CFG is | Jakob Stoklund Olesen | 2010-09-30 | 1 | -0/+4 | 
| *  | Offset is not always unsigned number. | Devang Patel | 2010-08-31 | 1 | -1/+1 | 
| *  | Trim a #include. | Dan Gohman | 2010-08-28 | 1 | -3/+0 | 
| *  | Revert r112213. It is not needed. | Devang Patel | 2010-08-26 | 1 | -4/+4 | 
| *  | Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also. | Devang Patel | 2010-08-26 | 1 | -4/+4 | 
| *  | Fix comment. | Devang Patel | 2010-08-25 | 1 | -4/+3 | 
| *  | Remove dead argument. | Devang Patel | 2010-08-25 | 1 | -2/+1 | 
| *  | The SelectionDAGBuilder's handling of debug info, on rare | Dale Johannesen | 2010-07-16 | 1 | -0/+22 | 
| *  | Revert. This isn't the correct way to go. | Bill Wendling | 2010-07-15 | 1 | -1/+1 | 
| *  | Handle code gen for the unreachable instruction if it's the only instruction in | Bill Wendling | 2010-07-15 | 1 | -1/+1 | 
| *  | Reapply r106422, splitting the code for materializing a value out of | Dan Gohman | 2010-07-01 | 1 | -0/+2 | 
| *  | Revert r106422, which is breaking the non-fast-isel path. | Dan Gohman | 2010-06-21 | 1 | -2/+0 | 
| *  | More changes for non-top-down fast-isel. | Dan Gohman | 2010-06-21 | 1 | -0/+2 | 
| *  | Keep track of incoming debug value of unused argument. | Devang Patel | 2010-06-01 | 1 | -0/+10 | 
| *  | Don't pass SDValues by non-const reference unless they may be | Dan Gohman | 2010-05-01 | 1 | -1/+1 | 
| *  | Delete the EdgeMapping variable itself. | Dan Gohman | 2010-05-01 | 1 | -4/+0 | 
| *  | Do not generate duplicate dbg_value instructions for function arguments. | Evan Cheng | 2010-04-29 | 1 | -1/+1 | 
| *  | Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc... | Evan Cheng | 2010-04-28 | 1 | -0/+10 | 
| *  | Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks down | Dan Gohman | 2010-04-22 | 1 | -2/+2 | 
| *  | Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel | Dan Gohman | 2010-04-22 | 1 | -0/+2 |