aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-11-25This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes
2011-11-25ARMLoadStoreOptimizer.cpp: Fix MSVC(Debug) build.NAKAMURA Takumi
2011-11-24Remove 256-bit specific node types for UNPCKHPS/D and instead use the 128-bit...Craig Topper
2011-11-24Remove AVX2 specific X86ISD node types for PUNPCKH/L and instead just reuse t...Craig Topper
2011-11-24Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a...Benjamin Kramer
2011-11-24Make ConstantRange::truncate a bit more efficient.Benjamin Kramer
2011-11-24X86: alias cqo to cqto.Benjamin Kramer
2011-11-24Fix a silly use-after-free issue. A much earlier version of this codeChandler Carruth
2011-11-24When adding blocks to the list of those which no longer have any CFGChandler Carruth
2011-11-23This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka
2011-11-23This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka
2011-11-23Correctly byte-swap APInts with bit-widths greater than 64.Richard Smith
2011-11-23Validate the return type when checking if a function is malloc.Benjamin Kramer
2011-11-23Fix a crash in which a multiplication was being reported as being both negativeDuncan Sands
2011-11-23X86: Use btq for bit tests if the immediate can't be encoded in 32 bits.Benjamin Kramer
2011-11-23Relax an invariant that block placement was trying to assert a bitChandler Carruth
2011-11-23I added several lines in X86 code generator that allow to choose Elena Demikhovsky
2011-11-23Handle the case of a no-return invoke correctly. It actually still hasChandler Carruth
2011-11-23Enable stack protectors for all arrays, not just char arrays. rdar://5875909Bob Wilson
2011-11-23Fix PR11422.Jakob Stoklund Olesen
2011-11-23Fix a crash in block placement due to an inner loop that happened to beChandler Carruth
2011-11-23[asan] do not instrument threadlocal globals, this is buggyKostya Serebryany
2011-11-22add basic PPC register-pressure feedback; adjust the vaarg test to match the ...Hal Finkel
2011-11-22More fixes to the X86InstComments for shuffle instructions. In particular add...Craig Topper
2011-11-22Fix a devilish miscompile exposed by block placement. TheChandler Carruth
2011-11-22Add configure checking for pread(2) and use it to save a syscall when reading...Benjamin Kramer
2011-11-22Fix an obvious omission in the SelectionDAGBuilder where we wereChandler Carruth
2011-11-22Turn error recovery into an assert.Benjamin Kramer
2011-11-22If a register is both an early clobber and part of a tied use, handle the useRafael Espindola
2011-11-22Fix shuffle decoding logic to handle UNPCKLPS/UNPCKLPD on 256-bit vectors cor...Craig Topper
2011-11-22Add methods for querying minimum SSE version along with AVX. Simplifies all t...Craig Topper
2011-11-21Fix crasher in GVN due to my recent capture tracking changes.Nick Lewycky
2011-11-21Add virtual destructor. Whoops!Nick Lewycky
2011-11-21Lowering for v32i8 to VPUNPCKLBW/VPUNPCKHBW when AVX2 is enabled.Craig Topper
2011-11-21Add support for lowering 256-bit shuffles to VPUNPCKL/H for i16, i32, i64 if ...Craig Topper
2011-11-21Fixing a commentJoe Abbey
2011-11-21Make LowerSIGN_EXTEND_INREG split 256-bit vectors when AVX1 is enabled and us...Craig Topper
2011-11-20Less template, more virtual! Refactoring suggested by Chris in code review.Nick Lewycky
2011-11-20Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.Nick Lewycky
2011-11-20The logic for breaking the CFG in the presence of hot successors didn'tChandler Carruth
2011-11-20SCEV: Actually set overflow flags on add expressions.Benjamin Kramer
2011-11-20Add code for lowering v32i8 shifts by a splat to AVX2 immediate shift instruc...Craig Topper
2011-11-19Use 256-bit vcmpeqd for creating an all ones vector when AVX2 is enabled.Craig Topper
2011-11-19Remove some of the special classes that worked around an old tablegen limitat...Craig Topper
2011-11-19Custom lower AVX2 variable shift intrinsics to shl/srl/sra nodes and remove t...Craig Topper
2011-11-19Move the handling of unanalyzable branches out of the loop-driven chainChandler Carruth
2011-11-19Synthesize SSSE3/AVX 128-bit horizontal integer add/sub instructions from add...Craig Topper
2011-11-19Collapse X86 PSIGNB/PSIGNW/PSIGND node types.Craig Topper
2011-11-19Extend VPBLENDVB and VPSIGN lowering to work for AVX2.Craig Topper
2011-11-19Remove unused parameters from the AVX maskmov classes.Craig Topper