2010-03-10 |
Anders Carlsson | Get rid of the LayoutBaseNonVirtually; it was used... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | More shuffling. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | Cleanups, no functionality change yet. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Chris Lattner | add DESTDIR support for clang headers, PR6556. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | Fix calculation of whether a member function needs... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Fariborz Jahanian | Change the 'super' messaging API in the rewriter. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
John McCall | Suppress the tag when printing an ElaboratedType if... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | We were mistakenly marking morally virtual bases as... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | Ignore non-interesting bases when emitting construction... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Ted Kremenek | Simplify assertion. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Ted Kremenek | Remove '#if 0' code. Lazy compound values have proven... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Ted Kremenek | Fix -Wsign-compare warnings reported by clang++. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Ted Kremenek | Fix -Wsign-compare warning reported by clang++. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Ted Kremenek | Remove the subregion map cache. It is no longer used. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Ted Kremenek | Fix stale comment. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Ted Kremenek | Really apply (unnoticed weird git-svn merge conflict... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Rafael Espindola | Move test and also test codegen. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
John McCall | When pretty-printing tag types, only print the tag... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Ted Kremenek | Refactor RegionStore::RemoveDeadBindings to use the... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Ted Kremenek | Refactor some of RegionStore's InvalidateRegionsWorker... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | Add newline. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | Don't accidentally mark some functions in construction... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
John McCall | Allow the fast path through ASTContext::getTypeDeclType... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Zhongxing Xu | Add use-after-free check to MallocChecker. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Douglas Gregor | Statement expressions can be used in global- or namespa... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
John McCall | Create a new InjectedClassNameType to represent bare... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | When building construction vtables, we need to check... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Rafael Espindola | add missing test |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | Improve vcall offset handling in construction vtables... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Rafael Espindola | Delay codegen of vtables when handling implicit instant... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Eric Christopher | Add insert/extract_ps and related random macros. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Devang Patel | Use SmallString instead of alloca. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Ted Kremenek | When computing in AnalysisContext the variables referenced |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Ted Kremenek | Enhance basic store to also lazily symbolicate VarRegions |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Devang Patel | Fix file reference for derived and composite types... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
John McCall | Value-initialize the written-builtin-specifiers field... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Fariborz Jahanian | Fix the test some more. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Fariborz Jahanian | See if this test makes it though buildbot. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Devang Patel | More then one anonymous aggregates on one line creates... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Fariborz Jahanian | Reverse the code gen. enabled part of test until I... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Douglas Gregor | Improve Objective-C token-annotation test |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Fariborz Jahanian | Code gen test for a previous patch for |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Devang Patel | Use getLast() instead of getBasename(). |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Fariborz Jahanian | Don't error when a block pointer is passed to a |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Douglas Gregor | Add an Objective-C test for token annotation |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Benjamin Kramer | Replace copy loops with memcpy. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Devang Patel | Start using DIFile. Corresponding llvm patch is r98020. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Ted Kremenek | Add test cases for r98003 and r98006. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Ted Kremenek | Add preprocessor guards to the definitions of size_t... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Ted Kremenek | Place the definition of 'va_list' within a preprocessor... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Ted Kremenek | Implement clang_isUnexposed(), a predicate function... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | add a codegen hack to work around an AST bug, allowing... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Ted Kremenek | Allocate ASTRecordLayout objects using the allocator... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Devang Patel | Avoid using DIDescriptor.isNull(). |
commit | commitdiff | tree | snapshot |
2010-03-08 |
John McCall | Revert r97727 at ddunbar's request; we want to solve... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
John McCall | Rename -Wbad-literal to -Wliteral-range. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Devang Patel | Revert r97949. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Ted Kremenek | Don't enable static analysis support for C++ by default... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Douglas Gregor | Improve XML output for C++ classes, from Olaf Krzikalla! |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Kovarththanan... | Mark variable as const |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Devang Patel | Avoid DIDescriptor.isNull() checks. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Douglas Gregor | Extend ObjCMessageExpr for class method sends with... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Douglas Gregor | Keep track of type source information in the return... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Duncan Sands | Remove unused headers. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Douglas Gregor | Remove redundant semicolon |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Douglas Gregor | Make a note for the C++0x future, when we'll have to... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Douglas Gregor | In C++98/03, an uninitialized variable that has POD... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Douglas Gregor | Downgrade errors when trying to catch a pointer or... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chandler Carruth | Revert r97925, it only contained the test updates not... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Douglas Gregor | Downgrade errors when trying to catch a pointer or... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Douglas Gregor | Robustify callers that rebuild typename type nodes... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Douglas Gregor | Perform overload resolution when static_cast'ing from a |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Douglas Gregor | Reference binding via user-defined conversion can compu... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Kovarththanan... | Undefine correct macro |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Chris Lattner | implement support for -Wno-deprecated, PR6534. While |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Kovarththanan... | Don't rely on implicit conversion |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Kovarththanan... | Rename to addPPCallbacks since we're effectively adding... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Kovarththanan... | Don't assert if PP already contains a valid PP callback... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Eric Christopher | Add sse4.1 packed min and max intrinsics. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Eric Christopher | Add load hint instruction intrinsic. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Eric Christopher | Add in movntdqa intrinsic for load hint. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Eric Christopher | Add in support for dword multiply and fp dot product... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Eric Christopher | Add in dot product intrinsics for dpps and dppd. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Eli Friedman | Fix for PR6294: we should only delay recording nested... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Douglas Gregor | Don't turn off mangling in implicitly extern "C" system... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Tanya Lattner | Fix 80 col violation. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Rafael Espindola | Don't produce debug info when given -g. Fixes PR6529. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Tanya Lattner | Fix indentation, use string directly instead of StringRef. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Tanya Lattner | Fix some weird patch issue. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Tanya Lattner | Implement missing-braces warning and add a test case. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Chris Lattner | disable these dirs which rely on dynamic linking on... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Chris Lattner | add mblaze target support, patch by Wesley Peck! |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Chris Lattner | on both the mac and linux, /usr/local/include is treated |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Benjamin Kramer | Rename the new Iterator objects and raise an assertion... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Benjamin Kramer | Update the python bindings for recent changes in the... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Kovarththanan... | Lowercase for consistency |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Eric Christopher | Fix _MM_FROUND_NEARBYINT and move rounding intrinsics... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Benjamin Kramer | Add a message to these asserts. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Rafael Espindola | Use static method in GlobalValue |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Eli Friedman | PR6515: Implement __builtin_signbit and friends. |
commit | commitdiff | tree | snapshot |
next |