platform/upstream/llvm.git
2015-06-20 Simon Pilgrim[X86][SSE][CostModel] Added full set of sitofp/uitofp...
2015-06-20 Yaron KerenUpdate ELFObjectWriter::reset() following r238073.
2015-06-20 Rui UeyamaCOFF: Fix common symbol alignment.
2015-06-20 Rui UeyamaCOFF: Fix a common symbol bug.
2015-06-20 Yaron KerenRangify for loops in Inliner::runOnSCC(), NFC.
2015-06-20 Justin BognerIndVarSimplify: Avoid UB from binding a reference to...
2015-06-20 NAKAMURA TakumiReformat.
2015-06-20 NAKAMURA TakumiRevert r240040, "[BranchFolding] Replace custom Machine...
2015-06-20 NAKAMURA TakumiASTContext.h: Fix utf8 chars in comments.
2015-06-20 NAKAMURA TakumiTargetInstrInfo.h: Fix r240192. [-Wdocumentation]
2015-06-20 NAKAMURA TakumiSemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumen...
2015-06-20 Justin BognerRevert "InstrProf: When reading, copy the data instead...
2015-06-20 Peter CollingbourneUse correct escaping for semicolon on Windows.
2015-06-20 Justin BognerInstrProf: When reading, copy the data instead of takin...
2015-06-20 Peter CollingbourneLibDriver tests require x86 target.
2015-06-20 Richard Smith[modules] When determining whether a definition of...
2015-06-20 Peter CollingbourneLibDriver: implement /libpath and $LIB; ignore /ignore...
2015-06-20 Keno Fischer[MCJIT] Add a FindGlobalVariableNamed utility
2015-06-20 Justin BognerLowerSwitch: Avoid some undefined behaviour
2015-06-20 Richard Smith[modules] Refactor and slightly simplify class definiti...
2015-06-20 Nico WeberSuppress bogus gcc -Wreturn-type warnings.
2015-06-20 Sanjoy Das[Statepoint] Remove unnecessary argument from Statepoin...
2015-06-20 Sanjoy Das[Statepoint][NFC] Fix include guard style.
2015-06-19 Douglas GregorYet another MSVC-related fix.
2015-06-19 Nico WeberRevert 240130, it caused crashes (repro in PR23900).
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.
next