platform/upstream/llvm.git
2014-12-16 Nico WeberMove -Wkeyword-macro into -pedantic, remove -Wreserved...
2014-12-16 Kostya Serebryany[asan] trying to fix Mac build
2014-12-16 Rafael EspindolaPut static local variables of inline functions in the...
2014-12-16 Kevin EnderbyFix another use of PRIx32 that should have been PRIx64.
2014-12-16 Colin LeMahieu[Hexagon] Adding bit count and twiddling instructions.
2014-12-16 Hans WennborgFix Win build after r224353: void function returning...
2014-12-16 Colin LeMahieu[Hexagon] Adding asr/lsr/asl reg/imm, asl with saturati...
2014-12-16 Renato GolinFixes wrong -march=aarch64 option in compiler-rt
2014-12-16 Frederic Riss[dsymutil] Pass the verbosity flag down to the processi...
2014-12-16 Frederic Riss[dsymutil] Avoid calling getStringTableData() for each...
2014-12-16 JF Bastienx86-32: PUSHF/POPF use/def EFLAGS
2014-12-16 Jacques PienaarConsider calls from implict host device functions as...
2014-12-16 Peter CollingbourneUse the object's package to mangle method names, rather...
2014-12-16 Rafael EspindolaUse CastInst::castIsValid to simplify the verifier.
2014-12-16 Matt ArsenaultNVPTX: Remove duplicate of AsmPrinter::lowerConstant
2014-12-16 Matt ArsenaultMove lowerConstant to AsmPrinter
2014-12-16 Kostya Serebryany[asan] new flag: hard_rss_limit_mb
2014-12-16 Enrico GranataIn C++, it's #include not #import
2014-12-16 Quentin Colombet[CodeGenPrepare] Move sign/zero extensions near loads...
2014-12-16 Kevin EnderbyFix the arm build bots for a test that was added. ...
2014-12-16 Robert Khasanov[AVX512] Enable integer arithmetic lowering for AVX512B...
2014-12-16 Evgeny AstigeevichOn behalf of Matthew Wahab:
2014-12-16 Ahmed Bougacha[MC] Reset the MCInst in the matcher function before...
2014-12-16 Colin LeMahieu[Hexagon] Adding absolute value, and negate with saturation
2014-12-16 Zachary TurnerDelete MSVC intermediate files on "make clean" from...
2014-12-16 Sanjay Patelcombine consecutive subvector 16-byte loads into one...
2014-12-16 Colin LeMahieu[Hexagon] Adding saturate and swizzle instructions.
2014-12-16 Marshall ClowRe-commit the test for regex that I busted last night...
2014-12-16 Robert Khasanov[AVX512] Add a comment for avx512_broadcast_pat multiclass
2014-12-16 Colin LeMahieu[Hexagon] Removing old multiply defs and updating refer...
2014-12-16 Vladimir MedicThe single check for N64 inside MipsDisassemblerBase...
2014-12-16 Zoran Jovanovic[mips][microMIPS] Implement SWP and LWP instructions
2014-12-16 Aaron BallmanFixing -Wsign-compare warnings; NFC.
2014-12-16 Vladimir MedicAdd disassembler tests for mips4 platform. There are...
2014-12-16 Elena DemikhovskyMasked Load and Store Intrinsics in loop vectorizer.
2014-12-16 Daniel Sanders[mips] Fix arguments-struct.ll for Windows and OSX...
2014-12-16 Bradley Smith[ARM] Prevent PerformVCVTCombine from combining a vmul...
2014-12-16 Hafiz Abid... Fixed 2 typos in help.
2014-12-16 Elena DemikhovskyX86: Added FeatureVectorUAMem for all AVX architectures.
2014-12-16 Alexey BataevRenamed RefersToEnclosingLocal bitfield to RefersToCapt...
2014-12-16 Duncan P. N... Remove 'metadata' from comments
2014-12-16 Duncan P. N... IR: Stop printing 'metadata' in Metadata::print()
2014-12-16 Mohit K. Bhakkadinternal_stat for mips64
2014-12-16 Duncan P. N... IR: Make MDNode::dump() useful by adding addresses
2014-12-16 Duncan P. N... DebugInfo: Update testcase to actually check something
2014-12-16 Alexey Bataev[OPENMP] Bugfix for processing of global variables...
2014-12-16 David MajnemerSema: Don't crash converting to bool from _Atomic
2014-12-16 Jason MolendaTemporarily disable CompactUnwindInfo::GetCompactUnwind...
2014-12-16 Nick LewyckyImprove handling of value dependent expressions in...
2014-12-16 Saleem AbdulrasoolARM: diagnose deprecated syntax
2014-12-16 Hal Finkel[PowerPC] Improve instruction selection bit-permuting...
2014-12-16 Justin BognerRevert "Fix installheaders target's permissions"
2014-12-16 David MajnemerAST: Fix the linkage of static vars in fn template...
2014-12-16 Kuba BreckaAdd an MACOS_VERSION_UNKNOWN_NEWER enum value for OS...
2014-12-16 Saleem AbdulrasoolARM: 80-column
2014-12-16 Matthias BraunLiveRangeCalc: Rewrite subrange calculation
2014-12-16 Rafael EspindolaRemove the last unnecessary member variable of mapped_f...
2014-12-16 Rafael EspindolaConvert a member variable to a local variable. NFC.
2014-12-16 Enrico GranataInstead of rolling our own, use the C++11 sanctioned...
2014-12-16 Rafael EspindolaRemove unused member and simplify. NFC.
2014-12-16 Alexey SamsonovFix data symbolization with libbacktrace. Patch by...
2014-12-16 Rafael EspindolaStart adding thin archive support.
2014-12-16 Greg ClaytonIf a binary was stripped we sometimes didn't show the...
2014-12-16 Alexey Samsonov[ASan] Allow to atomically modify malloc_context_size...
2014-12-16 Jonathan RoelofsAppease the c++14 buildbots
2014-12-16 Hans WennborgClarify the code in checkDLLAttribute()
2014-12-16 Kevin EnderbyFix a bug in llvm-objdump’s -private-headers for 32...
2014-12-16 Marshall ClowComment out the breaking tests until I figure out what...
2014-12-16 Jonathan RoelofsFix installheaders target's permissions
2014-12-16 David MajnemerSema: Check value dependent casts when possible
2014-12-16 Marshall ClowOnce more w/o the typo.
2014-12-16 Marshall ClowFix the literal string that I said would be six element...
2014-12-16 Marshall ClowAdd test to ensure that iterator_traits<NotAnIterator...
2014-12-16 Adrian PrantlARM/AArch64: Attach the FrameSetup MIFlag to CFI instru...
2014-12-16 Colin LeMahieu[Hexagon] Adding doubleword multiplies with and without...
2014-12-15 Marshall ClowImplement LWG 2217 - operator==(sub_match, string)...
2014-12-15 Michael IlsemanSink the isa into the assert
2014-12-15 Enrico GranataNow that AddressOf() does sane things with const result...
2014-12-15 Colin LeMahieu[Hexagon] Adding halfword to doubleword multiplies.
2014-12-15 Colin LeMahieu[Hexagon] Adding logical-logical accumulation instructi...
2014-12-15 Reid KlecknerDiagnose function template definitions inside functions
2014-12-15 Kostya Serebryany[asan] introduce __sanitizer_set_death_callback, deprec...
2014-12-15 Sanjoy DasTeach ScalarEvolution to exploit min and max expression...
2014-12-15 Simon PilgrimAdded missing tests for X86vzmovl folding. NFC.
2014-12-15 JF Bastienx86: Emit LOCK prefix after DATA16
2014-12-15 Colin LeMahieu[Hexagon] Adding a number of additional multiply forms...
2014-12-15 Michael IlsemanClean up warning about unused variable
2014-12-15 Duncan P. N... Hand-modify a testcase (still PR21532)
2014-12-15 Roman DivackySilene -Wreorder warning.
2014-12-15 Matthias BraunRevert "LiveRangeCalc: Rewrite subrange calculation"
2014-12-15 Michael IlsemanRevert of r223763, in spirit.
2014-12-15 Duncan P. N... Update lib/profile tests for metadata assembly change
2014-12-15 Enrico GranataProvide a SBFrame.register/.reg helper on the Python...
2014-12-15 Mark HeffernanClarify HowFarToZero computation when the step is a...
2014-12-15 Colin LeMahieu[Hexagon] Adding misc multiply encodings and tests.
2014-12-15 Matthias BraunLiveRangeCalc: Rewrite subrange calculation
2014-12-15 Reid KlecknerHandle errors in lambda prototype instantiation correctly
2014-12-15 Justin Bognerprofile: Add the relevant parts of lib/profile to cc_ke...
2014-12-15 Duncan P. N... Run upgrade script from PR21532 to match LLVM changes
2014-12-15 Daniel MarjamakiSema: Cleanup and improve string-plus-char checking.
next