Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / FastISel.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-03 Eric ChristopherRevert 165051-165049 while looking into the foreach...
2012-10-02 Eric ChristopherRemove the SavePoint infrastructure from fast isel...
2012-08-03 Bob WilsonTry to reduce the compile time impact of r161232.
2012-08-03 Bob WilsonFall back to selection DAG isel for calls to builtin...
2012-07-06 Chad RosierWhitespace.
2012-07-06 Chad Rosier[fast-isel] Tell fast-isel to do nothing with the new...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-01 Manman RenARM: properly handle alignment for struct byval.
2012-05-20 Jakob Stoklund OlesenProperly constrain register classes for sub-registers.
2012-05-11 Chad RosierRevert 156658.
2012-05-11 Chad Rosier[fast-isel] Fast-isel doesn't use the expect intrinsic.
2012-04-10 Eric ChristopherTo ensure that we have more accurate line information...
2012-03-30 Bill WendlingIf we have a VLA that has a "use" in a metadata node...
2012-03-22 Chad Rosier[fast-isel] Fold "urem x, pow2" -> "and x, pow2-1"...
2012-03-20 Eric ChristopherDo everything up to generating code to try to get a...
2012-03-20 Eric ChristopherUntabify.
2012-03-20 Eric ChristopherAdd another debugging statement here.
2012-03-20 Eric ChristopherUse lookUpRegForValue here instead of duplicating the...
2012-03-15 Eric ChristopherWe actually handle AllocaInst via getRegForValue below...
2012-03-15 Eric ChristopherAdd some debugging output into fast isel as well.
2012-02-22 Michael J. SpencerProperly emit _fltused with FastISel. Refactor to share...
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-02-17 Eric ChristopherIgnore the lifetime intrinsics in fast-isel.
2012-02-04 Chad Rosier[fast-isel] HandlePHINodesInSuccessorBlocks() can promi...
2012-01-31 Bill WendlingRemove the now-dead llvm.eh.exception and llvm.eh.selec...
2011-12-13 Chad Rosier[fast-isel] Remove SelectInsertValue() as fast-isel...
2011-12-10 Chad Rosier[fast-isel] SelectInsertValue seems to be causing misco...
2011-12-10 Chad RosierTypo.
2011-12-09 Chad Rosier[fast-isel] Add support for selecting insertvalue.
2011-11-29 Chad RosierIf fast-isel fails, remove dead instructions generated...
2011-11-28 Chad Rosier80-column.
2011-11-17 Chad RosierWhen fast iseling a GEP, accumulate the offset rather...
2011-11-16 Chad RosierAdd fast-isel stats to determine who's doing all the...
2011-11-15 Chad RosierGEPs with all zero indices are trivially coalesced...
2011-10-12 Dan GohmanFix a thinko that Nick noticed. The previous code actua...
2011-09-08 Devang PatelDirectly point debug info to the stack slot of the...
2011-08-18 Ivan KrasinFastISel: avoid function calls between the materializat...
2011-07-19 Devang PatelRevert r135423.
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Devang PatelDuring bottom up fast-isel, instructions emitted to...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-13 Jay FoadConvert InsertValueInst and ExtractValueInst APIs to...
2011-06-29 Devang PatelRevert r133953 for now.
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-27 Devang PatelDuring bottom up fast-isel, instructions emitted to...
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-06 Eli FriedmanPR10077: fix fast-isel of extractvalue of aggregate...
2011-05-25 Eli FriedmanRewrite fast-isel integer cast handling to handle more...
2011-05-16 Eli FriedmanMake fast-isel work correctly s/uadd.with.overflow...
2011-05-16 Eli FriedmanFix silly typo.
2011-05-16 Eli FriedmanBasic fast-isel of extractvalue. Not too helpful on...
2011-05-14 Eli FriedmanFix a FIXME by moving the fast-isel implementation...
2011-05-05 Owen AndersonAllow FastISel of three-register-operand instructions.
2011-04-29 Eli FriedmanMake FastEmit_ri_ try a bit harder to succeed for suppo...
2011-04-28 Eli FriedmanFix a silly mistake in r130338.
2011-04-27 Eli FriedmanMake the fast-isel code for literal 0.0 a bit shorter...
2011-04-27 Eli FriedmanRemove unused function.
2011-04-26 Dan GohmanFast-isel support for simple inline asms.
2011-04-22 Owen AndersonTeach FastISel to deal with instructions that have...
2011-04-19 Chris LattnerImplement support for x86 fastisel of small fixed-sized...
2011-04-18 Chris Lattnerwhile we're at it, handle 'sdiv exact' of a power of...
2011-04-18 Chris Lattnerfix rdar://9297011 - udiv by power of two causing fast...
2011-04-17 Chris Lattner1. merge fast-isel-shift-imm.ll into fast-isel-x86...
2011-04-17 Chris Lattnerfix rdar://9289583 - fast isel should handle non-canoni...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-03-11 Owen AndersonTeach FastISel to support register-immediate-immediate...
2010-12-06 Devang PatelIf dbg_declare() or dbg_value() is not lowered by isel...
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-09-14 Devang PatelUse frame index, if available for byval argument while...
2010-09-10 Devang PatelAdd DEBUG message.
2010-08-17 Eric ChristopherFix typo.
2010-07-22 Gabor Greifmass elimination of reliance on automatic iterator...
2010-07-19 Dan GohmanAfter a custom inserter, in a block which has constant...
2010-07-16 Dan GohmanRevert r108369, sorting llvm.dbg.declare information...
2010-07-14 Dan GohmanProperly restore DebugLoc after leaving the local const...
2010-07-14 Dan GohmanDelete fast-isel's trivial load optimization; it breaks...
2010-07-14 Dan GohmanDon't propagate debug locations to instructions for...
2010-07-11 Jakob Stoklund OlesenUse COPY for fast-isel bitconvert, but don't create...
2010-07-11 Jakob Stoklund OlesenUse COPY for extracting ImplicitDef'ed values from...
2010-07-11 Jakob Stoklund OlesenUse COPY in FastISel everywhere it is safe and trivial.
2010-07-10 Dan GohmanReapply bottom-up fast-isel, with several fixes for...
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Dan GohmanRe-apply bottom-up fast-isel, with fixes. Be very caref...
2010-07-08 Jakob Stoklund OlesenConvert EXTRACT_SUBREG to COPY when emitting machine...
2010-07-08 Dan GohmanRevert 107840 107839 107813 107804 107800 107797 107791.
2010-07-07 Dan GohmanDon't forward-declare registers for static allocas...
2010-07-07 Dan GohmanImplement bottom-up fast-isel. This has the advantage...
2010-07-07 Dan GohmanGive FunctionLoweringInfo an MBB member, avoiding the...
2010-07-07 Dan GohmanSimplify FastISel's constructor by giving it a Function...
2010-07-07 Dan GohmanMove FunctionLoweringInfo.h out into include/llvm/CodeG...
2010-07-02 Dan GohmanRename CreateReg to CreateRegs, and MakeReg to CreateReg.
2010-07-01 Dan GohmanRename CreateRegForValue to CreateReg, and change its...
2010-07-01 Dan GohmanTeach fast-isel to avoid loading a value from memory...
2010-07-01 Dan GohmanEnable on-demand fast-isel.
2010-06-21 Dan GohmanDo one lookup instead of two.
next