summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Give FunctionLoweringInfo an MBB member, avoiding the need to pass itDan Gohman2010-07-07
* Simplify FastISel's constructor by giving it a FunctionLoweringInfoDan Gohman2010-07-07
* Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This willDan Gohman2010-07-07
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-07
* add some triple for minix, patch by Kees van Reeuwijk from PR7582Chris Lattner2010-07-07
* Move CallingConvLower.cpp out of the SelectionDAG directory.Dan Gohman2010-07-07
* Fix more places assuming subregisters have live intervalsJakob Stoklund Olesen2010-07-07
* Add a getFirstNonPHI utility function.Dan Gohman2010-07-07
* Minore code simplification.Dan Gohman2010-07-07
* Remove interprocedural-basic-aa and associated code. The AliasAnalysisDan Gohman2010-07-07
* conditionalize by CallInst::ArgOffsetGabor Greif2010-07-07
* Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"Duncan Sands2010-07-07
* Add AVX SSE4.2 instructionsBruno Cardoso Lopes2010-07-07
* Use only one multiclass to pinsrq instructionsBruno Cardoso Lopes2010-07-07
* Now that almost all SSE4.1 AVX instructions are added, move code around to mo...Bruno Cardoso Lopes2010-07-07
* Add AVX SSE4.1 insertps, ptest and movntdqa instructionsBruno Cardoso Lopes2010-07-07
* Add AVX SSE4.1 extractps and pinsr instructionsBruno Cardoso Lopes2010-07-07
* Revert "Remove references to INSERT_SUBREG after de-SSA" r107725.Jakob Stoklund Olesen2010-07-07
* Also use REG_SEQUENCE for VTBX instructions.Bob Wilson2010-07-07
* Mark eh.sjlj.set/longjmp custom lowerings as Darwin-only since that's whereJim Grosbach2010-07-07
* Add AVX SSE4.1 Extract Integer instructionsBruno Cardoso Lopes2010-07-07
* By default, the eh.sjlj.setjmp/longjmp intrinsics should just do nothing ratherJim Grosbach2010-07-06
* Remove references to INSERT_SUBREG after de-SSAJakob Stoklund Olesen2010-07-06
* Use REG_SEQUENCE nodes to make the table registers for VTBL instructions beBob Wilson2010-07-06
* Accept RIP-relative symbols with 'i' constraint, andDale Johannesen2010-07-06
* Convert INSERT_SUBREG to COPY in TwoAddressInstructionPass.Jakob Stoklund Olesen2010-07-06
* Track defs for all aliases in NEONMoveFix.Jakob Stoklund Olesen2010-07-06
* Add the rest of AVX SSE4.1 packed move with sign/zero extend instructionsBruno Cardoso Lopes2010-07-06
* Add part of AVX SSE4.1 packed move with sign/zero extend instructionsBruno Cardoso Lopes2010-07-06
* Fix comment from previous patchBruno Cardoso Lopes2010-07-06
* Add AVX vblendvpd, vblendvps and vpblendvb instructionsBruno Cardoso Lopes2010-07-06
* CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.Dan Gohman2010-07-06
* Propagate debug loc.Devang Patel2010-07-06
* Represent NEON load/store alignments in bytes, not bits.Bob Wilson2010-07-06
* One more case assuming that subregs have live ranges.Jakob Stoklund Olesen2010-07-06
* Fix buildbot breakage where a def is missing.Jakob Stoklund Olesen2010-07-06
* Add fixme.Devang Patel2010-07-06
* Be more forgiving when calculating alias interference for physreg coalescing.Jakob Stoklund Olesen2010-07-06
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-06
* Fix to 80-col.Eric Christopher2010-07-06
* Fix PR7545 crash.Devang Patel2010-07-06
* Don't create neon moves in CopyRegToReg. NEONMoveFixPass will do the conversionRafael Espindola2010-07-06
* tighten up this code.Chris Lattner2010-07-06
* Revert r107655.Dan Gohman2010-07-06
* Add versions of OutputArgReg, AnalyzeReturn, and AnalyzeCallOperandsDan Gohman2010-07-06
* Make getMinimalPhysRegClass' comment mention what makes it differentDan Gohman2010-07-06
* Fix a major regression on COFF targets introduced by r103267: 'discardable' s...Anton Korobeynikov2010-07-06
* Add some more TODO comments.Dan Gohman2010-07-06
* Add a comment.Dan Gohman2010-07-06
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-06