oota-llvm.git
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.
2014-01-31 NAKAMURA Takumi[CMake] Move libgtest for external projects.
2014-01-31 NAKAMURA TakumiAddLLVM.cmake: Untabify.
2014-01-31 NAKAMURA TakumiHandleLLVMOptions.cmake: Typo, s/proerty/property/
2014-01-31 Matheus Almeida[mips][msa] Add insert.d instruction.
2014-01-31 Matheus AlmeidaUpdate FileCheck prefixes in preparation for the additi...
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...
2014-01-31 Craig TopperMove address override handling in X86CodeEmitter to...
2014-01-31 Craig TopperMove address override handling in X86MCCodeEmitter...
2014-01-31 Bob WilsonFix a bug in gcov instrumentation introduced by r195513...
2014-01-31 Venkatraman... [Sparc] Save and restore float registers that may be...
2014-01-31 Manman RenThis patch teaches the DAGCombiner how to fold insert_s...
2014-01-31 Owen AndersonDAGCombine should not produce ISD::OR nodes after opera...
2014-01-31 Manman RenPGO branch weight: update edge weights in SelectionDAGB...
2014-01-31 Matt ArsenaultAllow speculating llvm.sqrt, fma and fmuladd
2014-01-30 Timur IskhodzhanovAdd a link to a bug to a couple of FIXMEs
2014-01-30 NAKAMURA Takumi[CMake] llvm_update_compile_flags: Honor LLVM_COMPILE_F...
2014-01-30 NAKAMURA TakumiHandleLLVMOptions.cmake: Typo in comment.
2014-01-30 David Woodhouse[x86] Fix signed relocations for i64i32imm operands
2014-01-30 Rafael EspindolaThis file already has a "using namespace object;",...
2014-01-30 Chad Rosier[AArch64] Custom lower concat_vector patterns with...
2014-01-30 Timur IskhodzhanovFix PR18381 - print a minimal diagnostic rather than...
2014-01-30 Rafael EspindolaOnly ELF has a dynamic symbol table. Remove it from...
2014-01-30 Rafael EspindolaThis has been fixed.
2014-01-30 Rafael EspindolaUse early returns and factor the object::Binary creation.
2014-01-30 Juergen Ributzka[Stackmaps] Record the stack size of each function...
2014-01-30 Renato GolinComment out unused macro because of warning
2014-01-30 Timur IskhodzhanovExplicitly specify the CPU to avoid Atom-specific assem...
2014-01-30 Evgeniy StepanovReenable ARM EHABI on Android.
next