2012-04-27 |
Kaelyn Uhrain | Imrpove the note text for when a non-type decl hides... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | Fix logic such that we only call getToolChain once... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | Remove redundant calls to BAA->getArchName(). No funct... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | Revert 155679; Not a typo. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Alexey Samsonov | Use enum to set debug info size generated by Clang |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Ted Kremenek | Use a deque instead of an ImmutableList in AnalysisCons... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
NAKAMURA Takumi | test/Rewriter: Mark 4 tests as XFAIL:mingw32, due to... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
NAKAMURA Takumi | test/Driver/fast-math.c: Mark this as XFAIL:cygming... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Argyrios Kyrtzidis | Add test case for rdar://11293995 |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Eli Friedman | Add a missing check in CodeGen of packed classes with... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Richard Smith | The release notes are no place for modesty. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Ted Kremenek | Change FunctionSummary.h's definition of SetOfDecls... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | Typo. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Kaelyn Uhrain | Add note to help explain why a tag such as 'struct... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Fariborz Jahanian | modern objective-c transltion: Fixes a translation bug |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Eli Friedman | Add a missing ExpressionEvaluationContext for template... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Nico Weber | Remove svn:eol-style from the test I just added. Sorry :-/ |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Nico Weber | Revert r154981, because it caused PR12674. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Fariborz Jahanian | Test case for previosu patch. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Fariborz Jahanian | objective-c IRGen. Fixes a getter synthesis bug |
commit | commitdiff | tree | snapshot |
2012-04-26 |
John McCall | Fix a bug with block layout when the block contains... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
David Blaikie | Fix file name in comment. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Simon Atanasyan | MIPS: Add support for 64-bit MIPS targets: mips64 ... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Argyrios Kyrtzidis | [PCH] In ASTReader::completeVisibleDeclsMap, after... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
John McCall | Fix a crash-on-invalid where the constant evaluator... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Chad Rosier | Remove the group from -fhonor_infinites/-fno_honor_infi... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Evgeniy Stepanov | Define __ANDROID__ macro on -androideabi targets. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Manuel Klimek | Adds a tutorial on how to write RAV based ASTFrontendAc... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Manuel Klimek | Reverted unintentional commit. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Simon Atanasyan | MIPS: Add tests to check the debian multiarch stuff... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Manuel Klimek | Adds a small tutorial on how to write RAV based ASTFron... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Craig Topper | Enable AVX/AVX2 for Sandy Bridge, Ivy Bridge, and Haswe... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Ted Kremenek | Update checker build link, and remove stale links. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Richard Smith | PR12647: An alias template instantiation which occurs... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Ted Kremenek | [analyzer] check lazy bindings in RegionStore first... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Ted Kremenek | Teach RetainCountChecker that it doesn't quite understa... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Richard Smith | PR12660: Don't crash when initializing a const referenc... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Chandler Carruth | Fix a long-standing bug where Clang had a different... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Richard Smith | Two missing -Wc++98-compat warnings, for null pointers... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Rafael Espindola | Reject cases like |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Richard Smith | If a type is non-literal by virtue of being incomplete... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Richard Smith | RecursiveASTVisitor: When in 'shouldVisitTemplateInstan... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Chad Rosier | Typo. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Fariborz Jahanian | objective-c modern translator: more tests. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Kaelyn Uhrain | Add an error message with fixit hint for changing ... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Argyrios Kyrtzidis | When resolving default template arguments, it should... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Richard Smith | PR12625: Cope with classes which have incomplete base... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Benjamin Kramer | Use a SmallMap for StoredDeclsMap, it's usually sparsel... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Benjamin Kramer | Convert a std::map that usually has between 0 and 10... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Fariborz Jahanian | improve a modern objc translator test. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Fariborz Jahanian | modern objc rewriter: fixes a bug writing |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Manuel Klimek | Adds documentation for how to use the tooling library. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Manuel Klimek | Adds a document describing the various tooling approach... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Evgeniy Stepanov | Make asan-ld test windows-safe. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Manuel Klimek | Fixes the header search logic for tools: |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Evgeniy Stepanov | Clang driver support for linking on Android. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Evgeniy Stepanov | Fix default cpu for -march=armv5e. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Chris Lattner | OpenBSD: Remove incorrect -pthread preprocessor define... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Chris Lattner | don't use soname on OpenBSD, it doesn't support it... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Nico Weber | Expand #include_next in float.h from mingw to _msc_ver. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Chad Rosier | Add acos, asin, ceil, fabs, floor, fmax, fmin, round... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Chad Rosier | Add atan, atan2, exp, and log to the builtin math libra... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Chad Rosier | Alphabetize the builtin math library functions. No... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Nico Weber | Let NULL and MSVC headers coexist better. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Richard Smith | RecursiveASTVisitor: Visit instantiations of member... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Fariborz Jahanian | modern objc translator: Allow writing of multiple |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Fariborz Jahanian | objc modern rewriter: allow translation of |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Fariborz Jahanian | objc modern rewriter: minor refactoring. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Gabor Greif | Add a FIXME for uncomplete comment |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Aaron Ballman | Adding information about what intrinsics still need... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Bill Wendling | Add a flag to the image info section indicating that... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Evgeniy Stepanov | Only pass -mcpu, -march, -mfpu to linux-as on ARM. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Kostya Serebryany | enable TBAA when -fthread-sanitizer is given, even... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Chandler Carruth | Fix a typo spotted by Matt. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Richard Smith | Don't try to delay parsing the exception specification... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Chandler Carruth | Introduce an initial sketch of a MSVC compatible 'intri... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Richard Smith | PR12629: Cope with parenthesized function types when... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
NAKAMURA Takumi | clang/test/Rewriter/objc-modern-boxing.mm: Mark as... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
DeLesley Hutchins | Thread safety analysis: refactor test cases so that... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Fariborz Jahanian | with -Wdeprecated, include a note to its deprecated... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Eric Christopher | Forward declarations should take a context. This helps... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
DeLesley Hutchins | Thread safety analysis: support the use of pt_guarded_... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Chandler Carruth | Revert r155363, due to the underlying patches in LLVM... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Rafael Espindola | Fix visibility when we have two types with explicit... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Sirish Pande | Hexagon V5 (floating point) support in cfe. |
commit | commitdiff | tree | snapshot |
2012-04-23 |
DeLesley Hutchins | Thread-safety analysis: support new "pointer to member... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Douglas Gregor | Teach RequireCompleteType about multi-dimensional array... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Manuel Klimek | Fix PR12608. Patch contributed by Yang Chen. |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Bob Wilson | Add a test for svn r155263. |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Rafael Espindola | Inline helper function into only caller. |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Rafael Espindola | Add another testcase that was not being covered. |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Kostya Serebryany | [asan] fix typo |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Kostya Serebryany | [asan] update docs |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Anton Korobeynikov | Do not use stdint.h, driver might provide invalid locat... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Manuel Klimek | Fixes comment referencing old name. |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Rafael Espindola | Add a testcase that we already get right but was not... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Benjamin Kramer | Sema: Initialize NSString method cache members. |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Benjamin Kramer | Remove unnecessary StringRef->char*->StringRef conversi... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Rafael Espindola | Cleanup testcase. |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Rafael Espindola | An attribute in a explicit template installation should... |
commit | commitdiff | tree | snapshot |
next |