platform/upstream/llvm.git
2013-01-15 Evgeniy StepanovFix operand type conditions in one of ICmpInst construc...
2013-01-15 Renato GolinPattern-matched variables in post-inc-icmpzero.ll
2013-01-15 Daniel JasperImprove operator kind detection in presence of comments.
2013-01-15 Kostya Serebryany[asan] enable asan_allocator2 by default on Linux....
2013-01-15 Manuel KlimekFixes various bugs around the keywords class, struct...
2013-01-15 Dmitry Vyukovasan: fix standalone malloc implementation
2013-01-15 Alexander KornienkoResolved merge error with r172323 (llvm::X -> X)
2013-01-15 Dmitry Vyukovasan: fix the constant for new allocator cache
2013-01-15 Michael J.... Update CODE_OWNERS.TXT.
2013-01-15 Kostya Serebryany[sanitizer] hide PR_SET_NAME under an ifdef (for older...
2013-01-15 Dmitry Vyukovasan: correct non-temporal prefetch for memory allocator
2013-01-15 Dmitry Vyukovasan: faster thead-local cache for memory allocator
2013-01-15 Dmitry Vyukovasan: fix lint warnings
2013-01-15 Dmitry Vyukovasan: fix bugs in the testlib
2013-01-15 Dmitry Vyukovasan: rename the file (it's not 64-bit specific anymore)
2013-01-15 Richard SmithDon't crash when binding a reference to a temporary...
2013-01-15 Michael J.... [ELF] Update for LLVM Object/ELF changes.
2013-01-15 Michael J.... [Object][ELF] Simplify ELFObjectFile by using ELFType.
2013-01-15 Richard SmithPR14950: Fix out-of-bounds function parameter access...
2013-01-15 Michael J.... [ELF] Replace [...] x_{begin,end}() with range<[.....
2013-01-15 Michael J.... [Core] Add iterator ranges.
2013-01-15 Michael J.... [ELF] Fix use of LLVM RTTI.
2013-01-15 Richard SmithPR14918: Don't confuse braced-init-lists after template...
2013-01-15 Douglas GregorAdd -fopenmp -cc1 option and wire it up to define _OPEN...
2013-01-15 Michael J.... [Support] Add LLVM_CONSTEXPR.
2013-01-15 Shankar Easwaranremove const from FindByName
2013-01-15 Greg Clayton<rdar://problem/13010909>
2013-01-15 Jim InghamFix for the separation between -i and -u in expression.
2013-01-15 Richard SmithFix behavior of [[gnu::]] function attributes. Per...
2013-01-15 Jim InghamSeparated the "expr --unwind-on-error" behavior into...
2013-01-15 Michael J.... [docs] Add driver documentation.
2013-01-15 Michael J.... [docs] Update status.
2013-01-15 Argyrios Kyrtzidis[ADT/StringMap] Follow-up to r172455, use the correct...
2013-01-15 Nadav RotemLTO: Also init TTI for codegen passes.
2013-01-15 Daniel Dunbar[IR] Add verifier support for llvm.module.flags.
2013-01-15 Chad Rosier[driver] Warnings for warning options are handled by...
2013-01-15 Jack CarterThis patch fixes a Mips specific bug where
2013-01-15 Nick KledzikAdd new merge-by-content Merge attribute for use by...
2013-01-15 Jason MolendaAdd a few other missing LOG_ types to set_logging(...
2013-01-15 Enrico GranataAdding a test case for expression parser's support...
2013-01-14 Enrico Granata<rdar://problem/12790664>
2013-01-14 Eli BenderskyNow GenericAsmParser and AsmParser are no longer friend...
2013-01-14 Eli BenderskyProperly encapsulate additional methods and data from...
2013-01-14 Jakub StaszakRemove trailing spaces.
2013-01-14 Shuxin YangThis change is to implement following rules under the...
2013-01-14 Dmitri GribenkoDocument that we should recognize attributes supported...
2013-01-14 Tobias Grosserclang-format goodness
2013-01-14 Richard SmithRefactor to call ActOnFinishFullExpr on every full...
2013-01-14 Chad Rosier[ms-inline asm] Extend support for parsing Intel bracke...
2013-01-14 Dmitri GribenkoImprove r172468: const_cast is not needed here
2013-01-14 Nick KledzikFix shadowed variable warning
2013-01-14 Dmitri GribenkoImprove r172471: avoid all those extra casts on the...
2013-01-14 Bill SchmidtThis patch addresses an incorrect transformation in...
2013-01-14 Sean CallananOnce a function has been JIT-compiled once, don't
2013-01-14 Michael GottesmanMultiprecision subtraction builtins.
2013-01-14 Quentin ColombetFollow up of commit r172472.
2013-01-14 Dmitri GribenkoImprove r172464: const_cast is not needed if the variab...
2013-01-14 Quentin ColombetComplete the existing support of ARM v6m, v7m, and...
2013-01-14 David GreeneFix Casting
2013-01-14 David GreeneFix Casting
2013-01-14 David GreeneFix More Casts
2013-01-14 David GreeneFix Another Cast
2013-01-14 David GreeneFix Casting Bug
2013-01-14 David GreeneFix More Casts
2013-01-14 David GreeneFix Casting
2013-01-14 David GreeneFix Casts
2013-01-14 Andrew TrickSCEVExpander fix. RAUW needs to update the InsertedExpr...
2013-01-14 Howard HinnantMake <cmath> classification macros work with integral...
2013-01-14 Nick LewyckyFix typo in comment.
2013-01-14 Douglas GregorTopologically sort the link options generated for modul...
2013-01-14 Howard HinnantFix a race in the construction of future. This fixes...
2013-01-14 Argyrios Kyrtzidis[ADT/StringMap] Add a constructor in StringMap that...
2013-01-14 Joe GroffFix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined...
2013-01-14 Joe GroffAdd DenseMap::insert(value_type&&) method.
2013-01-14 Michael GottesmanChanged SmallPtrSet.count guard + SmallPtrSet.insert...
2013-01-14 Eli BenderskyMove CheckForValidSection to the MCAsmParser interface.
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
2013-01-14 Eli BenderskyMove ParseMacroArgument to the MCAsmParser interfance.
2013-01-14 Douglas GregorWhen forming the link options for an imported module...
2013-01-14 Howard HinnantFix string conversions functions to throw out_of_range...
2013-01-14 Jordan Rose[analyzer] Add ProgramStatePartialTrait<const void *>.
2013-01-14 Jordan Rose[analyzer] Fix cast-away-const warning by using const_cast.
2013-01-14 Jordan Rose[analyzer] -drain is not an alias for -release.
2013-01-14 Jim InghamFix a logic error in the condition for a warning log...
2013-01-14 Douglas GregorSwitch autolinking metadata format over to actual linke...
2013-01-14 Eli BenderskyEncapsulate the MacroEnabled flag in AsmParser behind...
2013-01-14 Douglas GregorInfer "link" lines for top-level frameworks. Essentiall...
2013-01-14 Bill SchmidtThis patch addresses varargs processing for small compl...
2013-01-14 Douglas GregorImplement parsing, AST, (de-)serialization, and placeho...
2013-01-14 Howard HinnantMichael van der Westhuizen: Improve support for testing...
2013-01-14 Howard HinnantMichael van der Westhuizen: Patches for Linux. Fixes...
2013-01-14 Alexander KornienkoTest source file name in diagnostics
2013-01-14 Manuel KlimekFixes formatting of nested brace initializers.
2013-01-14 Daniel JasperAdd support for Chromium style.
2013-01-14 Daniel JasperMake single-line if statements optional.
2013-01-14 Will Dietz[ubsan] Use __sanitizer::atomic_exchange(), prefer...
2013-01-14 Daniel JasperFix a bug in the line merging.
2013-01-14 Daniel JasperFix bug that would lead to joining preprocessor directives.
2013-01-14 Daniel JasperPut simple preprocessor directives on a single line.
2013-01-14 Evgeniy StepanovMove large part of asan_test_utils.h to sanitizer_common.
next