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
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...
Devang Patel
2011-11-17
1
-0
/
+37
*
Fix an overly general check in SimplifyIndvar to handle useless phi cycles.
Andrew Trick
2011-11-17
1
-0
/
+29
*
fall back to explicit list of allowed linkages when instrumenting globals in ...
Kostya Serebryany
2011-11-17
1
-0
/
+6
*
When fast iseling a GEP, accumulate the offset rather than emitting a series of
Chad Rosier
2011-11-17
1
-0
/
+65
*
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-17
1
-0
/
+30
*
build/make/test: Get rid of unused BUGPOINT_TOPTS variable.
Daniel Dunbar
2011-11-16
1
-5
/
+0
*
Make sure to replace the chain properly when DAGCombining a LOAD+EXTRACT_VECT...
Eli Friedman
2011-11-16
1
-1
/
+1
*
Remove obsolete test.
Jim Grosbach
2011-11-16
1
-58
/
+0
*
Generalize the fixup info for ARM mode.
Jim Grosbach
2011-11-16
1
-2
/
+2
*
Update test for r144842.
Jim Grosbach
2011-11-16
1
-1
/
+1
*
Another missing X86ISD::MOVLPD pattern. rdar://10450317
Evan Cheng
2011-11-16
1
-0
/
+17
*
Disable expensive two-address optimizations at -O0. rdar://10453055
Evan Cheng
2011-11-16
2
-5
/
+4
*
Fix typo in test.
Nick Lewycky
2011-11-16
1
-1
/
+1
*
Merge isObjectPointerWithTrustworthySize with getPointerSize. Use it when
Nick Lewycky
2011-11-16
1
-0
/
+38
*
Fix testcase.
Eli Friedman
2011-11-16
1
-1
/
+0
*
CONCAT_VECTORS can have more than two operands. PR11389.
Eli Friedman
2011-11-16
1
-0
/
+9
*
AddressSanitizer, first commit (compiler module only)
Kostya Serebryany
2011-11-16
2
-0
/
+17
*
Fix SCEV overly optimistic back edge taken count for multi-exit loops.
Andrew Trick
2011-11-16
3
-2
/
+53
*
ARM assembly parsing for register range syntax for VLD/VST register lists.
Jim Grosbach
2011-11-15
1
-0
/
+8
*
AVX: Add support for vbroadcast from BUILD_VECTOR and refactor some of the vb...
Nadav Rotem
2011-11-15
1
-3
/
+0
*
test/CodeGen/X86/dec-eflags-lower.ll: Relax expression for win32 x64.
NAKAMURA Takumi
2011-11-15
1
-1
/
+1
*
ARM assembly parsing two operand forms for shift instructions.
Jim Grosbach
2011-11-15
1
-0
/
+8
*
Added custom lowering for load->dec->store sequence in x86 when the EFLAGS re...
Pete Cooper
2011-11-15
1
-0
/
+29
*
ARM alternate size suffices for VTRN instructions.
Jim Grosbach
2011-11-15
1
-0
/
+60
*
ARM assembly parsing for optional datatype suffix on VFP VMOV GPR<->VFP insns.
Jim Grosbach
2011-11-15
1
-0
/
+10
*
ARM assembly parsing for two-operand form of 'mul' instruction.
Jim Grosbach
2011-11-15
1
-0
/
+6
*
ARM assembly parsing for two-operand form of 'mul' instruction.
Jim Grosbach
2011-11-15
1
-0
/
+2
*
Testcase for r144684.
Jim Grosbach
2011-11-15
1
-0
/
+2
*
Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VM...
Owen Anderson
2011-11-15
1
-0
/
+6
*
Thumb2 assembly parsing for mul.w in IT block fix.
Jim Grosbach
2011-11-15
1
-0
/
+4
*
We currently use a callback to handle an IL pass deleting a BB that still
Rafael Espindola
2011-11-15
1
-0
/
+19
*
Revert r144611 and r144613.
Jakob Stoklund Olesen
2011-11-15
2
-3
/
+3
*
Rather than trying to use the loop block sequence *or* the function
Chandler Carruth
2011-11-15
1
-1
/
+72
*
Properly qualify AVX2 specific parts of execution dependency table. Also enab...
Craig Topper
2011-11-15
2
-14
/
+41
*
Really fix test.
Jakob Stoklund Olesen
2011-11-15
1
-1
/
+1
*
Allow for depencendy-breaking instructions before cvt*.
Jakob Stoklund Olesen
2011-11-15
2
-2
/
+2
*
Add vmov.f32 to materialize f32 immediate splats which cannot be handled by
Evan Cheng
2011-11-15
2
-3
/
+20
*
Break false dependencies before partial register updates.
Jakob Stoklund Olesen
2011-11-15
1
-0
/
+41
*
ARM parsing datatype suffix variants for non-writeback VST1 instructions.
Jim Grosbach
2011-11-14
1
-0
/
+21
*
ARM parsing datatype suffix variants for non-writeback VLD1 instructions.
Jim Grosbach
2011-11-14
1
-0
/
+28
*
ARM parsing optional datatype suffix for VAND/VEOR/VORR instructions.
Jim Grosbach
2011-11-14
1
-0
/
+177
*
ARM VLDR/VSTR instructions don't need a size suffix.
Jim Grosbach
2011-11-14
22
-94
/
+94
*
Refactor capture tracking (which already had a couple flags for whether returns
Nick Lewycky
2011-11-14
1
-0
/
+25
*
Add newline to end of file. Thanks, Eli.
Chad Rosier
2011-11-14
1
-1
/
+1
*
Add support for inlining small memcpys.
Chad Rosier
2011-11-14
1
-3
/
+31
*
Fix a performance regression from r144565. Positive offsets were being lowered
Chad Rosier
2011-11-14
1
-0
/
+55
*
Add a missing pattern for X86ISD::MOVLPD. rdar://10436044
Evan Cheng
2011-11-14
1
-0
/
+18
*
Add support for Thumb load/stores with negative offsets.
Chad Rosier
2011-11-14
1
-0
/
+168
*
Teach two-address pass to re-schedule two-address instructions (or the kill
Evan Cheng
2011-11-14
3
-18
/
+15
*
Changed SSE4/AVX <2 x i64> extract and insert ops to be Custom lowered
Pete Cooper
2011-11-14
1
-0
/
+26
[next]