aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-063-2/+24
* 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-063-0/+112
* Make test not hang waiting for input.Dale Johannesen2010-07-061-1/+1
* Add part of AVX SSE4.1 packed move with sign/zero extend instructionsBruno Cardoso Lopes2010-07-063-0/+112
* Fix comment from previous patchBruno Cardoso Lopes2010-07-061-1/+1
* Add AVX vblendvpd, vblendvps and vpblendvb instructionsBruno Cardoso Lopes2010-07-066-10/+108
* CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.Dan Gohman2010-07-068-13/+12
* Propagate debug loc.Devang Patel2010-07-0621-54/+64
* 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
* Closing tags start with slashes.John McCall2010-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
* minor typoChris Lattner2010-07-061-1/+1
* Be more forgiving when calculating alias interference for physreg coalescing.Jakob Stoklund Olesen2010-07-065-116/+62
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-0615-212/+280
* Add X86_64 ELF relocation values and ELF64 relocation classes.Matt Fleming2010-07-061-0/+73
* Add some more ELF OSABI values as found in the System V ApplicationMatt Fleming2010-07-061-2/+21
* Fix to 80-col.Eric Christopher2010-07-061-21/+21
* Provide IRBuilder conveniences for creating integer constants at common widths,John McCall2010-07-061-6/+61
* Alphabetize the list of function parameters.Nick Lewycky2010-07-061-15/+15
* Fix PR7545 crash.Devang Patel2010-07-062-3/+32
* Provide an abstraction to save and restore the current insertion point ofJohn McCall2010-07-061-0/+42
* Don't create neon moves in CopyRegToReg. NEONMoveFixPass will do the conversionRafael Espindola2010-07-062-5/+7
* tighten up this code.Chris Lattner2010-07-061-12/+7
* Bring the list of passes and their descriptions up to date.Duncan Sands2010-07-061-162/+539
* Revert r107655.Dan Gohman2010-07-0614-274/+209
* second round of low-level interface squeeze-out:Gabor Greif2010-07-061-2/+24
* Add versions of OutputArgReg, AnalyzeReturn, and AnalyzeCallOperandsDan Gohman2010-07-063-0/+56
* Add a new CCValAssign LocInfo value, and a comment explaining what itDan Gohman2010-07-061-0/+3
* Make getMinimalPhysRegClass' comment mention what makes it differentDan Gohman2010-07-062-2/+4
* Note the relationship between C99 restrict and LLVM noalias, andDan Gohman2010-07-062-4/+15
* 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-0614-209/+274
* Remove mistakenly added test.Eric Christopher2010-07-061-25/+0
* Fix up -fstack-protector on linux to use the segmentEric Christopher2010-07-067-6/+107
* Detabify this file.Nick Lewycky2010-07-061-7/+7
* Add default value to setIsNoInline for parity with the other methods of itsNick Lewycky2010-07-061-15/+7
* Fix typo 'getter' where 'setter' was intended.Nick Lewycky2010-07-061-2/+2
* 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
* another v2f32 case, in this case showing poor codegen.Chris Lattner2010-07-051-1/+16