]> granicus.if.org Git - clang/shortlog
clang
2009-12-01 Kovarththanan... Move ubiviz to analyzer directory
2009-12-01 Douglas GregorSwitch the clang-to-CIndex interface for code-completio...
2009-12-01 Eric ChristopherUpdate for llvm intrinsics change.
2009-12-01 Mike StumpMuch work on try/catch statement. WIP.
2009-12-01 Douglas GregorEliminate warning in Release-Asserts mode. No functiona...
2009-12-01 Daniel Dunbarclang -cc1: Move CompilerInvocation deserialization...
2009-12-01 Daniel DunbarAdd a very minimal README.txt for examples/PrintFunctio...
2009-12-01 Daniel DunbarCIndex: Normalize formatting some more.
2009-12-01 Zhongxing XuClean up BuiltinBug class.
2009-12-01 Daniel Dunbarc-index-test: Split "function scanning" behavior into...
2009-12-01 Daniel DunbarAdd c-index-test -test-load-source, which loads the...
2009-12-01 Ted KremenekAllocate MultipleDC objects using the allocator associa...
2009-11-30 John McCallFix and test for a problem caught by the clang-on-clang...
2009-11-30 Anders CarlssonHave ASTRecordLayout keep track of the key function...
2009-11-30 John McCallRemove all of Sema's explicit uses of OverloadedFunctio...
2009-11-30 John McCallEliminate the use of OverloadedFunctionDecl in member...
2009-11-30 Fariborz JahanianTest for my last patch.
2009-11-30 Fariborz JahanianMore support for virtual destructor calls.
2009-11-30 Anders CarlssonWhen we're trying to define an implicit virtual destruc...
2009-11-30 Daniel DunbarReindent buffer, switches in particular were totally...
2009-11-30 Daniel DunbarStrip trailing space.
2009-11-30 Mike StumpAdd const to accessors that don't modify the object.
2009-11-30 Mike StumpReflow comments and fix 80-col violation.
2009-11-30 Daniel DunbarAdd missing assignment operator to test, and add tests...
2009-11-30 Anders CarlssonFix an assert.
2009-11-30 Fariborz JahanianFix a crash when ivar type is a __strong SEL. Fallout...
2009-11-30 Daniel DunbarAdd more sophisticated test for destruction order of...
2009-11-30 Benjamin KramerUse StringRef in Attr constructors.
2009-11-30 Douglas GregorEliminate another VISIBILITY_HIDDEN
2009-11-30 Tobias GrosserAdapt to the DOTGraphTraits changes in LLVM.
2009-11-30 Daniel Dunbarclang-cc: Add code (currently disabled) for parsing...
2009-11-30 Daniel DunbarAdd CodeGenOptions::{SoftFloat,FloatABI}, and update...
2009-11-30 Daniel Dunbarclang -cc1: Fix initialization of PreprocessorOptions...
2009-11-30 Daniel DunbarAdd TextDiagnosticBuffer::FlushDiagnostics, for forward...
2009-11-30 Daniel Dunbarclang -cc1: Fix -include-pch now that the test code...
2009-11-30 Daniel Dunbarclang -cc1: Initialize LangOptions::{Optimize,NoInline}
2009-11-30 Daniel DunbarUse '-FOO' 'BAR' instead of '-FOO=BAR' in tests.
2009-11-30 Daniel DunbarAlways pass -fmessage-length using separate arguments.
2009-11-30 Daniel Dunbarclang -cc1: Initialize LangOptions::DollarIdents correctly.
2009-11-30 Daniel DunbarDon't try to generate common globals for C++ files...
2009-11-30 Daniel DunbarEliminate CodeGenOptions::TimePasses.
2009-11-30 Daniel DunbarEliminate CodeGenOptions::SimplifyLibCalls.
2009-11-30 Daniel DunbarSimplify.
2009-11-30 Daniel DunbarPut CompilerInvocation testing code in clang-cc instead...
2009-11-30 Chris LattnerFix PR5633 by making the preprocessor handle the case...
2009-11-30 Eli FriedmanMinor cleanup (no functionality change).
2009-11-29 Daniel Dunbarclang -cc1: Use proper diagnostics for all parsing...
2009-11-29 Daniel DunbarDon't pass false (default) for isVolatile parameter...
2009-11-29 Daniel DunbarExplicitly use setVolatile instead of extra IRBuilder...
2009-11-29 Daniel DunbarDon't pass false (default) for isVolatile parameter...
2009-11-29 Daniel DunbarChange CompilerInvocation::CreateFromArgs to report...
2009-11-29 Daniel DunbarSimplify.
2009-11-29 Daniel DunbarChange CompilerInvocation::CreateFromArgs to take Argv0...
2009-11-29 Benjamin KramerRemove useless c_str() calls in SemaCodeComplete.
2009-11-29 Benjamin KramerSimplify code. No functionality change.
2009-11-29 Benjamin KramerPort BugReporter and BugType to StringRef.
2009-11-29 Benjamin KramerKill some unnecessary calls to c_str().
2009-11-29 Kovarththanan... Kill off clang/win32 which contains the hand generated...
2009-11-29 Nuno Lopesremove stall comment
2009-11-29 Kovarththanan... Streamline Stmt::CollectingStats() and Decl::Collecting...
2009-11-29 Kovarththanan... Don't call Decl::CollectingStats(false) and Stmt::Colle...
2009-11-29 Kovarththanan... Remove empty test directory. lit was moved to llvm...
2009-11-29 Kovarththanan... This patch moves the frontend timer from clang-cc into...
2009-11-29 Daniel DunbarUse '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in ...
2009-11-29 Daniel DunbarNormalize options to use '-FOO' instead of '--FOO'.
2009-11-29 Daniel DunbarRemove unnecessary -fblocks=0.
2009-11-29 Daniel DunbarUse '-x' 'foo' instead of '-x=foo'.
2009-11-29 Daniel Dunbarclang -cc1: Allow -triple= as an alias for -triple...
2009-11-29 Daniel DunbarUse '-o' '-' instead of '-o=-' in tests.
2009-11-29 Daniel DunbarRemove unnecessary -fms-extensions=0 from tests (this...
2009-11-29 Sean HuntAdd DeclarationName support for C++0x operator literals...
2009-11-29 Daniel DunbarMove LLVM backend options to explicit clang-cc / clang...
2009-11-29 Ted KremenekUpdate checker build.
2009-11-29 Ted KremenekFix null dereference in UndefResultChecker identified...
2009-11-29 Daniel DunbarAdd clang -cc1 parsing for LangOptions.
2009-11-29 Daniel Dunbarclang-cc: Tweak LangOptions parsing to make it a bit...
2009-11-29 Sean HuntFix 80-cols violations
2009-11-29 Daniel Dunbarclang-cc: Change -fsigned-char=0 to -fno-unsigned-char...
2009-11-29 Daniel DunbarAdd missing accessors.
2009-11-29 Daniel DunbarChange LangOptions::ObjCConstantStringClass to an std...
2009-11-29 Daniel DunbarMove MainFileName option variable into CodeGenOptions...
2009-11-28 Benjamin KramerRemove remaining VISIBILITY_HIDDEN from anonymous names...
2009-11-28 Benjamin KramerRemove VISIBILITY_HIDDEN from lib/AST.
2009-11-28 Kovarththanan... This patch adds a PUNCTUATOR macro (specialization...
2009-11-28 Kovarththanan... Cleanup llvm/Support/Compiler.h include in header files
2009-11-28 Nuno Lopescleanup parsing of MS integer suffixes a little. this...
2009-11-28 Benjamin KramerMissed a forward declaration.
2009-11-28 Benjamin KramerCleanup includes and forward decls.
2009-11-28 Benjamin KramerRemove VISIBILITY_HIDDEN from anonymous namespaces...
2009-11-28 Benjamin KramerRemove unneeded includes.
2009-11-28 Kovarththanan... Don't call exit(). llvm::llvm_report_error() will do...
2009-11-28 Sean HuntFix test and handle IK_LiteralOperatorId in a few more...
2009-11-28 Kovarththanan... Move program actions implications to clang::InitializeF...
2009-11-28 Kovarththanan... lib/Analysis: Remove VISIBILITY_HIDDEN from definitions...
2009-11-28 Sean HuntAdd Parser support for C++0x literal operators ('operat...
2009-11-28 Eli FriedmanTests now pass with the assertion.
2009-11-28 Eli FriedmanAdd a much more thorough test of casts to virtual bases...
2009-11-28 Anders CarlssonWe always want to create a virtual function pointer...
2009-11-28 Anders CarlssonAdd an iterator for walking the primary base chain.
2009-11-27 Anders CarlssonMove the vtable builder to an anonymous namespace.
next