]> granicus.if.org Git - clang/shortlog
clang
2010-03-23 Rafael EspindolaAvoid producing implicit methods when we have a explici...
2010-03-23 Fariborz JahanianCode gen for compound assignment of complex
2010-03-23 Anders CarlssonMore work on thunks - don't assert if there's a variabl...
2010-03-23 Fariborz JahanianPatch to implement code gen. use of compound assignent on
2010-03-23 Anders CarlssonMore thunks scaffolding.
2010-03-23 Anders CarlssonMore work on thunks.
2010-03-23 Douglas GregorWhen recovering from a qualified typedef name, don...
2010-03-23 Anders CarlssonMove ThunkInfo as well.
2010-03-23 Anders CarlssonMove ReturnAdjustment and ThisAdjustment out into CGVta...
2010-03-23 Duncan SandsIgnore a more comprehensive set of gcc-special format...
2010-03-23 Zhongxing XuBind the constructed object value to CXXConstructExpr.
2010-03-23 Zhongxing Xuupdate CMakeLists.txt
2010-03-23 Zhongxing XuClear the return expr GDM after using it.
2010-03-23 Zhongxing XuAdd a AggExprVisitor class. It contains lots of boiler
2010-03-23 Anders CarlssonUse the canonical destructor, which fixes the self...
2010-03-23 Zhongxing Xumerge line.
2010-03-23 Daniel DunbarFrontend: Don't free the CompilerInstance or FrontendAc...
2010-03-23 Daniel DunbarPPCallbacks: Add hook for reaching the end of the main...
2010-03-23 Zhongxing XuSince we now may have basicblocks with the same block...
2010-03-23 Anders CarlssonBaby steps towards making thunks be emitted from the...
2010-03-23 Anders CarlssonSome renames.
2010-03-23 Anders CarlssonAlways emit associated thunks when emitting the functio...
2010-03-23 Anders CarlssonRename MaybeEmitVtable to EmitVTableRelatedData in...
2010-03-23 Anders CarlssonRename CGVtableInfo to CodeGenVTables in preparation...
2010-03-23 Ted KremenekFor forward-declared static inline functions, delay...
2010-03-23 Ted KremenekTweak null dereference diagnostics to give clearer...
2010-03-23 Ted KremenekOnly perform CFG-based warnings on 'static inline'...
2010-03-22 Fariborz JahanianSet the relevent attributes declared in class extension
2010-03-22 Rafael EspindolaA fixed version of r99174 which also includes a test...
2010-03-22 Ted KremenekDisable the emission of frontend warnings (not errors...
2010-03-22 Ted KremenekImprove the diagnostics for the UndefinedAssignmentChec...
2010-03-22 Douglas GregorComment the reasons for the strange little dance we...
2010-03-22 Chris Lattner(re)implement PR6542, accepting and discarding the...
2010-03-22 Chris Lattnermerge some tests.
2010-03-22 Chris Lattnerrename test
2010-03-22 Fariborz JahanianDiagnose miuse of property dot-syntax instead of crashing.
2010-03-22 Chris Lattnermerge two tests.
2010-03-22 Chris Lattnerrename test.
2010-03-22 Chris Lattnerrevert r98661, gcc_tdiag is not an attribute (PR6542).
2010-03-22 Chris Lattnermove a test to a more appropriate directory
2010-03-22 Anders CarlssonMore work on thunks; almost there now.
2010-03-22 Fariborz JahanianFixes access rues for ivars declared in class
2010-03-22 Chris Lattnerhopefully fix this on non-sse2 hosts. Shouldn't an...
2010-03-22 Fariborz JahanianTest for my last patch.
2010-03-22 Fariborz JahanianMore clean up of ivars which are either in class extens...
2010-03-22 Kovarththanan... Sort calls to add_clang_library()
2010-03-22 Chris Lattnerfix PR6658: inline isn't a keyword in C89 mode, use...
2010-03-22 Rafael Espindolarevert r99174. It caused PR6677. Will try to debug...
2010-03-22 Anders CarlssonAdd less than operators to ThisAdjustment, ReturnAdjust...
2010-03-22 Anders CarlssonImprove dumping of thunks.
2010-03-22 Douglas GregorUse the cursor's ASTContext rather than the ASTContext...
2010-03-22 Douglas GregorFix a thinko and a typo in the delayed-diagnostic code.
2010-03-22 Anders CarlssonWe want to add all thunks, not just 'this' adjustment...
2010-03-22 Kovarththanan... Use DEFINE_SYMBOL property to control dllexport/dllimport
2010-03-22 Douglas GregorIntroduce the notion of a single "delayed" diagnostic...
2010-03-22 Rafael EspindolaWhen handling a TSK_ExplicitInstantiationDefinition...
2010-03-22 John McCall-Wshadow should only warn about parameter declarations...
2010-03-22 Chandler CarruthAdd very limited support for GCC's '-B' flag. This...
2010-03-21 Rafael EspindolaFix PR6618.
2010-03-21 Douglas GregorKeep track of the size/modification time of each file...
2010-03-21 Anders CarlssonAddThunk should take a const reference.
2010-03-21 Rafael EspindolaFix PR6648 by not creating a temporary with the type...
2010-03-21 Ted KremenekDelete the new visitor if an old one already exists.
2010-03-20 Daniel Dunbartests: Mangle '-vg' onto the end of the triple when...
2010-03-20 Ted KremenekDon't bother running the analysis for CFG-based warning...
2010-03-20 Ted KremenekRefactor CFG-based warnings in Sema to be run by a...
2010-03-20 David ChisnallFixed synthesizing properties declared in properties...
2010-03-20 Ted KremenekReapply r99024 (but with the memory issue now fixed).
2010-03-20 Ted KremenekCheck if a BugReporterVisitor has already been added...
2010-03-20 Ted KremenekFix use-of-invalid-memory found by Valgrind and Windows...
2010-03-20 Daniel DunbarDriver: Fix thinkos that prevented Clang from picking...
2010-03-20 Daniel DunbarDriver: Support CC_PRINT_OPTIONS, used for logging...
2010-03-20 Daniel DunbarDriver: Fix -### to quote shell special characters...
2010-03-20 Eric ChristopherAdd sse4.2 support to this test.
2010-03-20 Eric ChristopherAdd sse4.2 header and builtin support.
2010-03-20 Daniel DunbarIRgen: Wrap atomic intrinsics with memory barriers...
2010-03-20 Daniel DunbarEvaluate: Fix a subtle bug in the pointer evaluator...
2010-03-20 Daniel DunbarDriver: Fix a number of -fapple-kext issues:
2010-03-20 Daniel DunbarRevert r99024, "Augment path diagnostics to include...
2010-03-20 Daniel DunbarC++: Add support for -fno-use-cxa-atexit.
2010-03-20 Daniel DunbarIRgen: Inline GenerateCXXGlobal[VarDecl]InitFunc into...
2010-03-20 John McCallImplement -Wshadow for parameter declarations as well.
2010-03-20 Eric ChristopherAdd a newline at the end of the file.
2010-03-20 Eric ChristopherFor legacy compatibility add a varargs.h header.
2010-03-20 Ted KremenekAugment path diagnostics to include displaying when...
2010-03-20 Daniel DunbarDriver: Force joining of "-l" "foo", the linker doesn...
2010-03-20 Daniel DunbarDriver: Allow Render{Separate,Joined} option flags...
2010-03-20 Daniel DunbarFix unused variable warning.
2010-03-20 Eric ChristopherMigrate typedefs to the top level of xmmintrin.h and...
2010-03-20 Eric ChristopherAdd include for smmintrin.h to this test.
2010-03-20 Daniel DunbarDriver: Fix possible crash when targetting an unknown...
2010-03-20 Douglas GregorOptimize region-of-interest based cursor walks through the
2010-03-19 John McCallChange CodeGenModule to rely on the Module's symbol...
2010-03-19 Douglas GregorRemove the capture, serialization, and deserialization...
2010-03-19 Douglas GregorRobustify PreprocessingRecord slightly, by only creatin...
2010-03-19 Douglas GregorImplement serialization and lazy deserialization of...
2010-03-19 Fariborz JahanianMore coherent diagnostics when ivar is placed n categories.
2010-03-19 Ted KremenekTeach clang_getCursorKindSpelling() about CXCursor_Inva...
2010-03-19 Ted KremenekMake the CIndex API more resilient to being used on...
2010-03-19 Ted KremenekAdd test case for <rdar://problem/7770737>.
next