platform/upstream/llvm.git
2012-11-02 Chris Lattnerremove empty directories
2012-11-02 Sean CallananFixed a problem where we mistook normal result
2012-11-02 Akira Hatanaka[mips] Fix disassembler test cases.
2012-11-02 Argyrios KyrtzidisWhen code-completing don't disable the preprocessing...
2012-11-02 Nadav RotemAdd a cost model analysis that allows us to estimate...
2012-11-02 Nadav RotemScalar Bitcasts and Truncs are usually free
2012-11-02 Akira Hatanaka[mips] Fix bug in test case. Disable machine LICM to...
2012-11-02 DeLesley HutchinsThread safety analysis: Fixed ICE caused by double...
2012-11-02 Richard TrieuFix test cases I broken when fixing grammar in diagnost...
2012-11-02 Richard TrieuFix grammar of diagnostic message.
2012-11-02 Quentin ColombetVext Lowering was missing opportunities
2012-11-02 Anna Zaks[analyzer] Test SimpleStream on the buildbot.
2012-11-02 Anna Zaks[analyzer] Factor SimpleStreamChecker pulling out isLea...
2012-11-02 Akira Hatanaka[mips] Use register number instead of name to print...
2012-11-02 Greg ClaytonFixed the "--force" option for memory read.
2012-11-02 Akira Hatanaka[mips] Add function MipsFrameLowering::estimateStackSize.
2012-11-02 Akira Hatanaka[mips] Add member field MipsFunctionInfo::IncomingArgSi...
2012-11-02 Rafael EspindolaFix a build problem with xlc. The error message was
2012-11-02 Akira Hatanaka[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditional...
2012-11-02 Rafael EspindolaXLC supports the same atomic functions as GCC, use...
2012-11-02 David BlaikieFix debug tag type of forward declarations of struct...
2012-11-02 Rafael EspindolaImprove x86 android support:
2012-11-02 Richard SmithAdd test for link flags added by -fcatch-undefined...
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...
next