| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Fix a number of clang -Wsign-compare warnings that didn't have an obvious | John McCall | 2010-04-06 | 1 | -1/+1 | 
| *  | unthread MMI from FastISel | Chris Lattner | 2010-04-05 | 1 | -4/+2 | 
| *  | fastisel doesn't need DwarfWriter, remove some tendricles. | Chris Lattner | 2010-04-05 | 1 | -4/+2 | 
| *  | Make isInt?? and isUint?? template specializations of the generic versions. This | Benjamin Kramer | 2010-03-29 | 1 | -2/+2 | 
| *  | Couple of changes that Dan mentioned for llvm.stackprotector fast-isel. | Eric Christopher | 2010-03-18 | 1 | -2/+2 | 
| *  | Make fast-isel understand llvm.stackprotector. | Eric Christopher | 2010-03-18 | 1 | -0/+15 | 
| *  | Have fast-isel understand llvm.objectsize.  Update testcase for slightly | Eric Christopher | 2010-03-11 | 1 | -0/+24 | 
| *  | add support, testcases, and dox for the new GHC calling | Chris Lattner | 2010-03-11 | 1 | -1/+5 | 
| *  | not committing what you test = bad. | Chris Lattner | 2010-03-04 | 1 | -1/+2 | 
| *  | make gep matching in fastisel match the base of the gep as a | Chris Lattner | 2010-03-04 | 1 | -1/+8 | 
| *  | Move dbg_value generation to target-independent FastISel, | Dale Johannesen | 2010-02-26 | 1 | -29/+0 | 
| *  | Generate DBG_VALUE from dbg.value intrinsics.  These currently | Dale Johannesen | 2010-02-18 | 1 | -0/+31 | 
| *  | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -6/+6 | 
| *  | refactor the conditional jump instructions in the .td file to | Chris Lattner | 2010-02-11 | 1 | -26/+27 | 
| *  | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -2/+2 | 
| *  | Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect | Dan Gohman | 2010-02-08 | 1 | -1/+1 | 
| *  | Add assertion to humor the paranoid. | Dale Johannesen | 2010-01-29 | 1 | -0/+1 | 
| *  | Restore to pre-94570 state. | Evan Cheng | 2010-01-27 | 1 | -0/+6 | 
| *  | Ignore 'forced' tailcall opt in fastisel mode. | Evan Cheng | 2010-01-26 | 1 | -5/+0 | 
| *  | Code refactoring, no functionality change. | Evan Cheng | 2010-01-26 | 1 | -2/+1 | 
| *  | Generate DEBUG_VALUE comments on x86.  The (limited) | Dale Johannesen | 2010-01-26 | 1 | -0/+10 | 
| *  | Revert 93811 per request. | Dale Johannesen | 2010-01-19 | 1 | -10/+0 | 
| *  | Enable code to emit dbg.declare as DEBUG_VALUE | Dale Johannesen | 2010-01-18 | 1 | -0/+10 | 
| *  | Have FastISel handle llvm.trap(). | Eric Christopher | 2010-01-18 | 1 | -0/+4 | 
| *  | Revert commit 93204, since it causes the assembler to barf | Duncan Sands | 2010-01-12 | 1 | -42/+0 | 
| *  | Add manual ISD::OR fastisel selection routines. TableGen is no longer autogen... | Evan Cheng | 2010-01-11 | 1 | -0/+42 | 
| *  | Reword this comment to reference a more fundamental issue. | Dan Gohman | 2010-01-11 | 1 | -2/+2 | 
| *  | After further thought revert the patch to make fast-isel avoid | Eric Christopher | 2010-01-08 | 1 | -6/+0 | 
| *  | Remove extraneous include. | Eric Christopher | 2010-01-08 | 1 | -1/+0 | 
| *  | If the data requires a relocation then don't attempt to | Eric Christopher | 2010-01-07 | 1 | -0/+7 | 
| *  | Convert a ton of simple integer type equality tests to the new predicate. | Benjamin Kramer | 2010-01-05 | 1 | -6/+6 | 
| *  | Add a bool flag to StackObjects telling whether they reference spill | David Greene | 2009-11-12 | 1 | -1/+1 | 
| *  | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner | 2009-10-05 | 1 | -5/+5 | 
| *  | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 1 | -3/+4 | 
| *  | X86FastISel support for loading and storing values of type i1. | Dan Gohman | 2009-08-27 | 1 | -3/+15 | 
| *  | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -13/+14 | 
| *  | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -72/+72 | 
| *  | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -100/+100 | 
| *  | Teach X86FastISel how to handle CCValAssign::BCvt, which is used for | Dan Gohman | 2009-08-05 | 1 | -0/+8 | 
| *  | Move a few more APIs back to 2.5 forms.  The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -2/+2 | 
| *  | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -2/+2 | 
| *  | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -1/+1 | 
| *  | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -2/+2 | 
| *  | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -1/+2 | 
| *  | code model is never set to default. | Chris Lattner | 2009-07-10 | 1 | -4/+2 | 
| *  | remove the now-dead TM argument to these methods. | Chris Lattner | 2009-07-10 | 1 | -2/+2 | 
| *  | add a couple of predicates to test for "stub style pic in PIC mode" and "stub... | Chris Lattner | 2009-07-10 | 1 | -5/+3 | 
| *  | simplify fast isel by using ClassifyGlobalReference. This | Chris Lattner | 2009-07-10 | 1 | -38/+14 | 
| *  | GVRequiresExtraLoad is now never used for calls, simplify it based on this. | Chris Lattner | 2009-07-10 | 1 | -1/+1 | 
| *  | actually, just eliminate PCRelGVRequiresExtraLoad.  It makes the code | Chris Lattner | 2009-07-10 | 1 | -2/+1 |