aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Clarify the definition of SequentiallyConsistent operations.Andrew Trick2011-08-121-7/+14
* Don't convert objc_autoreleaseReturnValue to objc_autorelease if the resultDan Gohman2011-08-122-6/+24
* A virtual destructor for the class with virtual methods!Nick Lewycky2011-08-121-1/+1
* Don't let arbitrary calls disrupt nested retain+release pairs ifDan Gohman2011-08-123-56/+1009
* Use an actual reverse-CFG reverse-postorder for the bottom-up traversal,Dan Gohman2011-08-121-16/+30
* Simplify the interference checking code a bit.Jakob Stoklund Olesen2011-08-122-112/+42
* Clean up formatting a bit.Jim Grosbach2011-08-111-56/+61
* ARM vector compare to zero instruction assembly parsing support.Jim Grosbach2011-08-112-7/+15
* Fix mismatched tag.Eli Friedman2011-08-111-1/+1
* Revision to Atomics guide, per Chris's comments.Eli Friedman2011-08-111-75/+253
* A slew of unit tests for the recent LoopInfo::updateUnloop featureAndrew Trick2011-08-111-0/+429
* Allow loop unrolling to get known trip counts from ScalarEvolution.Andrew Trick2011-08-114-8/+266
* Remove the InterferenceResult class.Jakob Stoklund Olesen2011-08-111-32/+0
* Eliminate the last use of InterferenceResult.Jakob Stoklund Olesen2011-08-112-63/+57
* Enclose directive .cprestore with .set macro and nomacro to silence assemblerAkira Hatanaka2011-08-112-3/+25
* Fix tests per now-correct encoding as of r137371.Jim Grosbach2011-08-111-2/+2
* Remove no-longer-true comments. These are for the assembler, also.Jim Grosbach2011-08-111-52/+24
* ARM STRT assembly parsing and encoding.Jim Grosbach2011-08-113-15/+30
* Make the USAT16 operand decoder auto-generate-able.Owen Anderson2011-08-111-2/+2
* Add another accidentally omitted predicate operand.Owen Anderson2011-08-111-0/+2
* Add missing predicate operand on SMLA and friends.Owen Anderson2011-08-111-0/+2
* ARM load shifted register pre-index fix shift value asm parser encoding.Jim Grosbach2011-08-112-1/+3
* DataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats -2147483648 as -(2147...NAKAMURA Takumi2011-08-111-1/+2
* Handle new register classes in Thumb2 mode. Should fix the ARM buildbots.Owen Anderson2011-08-111-2/+4
* Making SEL decodings auto-generate-able.Owen Anderson2011-08-111-2/+2
* Add a dag combine to xform 256-bit shuffles into simple vectorBruno Cardoso Lopes2011-08-113-1/+90
* Fix the test added by Nadav in r137308. Make it more strict:Bruno Cardoso Lopes2011-08-112-17/+14
* Tidy up comment.Jim Grosbach2011-08-111-2/+1
* ARM STRHT assembly parsing and encoding.Jim Grosbach2011-08-111-0/+13
* Fix decoding support for STREXD and LDREXD.Owen Anderson2011-08-112-2/+29
* Remove more dead code.Jakob Stoklund Olesen2011-08-112-37/+3
* ARM STRH assembly parsing and encoding.Jim Grosbach2011-08-114-18/+94
* Fix typos in comments, and delete an unused function.Dan Gohman2011-08-111-6/+2
* Add isIndirectBranch flag.Akira Hatanaka2011-08-111-1/+2
* Privatize an unused part of the LiveIntervalUnion::Query interface.Jakob Stoklund Olesen2011-08-112-19/+13
* Fix decoding for indexed STRB and LDRB. Fixes <rdar://problem/9926161>.Owen Anderson2011-08-112-0/+7
* Remove some dead code.Jakob Stoklund Olesen2011-08-112-39/+0
* Tidy up. Remove unused template parameter.Jim Grosbach2011-08-112-11/+11
* Improve operand validation for Thumb2 addressing modes.Owen Anderson2011-08-114-57/+56
* ARM STRD assembly parsing and encoding.Jim Grosbach2011-08-114-62/+93
* Fix for LoopInfo::updateUnloop. Remove subloop blocks from formerAndrew Trick2011-08-111-16/+29
* Continue to tighten decoding by performing more operand validation.Owen Anderson2011-08-116-10/+80
* Tidy up.Jim Grosbach2011-08-111-1/+0
* ARM STRBT assembly parsing and encoding.Jim Grosbach2011-08-113-25/+51
* Add FIXME.Jim Grosbach2011-08-111-0/+3
* ARM STRB assembly parsing and encoding tests.Jim Grosbach2011-08-111-0/+38
* Fix a copy/paste error so that LDRB(register) actually gets tested.Jim Grosbach2011-08-111-17/+17
* ARM STR(register) assembly parsing and encoding tests.Jim Grosbach2011-08-111-0/+27
* ARM STR(immediate) assembly parsing and encoding.Jim Grosbach2011-08-114-6/+36
* Tighten decoding of addrmode2 instructions to reject more UNPREDICTABLE cases.Owen Anderson2011-08-112-3/+4