summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Fix up -fstack-protector on linux to use the segmentEric Christopher2010-07-06
* Detabify this file.Nick Lewycky2010-07-06
* Have the X86 backend use Triple instead of a string and some enums.Eric Christopher2010-07-05
* Remove some unused/redundant code.Kalle Raiskila2010-07-05
* more tidying.Chris Lattner2010-07-05
* some notes about suboptimal insertps'sChris Lattner2010-07-05
* random tidyingChris Lattner2010-07-05
* rip out even more sporadic v2f32 support.Chris Lattner2010-07-05
* rip out the various v2f32 "mmx" handling logic, now that Chris Lattner2010-07-05
* Print symbolic subreg indices on REG_SEQUENCE and INSERT_SUBREG.Jakob Stoklund Olesen2010-07-04
* Just rip v2f32 support completely out of the X86 backend. InChris Lattner2010-07-04
* fix PR7518 - terrible codegen of <2 x float>, by only markingChris Lattner2010-07-04
* indentationChris Lattner2010-07-04
* Infer alignments of fixed frame objects when they are constructed. This ensur...Evan Cheng2010-07-04
* Revert r107583. I no longer think that this is the way to solve the problem.Bill Wendling2010-07-04
* Mark sse_load_f32 and sse_load_f64 as having memory operandsBill Wendling2010-07-04
* Proper indentation.Bill Wendling2010-07-04
* Minor amendment to switch-lowering improvement.Eli Friedman2010-07-03
* Note switch-lowering inefficiency.Eli Friedman2010-07-03
* Add AVX SSE4.1 blend, mpsadbw and vdpBruno Cardoso Lopes2010-07-03
* Add AVX SSE4.1 binop (some forms of packed max,min,mul,pack,cmp) instructionsBruno Cardoso Lopes2010-07-03
* Fix typo.Eric Christopher2010-07-03
* Add AVX SSE4.1 Horizontal Minimum and Position instructionBruno Cardoso Lopes2010-07-03
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-03
* Add AVX SSE4.1 round instructionsBruno Cardoso Lopes2010-07-03
* Detect and handle COPY in many places.Jakob Stoklund Olesen2010-07-03
* Simple refactoring of SSE4.1 instructions, making room for the AVX formsBruno Cardoso Lopes2010-07-02
* 80-col fixup.Eric Christopher2010-07-02
* Add a new target independent COPY instruction and code to lower it.Jakob Stoklund Olesen2010-07-02
* - Add support for the rest of AVX SSE3 instructionsBruno Cardoso Lopes2010-07-02
* Custom inserters (e.g., conditional moves in Thumb1 can introduceJim Grosbach2010-07-02
* MDString is already checked earlier.Devang Patel2010-07-02
* Remove early IT block formation. It's not used.Evan Cheng2010-07-02
* - Two-address pass should not assume unfolding is always successful.Evan Cheng2010-07-02
* Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen2010-07-02
* Remove invalid assertJakob Stoklund Olesen2010-07-02
* Properly handle debug values during inline spilling.Jakob Stoklund Olesen2010-07-02
* beautify outputGabor Greif2010-07-02
* use ArgOperand APIGabor Greif2010-07-02
* Don't claim to preserve AliasAnalysis. First, this is doesn't actuallyDan Gohman2010-07-02
* Rematerialize as much as possible before inserting spills and reloads.Jakob Stoklund Olesen2010-07-02
* 80-column and trailing whitespace cleanup.Jim Grosbach2010-07-02
* grammar tweaksJim Grosbach2010-07-02