platform/upstream/llvm.git
2016-08-11 Pete CooperChange when we choose to add an LC_LOAD_DYLIB to the...
2016-08-11 Ed SchoutenDon't enable PIE on i686-unknown-cloudabi.
2016-08-11 Duncan P. N... CodeGen: Avoid dereferencing end() in MachineScheduler
2016-08-11 Ed SchoutenPass in frame pointer omitting compiler flags for Cloud...
2016-08-11 Rui UeyamaSplit getArchName. NFC.
2016-08-11 Matt ArsenaultAMDGPU: Prune includes
2016-08-11 Krzysztof Parzyszek[Hexagon] Standardize "select" pseudo-instructions
2016-08-11 Ivan KrasinWholeProgramDevirt: generate more detailed and accurate...
2016-08-11 Marshall ClowRemove test for the sign of a NaN - doesn't work on...
2016-08-11 Pete CooperChange all the libSystem test files to be dylibs instea...
2016-08-11 Pete CooperFix one more test missed by r278372. The next commit...
2016-08-11 Wei MiRemove the restriction that MachineSinking is now stopp...
2016-08-11 Krzysztof ParzyszekIf-conversion incorrectly calculates liveness of redefi...
2016-08-11 Devin Coughlin[analyzer] Teach RetainCountChecker about CVFooRetain
2016-08-11 Pete CooperFix off-by-one error in default currentVersion.
2016-08-11 Barnabas BittnerTest commit
2016-08-11 Bruno Cardoso... [Sema] Add more strict check for sizeof diagnostics...
2016-08-11 Andrew KaylorTarget independent codesize heuristics for Loop Idiom...
2016-08-11 Easwaran RamanAdd a new method to create SimpleInliner instance and...
2016-08-11 Krzysztof Parzyszek[Hexagon] Skip byval arguments when checking parameter...
2016-08-11 Zachary TurnerModify coding conventions to mention include ordering.
2016-08-11 Pete CooperHave one version of libSystem for each arch. NFC.
2016-08-11 Dominic ChenImprove virtual register handling when computing debug...
2016-08-11 Michael KupersteinMake TwoAddressInstructionPass::rescheduleMIBelowKill...
2016-08-11 Matt ArsenaultAMDGPU: Fix crashes on memory functions
2016-08-11 Vedant Kumar[InstrumentationRuntime] Refactor the API (Part 2/N...
2016-08-11 Vedant Kumar[InstrumentationRuntime] Refactor the API (Part 1/N...
2016-08-11 Matt ArsenaultAArch64: Assert on analyzeBranch failing
2016-08-11 Michael Kuperstein[AliasSetTracker] Delete dead code
2016-08-11 Eugene ZelenkoFix some Clang-tidy modernize and Include What You...
2016-08-11 Teresa JohnsonAdd move ops to satisfy MSVC.
2016-08-11 Matt ArsenaultAMDGPU: Remove custom getSubReg
2016-08-11 Matt ArsenaultAMDGPU: Remove unused tracking of flat instructions
2016-08-11 Wei DingAMDGPU : Fix SAD related instruction LIT tests function...
2016-08-11 Simon Atanasyan[ELF][MIPS] Add more tests for ELF flags calculation...
2016-08-11 Simon Atanasyan[ELF][MIPS] Separate different tests by empty lines...
2016-08-11 Saleem Abdulrasooltest: relax the FS test a slight bit to be more reliable
2016-08-11 Sebastian PopAdd 'inline' attribute to __init to inline the basic_st...
2016-08-11 Duncan P. N... Hexagon: Avoid dereferencing end() in HexagonCopyToComb...
2016-08-11 Wei DingAMDGPU : Add LLVM intrinsics for SAD related instructions.
2016-08-11 Teresa JohnsonAdd (hopefully last) remaining missing dependences...
2016-08-11 Simon Atanasyan[ELF][MIPS] Recognize and print machine name in case...
2016-08-11 Tim NorthoverGlobalISel: clear vreg mapping after translating each...
2016-08-11 Reid KlecknerRemove FIXME about asserting on the end iterator
2016-08-11 Teresa JohnsonMore missing llvm-lto2 dependencies
2016-08-11 Lang Hames[MCJIT] Improve documentation and error handling for...
2016-08-11 Duncan P. N... X86: Use operator lookup for operator==, NFC
2016-08-11 Duncan P. N... IR: Don't cast the end iterator to Instruction*
2016-08-11 Pavel LabathFix unit tests on windows
2016-08-11 Duncan P. N... CodeGen: Check for a terminator in llvm::getFuncletMemb...
2016-08-11 Matthew Simpson[SLP] Make RecursionMaxDepth a command line option...
2016-08-11 Sanjay Patelfix comment; NFC
2016-08-11 Teresa JohnsonFix bot failure from r278338 due to missing dependences
2016-08-11 Sanjay Pateluse auto* with dyn_cast ; NFC
2016-08-11 Sanjay PatelgetParent()->getParent() == getFunction() ; NFC
2016-08-11 Teresa JohnsonRestore "Resolution-based LTO API."
2016-08-11 Ehsan Amirirevert 278334
2016-08-11 Valery PykhtinRevert "[AMDGPU] fix failure on printing of non-existin...
2016-08-11 Pavel LabathMake sure files include what they use (part 2/2)
2016-08-11 Ehsan AmiriExtend trip count instead of truncating IV in LFTR...
2016-08-11 Valery Pykhtin[AMDGPU] fix failure on printing of non-existing instru...
2016-08-11 Andrey ChurbanovFixes for hierarchical barrier (possible hang if team...
2016-08-11 Teresa JohnsonRevert "Resolution-based LTO API."
2016-08-11 Teresa JohnsonResolution-based LTO API.
2016-08-11 Simon PilgrimFixed VS2015 (Update 3) warning - differing const/volat...
2016-08-11 Igor Breger[AVX512] Fix extractelement i1 lowering.
2016-08-11 Davide Italiano[Core] Retire addReplacement() member function.
2016-08-11 Omair JavaidMake sure LldbGdbServerTestCase is built in arm mode...
2016-08-11 Pavel LabathRemove a double send of eRunPacketSent event
2016-08-11 Kirill Bobyrev[clang-tidy] fix readability-else-after-return test
2016-08-11 Eric FiselierUnbreak C++03 build.
2016-08-11 Eugene Leviant[ELF] Symbol assignment within output section description
2016-08-11 Marina YatsinaAvoid false dependencies of undef machine operands
2016-08-11 Amjad Aboud[Debug Info] Added a LIT test that covers the fix commi...
2016-08-11 Eric FiselierRefactor test archetypes implementation.
2016-08-11 Craig Topper[AVX-512] Promote 512-bit integer loads to v8i64 simila...
2016-08-11 Craig Topper[AVX-512] Add patterns to allow EVEX encoded stores...
2016-08-11 Craig Topper[AVX-512] Fix the 128-bit and 256-bit nontemporal load...
2016-08-11 Saleem Abdulrasoolbindings: expose diagnostic formatting to Python
2016-08-11 Xinliang David Li[Profile] improve warning control option
2016-08-11 Dominic Chen[WebAssembly] Cleanup trailing whitespace
2016-08-11 Easwaran RamanMake more fields of InlineParams Optional.
2016-08-11 Eric FiselierAdd missing REQUIRES for C++14
2016-08-11 Eric Fiselier[libcxx] Add std::any
2016-08-11 Sanjoy Das[Statepoints] Minor cosmetic change; NFC
2016-08-11 Evgeniy Stepanov[asan] abort_on_error=1 by default on Android.
2016-08-11 Chris Bieneman[MachOYAML] Don't output empty ExportTrie
2016-08-11 Chris Bieneman[Order Files] Don't use empty order files
2016-08-11 Jim Inghamdlopen & dlclose can't throw C++ or ObjC exceptions...
2016-08-10 Greg ClaytonFix a problem where if a uint64_t value is placed into...
2016-08-10 Tim NorthoverGlobalISel: support same ConstantExprs as Instructions.
2016-08-10 Greg ClaytonMake pascal debugging work again.
2016-08-10 Eric FiselierImplement LWG 2148: Make non-enum default hash speciali...
2016-08-10 Greg ClaytonCentralize all select() calls into one place so that...
2016-08-10 Tim Shen[ADT] Move LLVM_ATTRIBUTE_UNUSED_RESULT to the function...
2016-08-10 Lang Hames[lld][MachO] Fix LC_SEGEMENT[_64] filesize computation...
2016-08-10 Tim NorthoverGlobalISel: add tests forgotten in r278293.
2016-08-10 Eugene Zelenko[Documentation] Improve consistency.
2016-08-10 Sanjoy Das[LangRef] Fix formatting (no semantic change)
2016-08-10 Tim NorthoverGlobalISel: implement simple function calls on AArch64.
next