[Orc] Make partition identification in the CompileOnDemand layer lazy.
[oota-llvm.git] / test /
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...
2015-06-09 Keno FischerMove X86-only test case to appropriate directory
2015-06-09 Keno Fischer[DWARF] Fix a few corner cases in expression emission
2015-06-09 Anna Zaks[asan] Prevent __attribute__((annotate)) triggering...
2015-06-09 Matt ArsenaultImplement computeKnownBits for min/max nodes
2015-06-09 Jingyue Wu[NVPTX] run SROA after NVPTXFavorNonGenericAddrSpaces
2015-06-09 Arnold SchwaighoferMergeFunctions: Impose a total order on the replacement...
2015-06-08 Ranjeet Singh[AArch64] AsmParser should be case insensitive about...
2015-06-08 Rafael EspindolaFix a regression in .pop_section.
2015-06-08 Simon Pilgrim[X86][SSE] Added lzcnt vector tests.
2015-06-08 Akira Hatanaka[ARM] Pass a callback to FunctionPass constructors...
2015-06-08 Matthias BraunX86: Reject register operands with obvious type mismatches.
2015-06-08 Colin LeMahieu[Hexagon] Adding functionality for searching for compou...
2015-06-08 Simon Pilgrim[DAGCombiner] Added CTLZ vector constant folding support.
2015-06-08 Javed AbsarARM]: Add support for MMFR4_EL1 in assembler
2015-06-08 Petar Jovanovic[Mips64][mcjit] Add R_MIPS_PC32 relocation
2015-06-08 Igor BregerAVX-512: Implemented 256/128bit VALIGND/Q instructions...
2015-06-08 Artur PilipenkoMinor refactoring of GEP handling in isDereferenceableP...
2015-06-08 Silviu Baranga[LAA] Fix estimation of number of memchecks
2015-06-08 Simon Pilgrim[DAGCombiner] Added CTTZ vector constant folding support.
2015-06-08 Hao Liu[LoopVectorize] Teach Loop Vectorizor about interleaved...
2015-06-08 Hao Liu[LoopAccessAnalysis] Teach LAA to check the memory...
2015-06-07 Colin LeMahieu[objdump] Moving PrintImmHex out of MachODump and in...
2015-06-07 Simon Pilgrim[X86] Added tzcnt vector tests.
2015-06-07 Matt ArsenaultSeparateConstOffsetFromGEP: Pass address space to isLeg...
2015-06-07 Simon Pilgrim[X86] Added BitScanForward/BitScanReverse memory foldin...
2015-06-07 Simon PilgrimFixed line endings
2015-06-07 Simon Pilgrim[DAGCombiner] Added CTPOP vector constant folding support.
2015-06-07 Colin LeMahieuTeaching llvm-mc how to understand the defsym command...
2015-06-06 Colin LeMahieu[MC] Common symbols weren't being checked for redeclara...
2015-06-06 Sanjoy Das[LoopUnroll] Fix truncation bug in canUnrollCompletely.
2015-06-06 David Majnemer[CVP] Don't assume Constants of type i1 can be known...
2015-06-06 David Majnemer[InstCombine] Don't miscompile select to poison
2015-06-06 Rafael EspindolaHandle 16 bit PC relative relocations.
2015-06-05 Frederic Riss[dsymutil] Fix misspelled CHECK line.
2015-06-05 Frederic Riss[dsymutil] Add support for linking the debug_frame...
2015-06-05 Frederic Riss[dsymutil] Have the YAML deserialization rewrite the...
2015-06-05 Renato GolinRevert "[InstCombine] Rephrase fix to SimplifyWithOpRep...
2015-06-05 Sanjoy Das[InstCombine] Fix PR23751.
2015-06-05 Peter CollingbourneRevert r238473, "Thumb2: Modify codegen for memcpy...
2015-06-05 Fiona GlaserDAGCombiner: don't duplicate (fmul x, c) in visitFNEG...
2015-06-05 Chandler Carruth[Unroll] Rework the naming and structure of the new...
2015-06-05 Frederic Riss[dsymutil] Handle the -oso-prepend-path option when...
2015-06-05 Alexei Starovoitov[bpf] rename triple names bpf_be -> bpfeb
2015-06-05 Colin LeMahieu[Hexagon] Reapply r239097 with tests corrected for...
2015-06-05 John Brawn[ARM] Add support for -sp- FPUs and FPU none to TargetP...
2015-06-05 Simon Pilgrim[X86][AVX2] Added tests for v32i8 vector shifts
2015-06-05 Toma TabacuRevert "[mips] [IAS] Restore STI.FeatureBits in .set...
2015-06-05 Toma Tabacu[mips] [IAS] Restore STI.FeatureBits in .set pop.
2015-06-05 David Majnemer[LoopVectorize] Don't crash on zero-sized types in...
2015-06-05 Andrea Di BiagioSimplify code; NFC.
2015-06-05 David Majnemer[InstCombine] Rephrase fix to SimplifyWithOpReplaced
2015-06-05 Daniel JasperRevert "[InstCombine] Don't miscompile safe increment...
2015-06-05 Simon Pilgrim[X86][SSE] Added tests for i8/i16 vector shifts
2015-06-04 Alexey SamsonovRevert "[Object, ELF] Fix segmentation fault in ELFFile...
2015-06-04 Alexey Samsonov[Object, ELF] Fix segmentation fault in ELFFile::getSec...
2015-06-04 Alexey Samsonov[Object, ELF] Don't assert on invalid magic in createEL...
2015-06-04 David Majnemer[InstCombine] Don't miscompile safe increment idiom
2015-06-04 Swaroop SridharStatepoint: Fix handling of Far Immediate calls
2015-06-04 Alexey Samsonov[Object, ELF] Don't call llvm_unreachable() from create...
next