oota-llvm.git
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
2014-02-04 Tim NorthoverARM: fix fast-isel assertion failure
2014-02-04 Alexey Samsonov[CMake] Revert r200695 and fix the problem with missing...
2014-02-04 Alexey Samsonov[CMake] Add -stdlib=libc++ to host Clang build flags...
2014-02-04 Michel DanzerR600/SI: Fix fneg for 0.0
2014-02-04 Justin Bognerllvm-cov: Implement the object-directory flag
2014-02-04 Justin Bognerllvm-cov: Ignore missing .gcda files
2014-02-04 Justin Bognerllvm-cov: Document the llvm-cov tests
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 NAKAMURA TakumiRevert r200150, "[CMake] tablegen(): Use -I <dir> accor...
2014-02-04 Rafael EspindolaMove error handling down to getSymbolNMTypeChar.
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 Venkatraman... Add a note about Clang+LLVM on Sparc64.
2014-02-03 Eli BenderskyRemove outdated & incorrect part of comment.
2014-02-03 Evgeniy StepanovDon't use -ffunction-sections if -fno-function-sections...
2014-02-03 Chandler CarruthIntroduce SmallPtrSetImpl<T *> which allows insert...
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... Lower llvm.expect intrinsic correctly for i1
2014-02-02 Joerg SonnenbergerUnaligned access is supported on ARMv6 and ARMv7 for...
2014-02-02 NAKAMURA Takumi[CMake] Move cmake_minimum_required(2.8.8) at the top.
2014-02-02 NAKAMURA Takumi[CMake] Untabify.
2014-02-02 NAKAMURA TakumiTableGen/X86RecognizableInstr.h: Prune out-of-date...
2014-02-02 Craig TopperMerge x86 HasOpSizePrefix/HasOpSize16Prefix into a...
2014-02-02 Craig TopperSimplify some code since VEX and EVEX instructions...
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 ArsenaultAdd some xfailed R600 tests for 64-bit private accesses.
2014-02-02 Matt ArsenaultR600/SI: Fix insertelement with dynamic indices.
2014-02-01 Venkatraman... [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 MajnemerUpdate a .fill test to use the updated semantics.
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 Lang HamesSplit out small-code-model MCJIT testcase in order...
2014-01-31 Rafael EspindolaRemove a redundant call to hasRawTextSupport.
2014-01-31 Rafael EspindolaRemove another hasRawTextSupport.
2014-01-31 Reid KlecknerSet -mcpu to make this test pass on atom bots
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 Duncan P. N... Fix file header for APFloat.h
2014-01-31 Duncan P. N... Clean up whitespace
2014-01-31 Rafael EspindolaMark the first dynamic elf symbol as SF_FormatSpecific.
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 Eric ChristopherFix name of nested type in comment to match code.
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 NAKAMURA TakumiRevert r200560, "LTO itself hasn't depended on MCDisass...
2014-01-31 Reid Kleckner[ms-cxxabi] Add a new calling convention that swaps...
2014-01-31 NAKAMURA TakumiLTO itself hasn't depended on MCDisassembler any more.
2014-01-31 NAKAMURA Takumillvm/tools: Prune redundant target_link_libraries.
next