[PM/AA] Remove the UnknownSize static member from AliasAnalysis.
[oota-llvm.git] / test /
2015-06-17 Matthias BraunRevert "AArch64: Use CMP;CCMP sequences for and/or...
2015-06-17 Colin LeMahieu[Hexagon] Adding MC ELF streamer and updating addend...
2015-06-16 Sanjay PatelAdd some tests based on PR21711
2015-06-16 Simon Atanasyan[llvm-readobj] Print MIPS .reginfo section content
2015-06-16 Simon Pilgrim[X86][SSE] Vectorize v2i32 to v2f64 conversions
2015-06-16 Philip ReamesReapply 239795 - [InstCombine] Propagate non-null facts...
2015-06-16 Rafael EspindolaImprove handling of end of file in the bitcode reader.
2015-06-16 Diego NovilloFix PR 23525 - Separate header mass propagation in...
2015-06-16 Igor Laevsky[Statepoints] Test only change. Check that statepoint...
2015-06-16 Frederic RissHave MachOObjectFile::isValidArch() accept armv7
2015-06-16 Alex LorenzMIR Parser: Report an error when a machine function...
2015-06-16 Rafael EspindolaAdd a test for padded bitcode files.
2015-06-16 Kit BartonProperly handle the mftb instruction.
2015-06-16 Matt ArsenaultRevert "Revert "Fix merges of non-zero vector stores""
2015-06-16 Benjamin Kramer[InstSimplify] Allow folding of fdiv X, X with just...
2015-06-16 Daniel Sanders[mips][ias] Expand on r238751 to cover as many relocs...
2015-06-16 Daniel Sanders[llvm-mc] The object form of the GNU triple should...
2015-06-16 Asaf Badouh[AVX512] add integer min/max intrinsics support.
2015-06-16 NAKAMURA TakumiDisable llvm/test/CodeGen/MIR/machine-function.mir...
2015-06-16 Elena DemikhovskyX86: optimized i64 vector multiply with constant
2015-06-16 Philip ReamesRevert 239795
2015-06-16 Ahmed Bougacha[AArch64] Generalize extract-high DUP extension to...
2015-06-16 Ahmed Bougacha[AArch64] Robustize neon-2velem-high test. NFC.
2015-06-16 Philip Reames[InstCombine] Propagate non-null facts to call parameters
2015-06-16 Alex LorenzMIR Serialization: Print and parse simple machine funct...
2015-06-15 Alex LorenzMIR Serialization: Create dummy functions when the...
2015-06-15 Alex LorenzMIR Serialization: Report an error when machine functio...
2015-06-15 Peter CollingbourneAdd safestack attribute to LLVMAttribute enum and Go...
2015-06-15 Colin LeMahieu[Hexagon] Using readobj rather than objdump.
2015-06-15 Colin LeMahieu[Hexagon] PC-relative offsets are relative to packet...
2015-06-15 Simon Pilgrim[X86][SSE] Added tests for vector i8/i16 to f32/f64...
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-15 Sanjoy DasAdd "REQUIRES: asserts" to test case that uses -debug...
2015-06-15 Sanjoy Das[CodeGen] Add a pass to fold null checks into nearby...
2015-06-15 Evgeny AstigeevichOn behalf of Alexandros Lamprineas:
2015-06-15 Rafael Espindolagold-plugin: save the .o when given -save-temps.
2015-06-15 Jingyue Wu[ValueTracking] do not overwrite analysis results alrea...
2015-06-15 Hao Liu[AArch64] Delete two empty files, which should be remov...
2015-06-15 Hao Liu[AArch64] Revert r239711 again. We need to discuss...
2015-06-15 Hao Liu[AArch64] Match interleaved memory accesses into ldN...
2015-06-14 Benjamin Kramer[InstSimplify] fsub nnan x, x -> 0.0 is valid without...
2015-06-14 Benjamin Kramer[InstSimplify] Add self-fdiv identities for -ffinite...
2015-06-14 Igor BregerAVX-512: Implemented DAG lowering for shuff62x2/shufi62...
2015-06-14 Michael KupersteinAdd support for parsing the XOR operator in Intel synta...
2015-06-14 Igor BregerAVX-512: Implemented cvtsi2ss/d cvtusi2ss/d instruction...
2015-06-13 Colin LeMahieu[Hexagon] Adding some codegen tests and updating some...
2015-06-13 Simon Pilgrim[DAGCombiner] Added BSWAP(BSWAP(x)) -> x combine pattern.
2015-06-13 Simon Pilgrim[DAGCombiner] Added BSWAP vector constant folding support.
2015-06-13 Tom StellardR600 -> AMDGPU rename
2015-06-12 Tim NorthoverAArch64: map bare-metal arm64-macho triple to MachO...
2015-06-12 Tom StellardR600/SI: Add assembler support for FLAT instructions
2015-06-12 Colin LeMahieu[Hexagon] Making intrinsic tests agnostic to register...
2015-06-12 Rafael EspindolaDon't depend on the interleaving of stdout and stderr.
2015-06-12 John Brawn[ARM] Disabling vfp4 should disable fp16
2015-06-12 Peter CollingbourneLowerBitSets: Give names to aliases of unnamed bitset...
2015-06-12 Alexey Samsonov[GVN] Use a simpler form of IRBuilder constructor.
2015-06-11 Reid Kleckner[WinEH] Put finally pointers in the handler scope table...
2015-06-11 Reid Kleckner[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
2015-06-11 Peter CollingbourneObject: Prepend __imp_ when mangling a dllimport symbol...
2015-06-11 Alexey SamsonovSet proper debug location for branch added in BasicBloc...
2015-06-11 Rafael EspindolaThis reverts commit r239529 and r239514.
2015-06-11 Reid KlecknerRevert "Fix merges of non-zero vector stores"
2015-06-11 Matt ArsenaultSLSR: Pass address space to isLegalAddressingMode
2015-06-11 Matt ArsenaultFix merges of non-zero vector stores
2015-06-11 Tom StellardR600/SI: Add -mcpu=bonaire to a test that uses flat...
2015-06-11 Toma TabacuRecommit "[mips] [IAS] Add support for BNE and BEQ...
2015-06-11 Zoran Jovanovic[mips][microMIPS] Implement ERET and ERETNC instructions
2015-06-11 Zoran Jovanovic[mips] Change existing uimm10 operand to restrict the...
2015-06-11 Zoran Jovanovic[mips][microMIPSr6] Change disassembler tests to one...
2015-06-11 Hao Liu[AArch64] Match interleaved memory accesses into ldN...
2015-06-11 Simon Pilgrim[X86][SSE] Vectorized i8 and i16 shift operators
2015-06-11 Nemanja IvanovicLLVM support for vector quad bit permute and gather...
2015-06-11 Reid KlecknerRevert "Move dllimport name mangling to IR mangler."
2015-06-10 Peter CollingbourneArgumentPromotion: Drop sret attribute on functions...
2015-06-10 Sanjay Patel[x86] Add a reassociation optimization to increase...
2015-06-10 Reid Kleckner[WinEH] _except_handlerN uses 0 instead of 1 to indicat...
2015-06-10 Alexey Samsonov[GVN] Set proper debug locations for some instructions...
2015-06-10 Colin LeMahieu[Hexagon] Adding decoders for signed operands and ensur...
2015-06-10 Igor Laevsky[Statepoints] Add test case to check that statepoint...
2015-06-10 Igor Laevsky[StatepointLowering] Reuse stack slots across basic...
2015-06-10 Elena DemikhovskyAVX-512: Fixed a bug in comparison of i1 vectors.
2015-06-10 Reid Kleckner[WinEH] Call llvm.stackrestore in __except blocks
2015-06-10 Reid Kleckner[WinEH] Emit .safeseh directives for all 32-bit excepti...
2015-06-09 NAKAMURA TakumiAdd explicit -mtriple=arm-unknown to llvm/test/CodeGen...
2015-06-09 Alexey Samsonov[BasicBlockUtils] Set debug locations for instructions...
2015-06-09 Peter CollingbourneMove dllimport name mangling to IR mangler.
2015-06-09 Jingyue Wu[NVPTX] fix a crash bug in NVPTXFavorNonGenericAddrSpaces
2015-06-09 Peter CollingbourneLibDriver, llvm-lib: introduce.
2015-06-09 Reid Kleckner[WinEH] Add 32-bit SEH state table emission prototype
2015-06-09 Chad Rosier[AArch64] Remove an overly conservative check when...
2015-06-09 Akira HatanakaRemove DisableTailCalls from TargetOptions and the...
2015-06-09 Arnold SchwaighoferMergeFunctions: Don't replace a weak function use by...
2015-06-09 David BlaikieRevert "[DWARF] Fix a few corner cases in expression...
2015-06-09 Samuel AntaoThe constant initialization for globals in NVPTX is...
2015-06-09 Toma TabacuRecommit "[mips] [IAS] Restore STI.FeatureBits in ...
2015-06-09 Elena DemikhovskyX86-MPX: Implemented encoding for MPX instructions.
2015-06-09 Toma TabacuRevert "[mips] [IAS] Add support for BNE and BEQ with...
2015-06-09 Toma Tabacu[mips] [IAS] Add support for BNE and BEQ with an immedi...
2015-06-09 NAKAMURA Takumillvm/test/DebugInfo/X86/expressions.ll: %llc_dwarf...
next