Prune trailing whitespaces and CRs.
[oota-llvm.git] / test /
2015-07-14 NAKAMURA TakumiGive an explicit triple to llvm/test/CodeGen/X86/pr1357...
2015-07-14 Matthias BraunRevert "LegalizeDAG: Fix and improve FCOPYSIGN/FABS...
2015-07-14 Matthias BraunLegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization
2015-07-14 Matthias BraunX86: Check output of x86 copysignl testcase.
2015-07-14 Alex LorenzMIR Serialization: Serialize the variable sized stack...
2015-07-14 Reid KlecknerUpdate enforceKnownAlignment after the isWeakForLinker...
2015-07-13 Alex LorenzMIR Serialization: Serialize the sub register indices.
2015-07-13 Rafael EspindolaAdd missing file.
2015-07-13 Rafael EspindolaFix reading archive members with / in the name.
2015-07-13 Bill Schmidt[PPC64LE] More improvements to VSX swap optimization
2015-07-13 Pete CooperRemove unnecessary lines from the test in r242068.
2015-07-13 Pete CooperLoop idiom recognizer was replacing too many uses of...
2015-07-13 Reid Kleckner[WinEH] Emit the LSDA even if no lpads remain but outli...
2015-07-13 Rafael EspindolaAdd support deterministic output in llvm-ar and make...
2015-07-13 David Majnemer[MC] Correctly escape .safeseh's symbol
2015-07-13 Mark HeffernanEnable runtime unrolling with unroll pragma metadata
2015-07-13 Alex LorenzMIR Serialization: Serialize the fixed stack objects.
2015-07-13 Reid Kleckner[WinEH] Strip the \01 character from the __CxxFrameHand...
2015-07-13 James Y KnightFix handling of the 'n' asm constraint with invalid...
2015-07-13 Tom StellardAMDGPU/SI: Select mad patterns to v_mac_f32
2015-07-13 Logan ChienARM: Fix cttz expansion on vector types.
2015-07-13 Scott Douglass[ARM] Handle commutativity when converting to tADDhirr...
2015-07-13 Scott Douglass[ARM] Add Thumb2 ADD with SP narrowing from 3 operand...
2015-07-13 Scott Douglass[ARM] Small refactor of tryConvertingToTwoOperandForm...
2015-07-13 Silviu BarangaCleanup after r241809 - remove uncessary call to std...
2015-07-13 Rafael EspindolaDon't change the visibility when converting a definitio...
2015-07-13 Rafael EspindolaPrint the visibility of available_externally functions.
2015-07-13 Manuel KlimekRevert r241981 "Revert "Revert r236894 "[BasicAA] Fix...
2015-07-13 Elena DemikhovskyAVX-512: Added all AVX-512 forms of Vector Convert...
2015-07-13 Jingyue Wu[LSR] don't attempt to promote ephemeral values to...
2015-07-13 David Majnemer[InstSimplify] Teach InstSimplify how to simplify extra...
2015-07-13 David Majnemer[InstSimplify] Teach InstSimplify how to simplify extra...
2015-07-12 Renato Golin[ARM] Add support for nest attribute using r12
2015-07-12 Simon Pilgrim[X86][SSE] Tidied up vector extend/truncation tests...
2015-07-12 Simon Pilgrim[X86][SSE] Vectorized v4i32 non-uniform shifts.
2015-07-12 David Majnemer[LICM] Don't try to sink values out of loops without...
2015-07-12 Hal Finkel[PowerPC] Make use of the TargetRecip system
2015-07-12 Hal Finkel[PowerPC] Support the nest parameter attribute
2015-07-11 Hal FinkelRevert "Revert r236894 "[BasicAA] Fix zext & sext handl...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-11 Tyler NowickiRenamed some uses of unroll to interleave in the vector...
2015-07-10 Alex LorenzMIR Serialization: Serialize the virtual register operands.
2015-07-10 Bjorn Steinbrink[InstCombine] Actually combine AA metadata when replaci...
2015-07-10 Reid Kleckner[SEH] Push reloads of the SEH code past phi nodes
2015-07-10 Matt ArsenaultDAGCombiner: Assume invariant load cannot alias a store
2015-07-10 Quentin Colombet[ShrinkWrap][PEI] Do not insert epilogue for unreachabl...
2015-07-10 Evgeniy StepanovFix AArch64 prologue for empty frame with dynamic allocas.
2015-07-10 Michael J. Spencer[Object][ELF] Handle the dynamic string table in files...
2015-07-10 Matthias BraunARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor...
2015-07-10 Fiona GlaserComputeKnownBits: be a bit smarter about ADDs
2015-07-10 Matthias BraunARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
2015-07-10 Alex LorenzMIR Serialization: Initial serialization of stack objects.
2015-07-10 Matthias BraunARMLoadStoreOptimizer: Rewrite LDM/STM matching logic.
2015-07-10 Eli BenderskyActually support volatile memcpys in NVPTX lowering
2015-07-10 Benjamin Kramer[InstSimplify] Fold away ord/uno fcmps when nnan is...
2015-07-10 James MolloyAdd support for fast-math flags to the FCmp instruction.
2015-07-10 Alexey BataevDisable loop re-rotation for -Oz (patch by Andrey Turetsky)
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerTighten the verifier check for catchblock.
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-10 Bjorn Steinbrink[InstCombine] Employ AliasAnalysis in FindAvailableLoad...
2015-07-10 Bjorn Steinbrink[InstCombine] Properly combine metadata when replacing...
2015-07-10 Jingyue Wu[NVPTX] declare no vector registers
2015-07-10 Reid Kleckner[WinEH] Make sure LSDA tables are 4 byte aligned
2015-07-09 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-07-09 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-07-09 Michael J. Spencer[Object][ELF] Support dumping hash-tables from files...
2015-07-09 Alex LorenzMIR Serialization: Serialize the virtual register defin...
2015-07-09 Reid Kleckner[WinEH] Give up on using CSRs across 32-bit invokes...
2015-07-09 Alex LorenzMIR Parser: Report an error when parsing machine functi...
2015-07-09 Sanjoy Das[ImplicitNullChecks] Be smarter in picking the memory op.
2015-07-09 Rafael EspindolaCreate BSD archives by default on OS X.
2015-07-09 Alex LorenzMIR Serialization: Serialize the simple MachineFrameInf...
2015-07-09 Rafael Espindolallvm-ar: Pad the symbol table to 4 bytes.
2015-07-09 Sanjoy Das[IndVars] Try to use existing values in RewriteLoopExit...
2015-07-09 Simon Atanasyan[llvm-readobj] Print MIPS PLT table
2015-07-09 Simon Atanasyan[yaml2obj] Initialize sh_addralign field for the .symta...
2015-07-09 Simon Atanasyan[ELF] Explicitly configure sections alignment in the...
2015-07-09 David Majnemer[llvm-objdump] Require that jump targets shown in ...
2015-07-09 Pat GavlinAllow {e,r}bp as the target of {read,write}_register.
2015-07-09 Sanjay Patelfix an invisible bug when combining repeated FP divisors
2015-07-09 Silviu BarangaAdd a test of a regression discovered during testing...
2015-07-09 Rafael EspindolaAdd missing file from previous commit.
2015-07-09 Rafael EspindolaBasic support for BSD symbol tables in archives.
2015-07-09 Silviu BarangaDon't rely on the DepCands iteration order when constru...
2015-07-09 Pawel BylicaReapply fixed r241790: Fix shift legalization and lower...
2015-07-09 Krzysztof Parzyszek[Hexagon] Add support for atomic RMW operations
2015-07-09 Arnaud A. de Grand... [AArch64] Select SBFIZ or UBFIZ instead of left + right...
2015-07-09 Scott Douglass[ARM] Thumb1 3 to 2 operand convertion for commutative...
2015-07-09 Scott Douglass[ARM] Don't be overzealous converting Thumb1 3 to 2...
2015-07-09 Scott Douglass[ARM] Add Thumb2 ADD with PC narrowing from 3 operand...
2015-07-09 Scott Douglass[ARM] Refactor converting Thumb1 from 3 to 2 operand...
2015-07-09 Scott Douglass[ARM] Add ADD tests for Thumb2 narrowing (nfc)
2015-07-09 Renato GolinTest for 241794 (nest attribute in AArch64)
2015-07-09 Pawel BylicaRevert r241790: Fix shift legalization and lowering...
2015-07-09 Pawel BylicaFix shift legalization and lowering for big constants.
2015-07-09 Elena DemikhovskyExtended syntax of vector version of getelementptr...
2015-07-09 Adrian PrantlTemporarily reverting 241765, 241768, and 241772 to...
2015-07-09 Michael J. Spencer[Object][ELF] Support dumping hash-tables from files...
2015-07-09 David Majnemer[CodeView] Add support for emitting column information
next