platform/upstream/llvm.git
2016-08-12 Duncan P. N... Core: Remove custom next-prev traits from SimpleReferen...
2016-08-12 Duncan P. N... ADT: Add ilist_iterator conversions to/from ilist_node
2016-08-12 Wei MiRecommit 'Remove the restriction that MachineSinking...
2016-08-12 Rui UeyamaEarly continue. NFC.
2016-08-12 Rui UeyamaSimplify LinkerScript<ELFT>::createSections.
2016-08-12 Haicheng Wu[BranchFolding] Restrict tail merging loop blocks after MBP
2016-08-12 Rui UeyamaRemove excessive parentheses.
2016-08-12 Rui UeyamaCreate only one section for a name in LinkerScript.
2016-08-12 Richard SmithP0217R3: serialization/deserialization support for...
2016-08-12 Bruno Cardoso... Revert "[VFS] Skip non existent files from the VFS...
2016-08-12 Richard SmithP0217R3: template instantiation support for decompositi...
2016-08-12 Bruno Cardoso... [VFS] Skip non existent files from the VFS tree
2016-08-12 Bruno Cardoso... [VFS] Add 'ignore-non-existent-contents' field to YAML...
2016-08-12 Ivan KrasinWholeProgramDevirt: initialize WasDevirt in all constru...
2016-08-12 Chris Bieneman[CMake] If the compiler supports _Atomic include atomic...
2016-08-12 Rui UeyamaAllocate LayoutInputSections using SpecificBumpPtrAlloc...
2016-08-12 Rui UeyamaSimplify output section ownership management.
2016-08-12 Eli Friedman[DSE] Don't remove stores made live by a call which...
2016-08-12 Pete CooperRefactor isValidAssumeForContext to reduce duplication...
2016-08-12 Rui UeyamaRemove OutputSectionBuilder::finalize.
2016-08-12 Richard SmithRemove unused and undesirable reference from BindingDec...
2016-08-12 Richard SmithP0217R3: Constant expression evaluation for decompositi...
2016-08-12 Rui UeyamaRemove useless local variable.
2016-08-12 Rui UeyamaSplit LinkerScript<ELFT>::createSections.
2016-08-12 Vedant Kumar[Basic] Add const qualifier to SM.isInSystemMacro ...
2016-08-12 David MajnemerUse the range variant of find_if instead of unpacking...
2016-08-12 Ivan KrasinWholeProgramDevirt: fix access to a non-initialized...
2016-08-11 Todd FialaDecoupled Options from CommandInterpreter.
2016-08-11 Rui UeyamaReplace a variadic forwarding template function with...
2016-08-11 Xinliang David LiAdd comment /NFC
2016-08-11 Tim Shen[ADT] Migrate DepthFirstIterator to use NodeRef
2016-08-11 Xinliang David LiFix typos /NFC
2016-08-11 Richard SmithP0217R3: Perform semantic checks and initialization...
2016-08-11 Pete CooperRemove unnecessary extra version of isValidAssumeForCon...
2016-08-11 David MajnemerUse the range variant of find instead of unpacking...
2016-08-11 Piotr PadlewskiDon't import variadic functions
2016-08-11 Vyacheslav... X86-FMA3: Implemented commute transformation for EVEX...
2016-08-11 Rui UeyamaMake class hierarchy more shallow.
2016-08-11 Rui UeyamaRe-commit r278066: Do not ignore SizeOfOptionalHeader...
2016-08-11 Tim NorthoverGlobalISel: support 'null' constant in translation.
2016-08-11 Ehsan AmiriExtend trip count instead of truncating IV in LFTR...
2016-08-11 Rui UeyamaRemove trailing whitespace.
2016-08-11 Pete CooperDead strip DESC bits should only be set on object files.
2016-08-11 Daniel Berlin[MSSA] Use is_contained
2016-08-11 David MajnemerUse range algorithms instead of unpacking begin/end
2016-08-11 Krzysztof Parzyszek[Hexagon] Allow non-returning calls in hardware loops
2016-08-11 David Majnemer[vim] Add more attributes to llvm.vim
2016-08-11 Matt ArsenaultAMDGPU: Remove unused tablegen utilities
2016-08-11 Geoff Berry[SCEV] Update interface to handle SCEVExpander insert...
2016-08-11 Pete CooperAdd obj2yaml to the list of tool_patterns in lit. NFC
2016-08-11 Tim NorthoverRemove empty file left by partial reversion.
2016-08-11 Tim NorthoverGlobalISel: add translation support for shift operations.
2016-08-11 Tim NorthoverGlobalISel: support zext & sext during translation...
2016-08-11 Rui UeyamaAdd comments.
2016-08-11 Pete CooperBetter compress lazy binding info to match ld64.
2016-08-11 Teresa JohnsonFix type truncation warnings
2016-08-11 Pete CooperGenerate slightly more compressed binding opcodes when...
2016-08-11 Daniel BerlinMove GVNHoist tests into their own directory since...
2016-08-11 Wei DingAMDGPU : Add intrinsic for instruction v_cvt_pk_u8_f32
2016-08-11 Wei MiRevert rL278384 which caused several buildbot failures...
2016-08-11 Daniel BerlinFix PR 28933
2016-08-11 Pete CooperAdd test for rebase opcodes. We didn't have one. ...
2016-08-11 Pete CooperAdd missing RUN line from r278398. This test works...
2016-08-11 Pete CooperArm64 stubs alignment is 2, not 4.
2016-08-11 Tim Shen[ADT] Add relation operators for Optional
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...
next