]> granicus.if.org Git - clang/shortlog
clang
2011-04-21 Richard TrieuAdd a fixit suggest for missing case keywords inside...
2011-04-21 Nick LewyckyAlphabetize this one flag, just to pull it out of my...
2011-04-21 Daniel DunbarDriver/Darwin: Allow OS X deployment targets like 10...
2011-04-21 Argyrios KyrtzidisUse the ArrayFiller to fill out "holes" in the array...
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-21 Manuel KlimekAdds a function to run FrontendActions over in-memory...
2011-04-21 Daniel DunbarDriver: Tweak -Xarch diags a bit more, we can't actuall...
2011-04-21 Daniel DunbarDriver: Improve -Xarch argument diagnostics a bit.
2011-04-21 Argyrios KyrtzidisFixit suggestion for adding missing tag name should...
2011-04-21 Argyrios KyrtzidisHave #pragma message not turn into error by -Werror...
2011-04-21 Eli FriedmanPR9772: Fix the definition of WINT_MIN and WINT_MAX...
2011-04-21 John McCallThe 0.98 revision of the x86-64 ABI clarified a lot...
2011-04-21 Argyrios KyrtzidisFor
2011-04-20 Anders CarlssonDon't add type names for enums; they're never used...
2011-04-20 Chris Lattnerfix a crash on code that uses the result value of __bui...
2011-04-20 Bill WendlingRemove __builtin_ia32_loadup[sd] since clang can repres...
2011-04-20 Douglas GregorWhen translating a Clang source range into a libclang...
2011-04-20 Justin HolewinskiPTX: Add PTX intrinsics as builtins and add ptx32 and...
2011-04-20 Douglas GregorImprove test case from prior commit ever so slightly
2011-04-20 Douglas GregorFix a crash-on-invalid involving non-identifier names...
2011-04-20 Douglas GregorGive invalid tag types 8-bit size and alignment, rather...
2011-04-20 Douglas GregorEliminate an uninteresting assertion; invalid code...
2011-04-20 Ted KremenekRename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'.
2011-04-20 Fariborz JahanianUse S.str() to force a flush.
2011-04-20 Daniel DunbarDriver: Suppress some additional warnings with -Qunused...
2011-04-20 Douglas GregorBe sure to flush raw_string_ostream objects in the...
2011-04-20 Douglas GregorTeach SourceManager::getSLocEntry() that it can fail...
2011-04-19 Daniel DunbarTWEAK
2011-04-19 Daniel DunbarDriver/Darwin: Switch to using -macosx for OS name...
2011-04-19 Daniel DunbarIRgen/ARM: Fix a think-o in conversion-to-null for...
2011-04-19 Chris Lattnersome cleanups to use IRBuilder methods instead of llvm...
2011-04-19 Daniel DunbarDriver/Darwin: Switch to using new style triples.
2011-04-19 Daniel DunbarADT/Triple: Switch to using .isOSDarwin() predicate.
2011-04-19 Fariborz JahanianAvoid superfluous warning after an error is detcted...
2011-04-19 Daniel DunbarBasic/Darwin: Add support for new -osx and -ios style...
2011-04-19 Chris Lattneruse the newly introduced IRBuilder getInt() method...
2011-04-19 Argyrios KyrtzidisWe regard a function as 'unused' from the codegen persp...
2011-04-19 Peter CollingbourneAdd a new expression classification, CL_AddressableVoid
2011-04-19 Ted KremenekAdd missing break statements.
2011-04-19 Anders CarlssonMake the VariadicMethodTypeChecker accept block pointer...
2011-04-19 Matt Beaumont-GayFix line endings
2011-04-18 Daniel DunbarDriver/Darwin: Change to use generic iOS runtime librar...
2011-04-18 Ted KremenekReport memory usage for global code completion results...
2011-04-18 Francois PichetUnbreak the MSVC build: Don't mix variable declarations...
2011-04-18 Ted KremenekAdd libclang API to query how much memory is used by...
2011-04-18 Ted KremenekAdd ASTContext::getTotalMemory() to allow clients to...
2011-04-18 Ted KremenekAdd SelectorTable::getTotalMemory() to allow clients...
2011-04-18 Daniel DunbarDriver/Darwin: Disable movw/movt with -mkernel or ...
2011-04-18 Fariborz JahanianFix a bug in calculation of composite type
2011-04-18 Daniel DunbarDriver: Support -fno-lto.
2011-04-18 Ted KremenekAdd ToolChain path support for linker on Slackware.
2011-04-18 Devang PatelFix typo in comment.
2011-04-18 Richard SmithFix PR9741. The implicit declarations created for range...
2011-04-18 Douglas GregorWhen providing code completions of ivar names for a...
2011-04-18 Anders CarlssonGet rid of std::vector usage when getting function...
2011-04-18 Douglas GregorWhen producing code completion results for the Objectiv...
2011-04-18 Anders CarlssonClean up code generation of typeid expressions and...
2011-04-17 Anders CarlssonPut a typeid test in its own namespace.
2011-04-17 Chris LattnerFix a miscompilation I introduced in r129652, thanks...
2011-04-17 Anders CarlssonUse the right type name.
2011-04-17 Anders CarlssonWhen laying out bases in, always try the "base subobjec...
2011-04-17 Anders CarlssonCleanup tests, no functionality change.
2011-04-17 Anders CarlssonAdd addBaseSubobjectTypeName which isn't used yet.
2011-04-17 Anders CarlssonMove code to add a type name to a TagDecl type out...
2011-04-17 Anders CarlssonUse a SmallVector for field types in CGRecordLayoutBuil...
2011-04-17 Michael J.... Make -mno-mmx imply -mno-3dnow. This is what gcc does...
2011-04-17 Chris Lattnerwhen assertions are disabled, labels go away. Hopefull...
2011-04-17 Eli FriedmanHack to turn the valgrind buildbot green, until Devang...
2011-04-17 Chris Lattnerimplement rdar://9289524 - case followed immediately...
2011-04-17 Chris Lattnerfold memcpy/set/move_chk to llvm.memcpy/set/move when...
2011-04-16 Chris Lattnerfix rdar://9289603 - clang should fold trivial ?: for...
2011-04-16 Richard TrieuTesting my commit access. A few whitespace changes...
2011-04-16 Argyrios KyrtzidisIntroduce Rewriter::IncreaseIndentation() which increas...
2011-04-16 Tanya LattnerModify test for 32 and 64 bit.
2011-04-16 Devang PatelEmit proper selector name in debug info.
2011-04-16 Devang PatelEmit debug info for Objective-C properties.
2011-04-15 Tanya LattnerFix bug in vector initializer when initializing a vecto...
2011-04-15 Fariborz JahanianEnforce nonnull __attribute__ on Objective-C method...
2011-04-15 Douglas GregorInitial work to improve documentation for Clang's diagn...
2011-04-15 Douglas GregorFor the purposes of overload resolution, consider a...
2011-04-15 Douglas GregorForbid the use of C++ new/delete to allocate/free objec...
2011-04-15 Douglas GregorParse GNU-style attributes prior to the type-id/new...
2011-04-15 Nick LewyckyRestore accidentally deleted file (I blame svn).
2011-04-15 Fariborz JahanianFixes a crash when generating dependency file stuff
2011-04-15 Nick LewyckyReapply r129561, moving the runtime/Makefile that build...
2011-04-15 Nick LewyckyDoug Gregor tells me that runtime/libcxx/ is a placehol...
2011-04-15 Douglas GregorImplement appropriate semantics for C++ casting and...
2011-04-15 Owen AndersonRevert r129561, which broke one of the clang buildbots.
2011-04-15 Fariborz JahanianAllow shadowin of 'self' in objc methods in
2011-04-15 Richard SmithAdd __has_feature(cxx_range_for) check for C++11 range...
2011-04-15 Michael J.... Add mm3dnow.h.
2011-04-15 Michael J.... Add 3DNow! Intrinsics.
2011-04-15 Richard SmithUpdate www: clang now supports C++11 for-range and...
2011-04-15 Richard SmithSupport for C++11 (non-template) alias declarations.
2011-04-15 Richard SmithTeach -ast-print how to print template template parameters.
2011-04-15 Benjamin KramerFix mismatched delete.
2011-04-15 Richard SmithApply NAKAMURA Takumi's workaround to fix thses tests...
2011-04-15 Nick LewyckyCreate a compiler-rt directory and move the Makefile...
2011-04-15 Ted KremenekImprove diagnostics on GNU attributes by warning about...
2011-04-15 Chris Lattnerfix a bunch of comment typos found by codespell. Patch by
next