platform/upstream/llvm.git
2013-08-08 Daniel Dunbar[lit] Change --show-{tests,suites} to exit after printing.
2013-08-08 Daniel Dunbar[lit] Remove --repeat option, which wasn't that useful.
2013-08-08 Daniel Dunbar[lit] Eliminate some nested imports.
2013-08-08 Daniel Dunbar[lit] Remove on_clone member, which is no longer used.
2013-08-08 Fariborz JahanianObjectiveC migration: Handle another special case of
2013-08-08 David Fanginitial draft of PPCMachObjectWriter.cpp
2013-08-08 Hans Wennborgclang-cl: use MS C++ ABI
2013-08-08 Rafael EspindolaFix alignof computation of large arrays on x86_64.
2013-08-08 Reid KlecknerRevert "clang-cl: Hook up /Za to prevent adding oldname...
2013-08-08 Howard HinnantMy previous reorganization of addressof broke -std...
2013-08-08 Sean CallananCheck for division by zero when performing modulus
2013-08-08 Matt KopecRemove unreachable code when thread exits on Linux.
2013-08-08 Stefanus Du... Add clang_Location_isFromMainFile() to libclang.
2013-08-08 Hans WennborgRemove misleading comment about using cc1 option table.
2013-08-08 Alexey SamsonovFix off-by-one error in Regex::isValid
2013-08-08 Hans Wennborgclang-cl: Hook up /Za to prevent adding oldnames.lib...
2013-08-08 David BlaikieFix speling.
2013-08-08 Jordan Rosescan-build: pass -target through to analyzer
2013-08-08 Niels Ole SalscheiderR600/SI: Implement fp32<->fp64 conversions
2013-08-08 Niels Ole SalscheiderR600/SI: Implement sint<->fp64 conversions
2013-08-08 Jakub StaszakUse pop_back() instead of pop_back_val() when the retur...
2013-08-08 Silviu BarangaRemove the now redundant FeatureFP16 from the Cortex...
2013-08-08 Jakub StaszakFix the comment.
2013-08-08 Evgeniy Stepanov[sanitizer] Limit scandir interceptor to Linux.
2013-08-08 Evgeniy Stepanov[sanitizer] Intercept scandir/scandir64.
2013-08-08 Tobias GrosserPollyDependence: Simplify Read/Write/MayWrite before...
2013-08-08 Dmitry Vyukovtsan: better diagnostics for invalid addresses passed...
2013-08-08 Edwin VaneIntroduce Replacement deduplication and conflict detect...
2013-08-08 Evgeniy Stepanov[sanitizer] Intercept strerror and strerror_r.
2013-08-08 Alexey SamsonovFactor out parsing sanitizer arguments to a separate...
2013-08-08 Benjamin KramerUse EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings...
2013-08-08 Benjamin KramerRemove unused variable. No functionality change.
2013-08-08 Andrea Di Biagiotest commit.
2013-08-08 Mihai PopaThe name "tCDP" isn't used anywhere else in the source...
2013-08-08 Alexey SamsonovMove SanitizerArgs implementation from .h to .cpp
2013-08-08 Evgeniy Stepanov[sanitizer] ASan/MSan tests for r187967.
2013-08-08 Eric ChristopherDISubprogram metadata have an MDNode representing which...
2013-08-08 Chandler CarruthThe only useful loop unrolling flag to give realistical...
2013-08-08 Alexey SamsonovSimplify (and fix) check-dfsan configs
2013-08-08 Evgeniy StepanovDisable inlining between sanitized and non-sanitized...
2013-08-08 Eric ChristopherFor DW_TAG_template_type_parameter the actual passed...
2013-08-08 Craig TopperRemove AllUndef check from one of the loops in getVecto...
2013-08-08 Eric ChristopherThe conversion to bool is fine here, no need to check...
2013-08-08 Eric ChristopherMake sure that if we're going to attempt to add a type...
2013-08-08 Eric ChristopherChange variable name and reflow formatting.
2013-08-08 Craig TopperOptimize mask generation for one of the DAG combiner...
2013-08-08 Hal FinkelPPC: Map frin to round() not nearbyint() and rint()
2013-08-08 Arnold SchwaighoferRevert r187927.
2013-08-08 Richard TrieuSplit the deprecated increment bool warning into a...
2013-08-08 Arnold SchwaighoferRevert r187935 "Support for double width characters."
2013-08-08 David MajnemerRevert "coff also doesn't have a ReadOnlySection yet...
2013-08-08 Richard TrieuEmit an error for enum increments and decrements in...
2013-08-08 Eric ChristopherReflow for loop.
2013-08-08 Eric ChristopherBe more rigorous about the sizes of forms and attributes.
2013-08-08 Filipe Cabecinhascatch-undefined-behavior.cpp: Remove names that don...
2013-08-08 Filipe CabecinhasUBSan: Fix naming for IR variables in catch-undef-behav...
2013-08-08 Chandler CarruthAdd three missing CMake variables that need to make...
2013-08-08 Alexander KornienkoChanged isPrint for U+00AD SOFT HYPHEN to return true.
2013-08-08 Filipe CabecinhasUBSan: Fix alignment checks emitted in downcasts.
2013-08-08 Ted KremenekForward resetColor() et al to the underlying stream.
2013-08-08 Michael GottesmanRevert "[objc-arc] Track if we encountered an additive...
2013-08-08 Hans Wennborgclang-cl: Support the run-time selection options (...
2013-08-08 Peter CollingbourneFix ARM build.
2013-08-08 John ThompsonExpanded modularize tests.
2013-08-08 John ThompsonComment changes. Added current problems comment.
2013-08-07 Michael Gottesman[objc-arc] Track if we encountered an additive overflow...
2013-08-07 Michael Gottesman[objc-arc] Change 4 iterator methods which return const...
2013-08-07 Bill WendlingReapply r185872 now that the address sanitizer has...
2013-08-07 Peter CollingbourneReally unbreak Mac build.
2013-08-07 Peter CollingbourneUnbreak Mac build.
2013-08-07 Howard HinnantUpdate CREDITS.TXT
2013-08-07 Alexander KornienkoSupport for double width characters.
2013-08-07 Daniel Dunbar[lit] Remove unnecessary list copy.
2013-08-07 Daniel Dunbar[lit] Always list individual UNRESOLVED tests.
2013-08-07 Daniel Dunbar[lit] Explicitly convert dict items() result to a list.
2013-08-07 Daniel Dunbar[lit] Make string encoding issues explicit.
2013-08-07 Daniel Dunbar[tests] Make string encoding issues explicit.
2013-08-07 Daniel Dunbar[tests] Avoid deprecated except syntax.
2013-08-07 Howard HinnantZhihao Yuan: Replace operator& with addressof in refere...
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-07 Peter CollingbourneDataFlowSanitizer; Clang changes.
2013-08-07 Peter CollingbourneDataFlowSanitizer; compiler-rt changes.
2013-08-07 Peter CollingbourneDataFlowSanitizer; LLVM changes.
2013-08-07 Hans WennborgFix doxygen function name mismatch.
2013-08-07 Daniel MaleaNew settings: target.use-hex-immediates and target...
2013-08-07 Daniel Dunbar[lit] Report the traceback when config import fails.
2013-08-07 Daniel Dunbar[lit] Avoid comparisons with None.
2013-08-07 Daniel Dunbar[lit] Use list comprehensions instead of map().
2013-08-07 Daniel Dunbar[lit] Avoid deprecated dict.has_key() method.
2013-08-07 Richard SmithPR9992: Serialize and deserialize the token sequence...
2013-08-07 Marshall ClowN3644 support for <unordered_set> and <unordered_map>
2013-08-07 Argyrios Kyrtzidis[PCH] Fix a PCH serialization crash, with invalid code...
2013-08-07 Eric ChristopherUsing the integrated assembler we'd fail to change...
2013-08-07 Eric ChristopherFix a FIXME, on darwin all virtual sections have a...
2013-08-07 Marshall ClowN3644 support for vector<bool>
2013-08-07 Marshall ClowN3644 support for vector<bool>
2013-08-07 Marshall ClowN3644 support for <string> and <vector>
2013-08-07 Howard HinnantCorrect logic bug in find optimization for vector<bool...
2013-08-07 Reid KlecknerOn Windows, autolink advapi32 from Path.inc for CryptAc...
2013-08-07 Howard HinnantWar on tabs
next