platform/upstream/llvm.git
2016-08-19 Lang Hames[lldb] Use OrcMCJITReplacement rather than MCJIT as...
2016-08-19 Tim Shen[GraphTraits] Make nodes_iterator dereference to NodeTy...
2016-08-19 Krzysztof Parzyszek[Packetizer] Add debugging code to stop packetization...
2016-08-19 Krzysztof Parzyszek[Hexagon] Avoid register dependencies on indirect branc...
2016-08-19 Tim Shen[ADT] add pointer_iterator, the opposite of pointee_ite...
2016-08-19 Vedant KumarRevert "[lldb][cmake] Remove libclang as an lldbBase...
2016-08-19 Kostya Serebryany[libFuzzer] fix the non-debug build warnings
2016-08-19 Tim NorthoverGlobalISel: translate floating-point round/extend
2016-08-19 Tim NorthoverGlobalISel: translate floating-point comparisons
2016-08-19 Vitaly Buka[asan] Temporarily mark test as broken on Windows
2016-08-19 Justin Lebar[NVPTX] Switch nvptx-use-infer-addrspace to true.
2016-08-19 Kate StoneReverted premature changes to .clang-format
2016-08-19 Kate StoneMoved #include for lldb-python.h to a distinct group...
2016-08-19 Duncan P. N... Reapply "ADT: Remove UB in ilist (and use a circular...
2016-08-19 Reid KlecknerRevert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
2016-08-19 Duncan P. N... Reapply "ADT: Tidy up ilist_traits static asserts,...
2016-08-19 Tim NorthoverGlobalISel: translate floating-point constants
2016-08-19 Tim NorthoverGlobalISel: translate float/int conversion instructions.
2016-08-19 Tim NorthoverGlobalISel: support translating select instructions.
2016-08-19 Tim NorthoverGlobalISel: fix insert/extract to work on ConstantExprs...
2016-08-19 Tim NorthoverGlobalISel: fix stale comment
2016-08-19 Tim NorthoverGlobalISel: translate insertvalue instructions.
2016-08-19 Tom StellardMachineScheduler: Add constructor functions for the...
2016-08-19 Krzysztof Parzyszek[Hexagon] Add RUN line to test
2016-08-19 Krzysztof Parzyszek[Hexagon] Fix subesthetic indentation
2016-08-19 Krzysztof Parzyszek[Hexagon] Allow i1 values for 'r' constraint in inline-asm
2016-08-19 Simon Pilgrim[CostModel][X86] Added sub, or, and, fadd and fsub...
2016-08-19 Sanjay Patel[InstCombine] remove an icmp fold that is already handl...
2016-08-19 Richard SmithAdd missing #include found by modules build.
2016-08-19 Krzysztof Parzyszek[Hexagon] Do not cache alloca instructions during isel
2016-08-19 Vedant Kumar[lldb][cmake] Remove libclang as an lldbBase dependency...
2016-08-19 Chandler Carruth[PM] Re-instate r279227 and r279228 with a fix to the...
2016-08-19 Tim NorthoverGlobalISel: improve representation of G_SEQUENCE and...
2016-08-19 Simon Pilgrim[CostModel][X86] Added some AVX512 and 512-bit vector...
2016-08-19 Kyle ButtRevert "IfConversion: Rescan diamonds."
2016-08-19 Kyle ButtRevert "CodeGen: If Convert blocks that would form...
2016-08-19 Tim NorthoverGlobalISel: allow extractvalue to extract an aggregate.
2016-08-19 Krzysztof Parzyszek[Hexagon] Fixes for new-value jump formation
2016-08-19 Tim NorthoverGlobalISel: support translation of extractvalue instruc...
2016-08-19 Simon Pilgrim[CostModel][X86] Add fdiv + frem cost tests
2016-08-19 Sanjay Patel[InstCombine] use local variables to reduce code in...
2016-08-19 Krzysztof Parzyszek[Hexagon] Fix a few omissions in HexagonInstrInfo
2016-08-19 Sanjay Patel[InstCombine] rename variables in foldICmpShlConstant...
2016-08-19 Tim NorthoverGlobalISel: support overflow arithmetic intrinsics.
2016-08-19 Vitaly BukaRevert "[asan] Optimize store size in FunctionStackPois...
2016-08-19 Vitaly BukaRevert "[asan] Fix size of shadow incorrectly calculate...
2016-08-19 Lang Hames[RuntimeDyld] Revert r279182 and 279201 -- they broke...
2016-08-19 Michael Kuperstein[AliasSetTracker] Degrade AliasSetTracker when may...
2016-08-19 Simon Pilgrim[X86][SSE] Generalised combining to VZEXT_MOVL to any...
2016-08-19 Krzysztof Parzyszek[Hexagon] Enforce LLSC packetization rules
2016-08-19 Reid KlecknerFix regression in InstCombine introduced by r278944
2016-08-19 Tom StellardMachineScheduler: Make some GenericScheduler member...
2016-08-19 Krzysztof Parzyszek[Hexagon] Minor updates to register definitions
2016-08-19 David Majnemer[CloneFunction] Don't remove unrelated nodes from the...
2016-08-19 Krzysztof Parzyszek[Hexagon] Fix incorrect generation of S4_subi_asl_ri
2016-08-19 Sanjay Patel[InstCombine] use m_APInt to allow icmp (shl 1, Y)...
2016-08-19 Krzysztof Parzyszek[Hexagon] Add missing pattern for C4_cmplte
2016-08-19 George Rimar[ELF] - Fix for PR28976 - Corrupted section contents...
2016-08-19 Sanjay Patel[InstCombine] use m_APInt to allow icmp X, C folds...
2016-08-19 George Rimar[ELF] - Give automatically generated __start_* and...
2016-08-19 Mehdi Amini[LTO] Remove dead-code: collectUsedGlobalVariables...
2016-08-19 Sanjay Patel[InstCombine] add tests for missing vector icmp folds
2016-08-19 George Rimar[ELF] - Linkerscript: set correct dynamic tag entries...
2016-08-19 Sanjay Patel[InstCombine] add missing tests for basic icmp folds
2016-08-19 George Rimar[ELF] - Linkerscript: implemented SUBALIGN() command.
2016-08-19 Krzysztof Parzyszek[Hexagon] Make p0 an explicit operand in VA1_clr* subin...
2016-08-19 Krzysztof Parzyszek[Hexagon] Add explicit default constructor for HexagonS...
2016-08-19 Saleem Abdulrasoolbuild: allow building a specific set of sanitizers
2016-08-19 Krzysztof ParzyszekUnxfail passing tests on Hexagon
2016-08-19 Krzysztof Parzyszek[Hexagon] Allow tail-call optimization when mixing...
2016-08-19 Martin Probstclang-format: [JS] handle object literals with casts.
2016-08-19 Krzysztof Parzyszek[Hexagon] Check for empty live interval
2016-08-19 Krzysztof Parzyszek[Hexagon] Consider zext/sext of a load to i32 to be...
2016-08-19 Anton KorobeynikovRevert r279242 - it's failing the tests
2016-08-19 Krzysztof Parzyszek[Hexagon] Handle J2_jumptpt and J2_jumpfpt instructions
2016-08-19 Krzysztof Parzyszek[Hexagon] Fix indentation, NFC
2016-08-19 Krzysztof Parzyszek[Hexagon] Remove unnecessary llvm::, NFC
2016-08-19 Krzysztof Parzyszek[Hexagon] Rename the HEXAGON_MC namespace to Hexagon_MC...
2016-08-19 Anton KorobeynikovFix PR27500: on MSP430 the branch destination offset...
2016-08-19 Krzysztof Parzyszek[Hexagon] Mark PS_jumpret as pseudo-instruction, expand...
2016-08-19 Andrey BokhankoFixed a typo (compilation_commands.json --> compile_com...
2016-08-19 Krzysztof Parzyszek[Hexagon] Improvements to handling and generation of...
2016-08-19 Pavel LabathFix 32-bit builds after r279232
2016-08-19 Filipe CabecinhasCleanup: Move the *AddressDescription printing code...
2016-08-19 George Rimar[ELF] - Removed excessive llvm-readobj call from linker...
2016-08-19 Valery Pykhtin[AMDGPU] add s_incperflevel/s_decperflevel builtins
2016-08-19 Dimitar VlahovskiFixing a Darwing test thats failing on windows
2016-08-19 Benjamin Kramer[LoopVectorize] Don't copy std::vector in for-range...
2016-08-19 Pavel LabathRemove the last manually constructed packet from gdb...
2016-08-19 Chandler Carruth[PM] Revert r279227 and r279228 until I can find someon...
2016-08-19 Simon Pilgrim[X86][SSE] Add support for matching commuted insertps...
2016-08-19 James Molloy[SimplifyCFG] Rewrite SinkThenElseCodeToEnd
2016-08-19 Chandler Carruth[PM] Fix a compile error with GCC. NFC.
2016-08-19 Chandler Carruth[PM] Make the the new pass manager support fully generi...
2016-08-19 Kirill Bobyrevminor header guards and help messages cleanup
2016-08-19 Chandler Carruth[PM] Try to work-around what appears to be an MSVC...
2016-08-19 James Molloy[CodeGen] Fix a trivial type conversion bug dating...
2016-08-19 Vitaly Buka[asan] Fix size of shadow incorrectly calculated in...
2016-08-19 Chandler Carruth[PM] NFC refactoring: remove the AnalysisManagerBase...
2016-08-19 George Rimar[ELF] - Do not change binding of symbols when creating...
next