aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* fix test on non-x86 hosts.Chris Lattner2010-07-051-1/+1
* 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-042-28/+17
* fix PR7518 - terrible codegen of <2 x float>, by only markingChris Lattner2010-07-042-6/+32
* indentationChris Lattner2010-07-041-2/+3
* Infer alignments of fixed frame objects when they are constructed. This ensur...Evan Cheng2010-07-042-18/+7
* indmemrem and lowerallocs are gone.Chris Lattner2010-07-041-35/+0
* Revert r107583. I no longer think that this is the way to solve the problem.Bill Wendling2010-07-041-2/+2
* Mark sse_load_f32 and sse_load_f64 as having memory operandsBill Wendling2010-07-041-2/+2
* back out r107580, I have seen what I wantedGabor Greif2010-07-041-21/+1
* Proper indentation.Bill Wendling2010-07-041-1/+1
* [another test commit, just to tickle the selfhost buildbots; I'll back out in...Gabor Greif2010-07-041-1/+21
* Minor amendment to switch-lowering improvement.Eli Friedman2010-07-031-2/+10
* Note switch-lowering inefficiency.Eli Friedman2010-07-031-0/+36
* Add AVX SSE4.1 blend, mpsadbw and vdpBruno Cardoso Lopes2010-07-033-0/+132
* Add AVX SSE4.1 binop (some forms of packed max,min,mul,pack,cmp) instructionsBruno Cardoso Lopes2010-07-033-0/+202
* Fix typo.Eric Christopher2010-07-031-1/+1
* Add AVX SSE4.1 Horizontal Minimum and Position instructionBruno Cardoso Lopes2010-07-033-0/+19
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-0319-74/+58
* Add AVX SSE4.1 round instructionsBruno Cardoso Lopes2010-07-033-0/+140
* Detect and handle COPY in many places.Jakob Stoklund Olesen2010-07-0310-40/+73
* Document that BasicAA respects noalias, while InterproceduralBasicAADan Gohman2010-07-022-4/+8
* Describe which dependencies are relevant to noalias, and document howDan Gohman2010-07-022-1/+11
* Simple refactoring of SSE4.1 instructions, making room for the AVX formsBruno Cardoso Lopes2010-07-021-151/+117
* Add some html anchors, to allow attributes to be linked to directly.Dan Gohman2010-07-021-5/+6
* 80-col fixup.Eric Christopher2010-07-021-1/+2
* Add a new target independent COPY instruction and code to lower it.Jakob Stoklund Olesen2010-07-025-3/+66
* - Add support for the rest of AVX SSE3 instructionsBruno Cardoso Lopes2010-07-024-19/+345
* Clean up TargetOpcodes.h a bit, and limit the number of places where the fullJakob Stoklund Olesen2010-07-024-110/+48
* Custom inserters (e.g., conditional moves in Thumb1 can introduceJim Grosbach2010-07-021-1/+14
* MDString is already checked earlier.Devang Patel2010-07-021-1/+1
* Remove early IT block formation. It's not used.Evan Cheng2010-07-023-213/+6
* - Two-address pass should not assume unfolding is always successful.Evan Cheng2010-07-023-12/+126
* Remove an unused enum.Dan Gohman2010-07-021-21/+0
* Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen2010-07-0212-17/+60
* Remove invalid assertJakob Stoklund Olesen2010-07-021-1/+0