Disable most IR-level transform passes on functions marked 'optnone'.
[oota-llvm.git] / lib /
2014-02-06 Paul RobinsonDisable most IR-level transform passes on functions...
2014-02-06 Rafael EspindolaJust returning false is the default.
2014-02-05 Matt ArsenaultPass address space to allowsUnalignedMemoryAccesses
2014-02-05 Matt ArsenaultAdd address space argument to allowsUnalignedMemoryAccess.
2014-02-05 Manman RenInliner uses a smaller inline threshold for callees...
2014-02-05 Quentin Colombet[RegAlloc] Add a last chance recoloring mechanism when...
2014-02-05 Chandler Carruth[PM] Don't require analysis results to be const in...
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-05 Rafael EspindolaRevert "Fix an invalid check for duplicate option categ...
2014-02-05 Petar Jovanovic[mips] Add NaCl target and forbid indexed loads and...
2014-02-05 Alexander KornienkoFix an invalid check for duplicate option categories.
2014-02-05 Elena DemikhovskyAVX-512: optimized icmp -> sext -> icmp pattern
2014-02-05 Alon MishneTest commit
2014-02-05 Logan ChienARM: Resolve thumb_bl fixup in same MCFragment.
2014-02-05 Elena DemikhovskyAVX-512: fixed a bug in EVEX encoding (the bug appeared...
2014-02-05 Michel DanzerR600/SI: Add pattern for zero-extending i1 to i32
2014-02-05 Kai NackeARM: Enable use of relocation type tlsldo in debug...
2014-02-05 Craig TopperMove matching for x86 BMI BLSI/BLSMSK/BLSR instructions...
2014-02-05 Elena DemikhovskyAVX-512: Added intrinsic for cvtph2ps.
2014-02-05 Craig TopperAdd CheckChildInteger to ISelMatcher operations. Remove...
2014-02-05 Rafael EspindolaUse the information provided by getFlags to unify some...
2014-02-05 Todd FialaFix configure to find arc4random via header files.
2014-02-04 Manman RenFix wording of warning message about invalid debug...
2014-02-04 Rafael EspindolaRemove unused SF_ThreadLocal.
2014-02-04 Justin Bognerllvm-cov: Fix include order in GCOV.cpp
2014-02-04 Benjamin KramerSimplifyLibCalls: Push TLI through the exp2->ldexp...
2014-02-04 Peter CollingbourneAvoid using EL_GETFP.
2014-02-04 Lang Hames[X86] Only 213 FMA3 variants should be marked commutable.
2014-02-04 Duncan P. N. Exon... cleanup: scc_iterator consumers should use isAtEnd
2014-02-04 Petar Jovanovic[mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2...
2014-02-04 Rafael EspindolaEvery target uses .align. Simplify.
2014-02-04 Rafael EspindolaUse the default values.
2014-02-04 David PeixottoFix PR18345: ldr= pseudo instruction produces incorrect...
2014-02-04 Tom StellardR600/SI: Expand i1 BR_CC
2014-02-04 Tom StellardR600/SI: Don't assume copies will be coalesced in SIFix...
2014-02-04 Tom StellardR600/SI: Custom lower i64 ISD::SELECT
2014-02-04 Tom StellardR600: Enable vector fpow.
2014-02-04 Tim NorthoverOS X: the correct function is __sincospif_stret, not...
2014-02-04 Tim NorthoverARM & AArch64: merge NEON absolute compare intrinsics
2014-02-04 Aaron BallmanImplemented support for Process::GetRandomNumber on...
2014-02-04 Justin Bognerllvm-cov: Implement the preserve-paths flag
2014-02-04 Tim NorthoverARM: fix fast-isel assertion failure
2014-02-04 Michel DanzerR600/SI: Fix fneg for 0.0
2014-02-04 NAKAMURA TakumiRegAllocGreedy.cpp: Use more simple value as Hysteresis...
2014-02-04 Kai NackeRevert: ARM: Enable use of relocation type tlsldo in...
2014-02-04 Kai NackeAdd strchr(p, 0) -> p + strlen(p) to SimplifyLibCalls
2014-02-04 Kai NackeARM: Enable use of relocation type tlsldo in debug...
2014-02-04 David BlaikieDebugInfo: Remove some unneeded conditionals now that...
2014-02-04 Nick LewyckySelf-memcpy-elision and memcpy of constant byte to...
2014-02-03 David BlaikieDIBuilder: simplify array generation to produce true...
2014-02-03 Matt ArsenaultAdd DEBUG_TYPE to SIAnnotateControlFlow
2014-02-03 Reid Klecknerinalloca: Don't remove dead arguments in the presence...
2014-02-03 Tim NorthoverAArch64 & ARM: refactor crypto intrinsics to take scalars
2014-02-03 Hal FinkelExpand vector bswap in LegalizeVectorOps
2014-02-03 Aaron BallmanUndef'ing _WIN32_IE to silence an MSVC warning about...
2014-02-03 Chandler CarruthRename the non-templated base class of SmallPtrSet to
2014-02-03 Craig TopperRemove unnecessary include of AArch64GenInstrInfo.inc...
2014-02-02 Duncan P. N. Exon... Lower llvm.expect intrinsic correctly for i1
2014-02-02 Joerg SonnenbergerUnaligned access is supported on ARMv6 and ARMv7 for...
2014-02-02 Craig TopperMerge x86 HasOpSizePrefix/HasOpSize16Prefix into a...
2014-02-02 Craig TopperMerge HasVEXPrefix/HasEVEXPrefix/HasXOPPrefix into...
2014-02-02 Hal FinkelReplace PPC instruction-size code with MCInstrDesc...
2014-02-02 Arnold SchwaighoferLoopVectorizer: Enable unrolling of conditional stores...
2014-02-02 Matt ArsenaultR600/SI: Fix insertelement with dynamic indices.
2014-02-01 Venkatraman Govind... [Sparc] Set %o7 as the return address register instead...
2014-02-01 Arnold SchwaighoferARMTTI: We don't have 16 allocatable scalar registers
2014-02-01 David WoodhouseMC: Fix .octa output for APInts with BitWidth > 128
2014-02-01 David WoodhouseMC: Add support for .octa
2014-02-01 David WoodhouseMC: Add AsmLexer::BigNum token for integers greater...
2014-02-01 Chandler Carruth[LPM] Apply a really big hammer to fix PR18688 by recur...
2014-02-01 Eli BenderskyRemove some unused #includes
2014-02-01 Benjamin KramerSilence GCC warnings.
2014-02-01 Chandler Carruth[inliner] Skip debug intrinsics even earlier in computi...
2014-02-01 Craig TopperSimplify some x86 format classes and remove some ambigu...
2014-02-01 David MajnemerMC: Improve the .fill directive's compatibility with GAS
2014-02-01 Peter CollingbourneHopefully fix mingw32 bots.
2014-02-01 Reid KlecknerRevert "[SLPV] Recognize vectorizable intrinsics during...
2014-02-01 Josh Magee[stackprotector] Implement the sspstrong rules for...
2014-01-31 Reid KlecknerImplement inalloca codegen for x86 with the new inalloc...
2014-01-31 Peter CollingbourneIntroduce line editor library.
2014-01-31 Peter CollingbourneIntroduce llvm::sys::path::home_directory.
2014-01-31 Reid KlecknerDon't put non-static allocas in the static alloca map
2014-01-31 Rafael EspindolaRemove a redundant call to hasRawTextSupport.
2014-01-31 Rafael EspindolaRemove another hasRawTextSupport.
2014-01-31 Chandler Carruth[inliner] Print out extra stats about the cost, thresho...
2014-01-31 Rafael EspindolaRemove the last hasRawTextSupport call from R600.
2014-01-31 Rafael EspindolaReplace another use with hasRawTextSupport+EmitRawText...
2014-01-31 Rafael EspindolaUse emitRawComment to avoid a call to hasRawTextSupport.
2014-01-31 Lang HamesReplace X86 FMA intrinsic pseduo-instructions with...
2014-01-31 Chandler Carruth[SLPV] Recognize vectorizable intrinsics during SLP...
2014-01-31 Rafael EspindolaSimplify getSymbolFlags.
2014-01-31 Paul RobinsonIf we're not producing DWARF accel tables, don't waste...
2014-01-31 Eric ChristopherAdd support for DW_FORM_flag and DW_FORM_flag_present...
2014-01-31 David BlaikieDebugInfo: Flag type unit references as declarations
2014-01-31 Reid Klecknerx86: Rename NumBytesForCalleeToPush to ...Pop for accuracy
2014-01-31 Reid Kleckner[ms-cxxabi] Add a new calling convention that swaps...
2014-01-31 Matheus Almeida[mips][msa] Add insert.d instruction.
2014-01-31 Chandler Carruth[vectorizer] Tweak the way we do small loop runtime...
2014-01-31 Craig TopperSeparate x86 opcode maps and 0x66/0xf2/0xf3 prefixes...
2014-01-31 Craig TopperMove REP out of the Prefix field of the X86 format...
next