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