oota-llvm.git
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-19 Duncan P. N... IR: Reduce RAUW traffic in ConstantVector
2014-08-19 Duncan P. N... IR: Fix ConstantArray::replaceUsesOfWithOnConstant()
2014-08-19 Duncan P. N... IR: Factor out replaceUsesOfWithOnConstantImpl(), NFC
2014-08-19 Duncan P. N... IR: Split up Constant{Array,Vector}::get(), NFC
2014-08-19 Akira Hatanaka[X86, X87 stackifier] Do not mark an operand of a debug...
2014-08-19 Duncan P. N... IR: Reduce RAUW traffic in ConstantExpr
2014-08-19 Duncan P. N... IR: Replace uses of ConstantAggrUniqueMap with Constant...
2014-08-19 Duncan P. N... Remove extraneous typenames from r215957
2014-08-19 Duncan P. N... IR: Rewrite ConstantUniqueMap
2014-08-19 Duncan P. N... IR: Declare LookupKey right before its use, NFC
2014-08-19 Duncan P. N... IR: ArrayRef-ize {Insert,Extract}ValueConstantExpr...
2014-08-19 Duncan P. N... Prevent clang-format from moving the namespace closing...
2014-08-19 Duncan P. N... NVPTX: Use RAUW instead of reinventing the wheel
2014-08-19 Duncan P. N... LLParser: Handle BlockAddresses on-the-fly
2014-08-18 Duncan P. N... verify-uselistorder: Call verifyModule() and improve...
2014-08-18 Rafael EspindolaUse a range loop. NFC.
2014-08-18 Rafael EspindolaThese classes only need a StringRef, not a MemoryBuffer.
2014-08-18 Rafael EspindolaDelete unused method.
2014-08-18 Robin MorissetAnswer to Philip Reames comments
2014-08-18 Robin MorissetWeak relaxing of the constraints on atomics in MemoryDe...
2014-08-18 Lang Hames[MCJIT] Respect target endianness in RuntimeDyldMachO...
2014-08-18 Kevin EnderbyMake llvm-objdump handle both arm and thumb disassembly...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Tidy up.
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Quentin Colombet[X86][Haswell][SchedModel] Add architecture specific...
2014-08-18 Robin MorissetMake use of isAtLeastRelease/Acquire in the ARM/AArch64...
2014-08-18 Aaron BallmanDisabling an MSVC warning ('var' : definition from...
2014-08-18 Oliver StannardTeach the AArch64 backend to handle f16
2014-08-18 Oliver Stannard[ARM,AArch64] Do not tail-call to an externally-defined...
2014-08-18 Elena DemikhovskyAVX-512: Fixed a bug in emitting compare for MVT:i1...
2014-08-18 Aaron BallmanSilencing an MSVC warning about loop variable conflicti...
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-18 Abramo BagnaraAdded forgotten noexcept.
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-17 Rafael EspindolaUse copy initialization to initialize std::unique_ptr.
2014-08-17 Saleem AbdulrasoolARM: mark missing functions from RTABI
2014-08-17 Saleem AbdulrasoolARM: improve RTABI 4.2 conformance on Linux
2014-08-17 Saleem AbdulrasoolARM: whitespace
2014-08-17 Rafael EspindolaRemove unused member variable.
2014-08-17 Rafael EspindolaReturn a std::uinque_ptr. Every caller was already...
2014-08-17 Rafael EspindolaConvert an ownership comment with std::uinque_ptr.
2014-08-17 Rafael EspindolaPass a std::uinque_ptr to ParseAssembly to make the...
2014-08-17 Rafael EspindolagetLazyIRModule always takes ownership. Make that explicit.
2014-08-17 Rafael EspindolaReturn a std::unique_ptr to make the ownership explicit.
2014-08-17 Rafael EspindolaDon't repeat the function name in comments. NFC.
2014-08-17 Rafael EspindolaDon't repeat names in comments. NFC.
2014-08-17 Daniel SandersRevert: r215698 - Current implementation of c.cond...
2014-08-17 Saleem AbdulrasoolARM: correct toggling behaviour
2014-08-17 Rafael Espindolallvm-objdump: don't print relocations in non-relocatabl...
2014-08-17 Rafael EspindolaRemove a redundant "public:". NFC.
2014-08-17 Hans WennborgBumpPtrAllocator: remove 'no slabs allocated yet' check
2014-08-17 Rafael EspindolaAdd a non-templated ELFObjectFileBase class.
2014-08-17 Rafael EspindolaFix an off-by-one bug in the target independent llvm...
2014-08-17 Elena DemikhovskyReverted last commit
2014-08-17 Elena DemikhovskyReverted last commit
2014-08-17 Elena DemikhovskyAdded a table for intrinsics on X86.
2014-08-17 Owen AndersonRemove an InstCombine that transformed patterns like...
2014-08-17 Chandler Carruth[x86] Fix an indentation goof in a prior commit. Should...
2014-08-17 Chandler Carruth[shuffle] Teach the shufflevector fuzzer to support...
2014-08-16 NAKAMURA Takumillvm/test/CodeGen/X86/fmul-combines.ll: Appease Windows...
2014-08-16 Matt ArsenaultFix fmul combines with constant splat vectors
2014-08-16 Chandler Carruth[x86] Teach lots of the new vector shuffle lowering...
2014-08-16 David MajnemerInstCombine: Fix a potential bug in 0 - (X sdiv C)...
2014-08-16 David MajnemerInstCombine: Combine mul with div.
2014-08-16 Nico Weberarm asm: Let .fpu enable instructions, PR20447.
2014-08-16 Eric Fiselier[LIT] Move display of unsupported and xfail tests to...
2014-08-16 Duncan P. N... BitcodeReader: Only create one basic block for each...
2014-08-16 Duncan P. N... UseListOrder: Correctly count the number of uses
2014-08-16 Duncan P. N... IR: Don't add inbounds to GEPs of extern_weak variables
2014-08-16 Andrea Di Biagio[DAGCombiner] Improve the folding of target independet...
2014-08-16 Hal Finkel[PowerPC] Mark fixed-offset byvals as pointed-to by...
2014-08-16 Hal FinkelMake isAliased property for fixed-offset stack objects...
2014-08-16 Hal Finkel[PowerPC] Darwin byval arguments are not immutable
2014-08-15 Sean SilvaRevert "[Support] Promote cl::StringSaver to a separate...
2014-08-15 Robin MorissetGet rid of dead code: SelectAtomic64 in X86ISelDAGtoDAG.cpp
2014-08-15 Sean Silva[Support] Promote cl::StringSaver to a separate utility
2014-08-15 Robin MorissetAdd two helper functions: isAtLeastAcquire, isAtLeastRe...
2014-08-15 Robin MorissetFix typos in comments
2014-08-15 Chad Rosier[AArch32] Add support for FP rounding operations for...
2014-08-15 Nick Kledzik[Option] Support MultiArg in --help
next