aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"Duncan Sands2010-07-071-1/+1
* Add AVX SSE4.2 instructionsBruno Cardoso Lopes2010-07-071-114/+179
* Use only one multiclass to pinsrq instructionsBruno Cardoso Lopes2010-07-072-38/+20
* Now that almost all SSE4.1 AVX instructions are added, move code around to mo...Bruno Cardoso Lopes2010-07-072-361/+374
* Add AVX SSE4.1 insertps, ptest and movntdqa instructionsBruno Cardoso Lopes2010-07-071-18/+39
* Add AVX SSE4.1 extractps and pinsr instructionsBruno Cardoso Lopes2010-07-071-35/+67
* Revert "Remove references to INSERT_SUBREG after de-SSA" r107725.Jakob Stoklund Olesen2010-07-077-9/+136
* Also use REG_SEQUENCE for VTBX instructions.Bob Wilson2010-07-072-24/+30
* Mark eh.sjlj.set/longjmp custom lowerings as Darwin-only since that's whereJim Grosbach2010-07-071-2/+4
* Add AVX SSE4.1 Extract Integer instructionsBruno Cardoso Lopes2010-07-071-0/+11
* By default, the eh.sjlj.setjmp/longjmp intrinsics should just do nothing ratherJim Grosbach2010-07-062-2/+9
* Remove references to INSERT_SUBREG after de-SSAJakob Stoklund Olesen2010-07-067-136/+9
* Use REG_SEQUENCE nodes to make the table registers for VTBL instructions beBob Wilson2010-07-062-10/+61
* Accept RIP-relative symbols with 'i' constraint, andDale Johannesen2010-07-062-2/+3
* Convert INSERT_SUBREG to COPY in TwoAddressInstructionPass.Jakob Stoklund Olesen2010-07-063-2/+35
* Track defs for all aliases in NEONMoveFix.Jakob Stoklund Olesen2010-07-061-2/+2
* Add the rest of AVX SSE4.1 packed move with sign/zero extend instructionsBruno Cardoso Lopes2010-07-061-0/+17
* Add part of AVX SSE4.1 packed move with sign/zero extend instructionsBruno Cardoso Lopes2010-07-061-0/+15
* Fix comment from previous patchBruno Cardoso Lopes2010-07-061-1/+1
* Add AVX vblendvpd, vblendvps and vpblendvb instructionsBruno Cardoso Lopes2010-07-064-10/+61
* CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.Dan Gohman2010-07-066-11/+11
* Propagate debug loc.Devang Patel2010-07-0619-50/+60
* Represent NEON load/store alignments in bytes, not bits.Bob Wilson2010-07-063-7/+13
* One more case assuming that subregs have live ranges.Jakob Stoklund Olesen2010-07-061-2/+2
* Fix buildbot breakage where a def is missing.Jakob Stoklund Olesen2010-07-061-0/+2
* Add fixme.Devang Patel2010-07-061-0/+1
* Be more forgiving when calculating alias interference for physreg coalescing.Jakob Stoklund Olesen2010-07-063-105/+59
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-0614-212/+275
* Fix to 80-col.Eric Christopher2010-07-061-21/+21
* Fix PR7545 crash.Devang Patel2010-07-061-3/+3
* Don't create neon moves in CopyRegToReg. NEONMoveFixPass will do the conversionRafael Espindola2010-07-061-4/+6
* tighten up this code.Chris Lattner2010-07-061-12/+7
* Revert r107655.Dan Gohman2010-07-0613-269/+209
* Add versions of OutputArgReg, AnalyzeReturn, and AnalyzeCallOperandsDan Gohman2010-07-061-0/+35
* Make getMinimalPhysRegClass' comment mention what makes it differentDan Gohman2010-07-061-1/+2
* Fix a major regression on COFF targets introduced by r103267: 'discardable' s...Anton Korobeynikov2010-07-061-1/+1
* Add some more TODO comments.Dan Gohman2010-07-061-0/+6
* Add a comment.Dan Gohman2010-07-061-1/+2
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-0613-209/+269
* Fix up -fstack-protector on linux to use the segmentEric Christopher2010-07-063-2/+42
* Detabify this file.Nick Lewycky2010-07-061-7/+7
* Have the X86 backend use Triple instead of a string and some enums.Eric Christopher2010-07-053-64/+38
* Remove some unused/redundant code.Kalle Raiskila2010-07-052-20/+0
* more tidying.Chris Lattner2010-07-052-10/+5
* some notes about suboptimal insertps'sChris Lattner2010-07-051-0/+31
* random tidyingChris Lattner2010-07-052-41/+43
* rip out even more sporadic v2f32 support.Chris Lattner2010-07-053-19/+1
* rip out the various v2f32 "mmx" handling logic, now that Chris Lattner2010-07-051-6/+6
* Print symbolic subreg indices on REG_SEQUENCE and INSERT_SUBREG.Jakob Stoklund Olesen2010-07-041-0/+2
* Just rip v2f32 support completely out of the X86 backend. InChris Lattner2010-07-041-23/+4