platform/upstream/llvm.git
2015-02-11 Marshall ClowNeed to wrap a bit in an ifdef, since there are no...
2015-02-11 Marshall ClowFix PR 22541: When values are equal, minmax should...
2015-02-11 Timur Iskhodzhanov[ASan] Print out a diagnostic when a global is unregistered
2015-02-11 Denis Protivensky[ELF][ARM] Fix veneer symbol names in Release build
2015-02-11 Sanjay Patelfixed to test features, not CPUs
2015-02-11 Sanjay Patelfixed to test features, not CPUs
2015-02-11 Sanjay Patelfixed to test features, not CPUs
2015-02-11 Johannes DoerfertAllow signed devision in access functions
2015-02-11 Johannes Doerfert[FIX] Special case for branch users of scalar values
2015-02-11 Rafael EspindolaDon't repeat name in comment and clang-format a function.
2015-02-11 Marek OlsakR600/SI: Enable a lot of existing tests for VI (squashe...
2015-02-11 Andrea Di Biagio[TTI] Improved cost heuristic for cttz/ctlz calls.
2015-02-11 Tamas BerghammerFix windows build (broken by r228823)
2015-02-11 James MolloyMake buildbots better.
2015-02-11 James Molloy[SimplifyCFG] Swap to using TargetTransformInfo for...
2015-02-11 Daniel Sanders[mips] Merge disassemblers into a single implementation.
2015-02-11 Ilia KAdd extra check that target was stopped before the...
2015-02-11 Tamas BerghammerSeparate monolithic GDBRemoteCommunicationServer class...
2015-02-11 Hafiz Abid... Fix Mingw build.
2015-02-11 James Molloy[LoopReroll] Introduce the concept of DAGRootSets.
2015-02-11 David MajnemerAsmParser: Validate alloca's type
2015-02-11 David MajnemerDataLayout: Report when the preferred alignment is...
2015-02-11 David MajnemerVerifier: Check for null operands in !llvm.module.flags
2015-02-11 Michael Kuperstein[X86] Split information collection from actual transfor...
2015-02-11 Arnaud A. de... [PBQP] Cautiously update edge costs in the solver
2015-02-11 David MajnemerVerifier: Make sure !llvm.ident's operand isn't null
2015-02-11 Alex DenisovFix amount of diagnostic classes
2015-02-11 David MajnemerAsmParser: Don't crash when insertvalue has bad operands
2015-02-11 David MajnemerAsmParser: Switch some vectors to maps
2015-02-11 Peter CollingbourneFix build for CMake < 2.8.12.
2015-02-11 Saleem Abdulrasoolunwind: tweak inclusion ordering to work around GCC
2015-02-11 Saleem Abdulrasoolunwind: clean up some -Werror=return-type warnings
2015-02-11 Saleem Abdulrasoolunwind: clean up more -Wformat warnings
2015-02-11 Saleem Abdulrasoolunwind: clean up straggling -Wundef warning
2015-02-11 Saleem Abdulrasoolunwind: silence -Wconversion warnings
2015-02-11 Ilia KClean up test/tools/lldb-mi/TestMiNotification.py (MI)
2015-02-11 Ilia KFix segfault notification in lldb-mi
2015-02-11 Ilia KFix CMIUtilString::SplitConsiderQuotes (MI)
2015-02-11 Ilia KClose terminal after LaunchInTerminalTestCase test
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-11 Justin BognerRevert "[UBSan] Enable -Wglobal-constructors."
2015-02-11 Justin BognerInstrProf: Add a test for PR22531
2015-02-11 Justin BognerInstrProf: Lower coverage mappings by setting their...
2015-02-11 Richard SmithAdd a warning for direct-list-initialization of a varia...
2015-02-11 Enrico GranataIntroduce the notion of "runtime support values"
2015-02-11 Andrew KaylorTemporary workaround to fix MSVC 2012 build problems
2015-02-11 Reid KlecknerFix invalid LLVM IR in PruneEH tests
2015-02-11 Richard SmithPR21857: weaken an incorrect assertion.
2015-02-11 Eric FiselierUpdate double_include.sh.cpp for new headers.
2015-02-11 Eric Fiselierlibc++ tests: wait_until.pass test sporadically fails...
2015-02-11 Reid KlecknerDon't promote asynch EH invokes of nounwind functions...
2015-02-11 Eric FiselierMake convert_to_integral.pass.cpp more platform generic.
2015-02-11 Eric FiselierFix libcxxabi's library and object root for tests.
2015-02-11 Eric FiselierRemove default definition for libcxx_obj_dir because...
2015-02-11 Enrico GranataAs part of the cleanup when a process dies, tell watchp...
2015-02-11 Tom StellardR600/SI: Store immediate offsets > 12-bits in soffset
2015-02-11 Tom StellardR600/SI: Add soffset operand to mubuf addr64 instruction
2015-02-11 Zachary TurnerFix warning due to unused private member variable.
2015-02-11 Zachary TurnerFix some warnings due to -Wcovered-switch-default.
2015-02-11 Alexey Samsonov[UBSan] Add report deduplication for -fsanitize=function.
2015-02-11 Greg ClaytonFixed a crasher that could happen if:
2015-02-11 Chaoren LinAdded CoreMedia.cpp to CMakeLists.txt for egranata.
2015-02-11 Reid KlecknerEmit landing pads for SEH even if nounwind is present
2015-02-10 Zachary TurnerConvert std::make_unique<> to llvm::make_unique<>.
2015-02-10 Petar Jovanovic[mips] Add __clear_cache() definition for non-Android...
2015-02-10 Adrian PrantlAdd the missing testcase for r228764.
2015-02-10 Petar JovanovicFix makeLibCall argument (signed) in SoftenFloatRes_XIN...
2015-02-10 Adrian PrantlDebug Info: Support variables that are described by...
2015-02-10 Adrian PrantlFix indentation.
2015-02-10 Enrico GranataFix a couple typos in the previous commit
2015-02-10 David MajnemerEarlyCSE: Add check lines for test added in r228760
2015-02-10 David MajnemerEarlyCSE: It isn't safe to CSE across synchronization...
2015-02-10 Enrico GranataAdd an LLDB summary for CMTime. Fixes rdar://15370376
2015-02-10 Zachary TurnerAdd missing function and header include.
2015-02-10 Oleksiy VyalovExtract attach core logic from SBTarget::Attach* method...
2015-02-10 Zachary TurnerOops. Don't call Windows functions on non-windows.
2015-02-10 Zachary TurnerRewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
2015-02-10 David MajnemerX86: @llvm.frameaddress should defer to SelectionDAG...
2015-02-10 Rui UeyamaGNU: Rename parseZOption because it actually parses...
2015-02-10 Zachary TurnerFix build due to mismatched function signatures.
2015-02-10 Simon Atanasyan[Object] Reformat the code with clang-format
2015-02-10 Rui UeyamaUnittest: Do s/_context/_ctx/g.
2015-02-10 Rui UeyamaGNU: Add --no-export-dynamic command line option.
2015-02-10 David MajnemerX86: Make @llvm.frameaddress work correctly with Window...
2015-02-10 Zachary TurnerProvide DIA implementation of DebugInfoPDB.
2015-02-10 Eric ChristopherReformat (and remove some tabs) to make debugging this...
2015-02-10 Aaron BallmanNow use the __debugbreak intrinsic instead of calling...
2015-02-10 Vince HarronFix 'process launch -i' for remote processes
2015-02-10 Rui UeyamaDriver: move non-positional parameters out of switch...
2015-02-10 Daniel JasperFix overly prescriptive test that broken on Mac after...
2015-02-10 Nico Weberfix docs typo
2015-02-10 Kuba BreckaFix ASan's Noinst unit tests
2015-02-10 Bill Schmidt[PowerPC] Remove the --no-tls-optimize workaround from...
2015-02-10 Aaron BallmanChanging the status code generated by LLVM_BUILTIN_TRAP...
2015-02-10 Anton Yartsev[analyzer] Pass actual state to alloc/dealloc handling...
2015-02-10 Andrey ChurbanovFixed memory corruption problem.
2015-02-10 Pete CooperCheck for backtraces in tests which are verifying prett...
2015-02-10 Andrey ChurbanovUpdated the kmp_omp_struct_info_t structure used by...
2015-02-10 Andrew KaylorAdding support for llvm.eh.begincatch and llvm.eh.endca...
2015-02-10 Alexey Samsonov[UBSan] Reduce the number of getCallerLocation() calls.
next