aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-11lli should create a JIT memory manager.Jim Grosbach
2012-01-11Fix assert.Eric Christopher
2012-01-11Disable the crash reporter when running lit tests.Argyrios Kyrtzidis
2012-01-11On AVX, we can load v8i32 at a time. The bug happens when two uneven loads ar...Nadav Rotem
2012-01-11Check to make sure that the CFString's back store ends up in the correct sect...Bill Wendling
2012-01-11Support segmented stacks on mac.Rafael Espindola
2012-01-11Split segmented stacks tests into tests for static- and dynamic-size frames.Rafael Espindola
2012-01-11Generate the segmented stack prologue for fastcc too.Rafael Espindola
2012-01-11Revert r147945 which disabled an addressing mode transformation. I hadChandler Carruth
2012-01-11Use 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-11Explicitly set the scale to 1 on some segstack prologue instrs.Rafael Espindola
2012-01-11The error check for using -g with a .s file already containing dwarf .fileKevin Enderby
2012-01-11Add XOP Intrinsics and testsJan Sjödin
2012-01-11Fix a bug in the lowering of BUILD_VECTOR for AVX. SCALAR_TO_VECTOR does not ...Nadav Rotem
2012-01-11Don't try to create a GEP when the pointee type is unsized (such GEPsDuncan Sands
2012-01-11Disable the transformation I added in r147936 to see if it fixes someChandler Carruth
2012-01-11Hoist a really redundant code pattern into a helper function, and deleteChandler Carruth
2012-01-11Simplify the AND-rooted mask+shift checking code to match that of theChandler Carruth
2012-01-11Unify the interface of the three mask+shift transform helpers, andChandler Carruth
2012-01-11Clarify and make explicit some of the requirements for transformingChandler Carruth
2012-01-11Fix undefined code and reenable test case.Jakob Stoklund Olesen
2012-01-11Hoist the logic to transform shift+mask combinations into sub-registerChandler Carruth
2012-01-11Teach the X86 instruction selection to do some heroic transforms toChandler Carruth
2012-01-11Improved compile time:Stepan Dyatkovskiy
2012-01-11llvm/test/CodeGen/X86/zext-fold.ll: Relax an expression in stack offset.NAKAMURA Takumi
2012-01-11llvm/test/CodeGen/X86/sub-with-overflow.ll: Add explicit -mtriple=i686-linux.NAKAMURA Takumi
2012-01-11Clarified the SCEV getSmallConstantTripCount interface with in-your-face comm...Andrew Trick
2012-01-11Add big endian mips support. Based on a patch by Jack Carter.Rafael Espindola
2012-01-11Add the skeleton of an asm parser for mips.Rafael Espindola
2012-01-11ARM Ld/St Optimizer fix.Andrew Trick
2012-01-11Disable test that seems to expose an unrelated Linux issue.Jakob Stoklund Olesen
2012-01-11Detect when a value is undefined on an edge to a landing pad.Jakob Stoklund Olesen
2012-01-11Exclusively use SplitAnalysis::getLastSplitPoint().Jakob Stoklund Olesen
2012-01-11Avoid CSE of instructions which define physical registers across MBBs unlessEvan Cheng
2012-01-11If the global variable is removed by the linker, then don't constant merge itBill Wendling
2012-01-11Don't avoid recursing for pointer types, just reference types. Expand onEric Christopher
2012-01-10Add test case for r147881.Chad Rosier
2012-01-10Fixed order of operands in comment to match code.Lang Hames
2012-01-10Default stack alignment for 32bit x86 should be 4 Bytes, not 8 Bytes.Joerg Sonnenberger
2012-01-10Consider unknown alignment caused by OptimizeThumb2Instructions().Jakob Stoklund Olesen
2012-01-1080 col violation.Evan Cheng
2012-01-10Add missing VEX predicates to VMOVSDto64rr/VMOVSDto64mr. This fixes a fewChad Rosier
2012-01-10Let asm parser query asm syntax dialect.Devang Patel
2012-01-10This is the matching change for the data structure name changes for theKevin Enderby
2012-01-10ARM updating VST2 pseudo-lowering fixed vs. register update.Jim Grosbach
2012-01-10Fix some leftover control reaches end of non-void function warnings.Benjamin Kramer
2012-01-10Teach the triple library about the androideabi environment.Chandler Carruth
2012-01-10Move default case for covered enum outside of switch.Richard Smith
2012-01-10For i386, don't use the generic code.Bill Wendling