platform/upstream/llvm.git
2015-06-19 Sanjay Patelname change: hasPattern() -> getMachineCombinerPatterns...
2015-06-19 Sanjoy Das[CallGraph] Given -print-callgraph a stable printing...
2015-06-19 Douglas GregorTry to fix the MSVC build
2015-06-19 Douglas GregorStop moving attributes off of a block literal's decl...
2015-06-19 Douglas GregorHandle 'instancetype' in ParseDeclarationSpecifiers.
2015-06-19 Douglas GregorMake -Wnullability-completeness work with -Wsystem...
2015-06-19 Douglas GregorCF_RETURNS_[NOT_]RETAINED on a param makes the inner...
2015-06-19 Douglas GregorAllow the cf_returns_[not_]retained attributes to appea...
2015-06-19 Peter CollingbourneCOFF: Take reference to argument vector using std:...
2015-06-19 Rui UeyamaCOFF: Fix precedence between LIB and /libpath.
2015-06-19 Dan LiewTry to fix generation of LLVMExports.cmake under Visual...
2015-06-19 Rui UeyamaCOFF: Add search paths in the correct order.
2015-06-19 Alexey Samsonov[Sanitizers] Provide better diagnostic for sanitizers...
2015-06-19 Rui UeyamaCOFF: Cache Archive::Symbol::getName(). NFC.
2015-06-19 Rui UeyamaCOFF: Continue reading object files until converge.
2015-06-19 Rafael EspindolaImprove error handling of getRelocationAddend.
2015-06-19 Pete CooperFix header path in CMake. NFC.
2015-06-19 Alex LorenzMIR Parser: report an error when a basic block isn...
2015-06-19 Greg ClaytonFix the MacOSX build to include the Mips64 ABI plug-in.
2015-06-19 David BlaikieFix the clang -Werror build (-Wbraced-scalar-init)
2015-06-19 Douglas GregorFix a use of err_nullability_conflicting that's trigger...
2015-06-19 Alexey Samsonov[CFI] Require -flto instead of implying it.
2015-06-19 David BlaikieFix no-asserts build failure due to unused variable...
2015-06-19 Alexey SamsonovAdd -flto to clang flags for cfi tests.
2015-06-19 David BlaikieSimplify Pass::perform to take a SimpleFile& instead...
2015-06-19 Tamas BerghammerAdd comment for workarond in DYLDRendezvous with androi...
2015-06-19 Adam Nemet[LoopDist] Rename RuntimeCheckEmitter to LoopVersioning...
2015-06-19 Adam Nemet[LoopDist] Move pointer-to-partition computation out...
2015-06-19 Marshall ClowFix illegal chars that snuck into <memory>
2015-06-19 Tamas BerghammerFix build brakage caused by r240154
2015-06-19 Rui UeyamaCOFF: Don't add new undefined symbols for /alternatename.
2015-06-19 Rafael EspindolaDelete dead code. NFC.
2015-06-19 Douglas GregorCode completion for nullability type specifiers.
2015-06-19 Douglas GregorCheck for consistent use of nullability type specifiers...
2015-06-19 Adrian McCarthyLoad executable module when attaching to process; imple...
2015-06-19 Douglas GregorIntroduced pragmas for audited nullability regions.
2015-06-19 Douglas GregorImplement the 'null_resettable' attribute for Objective...
2015-06-19 Douglas GregorExtend type nullability qualifiers for Objective-C.
2015-06-19 Douglas GregorDiagnose unsafe uses of nil and __nonnull pointers.
2015-06-19 Eric ChristopherAdd a comment and FIXME based on the commit message...
2015-06-19 Matt ArsenaultAMDGPU: Fix filename in comment
2015-06-19 Matt ArsenaultAMDGPU: Fix renamed file that was somehow dropped from...
2015-06-19 Rafael EspindolaMake getRelocationSection MachO only.
2015-06-19 Matt ArsenaultAMDGPU: Fix places missed in rename
2015-06-19 Lang Hames[lld] Allow LLD passes to return error codes.
2015-06-19 Douglas GregorIntroduce type nullability specifiers for C/C++.
2015-06-19 Alex LorenzMIR Serialization: Serialize the list of machine basic...
2015-06-19 Michael Zolotukhin[SLP] Vectorize for all-constant entries.
2015-06-19 Matt ArsenaultAMDGPU: Fix some places missed in rename
2015-06-19 Alex LorenzMIR Serialization: use default member initializers...
2015-06-19 Chad RosierTypo. NFC.
2015-06-19 Douglas KatzmanAvoid warning about inability to cast from ptr-to-obj...
2015-06-19 Marshall ClowFix ASAN bot; missing bookkeeping in r240136.
2015-06-19 Rafael EspindolaFix the lldb build for the EM_486 change.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Marshall ClowFix PR#18843. Thanks to Howard for the fix
2015-06-19 Douglas KatzmanFix typo in comment.
2015-06-19 Douglas KatzmanAdd nominal support for 'shave' target.
2015-06-19 Rafael EspindolaFix the build.
2015-06-19 Rafael EspindolaReplace EM_486 with EM_IAMCU.
2015-06-19 Alexander Potapenko[ASan] Initial support for Kernel AddressSanitizer
2015-06-19 Rafael EspindolaMake all temporary symbols unnamed.
2015-06-19 Daniel Jasperclang-format: Make exception to AlwaysBreakBeforeMultil...
2015-06-19 Daniel Jasperclang-format: Add TypeScript detection to git-clang...
2015-06-19 Daniel Jasperclang-format: Better fix to detect elaborated enum...
2015-06-19 Alexey Bataev[ATTRIBUTE] Fixed test compatibility.
2015-06-19 Alexey Bataev[ATTRIBUTE] Support base vector types of __attribute__...
2015-06-19 Tobias GrosserIRBuilder: Add unit tests for construction of globals...
2015-06-19 Bhushan D.... [LLDB][MIPS] ABI Plugin for MIPS64
2015-06-19 Filipe CabecinhasCMake: Stop using LLVM's custom parse_arguments (delete...
2015-06-19 Filipe CabecinhasCMake: Stop using LLVM's custom parse_arguments. NFC
2015-06-19 Filipe CabecinhasCMake: Stop using LLVM's custom parse_arguments. NFC
2015-06-19 Tobias GrosserAdd NVIDIA vprintf printing to RuntimeDebugBuilder
2015-06-19 Ahmed Bougacha[ARM] Look through concat when lowering in-place shuffl...
2015-06-19 Peter CollingbourneCFI: Implement bitset emission for the Microsoft ABI.
2015-06-19 Ahmed Bougacha[ARM] Factor out two-result shuffle matching. NFCI.
2015-06-19 Peter CollingbourneFix Windows test failure.
2015-06-19 Ahmed Bougacha[ARM] Add D-sized vtrn/vuzp/vzip tests, and cleanup...
2015-06-19 Tobias GrosserIRBuilder: Allow globals to be constructed in a specifi...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-19 Peter CollingbourneAdd control flow integrity diagnosis function to UBSan...
2015-06-19 Eric ChristopherFix "the the" in comments/documentation/etc.
2015-06-19 Peter CollingbourneImplement diagnostic mode for -fsanitize=cfi*, -fsaniti...
2015-06-19 Alexey SamsonovRevert "Revert "[CMake] LSan is not actually available...
2015-06-19 Evgeniy Stepanov[msan] Intercept fopencookie.
2015-06-19 Peter CollingbourneFix hexagon test failure.
2015-06-18 Peter CollingbourneIntroduce -fsanitize-trap= flag.
2015-06-18 Keno FischerDon't link ObjCARCOpts twice. Fixes PR22543
2015-06-18 Rui UeyamaCOFF: Add /nodefaultlib and /merge for .drectve.
2015-06-18 Rui UeyamaCOFF: Handle /include in .drectve.
2015-06-18 Rui UeyamaCOFF: Allow identical alternatename options.
2015-06-18 Alex LorenzMIR Serialization: Reenable one of the MIRParser tests...
2015-06-18 Rafael EspindolaImprove the --expand-relocs handling of MachO.
2015-06-18 Yi JiangAvoid redundant select node in early if-conversion...
2015-06-18 Hans WennborgSwitch lowering: enable whole-switch jump tables at...
2015-06-18 Jason MolendaUpdate comment about the UNWIND_X86_64_MODE_STACK_IND...
2015-06-18 Rafael EspindolaPass --expand-relocs to a few more tests.
2015-06-18 Richard Smith[modules] Merging support for enums with a local defini...
2015-06-18 Rui UeyamaCOFF: Unknown options in .drectve section is an error.
2015-06-18 Jason MolendaAdd a new wart, I mean feature, on to gdb-remote protoc...
next