2011-04-21 |
Richard Trieu | Add a fixit suggest for missing case keywords inside... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Nick Lewycky | Alphabetize this one flag, just to pull it out of my... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Daniel Dunbar | Driver/Darwin: Allow OS X deployment targets like 10... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Argyrios Kyrtzidis | Use the ArrayFiller to fill out "holes" in the array... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Jay Foad | PR9214: Convert Metadata API to use ArrayRef. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Manuel Klimek | Adds a function to run FrontendActions over in-memory... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Daniel Dunbar | Driver: Tweak -Xarch diags a bit more, we can't actuall... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Daniel Dunbar | Driver: Improve -Xarch argument diagnostics a bit. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Argyrios Kyrtzidis | Fixit suggestion for adding missing tag name should... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Argyrios Kyrtzidis | Have #pragma message not turn into error by -Werror... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Eli Friedman | PR9772: Fix the definition of WINT_MIN and WINT_MAX... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
John McCall | The 0.98 revision of the x86-64 ABI clarified a lot... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Argyrios Kyrtzidis | For |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Anders Carlsson | Don't add type names for enums; they're never used... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Chris Lattner | fix a crash on code that uses the result value of __bui... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Bill Wendling | Remove __builtin_ia32_loadup[sd] since clang can repres... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Douglas Gregor | When translating a Clang source range into a libclang... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Justin Holewinski | PTX: Add PTX intrinsics as builtins and add ptx32 and... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Douglas Gregor | Improve test case from prior commit ever so slightly |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Douglas Gregor | Fix a crash-on-invalid involving non-identifier names... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Douglas Gregor | Give invalid tag types 8-bit size and alignment, rather... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Douglas Gregor | Eliminate an uninteresting assertion; invalid code... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Ted Kremenek | Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Fariborz Jahanian | Use S.str() to force a flush. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Daniel Dunbar | Driver: Suppress some additional warnings with -Qunused... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Douglas Gregor | Be sure to flush raw_string_ostream objects in the... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Douglas Gregor | Teach SourceManager::getSLocEntry() that it can fail... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Daniel Dunbar | TWEAK |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Daniel Dunbar | Driver/Darwin: Switch to using -macosx for OS name... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Daniel Dunbar | IRgen/ARM: Fix a think-o in conversion-to-null for... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Chris Lattner | some cleanups to use IRBuilder methods instead of llvm... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Daniel Dunbar | Driver/Darwin: Switch to using new style triples. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Daniel Dunbar | ADT/Triple: Switch to using .isOSDarwin() predicate. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Fariborz Jahanian | Avoid superfluous warning after an error is detcted... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Daniel Dunbar | Basic/Darwin: Add support for new -osx and -ios style... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Chris Lattner | use the newly introduced IRBuilder getInt() method... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Argyrios Kyrtzidis | We regard a function as 'unused' from the codegen persp... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Peter Collingbourne | Add a new expression classification, CL_AddressableVoid |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Ted Kremenek | Add missing break statements. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Anders Carlsson | Make the VariadicMethodTypeChecker accept block pointer... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Matt Beaumont-Gay | Fix line endings |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Daniel Dunbar | Driver/Darwin: Change to use generic iOS runtime librar... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Ted Kremenek | Report memory usage for global code completion results... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Francois Pichet | Unbreak the MSVC build: Don't mix variable declarations... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Ted Kremenek | Add libclang API to query how much memory is used by... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Ted Kremenek | Add ASTContext::getTotalMemory() to allow clients to... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Ted Kremenek | Add SelectorTable::getTotalMemory() to allow clients... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Daniel Dunbar | Driver/Darwin: Disable movw/movt with -mkernel or ... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Fariborz Jahanian | Fix a bug in calculation of composite type |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Daniel Dunbar | Driver: Support -fno-lto. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Ted Kremenek | Add ToolChain path support for linker on Slackware. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Devang Patel | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard Smith | Fix PR9741. The implicit declarations created for range... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Douglas Gregor | When providing code completions of ivar names for a... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Anders Carlsson | Get rid of std::vector usage when getting function... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Douglas Gregor | When producing code completion results for the Objectiv... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Anders Carlsson | Clean up code generation of typeid expressions and... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Anders Carlsson | Put a typeid test in its own namespace. |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Chris Lattner | Fix a miscompilation I introduced in r129652, thanks... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Anders Carlsson | Use the right type name. |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Anders Carlsson | When laying out bases in, always try the "base subobjec... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Anders Carlsson | Cleanup tests, no functionality change. |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Anders Carlsson | Add addBaseSubobjectTypeName which isn't used yet. |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Anders Carlsson | Move code to add a type name to a TagDecl type out... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Anders Carlsson | Use a SmallVector for field types in CGRecordLayoutBuil... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Michael J.... | Make -mno-mmx imply -mno-3dnow. This is what gcc does... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Chris Lattner | when assertions are disabled, labels go away. Hopefull... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Eli Friedman | Hack to turn the valgrind buildbot green, until Devang... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Chris Lattner | implement rdar://9289524 - case followed immediately... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Chris Lattner | fold memcpy/set/move_chk to llvm.memcpy/set/move when... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Chris Lattner | fix rdar://9289603 - clang should fold trivial ?: for... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Richard Trieu | Testing my commit access. A few whitespace changes... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Argyrios Kyrtzidis | Introduce Rewriter::IncreaseIndentation() which increas... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Tanya Lattner | Modify test for 32 and 64 bit. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Devang Patel | Emit proper selector name in debug info. |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Devang Patel | Emit debug info for Objective-C properties. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Tanya Lattner | Fix bug in vector initializer when initializing a vecto... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Fariborz Jahanian | Enforce nonnull __attribute__ on Objective-C method... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Douglas Gregor | Initial work to improve documentation for Clang's diagn... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Douglas Gregor | For the purposes of overload resolution, consider a... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Douglas Gregor | Forbid the use of C++ new/delete to allocate/free objec... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Douglas Gregor | Parse GNU-style attributes prior to the type-id/new... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Nick Lewycky | Restore accidentally deleted file (I blame svn). |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Fariborz Jahanian | Fixes a crash when generating dependency file stuff |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Nick Lewycky | Reapply r129561, moving the runtime/Makefile that build... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Nick Lewycky | Doug Gregor tells me that runtime/libcxx/ is a placehol... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Douglas Gregor | Implement appropriate semantics for C++ casting and... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Owen Anderson | Revert r129561, which broke one of the clang buildbots. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Fariborz Jahanian | Allow shadowin of 'self' in objc methods in |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Richard Smith | Add __has_feature(cxx_range_for) check for C++11 range... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Michael J.... | Add mm3dnow.h. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Michael J.... | Add 3DNow! Intrinsics. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Richard Smith | Update www: clang now supports C++11 for-range and... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Richard Smith | Support for C++11 (non-template) alias declarations. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Richard Smith | Teach -ast-print how to print template template parameters. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Benjamin Kramer | Fix mismatched delete. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Richard Smith | Apply NAKAMURA Takumi's workaround to fix thses tests... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Nick Lewycky | Create a compiler-rt directory and move the Makefile... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Ted Kremenek | Improve diagnostics on GNU attributes by warning about... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Chris Lattner | fix a bunch of comment typos found by codespell. Patch by |
commit | commitdiff | tree | snapshot |
next |