]> granicus.if.org Git - clang/shortlog
clang
2009-02-07 Ted KremenekSplit logic for 'getEndPath()' for CFRefReport and...
2009-02-07 Ted KremenekConvert a use of 'std::ostringstream' to 'llvm::raw_str...
2009-02-07 Anders CarlssonSplit the exception object out into its own stack.
2009-02-07 Anders CarlssonSimplify the Objective-C exception handling.
2009-02-07 Mike StumpFormat for 80-cols.
2009-02-07 Sebastian RedlMove CheckPointerToMemberOperands to SemaExprCXX.cpp
2009-02-07 Mike StumpEnsure that we don't miscodegen if vlas creap into...
2009-02-07 Sebastian RedlFix pretty-printing of if conditions. Patch by Ben...
2009-02-07 Sebastian RedlMake one expected-diag directive match exactly one...
2009-02-07 Mike StumpArrange to have the correct StackDepth for while statem...
2009-02-07 Mike StumpFit into 80-col.
2009-02-07 Douglas GregorAdd a test case for some Objective-C behavior that...
2009-02-07 Sebastian RedlMake const-initialized const integral variables I-C...
2009-02-07 Mike StumpFixup goto codegen in and around VLAs.
2009-02-07 Sebastian RedlFill in C++ status table for section 7 (declarations).
2009-02-07 Chris Lattnerremove two eroneous suffixes, these promote to int...
2009-02-07 Chris Lattneradd note, weirdness.
2009-02-07 Chris Lattnerfix some missing parens, thanks for Eli's review!
2009-02-07 Chris Lattnerfix a typo that Sebastian noticed!
2009-02-07 Chris Lattnermake sure that UINTMAX_MAX has an unsigned type. This...
2009-02-07 Chris Lattnermake various MAX/MIN constants be preprocessor constant...
2009-02-07 Mike StumpEnsure that we assert if given an unhandled value.
2009-02-07 Daniel DunbarSet load/store alignment when doing ABI coercions.
2009-02-07 Ted KremenekUse 'Destroy(Context)' instead of 'Context.Deallocate...
2009-02-07 Ted KremenekOverhaul of Stmt allocation:
2009-02-07 Ted KremenekGRExprEngine: When processing compound assignments...
2009-02-07 Chris Lattnerstart of tgmath, yuck.
2009-02-07 Sebastian RedlAdd negative test cases and fix diagnostics for member...
2009-02-07 Daniel DunbarWhen making dummy file entries, the directory name...
2009-02-07 Sebastian RedlUse our new snazzy stdint.h to make a testcase 64-bit...
2009-02-07 Chris LattnerApparently it is important to define intptr_t and uintp...
2009-02-07 Sebastian RedlImplement dereferencing of pointers-to-member.
2009-02-06 Sebastian RedlFix some errors in the new stdint.h.
2009-02-06 Fariborz JahanianFixed an objc2 nonfragile-abi code gen bug.
2009-02-06 Chris Lattneronly define MB_LEN_MAX if the system <limits.h> doesn't.
2009-02-06 Chris Lattneradd a stdint.h header.
2009-02-06 Chris LattnerExport __INT8_TYPE__ / __INT16_TYPE__ / __INT32_TYPE__...
2009-02-06 Douglas GregorClean up an already-fixed FIXME
2009-02-06 Douglas GregorSemantic checking for class template declarations and
2009-02-06 Ted KremenekUpdate comment.
2009-02-06 Fariborz Jahanianobjc2's nonfragile abi API for messages sent to 'super'.
2009-02-06 Ted KremenekMove StringLiteral to allocate its internal string...
2009-02-06 Ted KremenekAdd sub-testcase where we process Cocoa.h using --disab...
2009-02-06 Daniel Dunbarccc: Forward -dM to clang.
2009-02-06 Daniel Dunbarccc/Darwin: Add a missing Darwin argument translation...
2009-02-06 Daniel DunbarUse 'compile' instead of 'codegen' when reporting error...
2009-02-06 Ted KremenekAdded special versions of new[]/delete[] to complement...
2009-02-06 Chris Lattnercorrect description
2009-02-06 Chris Lattnerfirst hack at limits.h
2009-02-06 Chris Lattner-funsigned-char sets __CHAR_UNSIGNED__
2009-02-06 Douglas GregorDiagnose attempts to define a namespace member out...
2009-02-06 Zhongxing XuPut the region store specific test in a separate file.
2009-02-06 Zhongxing XuSymbolicRegions really have unknown sizes.
2009-02-06 Zhongxing XuCreate ElementRegion when the base is SymbolicRegion...
2009-02-06 Chris LattnerAdd an implementation of -dM that follows GCC closely...
2009-02-06 Chris Lattneradd interface for walking macro table.
2009-02-06 Chris Lattneradd support for -x c++-header, update comment.
2009-02-06 Chris Lattnerfactor some code out into a helper function.
2009-02-06 Chris Lattnerfile gone.
2009-02-06 Chris Lattnerget __WCHAR_TYPE__ from the targetinfo hook
2009-02-06 Chris Lattnersimplify and refactor a bunch of type definition code...
2009-02-06 Chris Lattnerremove some ad-hocery and use DefineTypeSize for more...
2009-02-06 Chris Lattnerrefactor some code into a DefineTypeSize function.
2009-02-06 Chris Lattnerdefault diag::err_pp_file_not_found to mapping to fatal,
2009-02-06 Chris Lattnerdon't emit any diagnostics after a fatal one.
2009-02-06 Chris Lattnerhandle fatal errors, rely on warnings to point out...
2009-02-06 Ted KremenekUse ASTContext's allocator to deallocate Stmt objects...
2009-02-06 Daniel Dunbarccc: Give explicit error on @ style argument lists...
2009-02-05 Daniel Dunbarccc: Implement special language recognition handling...
2009-02-05 Douglas GregorImprove the representation of template type parameters...
2009-02-05 Ted KremenekUpdated checker build.
2009-02-05 Chris Lattnerallow mapping errors to fatal.
2009-02-05 Chris Lattnerdocument fatal
2009-02-05 Chris Lattneradd support to the diagnostics machinery for mapping...
2009-02-05 Ted KremenekAdd 'AppendValue' to the list of magic CF function...
2009-02-05 Fariborz Jahanianobjc2's nonfragile-abi - API selection for when receiv...
2009-02-05 Anders CarlssonFollow Eli's advice and store the VLA size with the...
2009-02-05 Fariborz JahanianMore objc2's API chanes.
2009-02-05 Douglas GregorImprovements and fixes for name lookup with using direc...
2009-02-05 Chris LattnerI didn't mean to change this.
2009-02-05 Torok EdwinAdd Debian gcc 4.3 header search directories.
2009-02-05 Fariborz Jahanian#ifdef'out out objc2 API selection which is not done...
2009-02-05 Ted KremenekUpdate checker build.
2009-02-05 Sebastian RedlFix the symptom of the regression, by having the CXXCon...
2009-02-05 Sebastian RedlPut the invalid flag of OwningResult into the Action...
2009-02-05 Sebastian RedlRemove some non-ASCII in comment.
2009-02-05 Daniel DunbarAdd bare bones test that parameter passing is consisten...
2009-02-05 Daniel DunbarImplement Direct ABIInfo semantics.
2009-02-05 Daniel DunbarSimplify test for whether we need an alloca to hold...
2009-02-05 Daniel DunbarImplement ABI Indirect sematics for arguments.
2009-02-05 Daniel DunbarMerge ABIInfo StructRet/ByVal into Indirect.
2009-02-05 Chris Lattnermake clang agree with gcc 4.2's x86-64 predefines and...
2009-02-05 Chris Lattnercorrect and generalize computation of __INTMAX_MAX__.
2009-02-05 Chris Lattnerprivatize some stuff.
2009-02-05 Chris Lattnerfix some differences between apple gcc and clang on...
2009-02-05 Daniel DunbarPull CodeGenFunction::GetUndefRValue() out of EmitUnsup...
2009-02-05 Zhongxing XuMake SymbolicRegion subclass TypedRegion, for symbols...
2009-02-05 Ted KremenekRemove a bunch of obscene double-buffering of BugReport...
2009-02-05 Daniel Dunbarccc: Translate -O to -O1 for clang, and only pass last...
2009-02-05 Dale JohannesenReapply Daniel's patch to match up with llvm 63765.
next