platform/upstream/llvm.git
2016-07-27 Jonas HahnfeldSupport setting default value for -rtlib at build time
2016-07-27 Dean Michael... Revert "Default COMPILER_RT_BUILD_XRAY=ON"
2016-07-27 Sean SilvaRefactor - CodeExtractor : Move check for valid block...
2016-07-27 Dean Michael... Default COMPILER_RT_BUILD_XRAY=ON
2016-07-27 George Burgess IV[GVNHoist] Fix typo in assert.
2016-07-27 Mehdi AminiFix Coroutines doc example
2016-07-27 Davide Italiano[MC] Add command-line option to choose the max nest...
2016-07-27 Sebastian PopGVN-hoist: improve code generation for recursive GEPs
2016-07-27 Sebastian PopGVN-hoist: use DFS numbers instead of walking the instr...
2016-07-27 David Majnemer[coroutines] Part 2 of N: Adding Coroutine Intrinsics
2016-07-27 Sebastian Popadd a verbose mode to Loop->print() to print all the...
2016-07-27 Sebastian Popadd function isLoopLatch
2016-07-27 Saleem Abdulrasooltest: simplify commands, NFC
2016-07-27 Sebastian Poprefactor code in verifyLoop: NFC.
2016-07-27 Dean Michael... Use RAII for ensuring that mprotect calls are undone
2016-07-27 Vedant Kumar[llvm-cov] Escape '\' in strings when emitting JSON
2016-07-27 Vedant KumarFix for compiling with clang <= 3.7 and g++6 headers
2016-07-27 Sebastian PopMove assert as early as possible
2016-07-27 Andrew Wilkins[llvm-go] parameterize $GOPATH construction
2016-07-27 Andrew Wilkins[llgo] add llgo source path to LLVM_GO_PACKAGES
2016-07-27 David Majnemer[ConstantFolding] Correctly handle failures in Constant...
2016-07-27 Davide Italiano[ELF] Support --output. Also output= can take two dashes.
2016-07-27 Davide Italiano[ELF/LinkerScript] Support EXCLUDE_FILE inside KEEP.
2016-07-27 Andrew KaylorReverting r276771 due to MSan failures.
2016-07-26 Matt ArsenaultAMDGPU: Use rcp for fdiv 1, x with fpmath metadata
2016-07-26 Hans WennborgRevert r276136 "Use ValueOffsetPair to enhance value...
2016-07-26 Matt ArsenaultAMDGPU: Add more tests for LDS size with occupancy
2016-07-26 Vedant Kumar[docs] Fix a sphinx error in llvm-cov.rst
2016-07-26 Matt ArsenaultAMDGPU: Use implicit_def for selecting anyext
2016-07-26 Vedant KumarRetry: [llvm-cov] Add support for exporting coverage...
2016-07-26 Peter Collingbournedocs: Add reference to type metadata to langref.
2016-07-26 Vedant KumarRevert "[llvm-cov] Add support for exporting coverage...
2016-07-26 Matthias BraunMIRParser: Use dot instead of colon to mark subregisters
2016-07-26 Omair JavaidFix LLDBConfig.cmake to enable python enabled build...
2016-07-26 Vedant Kumar[llvm-cov] Add support for exporting coverage data...
2016-07-26 Simon Atanasyan[ELF][MIPS] Attempt to fix Windows buildbot
2016-07-26 Rui UeyamaMove code for MIPS from createInputSection to initializ...
2016-07-26 Simon Atanasyan[ELF][MIPS] Replace binary test input file by asembler...
2016-07-26 Simon Atanasyan[ELF][MIPS] Do not emit .got section in case of relocat...
2016-07-26 Simon Atanasyan[ELF][MIPS] Use section type to recognize .reginfo...
2016-07-26 Sanjoy DasFix docs/Coroutines.rst syntax highlighting on Linux
2016-07-26 Matt ArsenaultAMDGPU/R600: Remove dead custom inserters
2016-07-26 Matt ArsenaultAMDGPU: Minor AsmPrinter cleanups
2016-07-26 Evgeniy Stepanov[asan] Remove zero FSR check on ARM.
2016-07-26 Evgeniy Stepanov[asan] Hardcode page size 4096 on Android.
2016-07-26 Krzysztof Parzyszek[Hexagon] Post-increment loads/stores enhancements
2016-07-26 Tim NorthoverGlobalISel: add generic load and store instructions.
2016-07-26 Michael Kuperstein[X86] Split out absdiff detection from SAD combine...
2016-07-26 Manman RenModules: follow up to r276769.
2016-07-26 Jim InghamThe ARM single-step handling needs to look for breakpoi...
2016-07-26 Jim InghamCheck both private & public states to decide if you...
2016-07-26 Rui UeyamaRemove return type that can trivially be inferred.
2016-07-26 Krzysztof Parzyszek[Hexagon] Gracefully handle reg class mismatch in Hexag...
2016-07-26 Krzysztof Parzyszek[Hexagon] Rerun bit tracker on new instructions in RIE
2016-07-26 Artem Dergachev[analyzer] Hotfix for build failure due to declaration...
2016-07-26 George Rimar[ELF] - replace error() with llvm_unreachable.
2016-07-26 George RimarAttemp to fix build bot:
2016-07-26 Krzysztof ParzyszekAdd link to the Hexagon documentation
2016-07-26 Krzysztof Parzyszek[Hexagon] Bitwise operations for insert/extract word...
2016-07-26 Justin LebarFix NVPTX/call-with-alloca-buffer.ll after r276777.
2016-07-26 Matthias BraunMIRParser: Use shorter cfi identifiers
2016-07-26 George Rimar[ELF] Linkerscript: symbol assignments with indentifier...
2016-07-26 Davide Italiano[MC] Don't crash when trying to emit a relocation again...
2016-07-26 Artem Dergachev[analyzer] Add basic capabilities to detect source...
2016-07-26 Bruno Cardoso... [CMAKE] Find ld64 using xcrun
2016-07-26 George Rimar[ELF] - Linkerscript: implemented ALIGN modificatior...
2016-07-26 Reid Kleckner[sanitizer] Try to fix LargeMmapAllocator test on Windows
2016-07-26 George Rimar[ELF] Linkerscript: implement DATA_SEGMENT_RELRO_END.
2016-07-26 David Majnemer[InstSimplify] Cast folding can be made more generic
2016-07-26 Adam Nemet[LoopUtils] Sort headers
2016-07-26 Tim NorthoverGlobalISel: add correct operand type to G_FRAME_INDEX...
2016-07-26 Rui UeyamaAdd `static` to a function that is used only in one...
2016-07-26 Krzysztof Parzyszek[Hexagon] Add support for proper handling of H and...
2016-07-26 Tim NorthoverGlobalISel: omit braces on MachineInstr types when...
2016-07-26 Andrew KaylorRe-committing r275284: add support to inline __builtin_...
2016-07-26 Lang Hames[lld][MachO] Add support for S_ATTR_DEBUG to the MachO...
2016-07-26 Manman RenModules: add command line option fmodules-disable-diagn...
2016-07-26 George Rimar[ELF] - Merged 2 lines. NFC.
2016-07-26 Matt ArsenaultAMDGPU: Make AMDGPUMachineFunction fields private
2016-07-26 Matt ArsenaultAMDGPU: Add missing tests for xnack option for HSA
2016-07-26 Matt ArsenaultAMDGPU: Add fp legacy instruction intrinsics
2016-07-26 Tim NorthoverGlobalISel: add specialized buildCopy function to Machi...
2016-07-26 Tim NorthoverGlobalISel: give MachineInstrBuilder a uniform interfac...
2016-07-26 Haojian Wu[include-fixer] Don't add qualifiers in missing complet...
2016-07-26 Todd Fialareduce Green Dragon macOS build session filename length
2016-07-26 Martin BohmeRevert "Make RecursiveASTVisitor visit lambda capture...
2016-07-26 David MajnemerUpdate for LLVM changes
2016-07-26 Martin BohmeMake RecursiveASTVisitor visit lambda capture initializ...
2016-07-26 Eric Liu[Tooling] skip anonymous namespaces when checking if...
2016-07-26 Daniel Sanders[mips] Fix typos in spelling of lowerRETURNADDR.
2016-07-26 Martin BohmeRevert test commit
2016-07-26 Marshall ClowImplement LCM and GCD for C++17. Same code as for Libra...
2016-07-26 Marshall ClowImplement LCM and GCD for Library Fundamentals. Reviewe...
2016-07-26 Krzysztof Parzyszek[Hexagon] Update store offset when not packetizing...
2016-07-26 Oliver Stannard[ARM] Improve error messages for .arch_extension directive
2016-07-26 Oliver Stannard[ARM] Implement -mimplicit-it assembler option
2016-07-26 Martin BohmeTest commit -- adding a newline
2016-07-26 George Rimar[ELF] Linkerscript: simplify DATA_SEGMENT_ALIGN evaluation
2016-07-26 Daniel Sanders[lit] Document the 'available_features' member of the...
2016-07-26 Simon Pilgrim[X86][SSE] Added extra memory folding tests for cvtsd2s...
next