platform/upstream/llvm.git
2012-11-02 Richard SmithAdd -lpthread when building with Ubsan on Linux, in...
2012-11-02 Andrew KaylorChange resolveRelocation parameters so the relocations...
2012-11-02 Sean CallananSwitched debugserver to use C++11/libc++.
2012-11-02 Dmitri GribenkoDocumentation: fix typos.
2012-11-02 Ted KremenekUpdate test case.
2012-11-02 Ted KremenekMove -Wimplicit-retain-self to be off-by-default until...
2012-11-02 Sean CallananExtra safeguards to ensure that we never query
2012-11-02 Alexey Samsonov[Sanitizer] Add internal_isatty to sanitizer_libc and...
2012-11-02 Alexey Samsonov[Sanitizer] fix printf unittest on 32-bit arch
2012-11-02 Alexey Samsonov[Sanitizer] move unit test for Printf from tsan to...
2012-11-02 Alexey SamsonovFix whitespaces
2012-11-02 Alexey Samsonov[TSan] finally remove TsanPrintf in favor of Printf...
2012-11-02 NAKAMURA Takumiclang/test/CodeGen/bitfield-promote.c: Add explicit...
2012-11-02 NAKAMURA Takumiclang/test/CodeGen/bitfield-promote.c: FileCheck-ize.
2012-11-02 Alexey Samsonov[Sanitizer] Use kStderrFd constant instead of hardcoded 2
2012-11-02 Alexey Samsonov[Sanitizer]: add __sanitizer_set_report_fd function...
2012-11-02 Duncan SandsEnable the assertion in getIntPtrType (I've audited...
2012-11-02 Chandler CarruthAdd a testcase to loop-idiom to cover PR14241 when...
2012-11-02 Chandler CarruthRevert the switch of loop-idiom to use the new dependen...
2012-11-02 Duncan SandsFix an obvious typo that causes an assertion failure...
2012-11-02 Tobias GrosserTests: remove ModuleID lines
2012-11-02 Tobias GrosserTests: move content of .c files in .ll
2012-11-02 Chandler CarruthFix sign compare warning. Patch by Mahesha HS.
2012-11-02 Eli FriedmanDelete lines which do nothing from DiagnosticGroups.td.
2012-11-02 Argyrios Kyrtzidis[libclang] Correct how the index inside the local prepr...
2012-11-02 Eli FriedmanAdd missing diagnostic group to format string warning.
2012-11-02 NAKAMURA Takumianalyzer-plugin/MainCallChecker.cpp: Fixup correspondin...
2012-11-02 Jordan Rose[analyzer] Convert some of the harder cases over to...
2012-11-02 Jordan Rose[analyzer] Use nice macros for the common ProgramStateT...
2012-11-02 Jordan Rose[analyzer] Rename 'EmitReport' to 'emitReport'.
2012-11-02 Eli FriedmanTweak wording and add diagnostic groups to misc diagnos...
2012-11-02 Eli FriedmanChange diagnostics for enums with fixed underlying...
2012-11-02 NAKAMURA Takumilibprofile/CommonProfiling.c: Fix according to C89.
2012-11-02 Manuel KlimekInsert interception point onStartOfTranslationUnit.
2012-11-02 Manman RenPGO: allows the profile data file name to be specified...
2012-11-02 Richard TrieuWhen finding a '(' after '::', emit error with hint...
2012-11-02 Jason MolendaSet the MACOSX_DEPLOYMENT_TARGET in a few more places.
2012-11-01 Quentin ColombetUpdate the front end to use minsize attribute
2012-11-01 Manman RenOutputArg: added an index of the original argument...
2012-11-01 Jason MolendaSet the MACOSX_DEPLOYMENT_TARGET for Debug/Release...
2012-11-01 Jason MolendaChange DataExtractor::Dump() to use a series of if...
2012-11-01 Greg Clayton<rdar://problem/12585314>
2012-11-01 Richard SmithSimplify: replace getContext().getLangOpts() with just...
2012-11-01 Richard SmithClean up misapplication of diff.
2012-11-01 Richard SmithSplit emission of -ftrapv checks and -fcatch-undefined...
2012-11-01 Richard SmithRemove divison-by-zero checks from -ftrapv. These check...
2012-11-01 Hal FinkelBBVectorize: Commit the rest of the test-case change.
2012-11-01 Hal FinkelBBVectorize: Use target costs for incoming and outgoing...
2012-11-01 Tobias GrosserRemove runtime tests from polly test suite
2012-11-01 Nick Kledzikrename dylibNamesToOrdinal now that it is an ivar
2012-11-01 Greg ClaytonGet rid of hack by making the actual call public. This...
2012-11-01 Richard TrieuFix the template type diffing to handle integral templa...
2012-11-01 Tobias GrosserDependences: Add support to calculate memory based...
2012-11-01 Sean CallananFixes to make the test suite work better when
2012-11-01 Matt Beaumont-GaySilence -Wformat on platforms where uint64_t is unsigne...
2012-11-01 Andrew KaylorFixed format string to avoid pointer truncation during...
2012-11-01 Michael J.... [ELF] Fix -Woverloaded-virtual
2012-11-01 Michael J.... [MachO] Fix use after free.
2012-11-01 Michael J.... [MachO] Fix uninitialized variables.
2012-11-01 Pranav BhandarkarUse the relationship models infrastructure to add two...
2012-11-01 Filipe CabecinhasMakefile patches from Charles Davis and Daniel Malea...
2012-11-01 Fariborz Jahanianobjective-C block meta-data. This patch completes meta...
2012-11-01 Argyrios KyrtzidisMake the FilenameRange of the InclusionDirective callba...
2012-11-01 Howard Hinnantpeek should set eofbit if sgetc() returns eof.
2012-11-01 Kevin EnderbyAdd support for generating dwarf debugging info with...
2012-11-01 Greg ClaytonAvoid a crash when trying to parse a line table in...
2012-11-01 Tobias GrosserScopDetection: Print line numbers of detected scops
2012-11-01 Tobias GrosserRevert multiple adress space changes in Polly
2012-11-01 Howard HinnantRichard Smith: This fixes a problem in std::is_constru...
2012-11-01 Rafael EspindolaFix an incorrect assert, the LHS can be an LValue.
2012-11-01 NAKAMURA Takumillvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not...
2012-11-01 Kostya Serebryany[asan] don't instrument globals that we've created...
2012-11-01 Chandler CarruthAdd a getAddressSpace method to the GEP instruction...
2012-11-01 Chandler CarruthAdd some consistent doxygen comments for the address...
2012-11-01 Chandler CarruthNormalize the API and doxygen comments for the ptrtoint...
2012-11-01 Chandler CarruthRemove a weird static helper from the GEP instruction...
2012-11-01 Chandler CarruthAs I'm going to be touching several comments in this...
2012-11-01 Chandler CarruthAdd a test case for PR14233.
2012-11-01 Chandler CarruthTeach Type::getPointerAddressSpace to look through...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-11-01 Richard Smith-fcatch-undefined-behavior: Start checking loads and...
2012-11-01 Hal FinkelBBVectorize: Account for internal shuffle costs
2012-11-01 Gregory Szorc[clang.py] Add Cursor.get_arguments()
2012-11-01 Tobias GrosserCodegen: Selectively copy in array addresses for OpenMP...
2012-11-01 Tobias GrosserCodeGen: Add scop-parameters to the OpenMP context
2012-11-01 Tobias GrosserCodegen: Copy and restore the ValueMap and ClastVars...
2012-11-01 Richard SmithRemove first argument from Arg::getValue; it's been...
2012-11-01 Richard SmithRemove CompilerInvocation::toArgs and clang -cc1test...
2012-11-01 Michael LiaoCleanup another place redundant SP maintained
2012-11-01 NAKAMURA Takumi[CMake] Add llvm-mcmarkup to check-llvm.
2012-11-01 NAKAMURA Takumitest/CodeGen/X86/fp-fast.ll: Add +avx.
2012-11-01 Jason MolendaFix an error message in debugserver so it doesn't print...
2012-11-01 Argyrios Kyrtzidis[libclang] Introduce clang_Cursor_getReceiverType which...
2012-11-01 Owen AndersonAdd a few more simple fast-math constant propagations...
2012-11-01 NAKAMURA Takumiclang/include/clang/StaticAnalyzer/Core/PathSensitive...
2012-11-01 Jakob Stoklund... Exploit the new identity composition in composeSubRegIn...
2012-11-01 Jim InghamThere seems to be some odd corner case where we shut...
2012-11-01 Jakub StaszakDon't insert and erase load instruction. Simply create...
2012-11-01 Jordan Rose[analyzer] Optimize assumeDual by assuming constraint...
next