platform/upstream/llvm.git
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.
2012-05-15 Argyrios Kyrtzidis[objcmt] Rewrite [NSNumber numberWith*] messages to...
2012-05-15 Argyrios KyrtzidisAllow objc @() syntax for enum types.
2012-05-15 Andrew TrickAdd -enable-aa-sched-mi, off by default, for AliasAnaly...
2012-05-15 Bob WilsonDo not link with Objective-C libraries with -nostdlib...
2012-05-15 Kevin EnderbyFixed a bug in llvm-objdump when disassembling using...
2012-05-15 Daniel Dunbarllvm-build: Add support for non-installed libraries...
2012-05-15 Daniel Dunbarllvm-build: Don't emit library information for disabled...
2012-05-15 Daniel Dunbar[utils] Fix Get{RepositoryPath,SourceVersion} to have...
2012-05-15 Greg Clayton<rdar://problem/11455398>
2012-05-15 Douglas GregorAdd the output of "clang --version" to scan-build resul...
2012-05-15 Fariborz Jahanianobjc: avoid duplicate diagnostics on certain type misma...
2012-05-15 Fariborz JahanianRemove word 'block' from option and diagnostic I added
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-15 Jim GrosbachTableGen'erate mapping physical registers to encoding...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-15 David BlaikieChanging std::string to SmallString for r156826.
2012-05-15 David BlaikieImprove some of the conversion warnings to fire on...
2012-05-15 Fariborz Jahanianobjective-c nonfragile abi: discourage ivar declarations
2012-05-15 Sirish PandeEnable all Hexagon tests.
2012-05-15 Nuno Lopesminor simplification to code: Ty is already a SCEV...
2012-05-15 Kostya Serebryany[tsan] makefile machinery to build tsan-rt (linux-x86_6...
2012-05-15 Rafael EspindolaFix our handling of visibility in explicit template...
2012-05-15 David ChisnallAdd a note about atomic builtins to c11 section of...
2012-05-15 David ChisnallAdd some release notes about compiler-rt and libc++
2012-05-15 Kostya Serebryany[asan] fix the old-style Makefile, which we still need...
2012-05-15 David ChisnallUpdate atomic.c to work with the new clang builtins.
2012-05-15 Kostya Serebryany[asan] move lib/asan/interception to lib/interception...
2012-05-15 David MajnemerTeach SimplifyLibCalls about stpcpy.
2012-05-15 Manuel KlimekFixes crasher bug in JSONCompilationDatabase for invali...
2012-05-15 Gabor Greifadd embedded linux variants that occur in the field
2012-05-15 Bill WendlingRemove warning about testing unsigned int with int.
2012-05-15 Stepan DyatkovskiyFixed one small stupid, but critical bug.
2012-05-15 Manuel KlimekThis patch fixes the cmake build to create libclang...
2012-05-15 Stepan DyatkovskiyRejected r156804 due to buildbots failures.
2012-05-15 Richard SmithFurther improvement to wording of overload resolution...
2012-05-15 Richard SmithPR12798: Don't drop part of the nested name specifier...
2012-05-15 Richard SmithTest file I forgot to 'svn add' in r156802.
2012-05-15 Stepan DyatkovskiySelectionDAGBuilder::Clusterify : main functinality...
2012-05-15 Richard SmithPR12826: Converting an lvalue to an xvalue is a no...
2012-05-15 Richard SmithFold the six functions checking explicitly-defaulted...
2012-05-15 Akira HatanakaTemporarily disable anti-dependence breaking for Mips...
2012-05-15 Greg ClaytonFixed a typo: "aync" => "async"
2012-05-15 Greg Clayton<rdar://problem/11451919>
2012-05-15 Greg Clayton<rdar://problem/11240464>
2012-05-15 John McCallChange the mangling of a ref-qualifier on a function...
2012-05-15 Enrico GranataFixing a bug where the summary for certain NSStrings...
2012-05-15 Jakob Stoklund... Create a struct representing register units in TableGen.
2012-05-15 Bill WendlingRemove extraneous ';'.
2012-05-14 Akira HatanakaAdd a command line option to skip the delay slot filler...
2012-05-14 Argyrios Kyrtzidis[objcmt] When rewriting to subscripting syntax, make...
next