platform/upstream/llvm.git
2016-04-06 Duncan P. N... ValueMapper: Fix delayed blockaddress handling after...
2016-04-06 Duncan P. N... AsmParser: Don't crash on unresolved !tbaa
2016-04-06 Chuang-Yu Cheng[ppc64] Enable sibling call optimization on ppc64 ELFv1...
2016-04-06 Chuang-Yu Cheng[Power9] Implement add-pc, multiply-add, modulo, extend...
2016-04-06 Chuang-Yu Cheng[Power9] Implement copy-paste, msgsync, slb, and stop...
2016-04-06 Sanjoy Das[RS4GC] Add a comment
2016-04-06 Sanjoy DasLower @llvm.experimental.deoptimize as a noreturn call
2016-04-06 Rafael EspindolaMake helper function static. NFC.
2016-04-06 Tom StellardAMDGPU: Document address space mapping
2016-04-06 NAKAMURA TakumiAArch64CodeGen: Make AArch64RegisterBankInfo.cpp option...
2016-04-06 Todd Fialamake TestRegisterVariables slightly more resilient
2016-04-06 Ivan KrasinFix a memory leak found by check-lld asan tests.
2016-04-06 Jim InghamThe FixItList typedef should have been inside "class...
2016-04-06 Jim InghamIf the fixed expression doesn't parse, don't tell the...
2016-04-06 Jim InghamDon't write "using $_lldb_local_vars" statements for...
2016-04-06 David Majnemer[SLPVectorizer] Vectorize libcalls of sqrt
2016-04-05 Quentin Colombet[RegisterBankInfo] Include RegisterBank.h.
2016-04-05 Quentin Colombet[RegisterBankInfo] Add missing include for assert.
2016-04-05 Davide Italiano[DebugInfo] Fix tests so that each subprogram belongs...
2016-04-05 Quentin Colombet[AArch64] Initial implementation of the targeting of...
2016-04-05 Manman RenUpdate testing cases after backend changes.
2016-04-05 Quentin Colombet[RegisterBankInfo] Simplify the API for build a registe...
2016-04-05 Sanjoy Das[RS4GC] NFC cleanup of the DeferredReplacement class
2016-04-05 Sanjoy Das[RS4GC] Better codegen for deoptimize calls
2016-04-05 Quentin Colombet[Target] Remove a deprecated comment.
2016-04-05 Quentin Colombet[Target] Add an accessor to the register bank information.
2016-04-05 Manman RenSwift Calling Convention: swiftcc for ARM.
2016-04-05 Evgeniy StepanovFaster stack-protector for Android/AArch64.
2016-04-05 Manman RenSwift Calling Convention: add swiftcc.
2016-04-05 Quentin Colombet[RegisterBank] Implement the verify method to check...
2016-04-05 Rafael EspindolaDelete broken code.
2016-04-05 Lang Hames[lld][MachO] Check Expected<T> for error prior to destr...
2016-04-05 Adrian McCarthyRevert "XFail TestImport.py on Windows because Python...
2016-04-05 Quentin Colombet[RegisterBankInfo] Add debug print to check how the...
2016-04-05 George Burgess IV[CFLAA] Fix PR27213; incorrect tagging of args/globals
2016-04-05 Quentin Colombet[RegisterBank] Add printable capabilities for future...
2016-04-05 Rafael EspindolaAdd a test for relocations in non alloc sections.
2016-04-05 Duncan P. N... Try harder to appease MSVC after r265456
2016-04-05 Quentin Colombet[RegisterBankInfo] Make addRegBankCoverage more capable...
2016-04-05 Junmo ParkMinor code cleanups. NFC.
2016-04-05 Richard TrieuFix a crash on invalid with template handling
2016-04-05 Duncan P. N... IR: Introduce ConstantAggregate, NFC
2016-04-05 Duncan P. N... Try to appease MSVC after r265456
2016-04-05 Quentin Colombet[RegisterBankInfo] Implement the methods to create...
2016-04-05 Duncan P. N... IR: Add missing assertion for ConstantVector::ConstantV...
2016-04-05 Ed SchoutenMake TLS work for PIE executables on x86-64.
2016-04-05 Adrian McCarthyXFail TestImport.py on Windows because Python 3 import...
2016-04-05 Quentin Colombet[RegisterBank] Provide a way to check if a register...
2016-04-05 Duncan P. N... Revert "Fix Clang-tidy modernize-deprecated-headers...
2016-04-05 Duncan P. N... Make constructors for final subclasses of Constant...
2016-04-05 David Blaikiellvm-dwp: Handle GCC's use of multiple debug_types...
2016-04-05 Duncan P. N... ValueMapper: Rewrite Mapper::mapMetadata without recursion
2016-04-05 Quentin Colombet[TargetRegisterClass] Improve the comment for how to...
2016-04-05 Eugene ZelenkoFix Clang-tidy modernize-deprecated-headers warnings...
2016-04-05 Ed SchoutenDon't omit dynamic relocations for the GOT.
2016-04-05 David Blaikiellvm-dwp: Handle dwo files produced by GCC
2016-04-05 Lang Hames[llvm-rtdyld] Fix the return type on ErrorAndExit.
2016-04-05 Ahmed Bougacha[X86] Reuse EFLAGS and form LOCKed ops when only user...
2016-04-05 Quentin Colombet[GlobalISel] Add the RegisterBankInfo class for the...
2016-04-05 Ahmed Bougacha[X86] Add tests for ATOMIC_LOAD_OP EFLAGS reuse. NFC.
2016-04-05 Ahmed Bougacha[X86] Simplify early-exit check. NFC.
2016-04-05 Lang Hames[Support] Add a checked flag to Expected<T>, require...
2016-04-05 Quentin Colombet[GlobalISel] Add a class, RegisterBank, to represent...
2016-04-05 Sanjay Patelfixed to discard earlier advertising
2016-04-05 Greg ClaytonFix a crasher that could happen if ClangASTSource:...
2016-04-05 Sanjay Patelfix typo; NFC
2016-04-05 Quentin Colombet[AArch64][Test] Do not override the suffixes for test...
2016-04-05 Quentin Colombet[GlobalISel] Add the skeleton of the RegBankSelect...
2016-04-05 Nirav DaveFix broken tests from no-jump-table commit
2016-04-05 Lang Hames[Support] clang-format Error.h.
2016-04-05 Jonathan Peyton[STATS] Remove trailing whitespace in stats source...
2016-04-05 Justin Lebar[CUDA] Show --cuda-gpu-arch option in clang --help.
2016-04-05 Justin Lebar[CUDA] Add -fcuda-flush-denormals-to-zero.
2016-04-05 Sanjay Patelfix documentation comments; NFC
2016-04-05 Manman RenSwift Calling Convention: swifterror target-independent...
2016-04-05 Nirav DaveFix missing period in no-jump-table flag comment. NFC.
2016-04-05 Sanjay Pateladd tests to show missing optimization from D18230
2016-04-05 Sanjay Pateladd example usage and workflow to --help output
2016-04-05 David Blaikiellvm-dwp: Simplify hashing code a bit
2016-04-05 Nirav DaveAdd -fno-jump-tables and-fjump-tables flags
2016-04-05 Rui UeyamaFix formatting.
2016-04-05 Tobias GrosserAdd test case forgotten in r265379.
2016-04-05 Stephane SezerFix dotest.py '-p' option for multi-process mode
2016-04-05 Stephane SezerUpdate watchpoint help to use new -s flag
2016-04-05 Stephane SezerPrint environment when dumping arch triple
2016-04-05 Stephane SezerMake sure to update Target arch if environment changed
2016-04-05 Stephane SezerAllow gdbremote process to read modules from memory
2016-04-05 Sanjay Patel[InstCombine] regenerate checks
2016-04-05 Sanjay Patel[x86] regenerate checks
2016-04-05 JF BastienWebAssembly: fix cfg-stackify test
2016-04-05 Sanjay Patelcheck or check-next the first line of the function too
2016-04-05 Johannes DoerfertRemove dead code and comment [NFC]
2016-04-05 Valery Pykhtin[TableGen] AsmMatcherEmitter.cpp: replace a sequence...
2016-04-05 Jacques Pienaar[lanai] LanaiSetflagAluCombiner more conservative
2016-04-05 Johannes Doerfert[WWW] Update passes
2016-04-05 Sam Parker[ARM] Cleanup of smul and smla instruction descriptions
2016-04-05 Konstantin... [AMDGPU] Emit linkonce and linkonce_odr symbols
2016-04-05 Haicheng Wu[BlockPlacement] Remove an unnecessary continue
2016-04-05 Kuba BreckaReverting r265401 ("Enabling AddressSanitizer tests...
2016-04-05 Andrey Turetskiy[X86] Introduction of -march=lakemont.
next