index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-01-11
lli should create a JIT memory manager.
Jim Grosbach
2012-01-11
Fix assert.
Eric Christopher
2012-01-11
Disable the crash reporter when running lit tests.
Argyrios Kyrtzidis
2012-01-11
On AVX, we can load v8i32 at a time. The bug happens when two uneven loads ar...
Nadav Rotem
2012-01-11
Check to make sure that the CFString's back store ends up in the correct sect...
Bill Wendling
2012-01-11
Support segmented stacks on mac.
Rafael Espindola
2012-01-11
Split segmented stacks tests into tests for static- and dynamic-size frames.
Rafael Espindola
2012-01-11
Generate the segmented stack prologue for fastcc too.
Rafael Espindola
2012-01-11
Revert r147945 which disabled an addressing mode transformation. I had
Chandler Carruth
2012-01-11
Use unsigned comparison in segmented stack prologue.
Rafael Espindola
2012-01-11
[asan] extend the workaround for http://llvm.org/bugs/show_bug.cgi?id=11395: ...
Kostya Serebryany
2012-01-11
Explicitly set the scale to 1 on some segstack prologue instrs.
Rafael Espindola
2012-01-11
The error check for using -g with a .s file already containing dwarf .file
Kevin Enderby
2012-01-11
Add XOP Intrinsics and tests
Jan Sjödin
2012-01-11
Fix a bug in the lowering of BUILD_VECTOR for AVX. SCALAR_TO_VECTOR does not ...
Nadav Rotem
2012-01-11
Don't try to create a GEP when the pointee type is unsized (such GEPs
Duncan Sands
2012-01-11
Disable the transformation I added in r147936 to see if it fixes some
Chandler Carruth
2012-01-11
Hoist a really redundant code pattern into a helper function, and delete
Chandler Carruth
2012-01-11
Simplify the AND-rooted mask+shift checking code to match that of the
Chandler Carruth
2012-01-11
Unify the interface of the three mask+shift transform helpers, and
Chandler Carruth
2012-01-11
Clarify and make explicit some of the requirements for transforming
Chandler Carruth
2012-01-11
Fix undefined code and reenable test case.
Jakob Stoklund Olesen
2012-01-11
Hoist the logic to transform shift+mask combinations into sub-register
Chandler Carruth
2012-01-11
Teach the X86 instruction selection to do some heroic transforms to
Chandler Carruth
2012-01-11
Improved compile time:
Stepan Dyatkovskiy
2012-01-11
llvm/test/CodeGen/X86/zext-fold.ll: Relax an expression in stack offset.
NAKAMURA Takumi
2012-01-11
llvm/test/CodeGen/X86/sub-with-overflow.ll: Add explicit -mtriple=i686-linux.
NAKAMURA Takumi
2012-01-11
Clarified the SCEV getSmallConstantTripCount interface with in-your-face comm...
Andrew Trick
2012-01-11
Add big endian mips support. Based on a patch by Jack Carter.
Rafael Espindola
2012-01-11
Add the skeleton of an asm parser for mips.
Rafael Espindola
2012-01-11
ARM Ld/St Optimizer fix.
Andrew Trick
2012-01-11
Disable test that seems to expose an unrelated Linux issue.
Jakob Stoklund Olesen
2012-01-11
Detect when a value is undefined on an edge to a landing pad.
Jakob Stoklund Olesen
2012-01-11
Exclusively use SplitAnalysis::getLastSplitPoint().
Jakob Stoklund Olesen
2012-01-11
Avoid CSE of instructions which define physical registers across MBBs unless
Evan Cheng
2012-01-11
If the global variable is removed by the linker, then don't constant merge it
Bill Wendling
2012-01-11
Don't avoid recursing for pointer types, just reference types. Expand on
Eric Christopher
2012-01-10
Add test case for r147881.
Chad Rosier
2012-01-10
Fixed order of operands in comment to match code.
Lang Hames
2012-01-10
Default stack alignment for 32bit x86 should be 4 Bytes, not 8 Bytes.
Joerg Sonnenberger
2012-01-10
Consider unknown alignment caused by OptimizeThumb2Instructions().
Jakob Stoklund Olesen
2012-01-10
80 col violation.
Evan Cheng
2012-01-10
Add missing VEX predicates to VMOVSDto64rr/VMOVSDto64mr. This fixes a few
Chad Rosier
2012-01-10
Let asm parser query asm syntax dialect.
Devang Patel
2012-01-10
This is the matching change for the data structure name changes for the
Kevin Enderby
2012-01-10
ARM updating VST2 pseudo-lowering fixed vs. register update.
Jim Grosbach
2012-01-10
Fix some leftover control reaches end of non-void function warnings.
Benjamin Kramer
2012-01-10
Teach the triple library about the androideabi environment.
Chandler Carruth
2012-01-10
Move default case for covered enum outside of switch.
Richard Smith
2012-01-10
For i386, don't use the generic code.
Bill Wendling
[next]