aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* switch SDTBinaryArithWithFlags to be a multiple-result node as well.Chris Lattner2010-03-241-4/+4
* Switch SDTUnaryArithWithFlags to being modeled as a two-resultChris Lattner2010-03-241-2/+4
* add plumbing for handling multiple result nodes Chris Lattner2010-03-248-27/+36
* Fix coding style.Dan Gohman2010-03-241-16/+17
* Generalize findNearestCommonDominator to work on post-dominators,Dan Gohman2010-03-241-6/+7
* remove 64-bit or_is_add parallels.Chris Lattner2010-03-241-6/+3
* remove useless or_is_add parallel's.Chris Lattner2010-03-241-12/+6
* reduce nesting.Chris Lattner2010-03-241-9/+8
* implement SDTCisVTSmallerThanOp with EnforceSmallerThanChris Lattner2010-03-241-10/+3
* try being more permissive for if-conversion on ARM V7. see what the nightlyJim Grosbach2010-03-241-0/+9
* bring sanity to EnforceVectorEltTypeChris Lattner2010-03-242-27/+31
* Cleanup getImplicitTypeChris Lattner2010-03-231-9/+24
* Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ...Jakob Stoklund Olesen2010-03-237-574/+0
* MC: Sprinkle in some more interesting statistics.Daniel Dunbar2010-03-232-1/+28
* llvm-mc: Support -filetype=null, for timing purposes.Daniel Dunbar2010-03-231-0/+5
* llvm-mc: Fast path EvaluateAbsolute of constants.Daniel Dunbar2010-03-231-0/+6
* reject void in intrinsic type lists.Chris Lattner2010-03-231-7/+12
* [llvm_void_ty] is no longer needed for result types, Chris Lattner2010-03-236-81/+81
* Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...Jakob Stoklund Olesen2010-03-237-0/+574
* Renamed NVdImmFrm to N1RegModImmFrm.Johnny Chen2010-03-231-2/+2
* Remove if DISABLED not if not DISABLED...Bill Wendling2010-03-231-1/+1
* add some accessors to callsite/callinst/invokeinst to checkChris Lattner2010-03-235-3/+52
* Revert 99335. getTypeToExpandTo's iterative behavior is actuallyDan Gohman2010-03-232-3/+23
* Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it forBill Wendling2010-03-232-2/+8
* Remove getTypeToExpandTo, since it isn't adding much valueDan Gohman2010-03-232-23/+3
* make sure to delete the llvm module before calling llvm_shutdown,Chris Lattner2010-03-231-23/+25
* Don't back past debug info intrinsics; SCEVExpander's strategyDan Gohman2010-03-231-12/+1
* fix an infinite loop in Module::getEndianness, PR6684Chris Lattner2010-03-231-1/+1
* Fix typo in the comment for N3VX class.Johnny Chen2010-03-231-1/+1
* Add comment.Johnny Chen2010-03-231-0/+1
* Add New NEON Format NVdVmVCVTFrm.Johnny Chen2010-03-232-9/+25
* Skip debugging intrinsics when sinking unused invariants.Bill Wendling2010-03-231-10/+24
* Add New NEON Format NVdVmImmFrm.Johnny Chen2010-03-231-11/+13
* Ignore dbg_value's.Evan Cheng2010-03-231-5/+7
* Teach isSafeToClobberEFLAGS to ignore dbg_value's. We need a MachineBasicBloc...Evan Cheng2010-03-231-3/+13
* Code clean up.Evan Cheng2010-03-231-6/+6
* Fix VLDMQ and VSTMQ instructions to use the correct encoding and address modes.Bob Wilson2010-03-234-30/+59
* Test case for llvm-gcc r99305. Radar 7659636.Stuart Hastings2010-03-231-0/+134
* Fix bad indentation, 80-column violations, and trailing whitespace.Bob Wilson2010-03-231-52/+60
* Add New NEON Format NVdImmFrm.Johnny Chen2010-03-231-7/+8
* Add comment.Evan Cheng2010-03-231-0/+3
* Forgot this.Evan Cheng2010-03-231-0/+3
* Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op...Evan Cheng2010-03-233-26/+72
* add assert in argpromotion, which cannot triggerGabor Greif2010-03-232-6/+7
* word-oGabor Greif2010-03-231-1/+1
* Rename some instructions to match the corresponding NEON opcode.Bob Wilson2010-03-232-6/+6
* Change VST1 instructions for loading Q register values to operate on pairsBob Wilson2010-03-234-46/+59
* Fix an incorrect logic causing instcombine to miss some _chk -> non-chk trans...Evan Cheng2010-03-232-2/+15
* Change VLD1 instructions for loading Q register values to operate on pairsBob Wilson2010-03-234-45/+64
* MC: Switch to using MCInst fragments to do relaxation.Daniel Dunbar2010-03-232-78/+78