platform/upstream/llvm.git
2015-04-27 Pavel LabathFix register read callback in linux-arm single stepping
2015-04-27 Pavel LabathXFAIL two mi tests on gcc to stabilise build bots
2015-04-27 Alexey Bataev[OPENMP] Simplified iteration over clauses, NFC.
2015-04-27 Simon Pilgrim[X86][SSE] Add v16i8/v32i8 multiplication support
2015-04-27 Alexey Bataev[OPENMP] Codegen for 'taskwait' directive.
2015-04-27 Alexey Bataev[OPENMP] Codegen for 'reduction' clause in 'sections...
2015-04-27 Alexey Bataev[OPENMP] Codegen for 'lastprivate' clause in 'sections...
2015-04-27 Alexey Bataev[OPENMP] Codegen for 'private' clause in 'sections...
2015-04-27 Alexey Bataev[OPENMP] Codegen for 'private' clause in 'single' direc...
2015-04-27 David Majnemer[MS ABI] Rephrase the mangling of array types in parameters
2015-04-27 Saleem Abdulrasoollibc++abi: remove unused variable
2015-04-27 Saleem Abdulrasoollibc++abi: clear up some -Wqual-cast warnings
2015-04-27 Saleem Abdulrasoollibc++abi: silence some warnings
2015-04-26 Philip Reames[PerformanceTips] Italics are *word*, not _word_
2015-04-26 Philip Reames[PerformanceTips] Provide context on the impact of...
2015-04-26 Philip ReamesAdd two new items to PerformanceTips
2015-04-26 Philip ReamesMake the message associated with a fatal error slightly...
2015-04-26 Johannes DoerfertUse all available range information for parameters
2015-04-26 Johannes DoerfertUse the original no-wrap flags for normalized AddRecs
2015-04-26 Philip Reames[RewriteStatepointsForGC] Exclude constant values from...
2015-04-26 Philip ReamesDon't Place Entry Safepoints Before the llvm.frameescap...
2015-04-26 Ilia KAdd SBLaunchInfo in include/lldb/API/SBDefines.h and...
2015-04-26 David Majnemer[Sema] Do not permit binding a reference to a compound...
2015-04-26 Ilia KClean the CMIDriver (MI)
2015-04-26 David Majnemer[Sema] Don't allow unverified bitfields in FieldDecls
2015-04-26 John McCallCorrectly handle zero-sized but non-empty base classes...
2015-04-26 Alexei Starovoitov[bpf] fix build and remove a compiler warning in Releas...
2015-04-26 Matt ArsenaultR600: Remove / merge redundant testcases
2015-04-25 Ilia KClean CMICmnLLDBDebuggerHandleEvents::HandleProcessEven...
2015-04-25 Ilia KFix CMIUtilThreadActiveObjBase::ThreadIsActive when...
2015-04-25 Sanjay Patel[x86] instcombine more cases of insertps into a shuffle...
2015-04-25 Sanjay Pateladd SSE run to check non-AVX codegen
2015-04-25 Ilia KDisable MiGdbSetShowTestCase.test_lldbmi_gdb_set_show_p...
2015-04-25 Ilia KAdd -gdb-set/-gdb-show aggregate-field-names option...
2015-04-25 Davide Italiano[Sema] Check if a builtin is FunctionPrototype().
2015-04-25 Ilia KAdd -gdb-set/-gdb-show expand-aggregates option (MI)
2015-04-25 Ilia KAdd -gdb-set/-gdb-show print char-array-as-string optio...
2015-04-25 Benjamin Kramer[ARM] Simplify code. NFC.
2015-04-25 Benjamin Kramer[hexagon] Use range-based for loops. No functionality...
2015-04-25 Benjamin Kramer[hexagon] Remove setHexLibcallName, it leaks memory.
2015-04-25 Simon Pilgrimline endings fix
2015-04-25 Viktor Kutuzov[Msan] Fix the iconv.cc test to build and pass on FreeBSD
2015-04-25 Daniel Sanders[asan] Print SHADOW_SCALE and SHADOW_GRANULARITY as...
2015-04-25 Saleem Abdulrasoolunwind: clean up warnings from the build
2015-04-25 Saleem Abdulrasoolbuild: make libunwind a proper project
2015-04-25 Saleem Abdulrasoollibunwind: add new build logic
2015-04-25 Saleem Abdulrasoollibc++abi: remove build infrastructure for unwind
2015-04-24 Justin BognerInstrProf: Fix coverage maps for conditional operators
2015-04-24 Andrew KaylorFix build error from accidental change
2015-04-24 Andrew Kaylor[WinEH] Find correct cloned entry block for outlined...
2015-04-24 Adrian McCarthyEliminate redundant Alias test and improve Common Short...
2015-04-24 Andrew Kaylor[WinEH] Find correct cloned entry block for outlined...
2015-04-24 Nico WeberAssert that Process::FindInEnvPath() is passed a relati...
2015-04-24 Nico Weberclang-cl: Don't look up absolute paths in %LIB%.
2015-04-24 Duncan P. N... Linker: Copy over function metadata attachments
2015-04-24 Duncan P. N... IR: Add assembly/bitcode support for function metadata...
2015-04-24 Duncan P. N... Verifier: Function metadata attachments require a body
2015-04-24 Duncan P. N... IR: Add Function metadata attachments
2015-04-24 Duncan P. N... LLParser: Simplify ParseInstructionMetadata(), NFC
2015-04-24 Quentin Colombet[DAGCombiner] Fix the type used in canFoldInAddressingM...
2015-04-24 Timur Iskhodzhanov[ASan/Win] Increase the size of the PC array for covera...
2015-04-24 Duncan P. N... LLParser: Split out ParseMetadataAttachment(), NFC
2015-04-24 David Blaikie[opaque pointer type] Verifier/AutoUpgrade: Remove...
2015-04-24 Rafael EspindolaUse MemoryBufferRef instead of MemoryBuffer&. NFC.
2015-04-24 Duncan P. N... AsmWriter: Parameterize the syntactic separator for...
2015-04-24 Duncan P. N... AsmWriter: Only collect attachment names once per module
2015-04-24 Kaelyn TakataRemove an unused variable to prevent -Werror build...
2015-04-24 Duncan P. N... AsmWriter: Split out code for printing Metadata attachm...
2015-04-24 Hans WennborgSimplifyCFG: Correctly handle switch lookup tables...
2015-04-24 Duncan P. N... IR: Use a bitmask to access GlobalObject subclass data
2015-04-24 Duncan P. N... IR: Extract set logic from Instruction attachments...
2015-04-24 Reid Kleckner[SEH] Implement GetExceptionCode in __except blocks
2015-04-24 Duncan P. N... IR: Use remove_if for Instruction::dropUnknownMetadata()
2015-04-24 Saleem Abdulrasoolunwind: remove libc++abi tests
2015-04-24 Saleem Abdulrasoollibc++abi: move tests back
2015-04-24 Duncan P. N... IR: Remove MDMapTy and MDPairTy typedefs, NFC
2015-04-24 Duncan P. N... IR: Rename LLVMContextImpl::MetadataStore to Instructio...
2015-04-24 Jan VeselyFix compilation warnings without cl_khr_fp64
2015-04-24 Alexey Samsonov[LSan] Add function attribute forgotten in r235728.
2015-04-24 Saleem Abdulrasoollibc++abi: remove the duplicated unwind content
2015-04-24 Saleem Abdulrasoolunwind: move src/Unwind, include/, and test/ unwind...
2015-04-24 David Blaikie[opaque pointer type] Update test cases now that the...
2015-04-24 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-24 Sundeep Kushwaha[PATCH] [Hexagon] Adding a test case for calling conven...
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-24 Rafael EspindolaSimplify parseMemberFiles to take a single file.
2015-04-24 Lang HamesRevert r235749 - Accidentally commited cruft from the...
2015-04-24 Lang Hames[CodeGen] Make AsmPrinter's OutStreamer member a unique...
2015-04-24 Rafael EspindolaSimplify now that there is only one file. NFC.
2015-04-24 Saleem Abdulrasoolunwind: stage 2 of creating project structure
2015-04-24 Rafael EspindolaReturn ErrorOr<std::unique_ptr<File>>. NFC.
2015-04-24 Rafael EspindolaRemove unused enum value. NFC.
2015-04-24 Rafael EspindolaReturn an ErrorOr<std::unique_ptr<File>>. NFC.
2015-04-24 Davide Italiano[Test] Explictly pass target architecture.
2015-04-24 David BlaikieRevert changes to LTO test case since llvm-lto can...
2015-04-24 Robert FlackLook for both .debug and dsym debugging symbol informat...
2015-04-24 David BlaikieSkip extra LLVM IR assemble/disassemble steps in some...
2015-04-24 David Blaikie[opaque pointer type] bitcode: add explicit callee...
2015-04-24 Andrew KaylorFix LoopInterchange/reductions.ll test for debug builds
2015-04-24 Yaron KerenTeach AArch64\lit.local.cfg the new triple names window...
next