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
...
*
Remove test case, as Chris suggested.
Devang Patel
2012-01-12
1
-23
/
+0
*
Add test case to check intel syntax parsing.
Devang Patel
2012-01-12
1
-0
/
+23
*
Fix a bug in the AVX 256-bit shuffle code in cases where the splat element is...
Nadav Rotem
2012-01-12
1
-0
/
+12
*
X86: Generalize the x << (y & const) optimization to also catch masks with mo...
Benjamin Kramer
2012-01-12
1
-3
/
+15
*
On AVX, we can load v8i32 at a time. The bug happens when two uneven loads ar...
Nadav Rotem
2012-01-11
1
-0
/
+12
*
Check to make sure that the CFString's back store ends up in the correct sect...
Bill Wendling
2012-01-11
1
-0
/
+36
*
Support segmented stacks on mac.
Rafael Espindola
2012-01-11
1
-74
/
+205
*
Split segmented stacks tests into tests for static- and dynamic-size frames.
Rafael Espindola
2012-01-11
2
-37
/
+71
*
Generate the segmented stack prologue for fastcc too.
Rafael Espindola
2012-01-11
1
-0
/
+55
*
Revert r147945 which disabled an addressing mode transformation. I had
Chandler Carruth
2012-01-11
1
-10
/
+10
*
Use unsigned comparison in segmented stack prologue.
Rafael Espindola
2012-01-11
1
-0
/
+6
*
Explicitly set the scale to 1 on some segstack prologue instrs.
Rafael Espindola
2012-01-11
1
-0
/
+4
*
The error check for using -g with a .s file already containing dwarf .file
Kevin Enderby
2012-01-11
1
-0
/
+9
*
Add XOP Intrinsics and tests
Jan Sjödin
2012-01-11
1
-0
/
+1059
*
Fix a bug in the lowering of BUILD_VECTOR for AVX. SCALAR_TO_VECTOR does not ...
Nadav Rotem
2012-01-11
2
-5
/
+24
*
Don't try to create a GEP when the pointee type is unsized (such GEPs
Duncan Sands
2012-01-11
1
-0
/
+12
*
Disable the transformation I added in r147936 to see if it fixes some
Chandler Carruth
2012-01-11
1
-10
/
+10
*
Fix undefined code and reenable test case.
Jakob Stoklund Olesen
2012-01-11
1
-2
/
+1
*
Teach the X86 instruction selection to do some heroic transforms to
Chandler Carruth
2012-01-11
1
-0
/
+44
*
Improved compile time:
Stepan Dyatkovskiy
2012-01-11
1
-2
/
+2
*
llvm/test/CodeGen/X86/zext-fold.ll: Relax an expression in stack offset.
NAKAMURA Takumi
2012-01-11
1
-1
/
+1
*
llvm/test/CodeGen/X86/sub-with-overflow.ll: Add explicit -mtriple=i686-linux.
NAKAMURA Takumi
2012-01-11
1
-1
/
+1
*
Add big endian mips support. Based on a patch by Jack Carter.
Rafael Espindola
2012-01-11
1
-0
/
+2
*
Add the skeleton of an asm parser for mips.
Rafael Espindola
2012-01-11
1
-0
/
+5
*
ARM Ld/St Optimizer fix.
Andrew Trick
2012-01-11
1
-0
/
+46
*
Disable test that seems to expose an unrelated Linux issue.
Jakob Stoklund Olesen
2012-01-11
1
-1
/
+2
*
Detect when a value is undefined on an edge to a landing pad.
Jakob Stoklund Olesen
2012-01-11
1
-0
/
+155
*
If the global variable is removed by the linker, then don't constant merge it
Bill Wendling
2012-01-11
1
-0
/
+23
*
Don't avoid recursing for pointer types, just reference types. Expand on
Eric Christopher
2012-01-11
1
-0
/
+25
*
Add test case for r147881.
Chad Rosier
2012-01-10
1
-0
/
+19
*
Default stack alignment for 32bit x86 should be 4 Bytes, not 8 Bytes.
Joerg Sonnenberger
2012-01-10
1
-0
/
+25
*
Consider unknown alignment caused by OptimizeThumb2Instructions().
Jakob Stoklund Olesen
2012-01-10
1
-0
/
+1400
*
ARM updating VST2 pseudo-lowering fixed vs. register update.
Jim Grosbach
2012-01-10
1
-0
/
+9
*
Various crash reporting tools have a problem with the dwarf generated for
Kevin Enderby
2012-01-10
1
-8
/
+17
*
Fix a bug in the legalization of shuffle vectors. When we emulate shuffles us...
Nadav Rotem
2012-01-10
1
-0
/
+13
*
Fix a crash in AVX2 when trying to broadcast a double into a 128-bit vector. ...
Craig Topper
2012-01-10
2
-0
/
+20
*
Allow machine-cse to look across MBB boundary when cse'ing instructions that
Evan Cheng
2012-01-10
3
-3
/
+53
*
Enable LSR IV Chains with sufficient heuristics.
Andrew Trick
2012-01-10
3
-0
/
+597
*
Adding IV chain generation to LSR.
Andrew Trick
2012-01-09
1
-0
/
+96
*
InstCombine: Teach foldLogOpOfMaskedICmpsHelper that sign bit tests are bit t...
Benjamin Kramer
2012-01-09
1
-0
/
+20
*
Cleanup and FileCheck-ize a test.
Chandler Carruth
2012-01-09
1
-13
/
+25
*
Clean up patterns for MOVNT*. Not sure why there were floating point types on...
Craig Topper
2012-01-09
1
-0
/
+22
*
Don't print an unused label before .cfi_endproc.
Rafael Espindola
2012-01-09
3
-5
/
+3
*
Don't disable MMX support when AVX is enabled. Fix predicates for MMX instruc...
Craig Topper
2012-01-09
1
-0
/
+1
*
Tweak my last commit to be less conservative about uses.
Benjamin Kramer
2012-01-08
1
-12
/
+12
*
InstCombine: If we have a bit test and a sign test anded/ored together, merge...
Benjamin Kramer
2012-01-08
1
-0
/
+80
*
Reverted commit #147601 upon Evan's request.
Victor Umansky
2012-01-08
2
-486
/
+0
*
Don't print a label before .cfi_startproc when we don't need to. This makes
Rafael Espindola
2012-01-07
5
-9
/
+7
*
Use getRegForValue() to materialize the address of ARM globals.
Jakob Stoklund Olesen
2012-01-07
2
-28
/
+16
*
LSR: Don't optimize loops if an outer loop has no preheader.
Andrew Trick
2012-01-07
1
-3
/
+41
[prev]
[next]