platform/upstream/llvm.git
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Johannes DoerfertMake StmtSet a list.
2015-08-10 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-10 Yaron KerenAdd missing include guard to FuzzerInternal.h, NFC.
2015-08-10 Michael KruseAdd test case with PHI node in exit block
2015-08-10 Yaron KerenModify r244405 to clearer code, per David Blaikie sugge...
2015-08-10 Daniel Jaspermisc-unused-parameters: Don't touch K&R style functions.
2015-08-10 David Blaikie-Wdeprecated: Use noexcept rather than throw() where...
2015-08-10 Aaron BallmanSilence a sign mismatch warning; NFC.
2015-08-10 Rafael EspindolaDon't depend on getDotSymtabSec. It is going away.
2015-08-10 Michael KruseRemove leftover comment
2015-08-10 Silviu Baranga[TTI] Add a hook for specifying per-target defaults...
2015-08-10 Fraser CormackPrevent the scalarizer from caching incorrect entries
2015-08-10 Rafael Espindolaelf2yaml: Use existing section walk to find the symbol...
2015-08-10 Roman KashitsynAdd WebKit brace style configuration option.
2015-08-10 Michael Kruse[RegionInfo] Fix typo
2015-08-10 Michael Kruse[RegionInfo] Add debug-time region viewer functions
2015-08-10 Michael Kruse[Polly] Refactor buildScop
2015-08-10 Michael Kruse[RegionInfo] Use RegionInfo* instead of RegionInfoPass...
2015-08-10 Michael Kruse[RegionInfo] Update old-style comments
2015-08-10 Michael Kruse[RegionInfo] More descriptive error messages in verifier
2015-08-10 Robert LougherTrace copies when checking for rematerializability...
2015-08-10 Marina YatsinaTest commit to verify commit access
2015-08-10 John Brawn[Driver] Fix handling of -fbuiltin/-fcommon when combin...
2015-08-10 Jason MolendaFeedback from Jim: Change the "optimized code" warning...
2015-08-10 Daniel Marjamaki[Static Analyzer] Warn when inner and outer conditions...
2015-08-10 Yaron KerenRangify for loop, NFC.
2015-08-10 Filipe Cabecinhas[tests] Remove calls to grep
2015-08-10 NAKAMURA TakumiReformat headers in ADT and Support partially.
2015-08-10 NAKAMURA TakumiWhitespace.
2015-08-10 NAKAMURA TakumiReformat linebreaks.
2015-08-10 NAKAMURA Takumillvm/include/llvm/Support/Memory.h: Fix comment header.
2015-08-10 Alexey Bataev[MSVC] Crash fix: assigning of overloaded member functi...
2015-08-09 NAKAMURA Takumiclang/test/Modules: Satisfy win32 hosts due to dospath...
2015-08-09 Craig Topper[TableGen] Make StringInit constructor take a StringRef...
2015-08-09 Rui UeyamaCOFF: Define symbols for MSVC 2015 Control Flow Protection.
2015-08-09 Rui UeyamaCOFF: Do not fall through if /lib is processed.
2015-08-09 Saleem AbdulrasoolX86: remove a dead store (NFC)
2015-08-09 Rui UeyamaRemove unused `using`.
2015-08-09 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-09 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-09 Omair JavaidFix for build errors on arm-linux-gnueabi-gcc
2015-08-09 David Majnemer[PHITransAddr] Don't assume that instruction operands...
2015-08-09 Richard Smith[modules] Remove now-dead code for lazy loading of...
2015-08-09 Richard Smith[modules] PR22534: Load files specified by -fmodule...
2015-08-09 Richard SmithUnrevert r244412 (reverted in r244414), and delete...
2015-08-09 Justin BognerRevert "[modules] Don't leak -M flags for dependency...
2015-08-09 Richard Smith[modules] When building a dependency file, include...
2015-08-09 Richard Smith[modules] Don't leak -M flags for dependency file gener...
2015-08-09 Richard Smith[modules] Attach dependency listeners to the module...
2015-08-09 Richard SmithAdd file missed from r244409.
2015-08-09 Richard Smith[modules] When loading a template specialization, re...
2015-08-09 David Majnemer[IR] Remove unused declaration
2015-08-09 Yaron KerenTeach mingw toolchain driver to properly emit static...
2015-08-08 Justin Bognercmake: Error on invalid CMAKE_BUILD_TYPE
2015-08-08 Yaron KerenFix dangling reference in DwarfLinker.cpp. The original...
2015-08-08 Michael Kruse[Polly] Remove dead code in IndependentBlocks
2015-08-08 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-08 Michael KruseAdd an assertion
2015-08-08 Ted Kremenek[Static Analyzer] Add --analyzer-target option to scan...
2015-08-08 David Majnemer[IR] Cleanup some formatting issues in the EH instructions
2015-08-08 Renato Golin[ASAN/AArch64] Disable forkpty tests until we can fix...
2015-08-08 Rafael EspindolaReturn early on error. Should fix the asan bots.
2015-08-08 Craig Topper[X86] Add ADX and RDSEED to Skylake processor.
2015-08-08 Craig TopperAdd SlowBTMem to Sandy Bridge and newer Intel CPUs...
2015-08-08 Anna ZaksRevert "[analyzer] Add checkers for OS X / iOS localiza...
2015-08-08 Anna ZaksRevert "[analyzer] Fixup to r244389 to make this build...
2015-08-08 David Majnemer[InstCombine] Don't try to sink EH pad instructions
2015-08-08 Anna Zaks[analyzer] Fixup to r244389 to make this build on windows.
2015-08-08 Anna Zaks[analyzer] Add checkers for OS X / iOS localizability...
2015-08-08 NAKAMURA Takumi244368: Fix a comment line introduced in r244368. ...
2015-08-08 David Majnemer[IR] Stop hacking around a bug in GCC 4.5
2015-08-08 Devin Coughlin[analyzer] Don't issue alarm in ObjCSuperCallChecker...
2015-08-08 Craig TopperAdd model numbers for Skylake CPUs and an additional...
2015-08-08 Craig TopperAdd Intel family 6 model 93 as Silvermont.
2015-08-08 Tom StellardAMDGPU/SI: Another attempt to fix Windows bots broken...
2015-08-08 Matt ArsenaultRemove unnecessary includes
2015-08-08 Matt ArsenaultAMDGPU: Implement AMDGPUOperand::print()
2015-08-08 Matt ArsenaultAMDGPU/SI: Remove VCCReg
2015-08-08 Matt ArsenaultAMDGPU/SI: Remove source uses of VCCReg
2015-08-08 Rafael EspindolaDelete dead code. NFC.
2015-08-08 Rui UeyamaCOFF: Simplify.
2015-08-08 Tom StellardAMDGPU/SI: Attempt to fix Windows bots broken by r244372
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-08-07 Peter CollingbourneAST: Implement mangling support for function types...
2015-08-07 Sanjay Pateladd a missing regression test for a DAGCombiner FDIV...
2015-08-07 Tom StellardAMDGPU: Add pass to lower OpenCL image and sampler...
2015-08-07 James Y Knight[SPARC] Disable unsupported ExecutionEngine tests,...
2015-08-07 James Y Knight[Sparc] XFAIL CodeGen/atomic_ops test.
2015-08-07 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-07 Adam Nemet[LAA] Make the set of runtime checks part of the state...
2015-08-07 Rui UeyamaCOFF: Handle _load_config_used in the same way as other...
2015-08-07 Quentin Colombet[AArch64][LoadStoreOptimizer] Turn a test into an asser...
2015-08-07 Rui UeyamaRemove unused variable.
2015-08-07 Evgeniy Stepanov[asan] Try different values of the shadow gap start.
2015-08-07 Michael KruseDo not use -fvisibility option with Visual C
2015-08-07 Tom StellardAMDGPU/SI: Use InstAlias instead of MnemonicAlias for...
2015-08-07 Sanjay Patelredo r244360 (tighten checks...) after specifying triple
2015-08-07 Sanjay Pateltighten checks using update_llc_test_checks.py
next