platform/upstream/llvm.git
2015-08-04 Hal Finkel[RuntimeDyld] Adapt PPC64 relocations to PPC32
2015-08-04 Sanjay Patel[x86] machine combiner reassociation: mark EFLAGS opera...
2015-08-04 Benjamin Kramer[Sema] Add a crazy test case for r243987
2015-08-04 Rafael EspindolaUse make_unique. NFC.
2015-08-04 Benjamin Kramer[Sema] Allocate SmallVector to the right size.
2015-08-04 Vasileios Kalintiris[mips][FastISel] Disable code generation for unsupporte...
2015-08-04 Rafael EspindolaThe SymbolTable doesn't need to be a template.
2015-08-04 Vasileios KalintirisRevert r229675 - [mips] Avoid redundant sign extension...
2015-08-04 Rafael EspindolaRemove a silly return.
2015-08-04 Rafael EspindolaThis function never returns null, don't check it.
2015-08-04 Tobias GrosserOptionally model read-only scalars
2015-08-04 Rafael EspindolaRemove SymbolTable::getChunks.
2015-08-04 Benjamin Kramer[AST] Really allocate a SmallVector to the right size.
2015-08-04 Bruce Mitchener[lldb-mi] Fix non-OS X builds.
2015-08-04 Duncan P. N... Fix 80-column
2015-08-04 Duncan P. N... Linker: Fix ASan failure from r243961
2015-08-04 Bruce Mitchener[lldb-mi] Simplify MICmnMIOutOfBandRecord implementation.
2015-08-04 Benjamin Kramer[AST] Simplify code by letting ArrayRef do the copying.
2015-08-04 Benjamin Kramer[CodeGen] Don't write into a SmallVector's uninitialize...
2015-08-04 Benjamin Kramer[ASTContext] Add a templated convenience wrapper for...
2015-08-04 Tobias GrosserRun ScopInfo after the ScopViewers
2015-08-04 Benjamin Kramer[FileManager] Use StringRef::copy to store canonical...
2015-08-04 Alexey Bataev[OPENMP 4.1] Support for 'linear' clause in loop direc...
2015-08-04 Benjamin Kramer[Edit] Use StringRef's copy method. No functional chang...
2015-08-04 Bruce Mitchener[lldb-mi] Use empty arg lists instead of (void).
2015-08-04 Benjamin Kramer[AST] Use StringRef's convenient copy method. No functi...
2015-08-04 David MajnemerDrive-by fixes for LandingPad -> EHPad
2015-08-04 Alexey Bataev[OPENMP] Fix compiler crash during data-sharing attribu...
2015-08-04 Simon Pilgrim[InstCombine] Split off SSE2/AVX2 vector shift tests.
2015-08-04 Simon Pilgrim[InstCombine] Moved SSE vector shift constant folding...
2015-08-04 Duncan P. N... Linker: Fix references to uniqued nodes after r243883
2015-08-04 Mehdi AminiUpdate test suite to make "ninja check" succeed without...
2015-08-04 Mehdi AminiMove generic MIR tests in their own subdir, requires...
2015-08-04 Mehdi AminiImprove lit "native" feature to check if the native...
2015-08-04 Justin BognerRemove the configure and cmake checks for sys/wait.h
2015-08-04 Hal Finkel[SDAG] Fix a result chain in ExpandUnalignedLoad
2015-08-04 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-04 Chen LiIntroduce enum value for previously defined metadata...
2015-08-04 Bruce Mitchener[debugserver] Fix "control may reach end of non-void...
2015-08-04 Saleem AbdulrasoolARM: support windows division routines
2015-08-04 Saleem AbdulrasoolARM: make Darwin libcall registration table driven...
2015-08-04 Chandler Carruth[UB] Avoid a really broken call to realloc that would...
2015-08-04 Chandler Carruth[UB] Guard two calls to memcpy in generated attribute...
2015-08-04 Chandler Carruth[UB] Another place where we were trying to put string...
2015-08-04 Chandler Carruth[UB] When attaching empty strings to the AST, use an...
2015-08-04 Chandler Carruth[UB] Fix the two ways that we would try to memcpy from...
2015-08-04 Chandler Carruth[UB] Fix two cases of UB in copy/pasted code from Small...
2015-08-04 Chandler Carruth[UB] Don't allocate space for contained types and then...
2015-08-04 Jason MolendaBump the version # in the xcode proj file from major...
2015-08-04 Sean Silva[GettingStarted.rst] Commit the right patch.
2015-08-04 Bruce MitchenerFix cmake build on non-Windows platforms.
2015-08-04 Richard Smith[modules] Make IndirectFieldDecl mergeable to avoid...
2015-08-04 Sanjoy DasRevert "[LSR] Generate and use zero extends"
2015-08-04 Argyrios KyrtzidisRemove unused header include.
2015-08-04 Marshall ClowChange char_traits<char16_t>::eof() to return 0xFFFF...
2015-08-04 Ahmed Bougacha[AArch64] Rename FP formats to be more consistent....
2015-08-04 Ahmed Bougacha[AArch64] Add isel support for f16 indexed LD/ST.
2015-08-04 Chandler Carruth[UB] Fix yet another use of memcpy with a null pointer...
2015-08-04 Ahmed Bougacha[AArch64][v8.1a] The "pan" sysreg isn't MSR-specific...
2015-08-04 Chandler Carruth[UB] Fix another place where we would pass a null point...
2015-08-04 Ahmed Bougacha[AArch64] Remove unnecessary "break". NFC.
2015-08-04 Ahmed Bougacha[AArch64] Use SDValue bool operator. NFC.
2015-08-04 Hans WennborgAdd a -revert option to utils/release/merge.sh
2015-08-04 Chandler Carruth[UB] Fix a nasty place where we would pass null pointer...
2015-08-04 Ahmed Bougacha[AArch64] Vector FCOPYSIGN supports Custom-lowering...
2015-08-04 Ahmed Bougacha[CodeGen] Fix FCOPYSIGN legalization to account for...
2015-08-04 Alex LorenzMIR Serialization: Serialize the 'volatile' machine...
2015-08-03 Chaoren LinXFAIL TestInferiorAssert for Android API <= 16.
2015-08-03 Adam Nemet[LAA] Remove unused needsAnyChecking(), NFC
2015-08-03 Adam Nemet[LoopVer] Remove unused needsRuntimeChecks(), NFC
2015-08-03 Mehdi AminiDocs: s/Sanitiser/Sanitizer/ for consistency
2015-08-03 Mehdi AminiGettingStarted.rst: Add info about building sanitizers
2015-08-03 Mehdi Aminidocs/GettingStarted.rst: Whitespace only
2015-08-03 Alex LorenzMIR Serialization: Initial serialization of the machine...
2015-08-03 Adrian McCarthyCreate a Windows mini-dump target Differential Revisio...
2015-08-03 Naomi MusgraveRuntime check of poisoning derived class members.
2015-08-03 Naomi MusgraveDtor callback emitted when msan attribute not repressed...
2015-08-03 Justin Bognerlto: Avoid relying on the environment for this test
2015-08-03 David BlaikieUpdate/correct comment.
2015-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-03 Justin BognerX86: Teach X86 builtins which target features they...
2015-08-03 Tim NorthoverARM: remove horrible printf left over from debugging
2015-08-03 Alexander Kornienko[clang-tidy] Improve the misc-unused-alias-decl message
2015-08-03 Davide Italiano[llvm-objdump] Range-loopify. NFC intended.
2015-08-03 Derek SchuffFix memory leak in unit test of Bitcode/BitReaderTest.cpp
2015-08-03 David BlaikieFix with a bit more care. (but only a bit)
2015-08-03 Enrico GranataJim suggested to use eArgTypeAddressOrExpression for...
2015-08-03 Douglas KatzmanGrammar: Don't imply that a program wouldn't want a...
2015-08-03 Chandler Carruth[Unroll] Improve the brute force loop unroll estimate...
2015-08-03 David BlaikieTry to fix the build for C++ standard libraries missing...
2015-08-03 Renato Golin[Release Script] Check for correct symlink name
2015-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-03 David BlaikieRecommit r243824: -Wdeprecated-clean: Fix cases of...
2015-08-03 Reid Kleckner[asan] Print VAs instead of RVAs for module offsets...
2015-08-03 Pete CooperConvert some AArch64 code to foreach loops. NFC.
2015-08-03 Enrico GranataFix the memory find command such that it can actually...
2015-08-03 Lang Hames[MCJIT] Fix a cast warning in the unit-test introduced...
2015-08-03 Derek SchuffFix testing for end of stream in bitstream reader.
2015-08-03 Tobias GrosserDo not add spaces into memory-access identifiers
2015-08-03 Reid KlecknerRevert "-Wdeprecated-clean: Fix cases of violating...
next