platform/upstream/llvm.git
2012-05-16 Akira HatanakaThis patch adds the register class for MIPS16 as well...
2012-05-16 NAKAMURA Takumiclang/test/Tooling: Remark as XFAIL again in 5 tests...
2012-05-16 Greg Clayton<rdar://problem/11439755>
2012-05-16 Eric ChristopherGrammar.
2012-05-16 Akira HatanakaXFAIL this test on MIPS.
2012-05-16 Eric ChristopherRemove unnecessary temporary.
2012-05-16 Johnny ChenFix a typo.
2012-05-16 Jakob Stoklund... Set sub-register <undef> flags more accurately.
2012-05-16 Chad RosierRename the driver option to -mno-implicit-float, per...
2012-05-16 Jordy RoseAdd triples for test.
2012-05-16 Sean CallananEnabled C++11 in the expression parser. auto and
2012-05-16 Manuel KlimekPulls diagnostics for temp file handling into the commo...
2012-05-16 Greg ClaytonDisassemble the signal number and also the mach excepti...
2012-05-16 Greg ClaytonFixed an exception when parsing crash logs.
2012-05-16 Sean CallananUpdated LLVM to fix a problem where the Thumb
2012-05-16 Johnny ChenUpdate the comments for lldbtest module. The test...
2012-05-16 Chad Rosier[driver] Allow the driver to directly accept the -no...
2012-05-16 Jordy Rose[analyzer] Fix test for PR12206, which was failing...
2012-05-16 Douglas GregorAdd _alignof and __builtin_alignof as aliases for __ali...
2012-05-16 Johnny ChenMake the script more friendly when running under python...
2012-05-16 Chad RosierTweek r156937 a bit so that the suggestions are correct.
2012-05-16 Chad RosierWarn about -Wno-foo where foo is an unknown warning...
2012-05-16 Argyrios Kyrtzidis[libclang] Properly handle @encode() in RecursiveASTVis...
2012-05-16 Simon AtanasyanDisable JITTest.FunctionIsRecompiledAndRelinked and...
2012-05-16 Richard TrieuMove the warnings for extra semi-colons under -Wextra...
2012-05-16 Danil MalyshevAdded LLIMCJITMemoryManager to the lli. This manager...
2012-05-16 Anna Zaks[analyzer] Revert a regression committed in r156920.
2012-05-16 Johnny ChenThe redo.py script can take no argument where it uses...
2012-05-16 NAKAMURA Takumiclang/test/Tooling: Remove XFAIL in 5 tests to unveil...
2012-05-16 NAKAMURA Takumiclang/test/Tooling/clang-check-pwd.cpp: Add "REQUIRES...
2012-05-16 Jim InghamDon't do a stat compare of the module with its underlyi...
2012-05-16 Jim InghamAdd GetID to the .i file.
2012-05-16 Douglas GregorClean up r156925, so that we only mark the capturing...
2012-05-16 Douglas GregorFix code generation of variables reference expressions...
2012-05-16 Dmitry Vyukovtsan: improve addr2line symbolizer
2012-05-16 Douglas GregorFix ASTReader handling of ImportDecls, from Meador...
2012-05-16 Douglas GregorUse a llvm::SmallString rather than std::string for...
2012-05-16 Jordy Rose[analyzer] Fix RUN lines for old XFAIL tests, one of...
2012-05-16 Jordy Rose[analyzer] Convert many existing tests to use clang_ana...
2012-05-16 Jordy Rose[analyzer] Introduce clang_analyzer_eval for regression...
2012-05-16 Filipe CabecinhasCleanup after functionalities/alias/TestAliases.py
2012-05-16 Benjamin KramerHexagon: Remove unused command line option.
2012-05-16 Benjamin KramerStringSwitchify. No functionality change.
2012-05-16 Duncan SandsI noticed that named metadata doesn't provide a direct...
2012-05-16 Benjamin KramerFactor sema for attributes unavailable and deprecated...
2012-05-16 Chandler CarruthTeach the 'opt' tool about '-Os' and '-Oz', correspondi...
2012-05-16 Kostya Serebryany[tsan] fix typo
2012-05-16 Chandler CarruthClarify how libstdc++ and other bits of the system...
2012-05-16 Kostya Serebryany[tsan] first version of ThreadSanitizer docs
2012-05-16 Duncan SandsFix a thinko in DisintegrateMERGE_VALUES. Patch by...
2012-05-16 Kostya Serebryany[tsan] add tiny_test.c
2012-05-16 Kostya Serebryany[tsan] fix old-style makefile -- we still need them...
2012-05-16 Kostya Serebryany[tsan] add ThreadSanitizer linker flags on Linux and...
2012-05-16 Chris LattnerSignificantly reduce the compiled size of Functions...
2012-05-16 Douglas GregorProduce more useful 'duplicate case' diagnostics. Fixes...
2012-05-16 Chris Lattnerhave tblgen emit cast<> instead of dyn_cast<> when...
2012-05-16 David BlaikieInclude the correct conversion context locations for...
2012-05-16 Greg ClaytonMake sure that our thread list can't get out of date...
2012-05-16 Rafael EspindolaFix the visibility of instantiations of static data...
2012-05-16 Evan ChengAvoid creating a cycle when folding load / op with...
2012-05-16 Jim InghamAlways call RefreshStateAfterStop when we get a stop...
2012-05-16 Jim InghamAdd an accessor on SBBreakpointLocation to get its...
2012-05-16 Argyrios Kyrtzidis[libclang/AST] Index references of protocols in "@proto...
2012-05-16 Jason MolendaBump debugserver version # to 187.
2012-05-16 Jason MolendaBump version # to lldb-147.
2012-05-16 Jason MolendaAdd LLDB_DISABLE_PYTHON around newly added methods in
2012-05-16 Jim InghamSet the result status correctly for asynchronous step...
2012-05-16 Jason MolendaFix comment typeo.
2012-05-16 Jason MolendaChange lockdown API use in RNBSocket::ConnectToService.
2012-05-16 Johnny ChenFix Makefile to pass the correct -arch flag to the...
2012-05-16 John CriswellFixed grammar for the llvm.trap intrinsic description.
2012-05-16 Argyrios Kyrtzidis[objcmt] Accept char arrays for rewriting to @() syntax.
2012-05-16 Greg Clayton<rdar://problem/11246147>
2012-05-15 Jakob Stoklund... Enable sub-sub-register copy coalescing.
2012-05-15 Johnny ChenInclude llvm/ADT/STLExtras.h from lldb/Utility/Utils...
2012-05-15 Anna Zaks[analyzer] Add a test for dead stores, which uses Opaqu...
2012-05-15 Argyrios Kyrtzidis[objcmt] When using NSNumber numberWithInteger:/numberW...
2012-05-15 Fariborz Jahanianobjective-c: perform strict type checking on property
2012-05-15 Anna Zaks[analyzer] Fix a regression in ObjCUnusedIVars checker.
2012-05-15 Jakob Stoklund... Teach RegisterCoalescer to handle symmetric sub-registe...
2012-05-15 Argyrios Kyrtzidis[objcmt] Rewrite messages to NSString's stringWithUTF8S...
2012-05-15 Jakob Stoklund... Handle NewReg==OldReg in renameRegister().
2012-05-15 Jakob Stoklund... We never call adjustCopiesBackFrom() for partial copies.
2012-05-15 Daniel Dunbarllvm-config: Use sys::fs::equivalent instead of string...
2012-05-15 Daniel Dunbar[Support] Add a version of sys::fs::equivalent() that...
2012-05-15 David BlaikieDon't warn when NULL is used within a macro but its...
2012-05-15 Richard SmithTypo.
2012-05-15 Daniel Dunbar[docs] Remove unsupported references to ExtraSource...
2012-05-15 Richard SmithIf we see a declaration which is either missing a type...
2012-05-15 Johnny ChenAdd i386-only expectedFailure decorators for current...
2012-05-15 Richard SmithDon't use the implicit int rule for error recovery...
2012-05-15 Douglas GregorAdd the Objective-C runtime linking arguments after...
2012-05-15 Bill WendlingAdd blurb for Crack.
2012-05-15 Argyrios KyrtzidisAdd documentation about boxing enum types and a codegen...
2012-05-15 Kevin EnderbyAdd a test case for r156840, a fix to llvm-objdump...
2012-05-15 Nuno Lopesreuse the result of some expensive computations in...
2012-05-15 Jakob Stoklund... Extend the CoalescerPair interface to handle symmetric...
2012-05-15 Akira HatanakaUpdate MIPS' section in the release notes. Patch by...
2012-05-15 Gregory Szorc[clang.py] Store reference to TranslationUnit in Cursor...
2012-05-15 Greg ClaytonModified "image lookup -t <typename>" to expand typedefs.
next