]> granicus.if.org Git - clang/shortlog
clang
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...
2009-01-24 Sebastian RedlMake tentative parsing of pointer-to-member decls work...
2009-01-24 Eli FriedmanPR3062: statement expressions should be illegal at...
2009-01-24 Eli FriedmanFix for PR2910: implement CodeGen for non-constant...
2009-01-24 Eli FriedmanRefactor sizeof handling to use constant folding logic...
2009-01-24 Chris Lattneradd initial support for the gcc "alignof(decl) is the...
2009-01-24 Sebastian RedlUndo accidental disabling of smart pointers.
2009-01-24 Chris LattnerImplement C99 6.5.3.4p1, rejecting sizeof(bitfield)
2009-01-24 Fariborz JahanianPatch to build class meta-data for each implementation
2009-01-24 Sebastian RedlAdd support for declaring pointers to members.
2009-01-24 Chris Lattnerremove a bunch of alignment handling code out of CGExpr...
2009-01-24 Chris LattnerImprove handling of alignof. alignof(VLA) now works...
2009-01-24 Chris Lattnerfix some const-correctness issues.
2009-01-24 Chris Lattnerremove dead code.
2009-01-24 Fariborz JahanianThis patch builds the meta-class object for each
2009-01-24 Chris LattnerFix PR3386 by handling GCC's rules for alignof, which...
2009-01-24 Chris Lattnerfix a fixme, don't leak the expr on error.
2009-01-24 Chris Lattnerminor formatting changes, no functionality change.
2009-01-24 Daniel DunbarFix invalid evaluation of _Complex float (real & imagin...
2009-01-24 Anders CarlssonHandle the 'e' constraint. Fixes PR3385
2009-01-24 Anders CarlssonIgnore parens when determining if an expr is a string...
2009-01-24 Daniel DunbarAdd simple make based harness for running ABI tests.
2009-01-24 Daniel DunbarStart filling in x86_64 ABI implementation.
2009-01-24 Ted KremenekUpdated checker build.
2009-01-24 Ted KremenekFix crash ElementRegion::getRValueType() when the Rvalu...
2009-01-24 Ted KremenekMore hacking on static analyzer diagnostics. When...
2009-01-23 Fariborz JahanianSome very early work for new objc's
2009-01-23 Douglas GregorFix a small regression in warning about template type...
2009-01-23 Ted KremenekOutput summary diagnostic for each bug report.
2009-01-23 Douglas GregorMore APSInt appeasement
2009-01-23 Douglas GregorMake sure that all NamedDecls have an identifier namespace.
2009-01-23 Douglas GregorHopefully the last of the APSInt signedness issues...
next