platform/upstream/llvm.git
2013-02-20 Enrico GranataAnd the NSString formatter is not Python anymore
2013-02-20 Enrico GranataData formatters are not a *recent* addition...
2013-02-20 Jordan Roseintmax_t is long long on Darwin, not long.
2013-02-20 John McCallAdd a new 'type_visibility' attribute to allow users to
2013-02-20 Richard SmithDon't repeat the function name in the comment.
2013-02-20 Argyrios Kyrtzidis[preprocessor] Split the MacroInfo class into two separ...
2013-02-20 Jakub StaszakRemove unneeded #include.
2013-02-20 Jakub StaszakAdd missing #include.
2013-02-20 Jordan Rose[analyzer] Account for the "interesting values" hash...
2013-02-20 Jakub StaszakFix #includes, so we include only what we really need.
2013-02-20 David BlaikieAllow llvm::Optional to work with types without default...
2013-02-20 Jakub StaszakMove part of APInt implementation from header to cpp...
2013-02-20 Pedro Artigasclear new map and initialize new variable
2013-02-20 Bill WendlingAdd the function attributes from an inline asm call...
2013-02-19 Chad Rosier[ms-inline asm] Force the use of a base pointer if...
2013-02-19 Richard SmithPR15300: Support C++11 attributes on base-specifiers...
2013-02-19 Enrico GranataFixing a potential crasher where a synthetic value...
2013-02-19 Jim InghamIf RunThreadPlan is called on a thread that doesn't...
2013-02-19 Michael J.... [Driver][GNULD] Lookup .so files and default to dynamic...
2013-02-19 Dan GohmanUpdate a portability kludge to keep it in sync with...
2013-02-19 Enrico Granata<rdar://problem/13147878>
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jakub StaszakRemove unused variable.
2013-02-19 Jakub StaszakMinor cleanups. No functionality change.
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jakub StaszakRemove unneeded #includes.
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Enrico GranataValueObjectSynthetic could be wrapping a ValueObjectDyn...
2013-02-19 Jakub StaszakFix typos.
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jakub StaszakAdd obvious constantness.
2013-02-19 Jakub StaszakSimplify code. No functionality change.
2013-02-19 Michael J.... [ELF] Fix memory leak by deleting BumpPtr allocated...
2013-02-19 Jim InghamMake the progress bar opt in (using the -P option.)
2013-02-19 Jordan Rose[analyzer] Don't accidentally strip off base object...
2013-02-19 Arnold SchwaighoferARM NEON: Don't need COPY_TO_REGCLASS in pattern
2013-02-19 Daniel JasperAdd missing clang-format null pointer check..
2013-02-19 Nadav RotemFix a bug in mayHaveSideEffects. Functions that do...
2013-02-19 Argyrios Kyrtzidis[modules] Const'ify some functions of ModuleMap.
2013-02-19 Daniel MaleaA few more GCC specific test fixes as per logged PRs:
2013-02-19 Nadav RotemFix a bug that was found by the clang static analyzer...
2013-02-19 Dan GohmanWhitelist files and block devices instead of blacklisti...
2013-02-19 Argyrios Kyrtzidis[modules] Refactor code from ASTReader::makeModuleVisib...
2013-02-19 Daniel MaleaFix Makefile bug preventing tests from running when...
2013-02-19 Sean CallananUpdated to support latest Clang option naming.
2013-02-19 Edwin VaneAdding files left out of commit r175544.
2013-02-19 Edwin VaneAdd support for auto-generating LIT tests by the build
2013-02-19 Matt KopecAdd i386 register support for the x86_64 RegisterContex...
2013-02-19 Dan GohmanDon't trust st_size of a character device. This fixes...
2013-02-19 Jim GrosbachARM: Allocation hints must make sure to be in the alloc...
2013-02-19 Jakob Stoklund... Assert that the target provided hints are in the alloca...
2013-02-19 Douglas GregorUse MapVector::pop_back() per LLVM r175538.
2013-02-19 Douglas GregorRemove my bogus MapVector::erase() with a narrower...
2013-02-19 Jyotsna VermaHexagon: Sync TSFlags in MCTargetDesc/HexagonBaseInfo...
2013-02-19 Benjamin KramerClean up HiPE prologue emission a bit and avoid signed...
2013-02-19 Sean Silva[docs] Rename to permit wider variety of content.
2013-02-19 Sean Silva[docs] Revise content on ExternalProjectsUsingClang...
2013-02-19 Daniel JasperCorrectly format macro with unfinished template declara...
2013-02-19 Edwin VaneSupport in hasDeclaration for types with getDecl()
2013-02-19 Rafael EspindolaMove LLVM_LIBRARY_VISIBILITY for consistency with what...
2013-02-19 Eli BenderskyFix typo
2013-02-19 Sean Silva[docs] Introduce ExternalProjectsUsingClang.rst
2013-02-19 Benjamin KramerFix GCMetadaPrinter::finishAssembly not executed, patch...
2013-02-19 Eli BenderskyMake ARMAsmPrinter pass name more precise and fix comment.
2013-02-19 Eli BenderskyMake pass name more precise and fix comment.
2013-02-19 Daniel MaleaMinor test runner improvemenst
2013-02-19 Daniel MaleaUpdate TestVBool Makefile to allow building test progra...
2013-02-19 Daniel MaleaUpdate Makefile to use build-compiler (CC) for LLDB...
2013-02-19 Arnold SchwaighoferARM NEON: Merge a f32 bitcast of a v2i32 extractelt
2013-02-19 Tom StellardR600: Add AR_X to the R600_TReg_X register class.
2013-02-19 Tom StellardR600: Mark all members of the TRegMem register class...
2013-02-19 Tom StellardR600: Fix scheduler crash caused by invalid MachinePoin...
2013-02-19 Tom StellardR600: Fix tracking of implicit defs in the IndirectAddr...
2013-02-19 Evgeniy Stepanov[sanitizer] Fix FileOps test on Android.
2013-02-19 Kostya Serebryany[asan] don't run the long double test if long double...
2013-02-19 Evgeniy Stepanov[sanitizer] Slightly lower allocator test memory consum...
2013-02-19 Alexey Samsonov[ASan] Allow ASan default runtime options be overriden...
2013-02-19 Alexey Samsonov[Sanitizer] Allow runtime flags be separated by colon...
2013-02-19 Evgeniy Stepanov[msan] Use slow stack unwinder in UMR reports.
2013-02-19 Alexey SamsonovFix initialization-order bug in llvm::Support::TimeValu...
2013-02-19 Kostya Serebryany[asan] instrument memory accesses with unusual sizes
2013-02-19 Kostya Serebryany[asan] instrument memory accesses with unusual sizes
2013-02-19 David ChisnallFix a bug in mutex_try_to_lock. This was previously...
2013-02-19 Alexey Samsonov[Sanitizer] If -fsanitize-blacklist= option is not...
2013-02-19 Evgeniy Stepanov[msan] Fix ReExec on linux.
2013-02-19 Evgeniy Stepanov[sanitizer] Fix Android build.
2013-02-19 Timur IskhodzhanovAdd the missing 'static' keyword to the test
2013-02-19 Jakub StaszakSimplify code. No functionality change.
2013-02-19 Daniel JasperFix bug in LineState comparison function.
2013-02-19 Evgeniy Stepanov[sanitizer] Add interceptors for localtime and friends.
2013-02-19 Kostya Serebryany[tsan] use our own GetEnv instead of libc's getenv
2013-02-19 Craig TopperFix capitalization in comment to match function name.
2013-02-19 Jason MolendaFix a case where a kext module was being added to the...
2013-02-19 Jason MolendaChange the order that the DarwinKernel DynamicLoader...
2013-02-19 Jason MolendaExperiment with printing a warning message when lldb...
2013-02-19 Eric ChristopherGrammar.
2013-02-19 Eric ChristopherMore grammar.
2013-02-19 Jason MolendaAlways print the kernel UUID and load address if we...
2013-02-19 Craig TopperMore const correcting of stack coloring.
2013-02-19 Jason MolendaChange the DarwinKernel DyanmicLoader to maintain a...
next