aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-08-17Use nested switch to select arguments to reduce calls to EmitPCMP.Craig Topper
2012-08-17Make ReplaceATOMIC_BINARY_64 a static function. Use a nested switch to reduce...Craig Topper
2012-08-17Remove unnecessary include of ARMGenInstrInfo.inc.Craig Topper
2012-08-16Add ADD and SUB to the predicable ARM instructions.Jakob Stoklund Olesen
2012-08-16Handle ARM MOVCC optimization in PeepholeOptimizer.Jakob Stoklund Olesen
2012-08-16Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen
2012-08-16Revert r162034, r162035 and r162037.Roman Divacky
2012-08-16Define and handle additional fixup kinds. By Adhemerval Zanella.Roman Divacky
2012-08-16Fix typo and grammar. By Adhemerval Zanella.Roman Divacky
2012-08-16Teach GVN to reason about edges dominating uses. This allows it to handle casesRafael Espindola
2012-08-16[arm-fast-isel] Add support for fastcc.Jush Lu
2012-08-16Patch to enable FMA on bdver2 target. Make XOP feature enable FMA4 as well.Anitha Boyapati
2012-08-16git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162010 91177308-0d34...Anitha Boyapati
2012-08-16Add Android ABI to Mips backend to handle functions returning vectors of fourAkira Hatanaka
2012-08-15Fold predicable instructions into MOVCC / t2MOVCC.Jakob Stoklund Olesen
2012-08-15Remove dead flag.Bill Wendling
2012-08-15Fixed a problem in the JIT memory allocator whereSean Callanan
2012-08-15Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer
2012-08-15[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer
2012-08-15Fix another roundToIntegral bug where very large values could become infinity...Owen Anderson
2012-08-15Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...Evan Cheng
2012-08-15Fix typo in comment.Owen Anderson
2012-08-15Add missing Rfalse operand to the predicated pseudo-instructions.Jakob Stoklund Olesen
2012-08-15Set the branch probability of branching to the 'normal' destination of an invokeBill Wendling
2012-08-15[asan] implement --asan-always-slow-path, which is a part of the improvement ...Kostya Serebryany
2012-08-15Fix a problem with APFloat::roundToIntegral where it would return incorrect r...Owen Anderson
2012-08-15fix infinite loop in instcombine with more than 4GB memcpyMichael Liao
2012-08-15Fix a typo that led to a failure to correctly verify bitcast instructions.Nick Lewycky
2012-08-15Fix undefined behavior: don't perform array indexing through a potentially nullRichard Smith
2012-08-14The names of VFP variants of half-to-float conversion instructions wereAnton Korobeynikov
2012-08-14This needs braces. Spotted by Bill.Eric Christopher
2012-08-14minor fix of X86ISD::VSEXT_MOVL dumpMichael Liao
2012-08-14fix PR11334Michael Liao
2012-08-14Switch the fixed-length disassembler to be table-driven.Jim Grosbach
2012-08-14Fix the construction of the magic constant for roundToIntegral to be 64-bit s...Owen Anderson
2012-08-14[asan] insert crash basic blocks inline as opposed to inserting them at the e...Kostya Serebryany
2012-08-14Factor duplicate calls to getUNDEF in several functions.Craig Topper
2012-08-14Re-factor intrinsic lowering to combine common parts of similar intrinsics. R...Craig Topper
2012-08-14Change greater than to greater than or equal so that an identical sized store...Craig Topper
2012-08-14Fix undefined behavior: binding null pointer to reference. No functionality c...Richard Smith
2012-08-14During the CodeGenPrepare we often lower intrinsics (such as objsize)Nadav Rotem
2012-08-14Grammar.Eric Christopher
2012-08-14Typo.Eric Christopher
2012-08-13Add a roundToIntegral method to APFloat, which can be parameterized over vari...Owen Anderson
2012-08-13Transfer weights in transferSuccessorsAndUpdatePHIs().Jakob Stoklund Olesen
2012-08-13Print out MachineBasicBlock successor weights when available.Jakob Stoklund Olesen
2012-08-13LICM uses AliasSet information to hoist and sink instructions. However, other...Nadav Rotem
2012-08-13MemoryDependenceAnalysis attempts to find the first memory dependency for fun...Nadav Rotem
2012-08-13Remove the TII::scheduleTwoAddrSource() hook.Jakob Stoklund Olesen
2012-08-13ARM: enable struct byval for AAPCS-VFP.Manman Ren