oota-llvm.git
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
2014-08-15 Rafael EspindolaSet comdats when lazily linking functions.
2014-08-15 Juergen Ributzka[FastISel][AArch64] Fix a latent bug in floating-point...
2014-08-15 Juergen RibutzkaReapplying [FastISel][AArch64] Cleanup constant materia...
2014-08-15 Matt ArsenaultR600/SI: Move all fabs / fneg handling to patterns
2014-08-15 Matt ArsenaultR600/SI: Use source modifiers for f64 fneg
2014-08-15 Matt ArsenaultR600/SI: Use source modifier for f64 fabs
2014-08-15 Matt ArsenaultR600/SI: Refactor fneg / fabs patterns
2014-08-15 Reid KlecknerFix the build with MSVC 2013 after new shuffle code
2014-08-15 Matt ArsenaultR600/SI: Fix offset folding in some cases with shifted...
2014-08-15 Chandler Carruth[x86] Teach the new AVX v4f64 shuffle lowering to use...
2014-08-15 Juergen Ributzka[FastISel] Remove an performance debugging assert.
2014-08-15 Matt ArsenaultR600/SI: Add intrinsic for ldexp
2014-08-15 Juergen Ributzka[FastISel][ARM] Fix unit test from r215682.
2014-08-15 Matt ArsenaultR600/SI: Implement isLegalAddressingMode
2014-08-15 Moritz RothARM: Fix and re-enable load/store optimizer for Thumb1.
2014-08-15 Moritz RothARM load/store optimizer: Compute BaseKill correctly.
2014-08-15 Juergen Ributzka[FastISel][ARM] Fix a think-o in my previous commit...
2014-08-15 Rafael EspindolaIntroduce a helper to combine instruction metadata.
2014-08-15 Rafael EspindolaMake EmitAbsValue an static helper.
2014-08-15 Rafael EspindolaDelete dead code. NFC.
2014-08-15 Rafael EspindolaMake EmitDwarfSetLineAddr an static helper. NFC.
2014-08-15 Rafael EspindolaMake BuildSymbolDiff an static helper.
2014-08-15 Amara Emerson[AArch64] Narrow arguments passed in wrong position...
2014-08-15 Rafael EspindolaMake ForceExpAbs an static helper.
2014-08-15 Rafael EspindolaAdd a helper to MCExpr for when an expression is know...
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-08-15 Bill Schmidt[PPC64] Add test case for r215685.
2014-08-15 Benjamin KramerPPC: Clean up pointer casting, no functionality change.
2014-08-15 Chandler Carruth[x86] Add the initial skeleton of type-based dispatch...
2014-08-15 Chandler Carruth[x86] Teach the instruction printer to decode immediate...
2014-08-15 Tim NorthoverARM: implement MRS/MSR (banked reg) system instructions.
2014-08-15 Erik VerbruggenRemove testcase from README which we didn't get. We...
2014-08-15 Vladimir MedicCurrent implementation of c.cond.fmt instructions only...
2014-08-15 Chandler Carruth[x86] Remove the duplicated code for testing whether...
2014-08-15 Eric Fiselier[LIT]Correct name of global lit configuration object...
2014-08-15 Chandler Carruth[x86] Fix the very broken formation of vpunpck instruct...
2014-08-15 Rafael EspindolaDon't print comments to an object streamer :-)
2014-08-15 Rafael EspindolaEmitAbsValue is the same as EmitValue on non-darwin...
2014-08-15 Chandler Carruth[x86] Fix PR20540 where the x86 shuffle DAG combiner...
2014-08-15 Bill Schmidt[PPC64] Add missing dependency on X2 to LDinto_toc.
2014-08-14 Juergen Ributzka[FastISel][ARM] Fall-back to constant pool loads when...
2014-08-14 Hal FinkelCopy noalias metadata from call sites to inlined instru...
2014-08-14 Juergen RibutzkaRevert several FastISel commits to track down a buildbo...
2014-08-14 Duncan P. N... Fix whitespace error from r215279, NFC
2014-08-14 Adam Nemet[AVX512] Add test for FMA masking instrinsics
2014-08-14 Adam Nemet[AVX512] Switch FMA intrinsics to the masking version
2014-08-14 Adam Nemet[X86] Break out logic to map FMA Intrinsic number to...
2014-08-14 Adam Nemet[AVX512] Add enum for the static rounding types
2014-08-14 Adam Nemet[AVX512] Break out the logic to lower masking intrinsics
2014-08-14 Adam Nemet[AVX512] Add masking variant for the FMA instructions
2014-08-14 Juergen RibutzkaRevert "[FastISel][AArch64] Add support for more addres...
2014-08-14 Hal FinkelAdd noalias metadata for general calls (not just memory...
2014-08-14 Moritz RothTesting commit access.
2014-08-14 Chad Rosier[Reassociation] Add support for reassociation with...
next