2012-05-29 |
Benjamin Kramer | Install ammintrin.h in the cmake build. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Benjamin Kramer | Add an ammintrin.h header for SSE4a intrinsics. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Simon Atanasyan | MIPS: Pass -KPIC argument to MIPS assembler if necessary. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Simon Atanasyan | Factor out the code retrieves the last PIC related... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Benjamin Kramer | Define __SSE4A__ when targeting new AMD CPUs. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
David Blaikie | Fix indenting. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Chad Rosier | Revert r155737, restoring the MaxDepth in the BalancedD... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Roman Divacky | Sparc is bigendian. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Alexey Samsonov | Make Clang driver pass the last option from -g group... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Charles Davis | Use fewer temporaries mangling APSInt objects. The... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Peter Collingbourne | OpenCL: Fix vector conditional operator CodeGen for... |
commit | commitdiff | tree | snapshot |
2012-05-28 |
Benjamin Kramer | Fix suspicous isIntegerType() check, found by PVS Studi... |
commit | commitdiff | tree | snapshot |
2012-05-28 |
David Blaikie | Address minor FIXME in RedeclLink to contain a PointerI... |
commit | commitdiff | tree | snapshot |
2012-05-28 |
Charles Davis | Fix mangling of integral template arguments between... |
commit | commitdiff | tree | snapshot |
2012-05-28 |
Charles Davis | Fix Lang's fix. This should fix the tests for +Asserts... |
commit | commitdiff | tree | snapshot |
2012-05-28 |
Chris Lattner | adjust to mainline llvm API change. |
commit | commitdiff | tree | snapshot |
2012-05-28 |
David Blaikie | Fix PR12960 by not attempting to correct cases when... |
commit | commitdiff | tree | snapshot |
2012-05-28 |
Charles Davis | Test case for 157547. Before that patch, all the digits... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Benjamin Kramer | PR12962: Fix a rare use after free when collecting... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Lang Hames | Fix call to APSInt constructor - it doesn't take an... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Fariborz Jahanian | -Wdeprecated warning to include reference (as a note) |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Benjamin Kramer | Pass ProgramStateRef by reference. |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Dmitri Gribenko | Close HTML tag properly. |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Benjamin Kramer | Use the SelectorSet typedef more widely throughout... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Benjamin Kramer | Replace some custom hash combines with the standard... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
NAKAMURA Takumi | clang/unittests/Tooling/RewriterTestContext.h: Don... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
NAKAMURA Takumi | clang/lib/Rewrite/Rewriter.cpp: Don't try to rename... |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Charles Davis | Mangle template instantiations properly (as of VC 7... |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Benjamin Kramer | Only emit one set of braces for __VERSION__, getClangFu... |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Fariborz Jahanian | Change warning to error when property setter names... |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Richard Smith | In response to some discussions on IRC, tweak the wordi... |
commit | commitdiff | tree | snapshot |
2012-05-26 |
David Blaikie | Fix indentation. |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Alexander Kornienko | Don't offer '[[clang::fallthrough]];' fix-it when a... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Nuno Lopes | fix codegen support for alloc_size attribute for static... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Argyrios Kyrtzidis | [libclang] Add a test I forgot to commit for r156890. |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Rafael Espindola | Don't ignore linkage when ignoring visibility in the... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Nuno Lopes | add CodeGen support for the alloc_size attribute |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Rafael Espindola | Don't ignore linkage when ignoring visibility in the... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Anna Zaks | [analyzer] Don't crash on LValBitCast |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Rafael Espindola | Consider the linkage for member class templates even... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Rafael Espindola | When ignoring visibility in an instantiation, still... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Rafael Espindola | Whitespace fixes. |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Manuel Klimek | Links the entry point to the tooling documentation... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Richard Smith | Release notes update for -Wsometimes-uninitialized. |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Richard Smith | Split a chunk of -Wconditional-uninitialized warnings... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Anna Zaks | [analyzer] Loading external plugins with scan-build |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Seth Cantrell | ensure value passed to is space is representable as... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Richard Smith | Some cleanups around the uninitialized variables warnin... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Fariborz Jahanian | cleanup some code. |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Fariborz Jahanian | objective-c: warn on use of property setters |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Eli Friedman | Get rid of some non-ASCII en-dashes that crept in. |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Eli Friedman | Implement the C++11 discarded value expression rules... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Justin Holewinski | Un-XFAIL CodeGen/builtins-nvptx.c now that the proper... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Eli Friedman | A minor tweak to the new volatile lvalue warning: don... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
John McCall | XFAIL this test, which does not pass on trunk since... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Ted Kremenek | Set svn:keywords property to Id |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Ted Kremenek | New & improved man page attached, now with standard... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Fariborz Jahanian | objective-c: Fixes a corner case and interesting bug. |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Argyrios Kyrtzidis | [objcmt] Add test case for r157395. |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Justin Holewinski | Replace PTX back-end with NVPTX back-end in all places... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Anna Zaks | [analyzer] Minor cleanup to checkers' help text. |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Anna Zaks | [analyzer] Treat cast of array to reference in the... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Anna Zaks | [analyzer] Fix typo. Thanks Jordy. |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Manuel Klimek | Adds menu sidebar to the docs. |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Manuel Klimek | Updates the tooling docs with the links to the tutorial... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Manuel Klimek | Adds a tutorial for how to write clang plugins. |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Argyrios Kyrtzidis | [objcmt] Warn when modern objc migrator does not conver... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Fariborz Jahanian | objc: change option to be -Wobjc-interface-ivars |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Manuel Klimek | Apply review comment from Jordan Rose. |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Bill Wendling | Remove 3.1 release notes to get ready for current devel... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Seth Cantrell | fix Bug 12924 |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Richard Smith | DR1152 / PR12931 / PR6177: A candidate function which... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Eli Friedman | Add a warning to diagnose statements in C++ like "... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Nuno Lopes | implement Sema support for the alloc_size attribute |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Fariborz Jahanian | modern objc translation: Add translation of @autoreleas... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Argyrios Kyrtzidis | [libclang] Report CXType_ObjCId for 'const id', not... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
NAKAMURA Takumi | clang/test/Tooling: Update comments in left 2 tests... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
NAKAMURA Takumi | clang/test/Tooling: Tweak 4 tests to escape the path... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
NAKAMURA Takumi | Tooling: Canonicalize Key in IndexByFile[]. llvm::sys... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Argyrios Kyrtzidis | [arcmt] Remove an unused -autorelease, without failing... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Chad Rosier | [driver] Have the crash diagnostics print the clang... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Manuel Klimek | Adds the Refactoring library, which is a layer on top... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Richard Smith | Correct the starting location for instantiations of... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Richard Smith | If the first argument of __builtin_object_size can... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Richard Smith | Clang 3.1 is out: turn the relevant C++11 status boxes... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Eric Christopher | Move file to be more representative. |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Eric Christopher | Check that we have an unknown upper bound range for... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Eric Christopher | Emit C++11 enum class information if it exists. |
commit | commitdiff | tree | snapshot |
2012-05-22 |
John McCall | Recognize the MS inheritance attributes and turn them... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
John McCall | Fix line endings. |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Eric Christopher | Test that we emit a subrange type for vlas. |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Manuel Klimek | Fixes the autoconf build. |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Nuno Lopes | wire -fbounds-checking to the new LLVM bounds checking... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Manuel Klimek | Adds a method overwriteChangedFiles to the Rewriter... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Nuno Lopes | revert the usage of the objectsize intrinsic with 3... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Simon Atanasyan | Replace inline asm constraint "=a" by the more general... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Richard Smith | Truthify a comment. |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Ted Kremenek | Fix typo. |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Ted Kremenek | Use Perl prototypes instead of shift. |
commit | commitdiff | tree | snapshot |
next |