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
*
1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc...
Wesley Peck
2010-12-12
5
-12
/
+158
*
Catch attempts to remove a deleted node from the CSE maps. Better to
Duncan Sands
2010-12-12
1
-3
/
+2
*
fix typo
Chris Lattner
2010-12-12
1
-1
/
+1
*
Generalize the and-icmp-select instcombine further by allowing selects of the...
Benjamin Kramer
2010-12-11
3
-16
/
+72
*
Factor the (x & 2^n) ? 2^m : 0 instcombine into its own method and generalize it
Benjamin Kramer
2010-12-11
3
-66
/
+79
*
(or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == ...
Evan Cheng
2010-12-11
4
-19
/
+62
*
Add named timer groups for the different stages of register allocation.
Jakob Stoklund Olesen
2010-12-11
3
-9
/
+23
*
Move MRI into RegAllocBase. Clean up debug output a bit.
Jakob Stoklund Olesen
2010-12-10
3
-31
/
+12
*
Add FIXME
Jim Grosbach
2010-12-10
1
-0
/
+2
*
Remove extraneous close parenthesis.
Nick Lewycky
2010-12-10
1
-1
/
+1
*
Move variable that's unused in an NDEBUG build inside the DEBUG() macro, fixing
Nick Lewycky
2010-12-10
1
-3
/
+4
*
Attempt to get Thumb2 branch fixups working properly.
Owen Anderson
2010-12-10
2
-3
/
+2
*
Force the greedy register allocator to always use the inline spiller.
Jakob Stoklund Olesen
2010-12-10
3
-7
/
+8
*
Rip out live range splitting support from the inline spiller.
Jakob Stoklund Olesen
2010-12-10
1
-56
/
+1
*
Get rid of ellipses.
Bill Wendling
2010-12-10
1
-7
/
+7
*
Fix merge error in my last fix to Thumb2 vldr fixups.
Owen Anderson
2010-12-10
1
-1
/
+1
*
Fixups for Thumb2 vldr's need to have the effective PC aligned as well.
Owen Anderson
2010-12-10
2
-3
/
+4
*
The MCFixupKindInfo table needs to be in the order that the enums were
Bill Wendling
2010-12-10
1
-16
/
+19
*
Provide the necessary post-encoder hook for Thumb2 encodings of VMOV and frie...
Owen Anderson
2010-12-10
1
-0
/
+1
*
Use AllocationOrder in RegAllocGreedy, fix a bug in the hint calculation.
Jakob Stoklund Olesen
2010-12-10
2
-25
/
+10
*
Add float patterns for Neon vld1-lane/dup and vst1-lane operations.
Bob Wilson
2010-12-10
5
-18
/
+71
*
Remove unused arguments.
Bob Wilson
2010-12-10
1
-4
/
+4
*
Fix encoding of Thumb1 LDRB and STRB.
Owen Anderson
2010-12-10
3
-0
/
+18
*
Trailing whitespace.
Jim Grosbach
2010-12-10
1
-16
/
+16
*
Fix Thumb2 encodings of STREX and LDREX.
Owen Anderson
2010-12-10
1
-0
/
+12
*
Revert r121520, which may have introduced miscompilations.
Dan Gohman
2010-12-10
2
-38
/
+2
*
Correct encoding of rotation immediate for Thumb2 instructions. rdar://8755999
Jim Grosbach
2010-12-10
1
-4
/
+5
*
Fix encoding of 'U' bit for Thumb2 STRD/LDRD instructions. rdar://8755726
Jim Grosbach
2010-12-10
1
-4
/
+4
*
More trivial cleanup. No need to define the EncoderMethod property type. Can
Jim Grosbach
2010-12-10
2
-7
/
+7
*
Tidy up.
Jim Grosbach
2010-12-10
1
-11
/
+8
*
Trailing whitespace.
Jim Grosbach
2010-12-10
1
-5
/
+5
*
Implement PartialAlias checking in BasicAA.
Dan Gohman
2010-12-10
2
-2
/
+38
*
Fix miscompilation caused by trivial logic error in the reassignVReg()
Jakob Stoklund Olesen
2010-12-10
1
-10
/
+16
*
Minimally update this code to handle PartialAlias.
Dan Gohman
2010-12-10
1
-0
/
+1
*
Use PartialAlias to do better noalias lint checking.
Dan Gohman
2010-12-10
1
-4
/
+6
*
Teach AliasAnalysisCounter about PartialAlias.
Dan Gohman
2010-12-10
1
-4
/
+8
*
Teach AliasAnalysisEvaluator about PartialAlias.
Dan Gohman
2010-12-10
1
-5
/
+14
*
Update this code to handle PartialAlias as MayAlias.
Dan Gohman
2010-12-10
1
-1
/
+1
*
Introduce a new PartialAlias response for AliasAnalysis. For most
Dan Gohman
2010-12-10
2
-5
/
+9
*
Fix some invalid alignments for Neon vld-dup and vld/st-lane instructions.
Bob Wilson
2010-12-10
3
-8
/
+32
*
Teach isCSRestore() that ARM/Thumb2 functions will use post-modify LDR
Jim Grosbach
2010-12-10
1
-0
/
+5
*
Add an AllocationOrder class that can iterate over the allocatable physical
Jakob Stoklund Olesen
2010-12-10
4
-1
/
+127
*
Thumb unconditional branch binary encoding. rdar://8754994
Jim Grosbach
2010-12-10
7
-3
/
+34
*
Thumb conditional branch binary encodings. rdar://8745367
Jim Grosbach
2010-12-10
6
-1
/
+29
*
Another git svn dcommit test. This time let's hope it doesn't kill my repo.
Michael J. Spencer
2010-12-10
1
-1
/
+0
*
Another git-svn dcommit test. (last time I got access and client errors and i...
Michael J. Spencer
2010-12-10
1
-1
/
+0
*
Test git svn dcommit
Michael J. Spencer
2010-12-10
1
-0
/
+1
*
Another dummy commit to check GIT mirroring
Anton Korobeynikov
2010-12-10
1
-0
/
+1
*
Dummy commit to test GIT mirroring
Anton Korobeynikov
2010-12-10
1
-0
/
+2
*
macho-dump: Fix CMake build, following up to r121466.
NAKAMURA Takumi
2010-12-10
2
-2
/
+2
[next]