platform/upstream/llvm.git
2015-05-25 Davide Italiano[llvm-readobj/ELF] Teach how to decode DF_1_XXX flags
2015-05-25 Rafael EspindolaMove HasInstructions to MCSection.
2015-05-25 Simon Pilgrim[X86][AVX2] Vectorized i16 shift operators
2015-05-25 Tom StellardR600/SI: Remove some unnecessary patterns from VINTRP...
2015-05-25 Tom StellardR600/SI: Fix bug with v_interp_p1_f32 instructions...
2015-05-25 Tom StellardR600/SI: Use NAME rather than opName as the key to...
2015-05-25 Kit BartonThis patch adds support for the vector quadword add...
2015-05-25 Kit BartonThis patch adds support for the vector quadword add...
2015-05-25 Rafael EspindolaMove bundle info from MCSectionData to MCSection.
2015-05-25 Rafael EspindolaAdd a isBundleLocked helper to MCELFStreamer.
2015-05-25 Rafael EspindolaMove LayoutOrder to MCSection.
2015-05-25 Rafael EspindolaUse a simple initial value for the ordinal.
2015-05-25 Rafael EspindolaStop forwarding getOrdinal and setOrdinal.
2015-05-25 Rafael EspindolaUse default member initializes. NFC.
2015-05-25 Rafael EspindolaMove Ordinal from MCSectionData to MCSection. NFC.
2015-05-25 Rafael EspindolaSimplify boolean conditional return statements.
2015-05-25 Benjamin KramerRefactor: Simplify boolean conditional return statement...
2015-05-25 Michael Kuperstein[X86] When pattern-matching scalar FMA3 intrinsics...
2015-05-25 Elena DemikhovskyAdded promotion to EXTRACT_SUBVECTOR operand.
2015-05-25 Alexander MusmanBug fix for PR23577 (https://llvm.org/bugs/show_bug...
2015-05-25 Greg ClaytonQuiet compiler warnings about virtual and override...
2015-05-25 Greg ClaytonFix compiler warnings regarding size_t not always being...
2015-05-25 NAKAMURA TakumiReformat.
2015-05-25 NAKAMURA TakumiPrune CRLFs.
2015-05-25 Chandler Carruth[Unroll] Switch from an eagerly populated SCEV cache...
2015-05-24 Duncan P. N... AsmPrinter: Make DIEValue::Ty private, NFC
2015-05-24 Duncan P. N... AsmPrinter: Avoid creating symbols in DwarfStringPool
2015-05-24 Duncan P. N... AsmPrinter: Prune an include, NFC
2015-05-24 Duncan P. N... AsmPrinter: Remove dead code, NFC
2015-05-24 Duncan P. N... AsmPrinter: Avoid EmitLabelDifference() in DwarfAccelTable
2015-05-24 Duncan P. N... AsmPrinter: Use DwarfStringPoolEntry in DwarfAccelTable...
2015-05-24 Duncan P. N... AsmPrinter: Make DIEString small
2015-05-24 Duncan P. N... AsmPrinter: Extract DwarfStringPoolEntry from DwarfStri...
2015-05-24 Simon Atanasyan[ELF] Fix lld when no unique sections is used
2015-05-24 Duncan P. N... AsmPrinter: Emit the DwarfStringPool offset directly...
2015-05-24 Duncan P. N... DebugInfo: Clarify test/DebugInfo/X86/stmt-list-multipl...
2015-05-24 Duncan P. N... AsmPrinter: Refactor DwarfStringPool::getEntry(), NFC
2015-05-24 Vince HarronRemove log2 dependency when building against Android...
2015-05-24 Renato GolinMove parseSubArch to ARMTargetParser. NFC
2015-05-24 Evgeniy Stepanov[msan] Mprotect all inaccessible memory regions.
2015-05-24 Matt ArsenaultAdd target hook to allow merging stores of nonzero...
2015-05-23 Davide Italiano[Support/ELF] Add missing DF_1_XXX bits.
2015-05-23 David Majnemer[Driver] Unbreak hexagon build bots
2015-05-23 David Majnemer[Driver] Handle -fno-signed-char and -fno-unsigned...
2015-05-23 Benjamin KramerBump SmallString to the minimum required amount for...
2015-05-23 Benjamin Kramer[Mips] Prefer Twine::utohexstr over utohexstr, saves...
2015-05-23 Benjamin Kramer[AArch64] Clean up the ELF streamer a bit.
2015-05-23 Benjamin Kramer[AArch64] Move AArch64TargetStreamer out of MCStreamer.h
2015-05-23 Andrew Wilkins[llgo] cmd/llgoi: use line editor
2015-05-23 Aaron BallmanSilencing a spurious -Wreturn-type warning; NFC.
2015-05-23 Szabolcs Sipos[clang-tidy] Fix for llvm.org/PR23572
2015-05-23 Hal Finkel[PowerPC] Fix fast-isel when compare is split from...
2015-05-23 NAKAMURA TakumiUpdate ExecutionEngine/LLVMBuild.txt, to add LLVMCodeGen.
2015-05-23 Craig TopperGive more meaningful names than I and J to some for...
2015-05-23 Craig TopperFix an unused variable warning in release builds.
2015-05-23 Craig TopperUse range-based for loops. NFC.
2015-05-23 Tobias GrosserRemove unnecessary indirection through SCEV
2015-05-23 Tobias GrosserUse unique_ptr to clarify ownershop of ScopArrayInfoMap
2015-05-23 Tobias GrosserUse unique_ptr to clarify ownership of ScopStmt
2015-05-23 Greg ClaytonDid some cleanup to stop us from leaking Pipe file...
2015-05-23 Tobias GrosserEnable scalar and PHI code generation for Polly
2015-05-23 Tobias GrosserMake use of scalar/phi code generation explicit in...
2015-05-23 Kostya Serebryany[lib/Fuzzer] doxygen-ify the comments for the user...
2015-05-23 Kostya Serebryany[dfsan] ignore more __sanitizer callbacks
2015-05-23 Duncan P. N... AsmPrinter: Remove the vtable-entry from DIEValue
2015-05-23 David Majnemer[Sema] Don't use dyn_cast to detect an AtomicType
2015-05-23 Duncan P. N... CodeGen: Remove redundant DIETypeSignature::dump()...
2015-05-23 Kostya Serebryany[lib/Fuzzer] fully get rid of std::cerr in libFuzzer
2015-05-23 Akira HatanakaStop resetting NoFramePointerElim in TargetMachine...
2015-05-23 Akira HatanakaSimplify and rename function overrideFunctionAttributes...
2015-05-23 Kostya Serebryany[lib/Fuzzer] start getting rid of std::cerr. Sadly...
2015-05-23 Akira HatanakaRemove unnecessary command line option "-disable-fp...
2015-05-23 Rafael EspindolaThis reverts commit r238064 and r238055.
2015-05-23 Rafael EspindolaRevert "make reciprocal estimate code generation more...
2015-05-23 Philip ReamesCorrect a mistaken comment from 238071 [NFC]
2015-05-22 Rafael EspindolaProduce a single string table in a ELF .o
2015-05-22 Lang Hames[lld] Manage atom ordinals in the File class rather...
2015-05-22 Philip ReamesExtend EarlyCSE to handle basic cases from JumpThreadin...
2015-05-22 Johannes DoerfertAdd scalar and phi code generation
2015-05-22 Oleksiy VyalovUse target's SIGSTOP and SIGINT when making decision...
2015-05-22 David Majnemer[InstCombine] Don't eagerly propagate nsw for A*B+A...
2015-05-22 Greg ClaytonFix this module to work with current packects and also...
2015-05-22 Sanjay Pateladd missing include for TargetRecip
2015-05-22 Kostya Serebryany[lib/Fuzzer] remove -use_coverage_pairs=1, an experimen...
2015-05-22 Kostya Serebryany[lib/Fuzzer] mention the user-supplied mutators
2015-05-22 Jonathan PeytonFix doxygen comments
2015-05-22 Jonathan PeytonFix spelling errors
2015-05-22 Kostya Serebryany[lib/Fuzzer] extend the fuzzer interface to allow user...
2015-05-22 Justin BognerCodeGen: Avoid a reserved name and fix the naming style...
2015-05-22 Saleem Abdulrasoolbuiltins: mark functions as aapcs on Windows
2015-05-22 Sanjay Pateladd the -mrecip driver flag and process its options
2015-05-22 Ahmed Bougacha[AArch64][CGP] Sink zext feeding stxr/stlxr into the...
2015-05-22 Rafael EspindolaRelax these tests a bit.
2015-05-22 Ahmed Bougacha[AArch64] Robustize atomic cmpxchg test a little more...
2015-05-22 Sanjay Patelmake reciprocal estimate code generation more flexible...
2015-05-22 Simon Atanasyan[Mips] Cleanup and reformat test cases, add more checkings
2015-05-22 Ahmed Bougacha[AArch64] Robustize atomic cmpxchg test. NFC.
2015-05-22 Rafael EspindolaMake unique section names the default again.
2015-05-22 Renato GolinReinforce ARMTargetParser::getCanonicalArchName validation
2015-05-22 Chad RosierUse new MachineInstr mayLoadOrStore() API. NFC.
next