SimplifyLibcalls: Add fabs and trunc to the list of libcalls that are safe to shrink...
[oota-llvm.git] / lib /
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().
2012-08-13 Jakob Stoklund OlesenPrint out MachineBasicBlock successor weights when...
2012-08-13 Nadav RotemLICM uses AliasSet information to hoist and sink instru...
2012-08-13 Nadav RotemMemoryDependenceAnalysis attempts to find the first...
2012-08-13 Jakob Stoklund OlesenRemove the TII::scheduleTwoAddrSource() hook.
2012-08-13 Manman RenARM: enable struct byval for AAPCS-VFP.
2012-08-13 Bill WendlingWhitespace cleanup.
2012-08-13 Jakob Stoklund OlesenCount triangles and diamonds in early if-conversion.
2012-08-13 Jakob Stoklund OlesenDelete dead typedef.
2012-08-13 Jakob Stoklund OlesenHandle extra Tail predecessors in if-conversion.
2012-08-13 Arnold Schwaighofer[Hexagon] Don't mark callee saved registers as clobbere...
2012-08-13 Nadav RotemDo not optimize (or (and X,Y), Z) into BFI and other...
2012-08-13 Manman RenX86: move Int_CVTSD2SSrr, Int_CVTSI2SSrr, Int_CVTSI2SDr...
2012-08-13 Eric ChristopherAdd support for the %H output modifier.
2012-08-13 Manman RenX86: when auto-detecting the subtarget features, make...
2012-08-13 Kostya Serebryany[asan] remove the code for --asan-merge-callbacks as...
2012-08-13 Tim NorthoverUse correct loads for vector types during extending...
2012-08-13 Craig TopperTidy up VSETCC lowering code a bit more by adding an...
2012-08-13 Craig TopperRefactor code a bit to share commonalities. No function...
2012-08-13 Craig TopperFix an unused variable warning from r161742.
2012-08-13 Craig TopperRemove the LowerMMXCONCAT_VECTORS function. It could...
2012-08-12 Nick LewyckyWhen emitting the PC range in an FDE, use the same...
2012-08-12 Craig TopperRemove call to setOperationAction for SETCC of v4f32...
2012-08-12 Craig TopperRemove unnecessary call to setOperationAction for SETCC...
2012-08-12 Arnold SchwaighoferRevert 161581: Patch to implement UMLAL/SMLAL instructi...
2012-08-12 Craig TopperChange addTypeForNeon to use MVT instead of EVT so...
2012-08-12 Craig TopperMake replace many calls to getSizeInBits() with is128Bi...
2012-08-12 Craig TopperUse MVT.isXBitVector instead of EVT.isXBitVector when...
2012-08-11 Michael Liaofix PR13577, an issue introduced by r161687
2012-08-11 Craig TopperMove setOperationAction for CONCAT_VECTORS for 256...
2012-08-11 Benjamin KramerMachineCSE: Hoist isConstantPhysReg out of the loop...
2012-08-11 Benjamin KramerPR13578: Teach MachineCSE that instructions that use...
2012-08-11 Craig TopperTidy up indentation. No functional change.
2012-08-11 Craig TopperFix a cast that was casting away 'const' unnecessarily
next