platform/upstream/llvm.git
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.
2015-02-10 Tim NorthoverDeadArgElim: arguments affect all returned sub-values...
2015-02-10 Andrey ChurbanovOpenMP 4.0 standard function omp_is_initial_device...
2015-02-10 Greg ClaytonDon't crash when evaluating a DWARF expression has...
2015-02-10 Bill SchmidtFix up r228725, missed change in PPCSubtarget definition
2015-02-10 Andrey ChurbanovAdded comment on format of local labels in asm code
2015-02-10 Duncan P. N... IR: Add MDNode::replaceWithPermanent()
2015-02-10 Bill Schmidt[PowerPC] Fix reverted patch r227976 to avoid register...
2015-02-10 David MajnemerX86: Emit Win64 SaveXMM opcodes at the right offset...
2015-02-10 Rui UeyamaUse override rather than virtual.
2015-02-10 Rui UeyamaGNU: Use StringRef::empty instead of a boolean flag.
2015-02-10 Andrey ChurbanovAdded CFI directives to asm code in order to have corre...
2015-02-10 Dan AlbertMake ABI header not found a warning, not an error.
2015-02-10 Hal Finkel[PowerPC] Support the (old) cntlz instruction alias
2015-02-10 Andrey ChurbanovThe usage of tt_state flag is replaced by an array...
2015-02-10 Rui UeyamaDriver: use hasArg instead of getLastArg if return...
2015-02-10 Chaoren LinFailsafe directory for shared objects and support execu...
2015-02-10 Chaoren LinAdding x86 to supported architectures on x86_64.
2015-02-10 Hafiz Abid... Fix build on Windows which was broken by a recent commit.
2015-02-10 Michael ZolotukhinAdd a test case for new unrolling heuristics.
2015-02-10 Eric FiselierAdd pragma system header to some experimental headers...
2015-02-10 Eric FiselierFix more issues exposed by -pedantic-errors in c++03...
2015-02-10 Sylvestre LedruFix the LLDB build under Debian Kfreebsd
2015-02-10 Hafiz Abid... Fix multiple problems of lldb-mi blocking on input...
2015-02-10 Colin LeMahieu[Hexagon] Adding vector load with post-increment instru...
2015-02-10 Greg ClaytonFixed a problem where we might omit some breakpoints...
2015-02-10 Eric FiselierRemove use of zero length arrays in tests. Get tests...
2015-02-10 Eric Fiselier[libcxx] Fix PR 22468 - std::function<void()> does...
2015-02-10 Eric Fiselier[libcxx] Properly convert the count arguments to the...
2015-02-10 Zoran Jovanovic[mips][microMIPS] Implement movep instruction
2015-02-10 Timur Iskhodzhanov[ASan/Win] NFC, just minor simplification of the code
2015-02-10 Timur Iskhodzhanov[ASan/Win] Add the executable's directory to the symbol...
2015-02-10 Jonas PaulssonTwo comment typo fixes in lib/CodeGen/SelectionDAG...
2015-02-10 Paul RobinsonExplicitly initialize a flag in a default constructor.
2015-02-10 Eric FiselierFix use of C++11 extensions in C++03 code.
2015-02-10 Bradley Smith[ARM] Add tests for armv6s[-]m being an alias to armv6[-]m
2015-02-10 Bradley Smith[ARM] Add armv6s[-]m as an alias to armv6[-]m
2015-02-10 John ThompsonFixed module-map-checker to recurse umbrella dirs when...
2015-02-10 Samuel BenzaquenAdd translationUnitDecl matcher.
2015-02-10 John ThompsonRenamed module.map to module.modulemap (modularize).
2015-02-10 John ThompsonRenamed module.map to module.modulemap.
2015-02-10 Aaron BallmanRe-committing r228628 with a fix for 64-bit builds.
2015-02-10 Renato GolinFix typo in cmake example docs
2015-02-10 John ThompsonThe -I option needs a space, apparently, from the actua...
2015-02-10 Simon Pilgrim[X86][AVX2] Missing AVX2 memory folding instructions
2015-02-10 Jozef Kolek[mips][microMIPS] Add disassembler tests for 16-bit...
2015-02-10 Jonas PaulssonBugfix for missed dependency from store to load in...
2015-02-10 Simon Pilgrim[X86][XOP] Added XOP memory folding patterns + tests
2015-02-10 Jozef Kolek[mips][microMIPS] Fix disassembling of 16-bit microMIPS...
2015-02-10 Andrea Di Biagio[X86][FastIsel] Avoid introducing legacy SSE instructio...
2015-02-10 Ilia KAdd thread-id field in *stopped notification (MI)
2015-02-10 Denis Protivensky[ELF][ARM] Add veneer generation to branch instructions
2015-02-10 Gabor Horvath[clang-tidy] Checker for inaccurate use of erase()...
2015-02-10 James MolloyFix __ldrexd arm intrinsic.
2015-02-10 Chandler CarruthRevert r228556: InstCombine: propagate nonNull through...
2015-02-10 Lang Hames[Orc] Fix a bug in the LazyEmittingLayer - capture...
2015-02-10 Lang Hames[Orc] Add missing casserts header to JITSymbol.h.
2015-02-10 Ilia KAdd tests for -interpreter-exec command (MI)
2015-02-10 Bob WilsonDo not force "-static" for aarch64 iOS kernel/kext...
2015-02-10 Craig Topper[X86] Preserve mem refs on newly created 'Store' node...
2015-02-10 Craig Topper[X86] Remove unnecessary alignment checks from the...
2015-02-10 Zachary TurnerTeach llvm_add_library() to find include dirs.
2015-02-10 Zachary TurnerDefine HAVE_DIA_SDK on Windows when DIA is present.
2015-02-10 Saleem Abdulrasoolunwind: improve compilation on Linux with gcc
2015-02-10 Saleem Abdulrasoolunwind: clean up some stray semicolons
2015-02-10 Saleem Abdulrasoolunwind: clean up -Wundef warnings
2015-02-10 Saleem Abdulrasoolunwind: fix -Wformat warnings from gcc
2015-02-10 Richard Smith[modules] When determining whether a name from a module...
2015-02-10 Enrico GranataAnd make the globbing behavior available via the SB API
2015-02-10 Enrico GranataAdd a test case for the launch via argdumper globbing...
2015-02-10 Enrico GranataAdd a "launch with globber" mode that lets you launch...
2015-02-10 Nick LewyckyRemove non-test files that appear to have been accident...
2015-02-10 Chandler Carruth[x86] Fix PR22524: the DAG combiner was incorrectly...
2015-02-10 Duncan P. N... Verifier: reuse getInlinedAt() result, NFC
2015-02-10 Larisse VoufoA temporary fix for backward compatibility breakages...
next