aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-08-21Add a couple llvm_unreachables. Add a message to several others.Craig Topper
2012-08-21Replace a break with llvm_unreachable in the default case of a nested switch....Craig Topper
2012-08-21Cleanup the scalar FMA3 definitions. Add patterns to fold loads with scalar f...Craig Topper
2012-08-21Merge FMA3 instructions with and without patterns into single classes using n...Craig Topper
2012-08-21revise debug output to avoid dangling pointerMichael Liao
2012-08-21Add a missing def flag.Jakob Stoklund Olesen
2012-08-20Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen
2012-08-20Don't add CFG edges for redundant conditional branches.Jakob Stoklund Olesen
2012-08-20Add a verification pass after ExpandISelPseudos.Jakob Stoklund Olesen
2012-08-20Add CFG checks to MachineVerifier.Jakob Stoklund Olesen
2012-08-20Use a SmallPtrSet to dedup successors in EmitSjLjDispatchBlock.Jakob Stoklund Olesen
2012-08-20fix HexagonSubtarget parsing of -mv flagSebastian Pop
2012-08-20fix a case where all operands of BUILD_VECTOR are undefinedMichael Liao
2012-08-20Fix coding style violations in 162135 and 162136.Akira Hatanaka
2012-08-20DataExtractor: Fix integer truncation issues in LEB128 extraction.Benjamin Kramer
2012-08-20Fixed DAGCombiner bug (found and localized by James Malloy):Stepan Dyatkovskiy
2012-08-20Remove FMA3 intrinsic instructions in favor of patterns.Craig Topper
2012-08-20Use correct intrinsic for 256-bit VFMSUBADDPS.Craig Topper
2012-08-19Remove trailing white space and tab characters. No functional change.Craig Topper
2012-08-19When unsafe math is used, we can use commutative FMAX and FMIN. In some casesNadav Rotem
2012-08-19Fabs folding is implemented.Benjamin Kramer
2012-08-18InstCombine: Fix a crasher when encountering a function pointer.Benjamin Kramer
2012-08-18Remove the CAND/COR/CXOR custom ISD nodes and their select code.Jakob Stoklund Olesen
2012-08-18Remove virtual from many methods. These methods replace methods in the base c...Craig Topper
2012-08-18Also combine zext/sext into selects for ARM.Jakob Stoklund Olesen
2012-08-18Also pass logical ops to combineSelectAndUse.Jakob Stoklund Olesen
2012-08-18Remove overly conservative hasOneUse check, this always expands into a single...Benjamin Kramer
2012-08-18InstCombine: Add a couple of fabs identities for comparing with 0.0.Benjamin Kramer
2012-08-18SimplifyLibcalls: Add fabs and trunc to the list of libcalls that are safe to...Benjamin Kramer
2012-08-18Reapply r162160 with a fix: Optimize Arith->Trunc->SETCC sequence to allow be...Nadav Rotem
2012-08-18fp16-to-fp32 conversion instructions are available in Thumb mode as well.Anton Korobeynikov
2012-08-18Refactor code a bit to reduce number of calls in the final compiled code. No ...Craig Topper
2012-08-18Reorder initialization list to silence -WreorderCraig Topper
2012-08-18Revert r162160 because it made a few buildbots fail.Nadav Rotem
2012-08-18The X86 backend has a number of optimizations for SETCC nodes which useNadav Rotem
2012-08-17Make atomic load and store of pointers work. Tighten verification of atomic ...Eli Friedman
2012-08-17Fix undefined behavior (binding a reference to a dereferenced null pointer) ifRichard Smith
2012-08-17Add MipsELFWriterInfo.{h,cpp}.Akira Hatanaka
2012-08-17Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka
2012-08-17Implement stack protectors for structures with character arrays in them.Bill Wendling
2012-08-17Avoid folding ADD instructions with FI operands.Jakob Stoklund Olesen
2012-08-17Add stub methods for mips assembly matcher. Akira Hatanaka
2012-08-17MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.Benjamin Kramer
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling
2012-08-17Assert that dominates is not given a multiple edge. Finding out if we haveRafael Espindola
2012-08-17Add comment, clean up code. No functional change.Jakob Stoklund Olesen
2012-08-17TargetLowering: Use the large shift amount during legalize types. The legaliz...Benjamin Kramer
2012-08-17Use standard pattern for iterate+erase.Jakob Stoklund Olesen
2012-08-17Guard MemoryBuiltins against self-looping GEPs, which can occur in unreachabl...Benjamin Kramer
2012-08-17Implement NEON domain switching for scalar <-> S-register vmovs on ARMTim Northover