oota-llvm.git
2014-02-07 Alexander KornienkoFix an invalid check for duplicate option categories.
2014-02-07 Sasa Stankovic[mips] Forbid the use of registers t6, t7 and t8 if...
2014-02-07 Rafael EspindolaFix a bug with .weak_def_can_be_hidden: Mutable variabl...
2014-02-07 Rafael EspindolaRefactor logic into a function predicate.
2014-02-07 Benjamin KramerTry to unbreak the mingw32 build.
2014-02-07 Oliver StannardLLVM-1163: AAPCS-VFP violation when CPRC allocated...
2014-02-07 Sasa StankovicChanged comment.
2014-02-07 Venkatraman... [Sparc] Add support for parsing synthetic instruction...
2014-02-07 Venkatraman... [Sparc] Emit correct encoding for atomic instructions...
2014-02-07 Venkatraman... [Sparc] Emit relocations for Thread Local Storage ...
2014-02-07 Venkatraman... [Sparc] Emit correct relocations for PIC code when...
2014-02-07 Venkatraman... [Sparc] Use SparcMCExpr::VariantKind itself as MachineO...
2014-02-07 Manman RenPGO branch weight: fix PR18752.
2014-02-07 Jim GrosbachX86: Resolve a long standing FIXME and properly isel...
2014-02-06 Rafael EspindolaConvert test to FileCheck.
2014-02-06 Quentin Colombet[CodeGenPrepare] Move away sign extensions that get...
2014-02-06 Andrew TrickTrack register pressure a bit more carefully (weird...
2014-02-06 Evan ChengRevert r200095 and r200152. It turns out when compiling...
2014-02-06 Tom StellardR600/SI: Add a MUBUF store pattern for Reg+Imm offsets
2014-02-06 Tom StellardR600/SI: Add a MUBUF store pattern for Imm offsets
2014-02-06 Tom StellardR600/SI: Add a MUBUF load pattern for Reg+Imm offsets
2014-02-06 Tom StellardR600/SI: Use immediates offsets for SMRD instructions...
2014-02-06 David PeixottoRemove const_cast for STI when parsing inline asm
2014-02-06 Tim NorthoverX86: add costs for 64-bit vector ext/trunc & rebalance
2014-02-06 Eli BenderskyAdd a -suppress-warnings option to bitcode linking.
2014-02-06 Puyan LotfiYet another patch to reduce compile time for small...
2014-02-06 Tim NorthoverX86: deduplicate V[SZ]EXT_MOVL and V[SZ]EXT nodes
2014-02-06 Puyan LotfiThe following patch' purpose is to reduce compile time...
2014-02-06 Puyan LotfiThis small change reduces compile time for small progra...
2014-02-06 Nick LewyckyA memcpy out of an fresh alloca is a no-op, delete...
2014-02-06 Craig TopperDelete all of the CodeGenInstructions from CodeGenTarge...
2014-02-06 Chandler Carruth[PM] Fix horrible typos that somehow didn't cause a...
2014-02-06 Chandler Carruth[PM] Add a new "lazy" call graph analysis pass for...
2014-02-06 Chandler Carruth[PM] Back out one hunk of the patch in r200901 that...
2014-02-06 Chandler Carruth[PM] Wire up the analysis managers in the opt driver...
2014-02-06 Juergen Ributzka[DAG] Don't pull the binary operation though the shift...
2014-02-06 Manman RenSet default of inlinecold-threshold to 225.
2014-02-06 Kevin EnderbyUpdate the X86 assembler for .intel_syntax to accept
2014-02-06 Rafael Espindoladon't set HasReliableSymbolDifference for ELF.
2014-02-06 Rafael EspindoladoesSectionRequireSymbols is meaningless on ELF, remove.
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 Nick KledzikFix layering StringRef copy using BumpPtrAllocator.
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 Petar Jovanovicmips: XFAIL non-extern-addend-smallcodemodel test
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 Craig TopperShrink the size of CodeGenInstruction a little bit...
2014-02-05 Craig TopperGet rid of a vector copy by just making a pointer out...
2014-02-05 Craig TopperFix a vector that was passed by value instead of reference.
2014-02-05 Kai NackeARM: Enable use of relocation type tlsldo in debug...
2014-02-05 Craig TopperFix a doxygen comment referencing the wrong method...
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-05 Rafael EspindolaAdd a test for printing absolute symbols in ELF.
2014-02-05 Jordan Rose[CMake] Deliberately get all LLVM library dependencies...
2014-02-05 Jordan Rose[CMake] Move -stdlib=libc++ handling into its own file.
2014-02-04 Rafael EspindolaSmall fix for llvm-nm handling of weak symbols on ELF...
2014-02-04 Manman RenUpdate testing case for r200806.
2014-02-04 Manman RenFix wording of warning message about invalid debug...
2014-02-04 Rafael EspindolaAdd a test for common symbols in coff.
2014-02-04 Chandler CarruthSilence a warning:
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... 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 Tom StellardHowToReleaseLLVM: Add information about dot releases
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 NAKAMURA Takumi[CMake] Get rid of llvm_config() to expand dependencies.
2014-02-04 NAKAMURA Takumi[CMake] LLVM-Config.cmake: Split explicit_map_component...
2014-02-04 NAKAMURA Takumi[CMake] add_llvm_loadable_module: Fixup r200762, I...
2014-02-04 NAKAMURA TakumiRevert r122395, "Fixes file extension for loadable...
2014-02-04 Dmitri GribenkoAdd a note to documentation that Clang + libstdc++...
2014-02-04 Justin Bognerllvm-cov: Implement the preserve-paths flag
next