Age | Commit message (Expand) | Author |
2010-04-22 | Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel | Dan Gohman |
2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
2010-04-16 | reapply r101434 | Gabor Greif |
2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
2010-04-14 | Factor out EH landing pad code into a separate function, and constify | Dan Gohman |
2010-04-06 | Fix a number of clang -Wsign-compare warnings that didn't have an obvious | John McCall |
2010-04-05 | unthread MMI from FastISel | Chris Lattner |
2010-04-05 | fastisel doesn't need DwarfWriter, remove some tendricles. | Chris Lattner |
2010-03-29 | Make isInt?? and isUint?? template specializations of the generic versions. This | Benjamin Kramer |
2010-03-18 | Couple of changes that Dan mentioned for llvm.stackprotector fast-isel. | Eric Christopher |
2010-03-18 | Make fast-isel understand llvm.stackprotector. | Eric Christopher |
2010-03-11 | Have fast-isel understand llvm.objectsize. Update testcase for slightly | Eric Christopher |
2010-03-11 | add support, testcases, and dox for the new GHC calling | Chris Lattner |
2010-03-04 | not committing what you test = bad. | Chris Lattner |
2010-03-04 | make gep matching in fastisel match the base of the gep as a | Chris Lattner |
2010-02-26 | Move dbg_value generation to target-independent FastISel, | Dale Johannesen |
2010-02-18 | Generate DBG_VALUE from dbg.value intrinsics. These currently | Dale Johannesen |
2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
2010-02-11 | refactor the conditional jump instructions in the .td file to | Chris Lattner |
2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
2010-02-08 | Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect | Dan Gohman |
2010-01-29 | Add assertion to humor the paranoid. | Dale Johannesen |
2010-01-27 | Restore to pre-94570 state. | Evan Cheng |
2010-01-26 | Ignore 'forced' tailcall opt in fastisel mode. | Evan Cheng |
2010-01-26 | Code refactoring, no functionality change. | Evan Cheng |
2010-01-26 | Generate DEBUG_VALUE comments on x86. The (limited) | Dale Johannesen |
2010-01-19 | Revert 93811 per request. | Dale Johannesen |
2010-01-18 | Enable code to emit dbg.declare as DEBUG_VALUE | Dale Johannesen |
2010-01-18 | Have FastISel handle llvm.trap(). | Eric Christopher |
2010-01-12 | Revert commit 93204, since it causes the assembler to barf | Duncan Sands |
2010-01-11 | Add manual ISD::OR fastisel selection routines. TableGen is no longer autogen... | Evan Cheng |
2010-01-11 | Reword this comment to reference a more fundamental issue. | Dan Gohman |
2010-01-08 | After further thought revert the patch to make fast-isel avoid | Eric Christopher |
2010-01-08 | Remove extraneous include. | Eric Christopher |
2010-01-07 | If the data requires a relocation then don't attempt to | Eric Christopher |
2010-01-05 | Convert a ton of simple integer type equality tests to the new predicate. | Benjamin Kramer |
2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene |
2009-10-05 | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner |
2009-09-02 | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel |
2009-08-27 | X86FastISel support for loading and storing values of type i1. | Dan Gohman |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-08-05 | Teach X86FastISel how to handle CCValAssign::BCvt, which is used for | Dan Gohman |
2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |