PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if the
[oota-llvm.git] / lib /
2012-08-21 Chandler CarruthPort the global copy optimization from the SROA pass...
2012-08-21 Craig TopperFix up indentation and remove a couple else's after...
2012-08-21 Kostya Serebryany[asan] add code to detect global initialization fiasco...
2012-08-21 Craig TopperUse uint16_t for tables of opcodes.
2012-08-21 Craig TopperFix up indentation. No functional change.
2012-08-21 Craig TopperAdd a couple llvm_unreachables. Add a message to severa...
2012-08-21 Craig TopperReplace a break with llvm_unreachable in the default...
2012-08-21 Craig TopperCleanup the scalar FMA3 definitions. Add patterns to...
2012-08-21 Craig TopperMerge FMA3 instructions with and without patterns into...
2012-08-21 Michael Liaorevise debug output to avoid dangling pointer
2012-08-21 Jakob Stoklund OlesenAdd a missing def flag.
2012-08-20 Jakob Stoklund OlesenFix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-08-20 Jakob Stoklund OlesenDon't add CFG edges for redundant conditional branches.
2012-08-20 Jakob Stoklund OlesenAdd a verification pass after ExpandISelPseudos.
2012-08-20 Jakob Stoklund OlesenAdd CFG checks to MachineVerifier.
2012-08-20 Jakob Stoklund OlesenUse a SmallPtrSet to dedup successors in EmitSjLjDispat...
2012-08-20 Sebastian Popfix HexagonSubtarget parsing of -mv flag
2012-08-20 Michael Liaofix a case where all operands of BUILD_VECTOR are undefined
2012-08-20 Akira HatanakaFix coding style violations in 162135 and 162136.
2012-08-20 Benjamin KramerDataExtractor: Fix integer truncation issues in LEB128...
2012-08-20 Stepan DyatkovskiyFixed DAGCombiner bug (found and localized by James...
2012-08-20 Craig TopperRemove FMA3 intrinsic instructions in favor of patterns.
2012-08-20 Craig TopperUse correct intrinsic for 256-bit VFMSUBADDPS.
2012-08-19 Craig TopperRemove trailing white space and tab characters. No...
2012-08-19 Nadav RotemWhen unsafe math is used, we can use commutative FMAX...
2012-08-19 Benjamin KramerFabs folding is implemented.
2012-08-18 Benjamin KramerInstCombine: Fix a crasher when encountering a function...
2012-08-18 Jakob Stoklund OlesenRemove the CAND/COR/CXOR custom ISD nodes and their...
2012-08-18 Craig TopperRemove virtual from many methods. These methods replace...
2012-08-18 Jakob Stoklund OlesenAlso combine zext/sext into selects for ARM.
2012-08-18 Jakob Stoklund OlesenAlso pass logical ops to combineSelectAndUse.
2012-08-18 Benjamin KramerRemove overly conservative hasOneUse check, this always...
2012-08-18 Benjamin KramerInstCombine: Add a couple of fabs identities for compar...
2012-08-18 Benjamin KramerSimplifyLibcalls: Add fabs and trunc to the list of...
2012-08-18 Nadav RotemReapply r162160 with a fix: Optimize Arith->Trunc-...
2012-08-18 Anton Korobeynikovfp16-to-fp32 conversion instructions are available...
2012-08-18 Craig TopperRefactor code a bit to reduce number of calls in the...
2012-08-18 Craig TopperReorder initialization list to silence -Wreorder
2012-08-18 Nadav RotemRevert r162160 because it made a few buildbots fail.
2012-08-18 Nadav RotemThe X86 backend has a number of optimizations for SETCC...
2012-08-17 Eli FriedmanMake atomic load and store of pointers work. Tighten...
2012-08-17 Richard SmithFix undefined behavior (binding a reference to a derefe...
2012-08-17 Akira HatanakaAdd MipsELFWriterInfo.{h,cpp}.
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-08-17 Bill WendlingImplement stack protectors for structures with characte...
2012-08-17 Jakob Stoklund OlesenAvoid folding ADD instructions with FI operands.
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-08-17 Benjamin KramerMemoryBuiltins: Properly guard ObjectSizeOffsetVisitor...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-08-17 Rafael EspindolaAssert that dominates is not given a multiple edge...
2012-08-17 Jakob Stoklund OlesenAdd comment, clean up code. No functional change.
2012-08-17 Benjamin KramerTargetLowering: Use the large shift amount during legal...
2012-08-17 Jakob Stoklund OlesenUse standard pattern for iterate+erase.
2012-08-17 Benjamin KramerGuard MemoryBuiltins against self-looping GEPs, which...
2012-08-17 Tim NorthoverImplement NEON domain switching for scalar <-> S-regist...
2012-08-17 Craig TopperUse nested switch to select arguments to reduce calls...
2012-08-17 Craig TopperMake ReplaceATOMIC_BINARY_64 a static function. Use...
2012-08-17 Craig TopperRemove unnecessary include of ARMGenInstrInfo.inc.
2012-08-16 Jakob Stoklund OlesenAdd ADD and SUB to the predicable ARM instructions.
2012-08-16 Jakob Stoklund OlesenHandle ARM MOVCC optimization in PeepholeOptimizer.
2012-08-16 Jakob Stoklund OlesenAdd an MCID::Select flag and TII hooks for optimizing...
2012-08-16 Roman DivackyRevert r162034, r162035 and r162037.
2012-08-16 Roman DivackyDefine and handle additional fixup kinds. By Adhemerval...
2012-08-16 Roman DivackyFix typo and grammar. By Adhemerval Zanella.
2012-08-16 Rafael EspindolaTeach GVN to reason about edges dominating uses. This...
2012-08-16 Jush Lu[arm-fast-isel] Add support for fastcc.
2012-08-16 Anitha BoyapatiPatch to enable FMA on bdver2 target. Make XOP feature...
2012-08-16 Anitha Boyapatigit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-08-16 Akira HatanakaAdd Android ABI to Mips backend to handle functions...
2012-08-15 Jakob Stoklund OlesenFold predicable instructions into MOVCC / t2MOVCC.
2012-08-15 Bill WendlingRemove dead flag.
2012-08-15 Sean CallananFixed a problem in the JIT memory allocator where
2012-08-15 Michael J. SpencerProperly test the LLVM_USE_RVALUE_REFERENCES macro.
2012-08-15 Michael J. Spencer[PathV2] Add mapped_file_region. Implementation for...
2012-08-15 Owen AndersonFix another roundToIntegral bug where very large values...
2012-08-15 Evan ChengUse vld1/vst1 to load/store f64 if alignment is < 4...
2012-08-15 Owen AndersonFix typo in comment.
2012-08-15 Jakob Stoklund OlesenAdd missing Rfalse operand to the predicated pseudo...
2012-08-15 Bill WendlingSet the branch probability of branching to the 'normal...
2012-08-15 Kostya Serebryany[asan] implement --asan-always-slow-path, which is...
2012-08-15 Owen AndersonFix a problem with APFloat::roundToIntegral where it...
2012-08-15 Michael Liaofix infinite loop in instcombine with more than 4GB...
2012-08-15 Nick LewyckyFix a typo that led to a failure to correctly verify...
2012-08-15 Richard SmithFix undefined behavior: don't perform array indexing...
2012-08-14 Anton KorobeynikovThe names of VFP variants of half-to-float conversion...
2012-08-14 Eric ChristopherThis needs braces. Spotted by Bill.
2012-08-14 Michael Liaominor fix of X86ISD::VSEXT_MOVL dump
2012-08-14 Michael Liaofix PR11334
2012-08-14 Jim GrosbachSwitch the fixed-length disassembler to be table-driven.
2012-08-14 Owen AndersonFix the construction of the magic constant for roundToI...
2012-08-14 Kostya Serebryany[asan] insert crash basic blocks inline as opposed...
2012-08-14 Craig TopperFactor duplicate calls to getUNDEF in several functions.
2012-08-14 Craig TopperRe-factor intrinsic lowering to combine common parts...
2012-08-14 Craig TopperChange greater than to greater than or equal so that...
2012-08-14 Richard SmithFix undefined behavior: binding null pointer to referen...
2012-08-14 Nadav RotemDuring the CodeGenPrepare we often lower intrinsics...
2012-08-14 Eric ChristopherGrammar.
2012-08-14 Eric ChristopherTypo.
2012-08-13 Owen AndersonAdd a roundToIntegral method to APFloat, which can...
2012-08-13 Jakob Stoklund OlesenTransfer weights in transferSuccessorsAndUpdatePHIs().
next