2012-06-04 |
Aaron Ballman | Fixes some test cases that should have come along with... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Fariborz Jahanian | objective-c: Handle more warning cases for when |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Alexander Kornienko | Fixed a problem related to resolution of built-in heade... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Aaron Ballman | Removing the lambda extension warning concerning single... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Jordan Rose | [diagtool] Properly order libraries in Makefile for... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Jordan Rose | Remove AST and Parse from Driver's dependencies. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Jordan Rose | [diagtool] Re-add show-enabled, minimizing the code... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Evgeniy Stepanov | Require -pie when linking with ASan on Android. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Hans Wennborg | Test the '__thread' before 'static' warning. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Craig Topper | Add fma3 intrinsic header file. |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Douglas Gregor | When adding built-in operator candidates for overload... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Craig Topper | Make disabling SSE levels also disable AVX and FMA. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Craig Topper | Make AES and PCLMUL features imply SSE2 as that's neede... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Craig Topper | Add __POPCNT__ to test cases for corei7 and corei7-avx |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Craig Topper | Add fma feature flag for Intel FMA instructions. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Benjamin Kramer | Upgrade test for the fma4->fma intrinsic change. |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Nico Weber | Improve fixit for comparison operator on lhs of bitwise... |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Argyrios Kyrtzidis | Follow-up on the test of r157892 |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Argyrios Kyrtzidis | Initialize the non-target-dependent fields of the Prepr... |
commit | commitdiff | tree | snapshot |
2012-06-02 |
NAKAMURA Takumi | Revert r157819, "#ifdef out a broken test on win32" |
commit | commitdiff | tree | snapshot |
2012-06-02 |
NAKAMURA Takumi | ToolInvocation::mapVirtualFile(): Tweak for Win32.... |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Simon Atanasyan | MIPS: Factor out code selects the float ABI as determin... |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Benjamin Kramer | Fix typos found by http://github.com/lyda/misspell... |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Alexander Kornienko | Implementation of a "soft opt-in" option for -Wimplicit... |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Anna Zaks | [analyzer] Rely on canBeInlined utility instead of... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Anna Zaks | [analyzer] Fix a spurious undef value warning. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Anna Zaks | [analyzer] Fix lack of coverage after empty inlined... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Ted Kremenek | Disable diagnosic path pruning for ReturnUndefChecker. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jordan Rose | [diagtool] Pull show-enabled back out for now. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jordan Rose | [diagtool] Unbork Makefile build. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jordan Rose | [diagtool] Appease buildbot by adding llvm_unreachable. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jordan Rose | [diagtool] Add 'show-enabled', which displays which... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jordan Rose | [diagtool] The driver skips two arguments, not one. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Ted Kremenek | static analyzer: add inlining support for directly... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Kaelyn Uhrain | Don't allow multiple correction candidates that have... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Alexander Kornienko | #ifdef out a broken test on win32 |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jordan Rose | [analyzer] SATestBuild should execute SVN updates even... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Jordan Rose | [analyzer] Fix SATestAdd to work with SATestBuild. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Alexander Kornienko | Added a test for ToolInvocation::mapVirtualFile method. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Eric Christopher | Support C++11 enum forward declarations. |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Argyrios Kyrtzidis | [arcmt] Use CFBridgingRetain/CFBridgingRelease instead... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Aaron Ballman | Anonymous union members within a struct are now properl... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Kaelyn Uhrain | In TypoCorrectionConsumer, BestResults to CorrectionRes... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Fariborz Jahanian | objc: properties of NSObject attribute must |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Tom Care | [analyzer] Fix BugType memory leak in IdempotentOperati... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Aaron Ballman | Updating the visualizers to include more datatypes... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Anna Zaks | [analyzer] Cleanup for r157721. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Alexander Kornienko | Fix an object lifetime issue in clang/Tooling. |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Ted Kremenek | Allow some BugReports to opt-out of PathDiagnostic... |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Craig Topper | Add builtin for pclmulqdq instruction. |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Richard Smith | Only visit default arguments for template declarations... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Anna Zaks | Change wording of 'memcpy' type mismatch warning and... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Anna Zaks | [analyzer]Fix another occurrence of iterator invalidati... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Jordan Rose | Add a test for '%@' suggestion for classes. |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Jordan Rose | Suggest '%@' for Objective-C objects in ObjC format... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
David Blaikie | Disable -Wunique-enum for anonymous enums. |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Jim Grosbach | TableGen: Remove extraneous '\' at EOL in generated... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Fariborz Jahanian | objective-c: revert r157407. It broke a project |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Manuel Klimek | Adds a toString method to Replacement, which helps... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Alexander Kornienko | Fixed a memory leak in clang/Tooling. |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Gabor Greif | supply a simple-minded testcase for r156813, to check... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Alexey Samsonov | Clang docs update: list command-line flags that control... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Craig Topper | SSE4A should not imply LZCNT and POPCNT. FMA4 should... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Craig Topper | Update FIXME. ABM is already covered by LZCNT and POPCNT. |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Craig Topper | Mark extrqi and insertqi immediate arguments as being... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Daniel Jasper | Test commit - Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Eric Christopher | Remove some extra braces. |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Richard Trieu | Add new -Wunique-enum which will warn on enums which... |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Anna Zaks | Add fixits for memory access warnings. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Fariborz Jahanian | objc: position of 'fixit' was off by one. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Fariborz Jahanian | fixes radar no. in this test. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Fariborz Jahanian | objective-c: fix a sema and IRGen crash when property |
commit | commitdiff | tree | snapshot |
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 |
next |