platform/upstream/llvm.git
2012-12-21 Sean Silvadocs: Prevent image scaling.
2012-12-21 Sean Silvadocs: Convert ObjectiveCLiterals to reST.
2012-12-21 Sean Silvadocs: fix Sphinx toctree warning.
2012-12-21 Sean Silvadocs: Convert DriverInternals to reST.
2012-12-21 Nadav RotemFix a bug in the code that checks if we can vectorize...
2012-12-21 Eric ChristopherMove these files over to the debug info directory.
2012-12-20 Richard SmithFix some bugs where we would sometimes use 0, not ...
2012-12-20 Douglas GregorRevert r170801, which breaks the mingw build.
2012-12-20 Sean Silvadocs: Try out nosidebar.
2012-12-20 Douglas GregorEliminate errors when running the 'PrintFunctionNames...
2012-12-20 Andrew KaylorAdding eStopReasonThreadExiting and fixing the handling...
2012-12-20 Sean Silvadocs: Cleanup trailing whitespace.
2012-12-20 Jakob Stoklund... Require the two-argument MI::addOperand(MF, MO) for...
2012-12-20 Jakob Stoklund... Add an MF argument to MI::copyImplicitOps().
2012-12-20 Jakob Stoklund... Use two-arg addOperand(MF, MO) internally in MachineIns...
2012-12-20 Jakob Stoklund... MachineInstrBuilderize ARM.
2012-12-20 Jakob Stoklund... MachineInstrBuilderize NVPTX.
2012-12-20 Eli BenderskyFix an unitialized member variable that may have caused...
2012-12-20 Sean Silvadocs: actually indent these consistently
2012-12-20 Sean Silvadocs: Indent consistently in code examples.
2012-12-20 Sean Silvadocs: Improve navigation for Vectorizers.rst
2012-12-20 Ted KremenekRevert "Warn if a __weak variable is initialized with...
2012-12-20 Sean Silvadocs: bring back link for reddit.
2012-12-20 Eric ChristopherWhitespace and 80-column cleanup.
2012-12-20 Eric ChristopherStart splitting out the debug string section handling...
2012-12-20 Sean Silvadocs: Make document name congruent with title.
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...
next