platform/upstream/llvm.git
2012-12-20 Bill WendlingSome random comment, naming, and format changes.
2012-12-20 Jakob Stoklund... Remove two dead functions.
2012-12-20 Bob WilsonRevert "Adding support for llvm.arm.neon.vaddl[su]...
2012-12-20 Argyrios KyrtzidisUse some heuristics so that when a fixit removes a...
2012-12-20 Ted KremenekWarn if a __weak variable is initialized with an Object...
2012-12-20 Dmitri GribenkoDocumentation: use monospaced font in BlockLanguageSpec...
2012-12-20 Chad RosierUse the MaybeParseMicrosoftAttributes function.
2012-12-20 Daniel JasperRemove namespace qualifier that lead to build breakage.
2012-12-20 Daniel JasperMove operator precedence calculation to new header
2012-12-20 Nadav RotemLoopVectorize: Fix a bug in the scalarization of instru...
2012-12-20 Jim InghamIf we can't find the python function for a given summar...
2012-12-20 Evan ChengOn some ARM cpus, flags setting movs with shifter opera...
2012-12-20 Fariborz JahanianAdd objective-C style formatting to clang format and
2012-12-20 Eli BenderskyChange Lit error redirection to FileCheck to a more...
2012-12-20 Ted KremenekUpdate RetainCountChecker to understand attribute ns_re...
2012-12-20 Ted KremenekAttribute 'cf_returns_autoreleased' doesn't really...
2012-12-20 Bill WendlingRename llvm::Attributes to llvm::Attribute.
2012-12-20 Bill WendlingRevert r170500. It over-zealously converted *ALL* thing...
2012-12-20 Eli BenderskyAdd a largish auto-generated test for the aligned bundl...
2012-12-20 Eli BenderskyTests for the aligned bundling support added in r170718
2012-12-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-20 Jakob Stoklund... Use MachineInstrBuilder for PHI nodes in SelectionDAGISel.
2012-12-20 Jim GrosbachFix inadvertant delete of 'has'.
2012-12-20 Jakob Stoklund... Use MachineInstrBuilder in InstrEmitter.
2012-12-20 Jakob Stoklund... Use MachineInstrBuilder in a few CodeGen passes.
2012-12-20 Rafael EspindolaSimplify the testcase a bit.
2012-12-20 Nadav RotemLoop Vectorizer: turn-off if-conversion.
2012-12-20 Dmitry Vyukovtsan: java interface implementation skeleton
2012-12-20 Howard HinnantTest case for llvm.org/bugs/show_bug.cgi?id=14670.
2012-12-20 Rafael EspindolaFix Generic_GCC::GCCVersion::operator<
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-12-20 Howard HinnantHyeon-Bin Jeong: readsome() need to reset gcount to...
2012-12-20 Alexey Samsonov[ASan] remove duplicate entry in shadow byte legend
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-20 Alexey Samsonov[Sanitizer] Fix CMake build rules for sanitizer_common...
2012-12-20 Kostya Serebryany[asan] asan_allocator2: implement memalign
2012-12-20 Evgeniy Stepanov[*san] Create unittests output directory, if it does...
2012-12-20 Dmitry Vyukovtsan: add cmake build and tests into presubmit script
2012-12-20 Renato GolinAdding support for llvm.arm.neon.vaddl[su].* and
2012-12-20 NAKAMURA Takumic-index-test/Makefile: Add clangFormat to USEDLIBS...
2012-12-20 NAKAMURA Takumic-index-test/Makefile: Reformat.
2012-12-20 Alexey Samsonov[Sanitizer] Modify CMake build rules for sanitizer_comm...
2012-12-20 Alexander Potapenko[ASan] Make the FileCheck pattern more c++filt-resistant.
2012-12-20 Kostya Serebryany[tsan] fix cmake build
2012-12-20 Alexander KornienkoMinor coding style issue: NULL -> 0
2012-12-20 Kostya Serebryany[asan] add memalign tests
2012-12-20 Evgeniy StepanovAdd __has_feature(memory_sanitizer).
2012-12-20 Kostya Serebryany[asan] add a flag poison_heap to allow better allocator...
2012-12-20 Alexander KornienkoASTDumper coding style fixes.
2012-12-20 NAKAMURA Takumiclang/test/Driver/warning-options.cpp: Appease MSYS...
2012-12-20 NAKAMURA Takumillvmbuild/main.py: Let LibraryDependencies.inc determin...
2012-12-20 Dmitry Vyukovtsan: add java interface implementation stub
2012-12-20 Kostya Serebryany[asan] asan_allocator2: make all remaining tests pass.
2012-12-20 Dmitry Vyukovtsan: add Java interface
2012-12-20 Kostya Serebryany[asan] add ASAN_PCRE_DOTALL to two new multi-line regexps
2012-12-20 Craig TopperFormatting fixes. Remove some unnecessary 'else' after...
2012-12-20 Craig TopperRemoving trailing whitespace
2012-12-20 Reed KotlerImplement cfi_def_cfa_offset. "Make check" test case...
2012-12-20 Reed KotlerThere is one more patch to finish large frames. Make...
2012-12-20 Jyotsna VermaAdd constant extender support to GP-relative load/store...
2012-12-20 Jyotsna VermaAdd TSFlags to ALU32 type instructions for constant...
2012-12-20 Alexey Samsonov[ASan] don't use -fsanitize=address linker flag for...
2012-12-20 Reed Kotlerset register class properly for mips16 here
2012-12-20 Rafael EspindolaUndefine PPC harder.
2012-12-20 Reed KotlerThis assert is overly restrictive and does not work...
2012-12-20 Richard SmithMove C++ name demangling support from ubsan into saniti...
2012-12-20 Reed KotlerTurn on register scavenger for Mips 16
2012-12-20 Akira Hatanaka[mips] Refactor SLT (set on less than) instructions...
2012-12-20 Akira Hatanaka[mips] Refactor unconditional branch instruction. Separ...
2012-12-20 Richard SmithImplement std::is_base_of for the case where we don...
2012-12-20 Akira Hatanaka[mips] Remove asm string parameter from pseudo instruct...
2012-12-20 Akira Hatanaka[mips] Delete definition of CPRESTORE instruction.
2012-12-20 Akira Hatanaka[mips] Refactor conditional branch instructions with...
2012-12-20 Richard SmithDon't use isa<CallInst>(this) in the constructor for...
2012-12-20 Akira Hatanaka[mips] Refactor conditional branch instructions with...
2012-12-20 Reed Kotlerfix most of remaining issues with large frames.
2012-12-20 Akira Hatanaka[mips] Use "or $r0, $r1, $zero" instead of "addu $r0...
2012-12-20 Richard SmithFix use-before-construction of X86TargetLowering.
2012-12-20 Richard SmithDon't use -1 as a value of an unsigned 7-bit enumeratio...
2012-12-20 Richard SmithDon't leave IsUnsigned uninitialized in a default-const...
2012-12-20 Akira Hatanaka[mips] Change the order of template parameters. Move...
2012-12-20 Akira Hatanaka[mips] Refactor shift instructions with register operan...
2012-12-20 Akira Hatanaka[mips] Refactor shift immediate instructions. Separate...
2012-12-20 Akira Hatanaka[mips] Refactor arithmetic and logic instructions with...
2012-12-20 Akira Hatanaka[mips] Refactor arithmetic and logic instructions....
2012-12-20 Sean Silvadocs: Show TOC for GettingStarted.rst.
2012-12-20 NAKAMURA Takumiclang/test/Misc/ast-dump-decl.c: Add triple. __thread...
2012-12-20 Michael GottesmanUpdated link in LanguageExtensions.rst to point to...
2012-12-20 Michael GottesmanChanged UTF-8 emdashes to --- ala Dmitri Gribenko's...
2012-12-20 Akira Hatanaka[mips] Delete ArithOverflowR and ArithOverflow and...
2012-12-20 Jason MolendaClarify the comments in PlatformDarwin::LocateExecutabl...
2012-12-20 Richard SmithFix another uninitialized bool member bug found by...
2012-12-20 John McCallRobustify the @encode code and add support for _Atomic.
2012-12-20 Sean Silvadocs: Clean up adornments.
2012-12-20 Sean Silvadocs: ASCII-fy
2012-12-20 Richard SmithFix code that attempted to produce a diagnostic with...
2012-12-20 Fariborz JahanianProvide couple of DeclPrint tests for my last patch.
2012-12-20 Alexander KornienkoImplement AST dumper for Decls.
2012-12-20 Enrico Granata<rdar://problem/12903081>
2012-12-20 Nadav RotemLoop Vectorizer: Enable if-conversion.
next