]> granicus.if.org Git - clang/shortlog
clang
2009-03-17 Daniel DunbarDriver: Pass Driver reference down into Host info,...
2009-03-17 Daniel DunbarDriver: Fix typo ArgList destructor.
2009-03-17 Ted Kremenekretain/release checker: Add support for reasoning about...
2009-03-17 Douglas GregorImplement instantiation of enums within class templates...
2009-03-17 Daniel DunbarDriver: Hide HostInfo implementations.
2009-03-17 Daniel DunbarDriver: Add two option form of ArgList::getLastArg.
2009-03-17 Daniel DunbarDriver: Add logic for computing where to put job output...
2009-03-17 Daniel DunbarDriver: Add list of temporary and result files to Compi...
2009-03-17 Daniel DunbarAdd ArgList::MakeArgString and make ArgList::Make*...
2009-03-17 Gabor Greiftypo
2009-03-17 Anders CarlssonInitialize the cleanup.dst variable if necessary. Fixes...
2009-03-17 Anders CarlssonWe want to grep the output, not the input :-)
2009-03-17 Daniel DunbarFix unused variable warning in -Asserts mode.
2009-03-17 Anders CarlssonHandle ImplicitCastExprs when instantiating templates.
2009-03-16 Devang PatelFix struct field's debug info.
2009-03-16 Douglas GregorFix a problem noticed by Anders, where we were creating
2009-03-16 Sebastian RedlAlmost complete implementation of rvalue references...
2009-03-16 Douglas GregorBuild system changes to use TableGen to generate the...
2009-03-16 Chris Lattnersome updates, Daniel points out that this is woefully...
2009-03-16 Chris Lattnersimplify this code by reading the decision from LangOpt...
2009-03-16 Anders CarlssonCheck signedness of bitfield sizes.
2009-03-16 Anders CarlssonWe support static_assert.
2009-03-16 Daniel DunbarDriver: Implement majority tool binding logic.
2009-03-16 Daniel DunbarDriver: Migrate some data into the Compilation; after...
2009-03-16 Daniel DunbarDriver: Sketch Tool and ToolChain classes.
2009-03-16 Daniel DunbarDriver: Include Casting header definitions in a few...
2009-03-15 Sebastian RedlParser support for rvalue references.
2009-03-15 Anders Carlsson(Hopefully) instantiate dependent array types correctly.
2009-03-15 Anders CarlssonHandle static_asserts when instantiating structs.
2009-03-15 Anders CarlssonAdd the ability to clone integer and string literals...
2009-03-15 Sebastian RedlConvert a bunch of actions to smart pointers, and also...
2009-03-15 Douglas GregorFix bitfield-instantiation ownership bug noticed by...
2009-03-15 Anders CarlssonMake sure to release the expressions.
2009-03-15 Sebastian RedlKeep diagnostic td in sync with r67015.
2009-03-15 Daniel DunbarAdd note on theoretical IRgen improvement.
2009-03-15 Daniel DunbarRemove a FIXME.
2009-03-15 Daniel DunbarFix comment typo.
2009-03-15 Daniel DunbarOnly intptr_t is protected by __intptr_t_defined.
2009-03-15 Daniel DunbarDriver: Typo fix.
2009-03-15 Daniel DunbarDriver: claim input arguments when building phases.
2009-03-15 Daniel DunbarDriver: Start warning about unused arguments.
2009-03-15 Daniel DunbarDriver: Update ArgList::{hasArg,getLastArg} to optional...
2009-03-15 Daniel DunbarDon't accept '$' in identifiers in assembler-with-cpp...
2009-03-14 Sebastian RedlRevert the switch to the tablegen diags. It fails for...
2009-03-14 Sebastian RedlSwitch diagnostics from .def to tablegen files. Please...
2009-03-14 Sebastian RedlUpdate tablegen diagnostic files to be in sync with...
2009-03-14 Ted KremenekUpdate checker build.
2009-03-14 Anders CarlssonHandle dependent types/exprs in static_assert expressions.
2009-03-14 Ted KremenekRemove dead DeclarationName constructors that involving...
2009-03-14 Anders CarlssonMore static_assert work. Check that the assert expr...
2009-03-14 Douglas GregorCheck for overflow and signedness problems with template
2009-03-14 Ted KremenekMake Selector::getIdentifierInfo() private. I took...
2009-03-14 Daniel DunbarDon't run simplify lib calls with -ffreestanding (fix...
2009-03-14 Douglas GregorMake sure that the canonical representation of integral...
2009-03-13 Douglas GregorImplement template instantiation for the prefix unary...
2009-03-13 Daniel DunbarDriver: Add types::{isAcceptedByClang,isCXX} predicates.
2009-03-13 Daniel DunbarDriver: Add simple Job classes, simple wrappers for...
2009-03-13 Mike StumpDo up codegen for function static data and externs...
2009-03-13 Anders CarlssonPass more sane arguments to ActOnStaticAssertDeclaration
2009-03-13 Daniel DunbarDriver: Action vtables were still hungry.
2009-03-13 Ted KremenekBlockDecl::Destroy now deallocates BlockDecl's array...
2009-03-13 Daniel DunbarDriver: Provide food and shelter for Action vtables.
2009-03-13 Daniel DunbarForce triple for a couple test cases.
2009-03-13 Chris Lattnerwire up a new -fno-builtin option, make it control...
2009-03-13 Ted KremenekInclude component warning TableGen files in Diagnostic.td.
2009-03-13 Daniel DunbarDriver: Sprinkle some consts in, stub out BuildJobs...
2009-03-13 Daniel DunbarUpdate test.
2009-03-13 Chris Lattneradd a testcase for recursion through blocks pointers...
2009-03-13 Chris Lattnerfix PR3798 by ignoring all diagnostics generated while...
2009-03-13 Chris Lattnermake Preprocessor::Diags be a pointer instead of a...
2009-03-13 Chris Lattneruse accessor instead of poking ivar directly
2009-03-13 Douglas GregorDevious test-case involved overload resolution and...
2009-03-13 Daniel DunbarDriver: Desensitize test to location of input.
2009-03-13 Douglas GregorImplement template instantiation for several more kinds...
2009-03-13 Ted KremenekFix typo.
2009-03-13 Ted KremenekAdd missing ';'.
2009-03-13 Daniel DunbarDriver: Test pipelining for universal builds.
2009-03-13 Fariborz JahanianFix a bug in building function pointer type
2009-03-13 Daniel DunbarDriver: For universal builds, handle archs in the order...
2009-03-13 Daniel Dunbarccc: Handle limited forms of -ccc-host-triple for testing
2009-03-13 Ted KremenekFix PR 3677 [retain checker]: custom 'allocWithZone...
2009-03-13 Mike StumpRemove FIXME, issue has been resolved.
2009-03-13 Ted KremenekUpdate checker build.
2009-03-13 Douglas GregorRemove an already-fixed FIXME
2009-03-13 Douglas GregorRefactor the way we handle operator overloading and...
2009-03-13 Daniel Dunbarccc/Driver: Forward -fheinous-gnu-extensions to clang.
2009-03-13 Daniel DunbarDriver: Fix '-x none' handling.
2009-03-13 Daniel Dunbarccc/Driver: Normalize phase spelling in -ccc-print...
2009-03-13 Daniel DunbarDriver: Some minor bug fixes.
2009-03-13 Chris Lattnerintroduce a new -fheinous-gnu-extensions flag that...
2009-03-13 Chris Lattneradd a helper function to strip noop casts.
2009-03-13 Daniel DunbarDriver: Fix think in ArgList::MakeIndex.
2009-03-13 Daniel DunbarDriver: Return 0 from BuildCompilation on -ccc-print...
2009-03-13 Daniel DunbarDriver: Print -ccc-print-phases on stderr.
2009-03-13 Ted KremenekFix typo.
2009-03-13 Steve NaroffFix <rdar://problem/6675489> BlockDecl should not use...
2009-03-13 Ted KremenekAdd a hack in the analyzer to recover some path-sensiti...
2009-03-13 Steve NaroffReimplement fix for <rdar://problem/6451399> problems...
2009-03-13 Ted KremenekUpdated comment.
2009-03-13 Steve NaroffRemove ActiveScope (revert http://llvm.org/viewvc/llvm...
next