]> granicus.if.org Git - clang/shortlog
clang
2009-01-28 Daniel DunbarABITest: Support --test-layout option for generating
2009-01-28 Fariborz JahanianSet visibility of ivar offset symbols according to
2009-01-28 Fariborz JahanianGeneration of ivar-offset symbols in objc2's non-fragil...
2009-01-28 Ted KremenekOn Windows use a BumpPtrAllocator for the UniqueFileCon...
2009-01-28 Nuno Lopesadd test for PR2502, which was already fixed some time ago
2009-01-28 Ted KremenekFileManager: Use a BumpPtrAllocator for the StringMaps...
2009-01-28 Nuno Lopesfix PR3427: fix debuginfo for incomplete array types
2009-01-28 Ted KremenekAdd a some comments to designate Windows-specific/Unix...
2009-01-27 Steve NaroffFinish making AST BumpPtrAllocation runtime configurabl...
2009-01-27 Sebastian RedlAdd handling of member pointers to reinterpret_cast.
2009-01-27 Fariborz JahanianAfter talking to our runtime guru, I added a comment.
2009-01-27 Ted KremenekUpdated checker build.
2009-01-27 Steve NaroffConvert types over to placement new() that takes an...
2009-01-27 Steve NaroffRemove many references to ASTContext::getAllocator...
2009-01-27 Daniel Dunbarccc/Darwin/clang: Fix a mistranslation for the llvm...
2009-01-27 Anders CarlssonIf an input constraint refers to an output constraint...
2009-01-27 Fariborz Jahanianivar meta-data generation for nonfragile-abi.
2009-01-27 Daniel Dunbarccc: Normalize machine name to i386 for platforms which...
2009-01-27 Chris Lattnereliminate some random .ll file outputs
2009-01-27 Fariborz JahanianFixed a typo in getPreferredTypeAlign method.
2009-01-27 Chris Lattneradd new headers
2009-01-27 Chris LattnerAdd the new .def files
2009-01-27 Chris LattnerSplit the single monolithic DiagnosticKinds.def file...
2009-01-27 Ted KremenekFix bug in BasicStore::getLValueElement where if the...
2009-01-27 Chris Lattneradd a new "getPreferredTypeAlign" method to return...
2009-01-27 Eli FriedmanSupport CodeGen for __extension__ operator on aggregates.
2009-01-27 Eli FriedmanFix for PR3418: make sure to handle the RHS of expressi...
2009-01-27 Chris LattnerIntroduce a new PresumedLoc class to represent the...
2009-01-27 Chris Lattnerrename getFullFilePos -> getFileOffset.
2009-01-27 Ted KremenekUse string comparison rather than '=='.
2009-01-27 Chris LattnerFix a bug that I noticed by inspection.
2009-01-27 Chris Lattnermake -print-stats print stats about the amount of the...
2009-01-27 Chris Lattnerimprovements for GNU objc runtime support, patch by...
2009-01-27 Daniel Dunbarx86_64: Classify __m64 and __m128 "correctly".
2009-01-27 Chris Lattneradd SparcV8 asm register info support. Patch by Ben...
2009-01-27 Ted KremenekPathDiagnostics:
2009-01-27 Daniel DunbarImplement support for coercion to wider types during...
2009-01-27 Ted KremenekHave 'Analyzer Failures' files be named to reflect...
2009-01-27 Ted KremenekPTH: Use Token::setLiteralData() to directly store...
2009-01-26 Fariborz JahanianAdded a FIXME.
2009-01-26 Daniel DunbarFix definition of __builtin_ia32_vec_set_v2di and de...
2009-01-26 Daniel DunbarPull EmitReturnBlock out of FinishFunction and catch...
2009-01-26 Fariborz JahanianBuild method-description-list for category meta-data
2009-01-26 Douglas GregorSome micro-optimizations for DISABLE_SMART_POINTERS:
2009-01-26 Chris Lattnerrename getSpelledCharacterAt to getSpellingOfSingleChar...
2009-01-26 Chris LattnerFix a bug I introduced in my changes, which caused...
2009-01-26 Sebastian RedlAdd support for member pointers to const_cast.
2009-01-26 Ted KremenekSilence warning.
2009-01-26 Ted KremenekAdd version number to PTH files.
2009-01-26 Ted KremenekAdd version number checking to PTH files.
2009-01-26 Ted KremenekEmbed the offset of the PTH table inside the prologue...
2009-01-26 Fariborz JahanianMethod decription meta-data and its setting in class_ro_t
2009-01-26 Daniel DunbarAdd Ignore ABIArgInfo kind, for handling void & empty...
2009-01-26 Daniel DunbarSkip emission of final return block if possible (e...
2009-01-26 Chris Lattnerremove my hacks that aggressively threw away multiple
2009-01-26 Chris Lattnerallow _Pragmas formed from #defines to keep their full...
2009-01-26 Chris Lattnernow that everything properly handles multiply instantiated
2009-01-26 Chris Lattnermake getInstantiationLoc and getSpellingLoc handle...
2009-01-26 Sebastian RedlRemove an implemented FIXME and extend test cases....
2009-01-26 Sebastian RedlCorrect size assumption; fixes a crash on amd64.
2009-01-26 Chris Lattnerfix a negated conditional in getDecomposedInstantiation...
2009-01-26 Chris Lattnerminor speedups/cleanups for -E mode.
2009-01-26 Chris LattnerThis change refactors some of the low-level lexer inter...
2009-01-26 Daniel DunbarABITestGen: Add generation of vector types.
2009-01-26 Fariborz JahanianMeta-data for nonfragile-abi's categories
2009-01-26 Chris Lattnermake sure we have a definition of uintptr_t.
2009-01-26 Steve NaroffMany updates to Windows project files.
2009-01-26 Daniel DunbarComment fix.
2009-01-26 Daniel Dunbarccc: -o should not be automatically forwarded to generi...
2009-01-26 Daniel Dunbarccc: Recognize -emit-llvm [-S].
2009-01-26 Chris Lattnerstart plumbing together the line table information...
2009-01-26 Chris LattnerLazily paging in file contents is a big win for PTH...
2009-01-26 Chris LattnerBitmangle file characteristic bits into the low bits of
2009-01-26 Chris Lattneradd parsing and constraint enforcement for GNU line...
2009-01-26 Ted KremenekUse tag classes instead of typedefs for GDM entries...
2009-01-26 Chris Lattneradd another sanity test.
2009-01-26 Chris Lattnera few minor cleanups
2009-01-26 Chris Lattnerparse and enforce required constraints on #line directi...
2009-01-26 Chris Lattneradded to wrong directory
2009-01-26 Chris Lattneran insane macro testcase.
2009-01-26 Chris Lattnereagerly resolve the spelling locations of macro argumen...
2009-01-26 Chris LattnerEagerly resolve the spelling location of the tokens...
2009-01-26 Chris LattnerOnly resolve a macro's instantiation loc once per macro...
2009-01-26 Eli FriedmanPR3269: create an empty InitListExpr as a child for the
2009-01-26 Chris LattnerCheck in the long promised SourceLocation rewrite....
2009-01-26 Sebastian RedlUpdate C++ status table with new member pointer convers...
2009-01-25 Chris Lattnerimprove ASTContext::getDeclAlign comment, as suggested...
2009-01-25 Chris Lattneruse simpler method
2009-01-25 Sebastian RedlImplement implicit conversions for pointers-to-member.
2009-01-25 Sebastian RedlIntroduce an explicit case for member pointers in CodeG...
2009-01-25 Sebastian RedlFix compile error from r62953.
2009-01-25 Eli FriedmanOne more case for Expr::isConstantInitializer; I think...
2009-01-25 Eli FriedmanEnhancements to Expr::isConstantInitializer to deal...
2009-01-25 Eli FriedmanRename Expr::isConstantExpr to Expr::isConstantInitiali...
2009-01-25 Eli FriedmanGet rid of some code that should be unnecessary.
2009-01-25 Eli FriedmanMake the constant folder aware of
2009-01-25 Eli FriedmanFix the address of a label to be properly considered...
2009-01-24 Eli FriedmanFix for PR2100: merge types for variables.
2009-01-24 Eli FriedmanCorrect test; sorry for any inconvenience.
2009-01-24 Fariborz JahanianCompute instaceStart/instanceSize fields of the class_r...
next