Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-27Merge r128168 to unbreak test.llvmorg-2.9.0-rc3Bill Wendling
2011-03-27Missed merge that goes with the merge of r128210.Bill Wendling
2011-03-25These should have been removed before with r128225.llvmorg-2.9.0-rc2Bill Wendling
2011-03-25 - r127284 Availability of Lit on MSYS configure.Bill Wendling
2011-03-25--- Merging r128210 into '.':Bill Wendling
2011-03-24Disable CUDA support.Bill Wendling
2011-03-22 - r127238 mingw-w64 should define __MINGW32__, too.Bill Wendling
2011-03-22--- Merging r127811 into '.':Bill Wendling
2011-03-22--- Merging r127622 into '.':Bill Wendling
2011-03-22--- Merging r127405 into '.':Bill Wendling
2011-03-16--- Merging r127623 into '.':Bill Wendling
2011-03-16--- Merging r127373 into '.':Bill Wendling
2011-03-16--- Merging r127512 into '.':Bill Wendling
2011-03-14--- Merging r127541 into '.':Bill Wendling
2011-03-14--- Merging r127563 into '.':Bill Wendling
2011-03-14noexcept isn't finished just yet:Bill Wendling
2011-03-14--- Merging r127460 into '.':Bill Wendling
2011-03-08Detect attempts to provide a specialization of a function within aDouglas Gregor
2011-03-08Fix tests to account for new warning "expected ';' at end of declaration list...Carl Norum
2011-03-08When we adjust the inline ASM type, we need to take into account an earlyBill Wendling
2011-03-08Fix null dereference in CFGBlock::FilterEdge that was reported in PR 9412.Ted Kremenek
2011-03-07g++ is more permissive regarding flexible arrays.Argyrios Kyrtzidis
2011-03-07Support explicit template specialization and instantiation for membersDouglas Gregor
2011-03-07The conditional needs to be pushed before the branch. Make the test lessJohn McCall
2011-03-07When transforming a dependent template specialization type, make sureDouglas Gregor
2011-03-07Produce a diagnostic for unused overloaded expressions, from Faisal Vali!Douglas Gregor
2011-03-07An operator new with an empty exception specifier returns null on a badJohn McCall
2011-03-07Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor
2011-03-07Revert r126422 "Use private linkage to avoid symbol conflicts inDouglas Gregor
2011-03-06test/PCH/headersearch.cpp: Tweak for Windows hosts especially cygming.NAKAMURA Takumi
2011-03-06We may fail to map a declaration in a template to its instantiatedDouglas Gregor
2011-03-06Write CXX base specifier offsets for chained ASTs.Anders Carlsson
2011-03-06When serializing a DeclRefExpr, always store the number of explicit templateAnders Carlsson
2011-03-06Correctly unwrap 'auto' types. Fixes PR9414.Anders Carlsson
2011-03-06Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara
2011-03-06When performing template argument deduction for a non-referenceDouglas Gregor
2011-03-05Revert r127079: "test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s)."Benjamin Kramer
2011-03-05When substituting in for a template name, do not produce a qualifiedDouglas Gregor
2011-03-05When determining template instantiation arguments within a functionDouglas Gregor
2011-03-05When transforming a substituted template type parameter, try toDouglas Gregor
2011-03-05Parser support for noexcept specifications.Sebastian Redl
2011-03-05test/lit.cfg: bash is available on MSYS.NAKAMURA Takumi
2011-03-05test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s).NAKAMURA Takumi
2011-03-05test/CodeGen/2008-07-17-no-emit-on-error.c: Use LLVM's opt instead of "test(1...NAKAMURA Takumi
2011-03-05test: Mark 3 tests as XFAIL:cygwin,mingw.NAKAMURA Takumi
2011-03-05test: Mark two tests as XFAIL:mingw.NAKAMURA Takumi
2011-03-05Much to my surprise, OverloadExprs can also point to function template decls.Matt Beaumont-Gay
2011-03-05When we're deserializing a template parameter declaration, temporarilyDouglas Gregor
2011-03-05Diagnose destructor templates. Fixes PR7904.Douglas Gregor
2011-03-05When clearing a LookupResult structure, clear out the naming class,Douglas Gregor