2010-08-06 |
Douglas Gregor | Introduce implicit conversions between AltiVec vectors... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Argyrios Kyrtzidis | Introduce a new token kind 'cxx_defaultarg_end' to... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Nick Lewycky | Remove ElseScope which is also dead code now. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Nick Lewycky | Remove the DeclaredInCondition bit now that it's no... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Chandler Carruth | Prevent these tests from dirtying the tree with output... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zhongxing Xu | If all nodes are sunk, bail out early. This make the... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Nate Begeman | vdup_lane was missing |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Eli Friedman | Attempt to fix uninitialized value warning reported... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
John McCall | Properly pop out of Objective-C method declarations... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Sebastian Redl | Add an environment variable that makes libclang use... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zhongxing Xu | add test case. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Bruno Cardoso... | We don't want to support built-ins which aren't needed... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Zhongxing Xu | Don't assert on a file stream if its state is not track... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Jordy Rose | When checking if a buffer access is valid, first make... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Bruno Cardoso... | Fix AVX 256-bit intrinsics headers by using the right... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
John McCall | Don't crash when mangling empty anonymous unions. ... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Sebastian Redl | Collect namespaces that need updating in a PCH chain... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Fariborz Jahanian | Add support for block imported struct variable layout... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
John McCall | It turns out that linkers (at least, the Darwin linker... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Chris Lattner | fix the va_list definition for vc++64, patch by Cameron... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Sebastian Redl | Write various C++-specific records to chained PCHs... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
John McCall | Argument evaluation order is not guaranteed. Split... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Tom Care | Fixed logic error in UnreachableCodeChecker's marking... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
John McCall | Fix a major bug with -ftrapv and ++/--. Patch by David... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
John McCall | Allow multiple __declspec attributes after a class... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Fariborz Jahanian | For now skip over aggregate non-byref block variables. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Fariborz Jahanian | Trying to unbreak buildbot. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Ted Kremenek | Revert r110317, and add a comment why the assertion... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eli Friedman | Flip the switch to use OffsetOfExpr unconditionally... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eli Friedman | PR7769: Fix references to anonymous structs/unions... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eli Friedman | Add IRGen support for non-constant OffsetOfExpr. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Argyrios Kyrtzidis | Store the pending implicit instantiations in the PCH... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Argyrios Kyrtzidis | Support #pragma weak for PCH. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Argyrios Kyrtzidis | Make sure C++ variable definitions are actually passed... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eli Friedman | Make checker recognize OffsetOfExpr as a form of __buil... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Douglas Gregor | Give clang_codeCompleteAt() an "options" parameter... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
John McCall | TDK_InconsistentQuals is really totally different from... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Zhongxing Xu | Turn the predicate into an assertion. When could the... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eli Friedman | Tests for #pragma GCC visibility. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eli Friedman | Implement #pragma GCC visibility. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Nick Lewycky | Remove the warning for variables declared in the if... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
John McCall | Permit template argument deduction to add qualifiers... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
John McCall | operator<< on a DiagnosticBuilder should *always* outpu... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Jordy Rose | Tweak GRState::unbindLoc to use makeWithStore, and... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Jordy Rose | Remove InvalidateRegion from stores, since it's no... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Chandler Carruth | Convert this file to not have Windows line endings... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eli Friedman | Add support for -Woverlength-strings. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eli Friedman | Preserve calling convention etc. across template instan... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Eli Friedman | Get rid of isObjectType; when C++ says "object type... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Sebastian Redl | Drop an unjustified limitation from Type::isObjectType... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Sebastian Redl | Remove a redundant and broken check. Fixes PR7810. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Fariborz Jahanian | Clean up of my last patch. |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Ted Kremenek | Correctly handle 'Class<...>' when examining Cocoa... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Ted Kremenek | Remove bonehead redeclaration. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Fariborz Jahanian | Block variable layout bitmap API generation. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Ted Kremenek | Fix CFGBuilder to not blow out the stack when processin... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
John McCall | Extend the visibility-hidden optimization to linkonce_o... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Bruno Cardoso... | Logical AVX instrinsics can be matched directly, no... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Bruno Cardoso... | Add -mavx and -mno-avx command line support |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Sebastian Redl | Activate selectors in chained PCH. Chained PCH now... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Bruno Cardoso... | Add AVX intrinsics header |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Sebastian Redl | Bring stats for the method pool back. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Sebastian Redl | Implement per-file reading of the selector table. This... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Ted Kremenek | Teach SemaChecking::CheckReturnStackAddr about Implicit... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Fariborz Jahanian | More objc block variable layout info. work. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Ted Kremenek | Add CFGStmtMap, which defines a mapping from Stmt*... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Sebastian Redl | When chaining, only write interesting selectors to... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Sebastian Redl | Store the IDs of selectors in the PCH file explicitly. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Douglas Gregor | When performing in-process code completion, don't free... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Fariborz Jahanian | Some early work for providing block layout info. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Douglas Gregor | Add code-completion support directly to ASTUnit, which... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
John McCall | Emit standard-library RTTI with external linkage, not... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Jordy Rose | Change the checker callback cache in GRExprEngine to... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Eric Christopher | Accept and ignore (for now) -funroll-loops. |
commit | commitdiff | tree | snapshot |
2010-08-04 |
John McCall | Extend the hidden-visibility vtables optimization to... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
John McCall | Some more correctness fixes and code-size optimizations... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Douglas Gregor | When we try (but fail) to build a precompiled preamble... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Bruno Cardoso... | Add more AVX 256-bit intrinsics and test cases for... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
John McCall | Add a test case for P%7346, which was fixed by not... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
John McCall | Only look up an 'operator delete' on the definition... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
John McCall | Look through using declarations when deciding whether... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
John McCall | Fix a warning on a test. |
commit | commitdiff | tree | snapshot |
2010-08-03 |
John McCall | Do a very simple pass over every function we emit to... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Chris Lattner | add a hack for visual studio, fixing PR7796 |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Sebastian Redl | Incomplete promotion of selector info to per-file data. |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Nate Begeman | Add support for VFP status & control operations for... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Tom Care | Improved false positive detection and numerous small... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Jordy Rose | Remove DoneEvaluating field (unused since r90296) |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Jordy Rose | Makes GRState::makeWithStore private, to encourage... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Douglas Gregor | When using a precompiled preamble, keep track of the... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Eli Friedman | PR7795: Fix the definition of __WCHAR_MAX__ with -fshor... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Argyrios Kyrtzidis | Apart from storing/retrieving the previous redeclaratio... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Argyrios Kyrtzidis | Introduce getMostRecentDeclaration() and getFirstDeclar... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Argyrios Kyrtzidis | Send AST dumping/printing to stdout instead of stderr. |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Argyrios Kyrtzidis | Avoid writing a VTABLE_USES record in PCH if there... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Chris Lattner | fix some undefined behavior, PR7779. |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Daniel Dunbar | Driver: Don't forward any -g options to GCC, when using... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Douglas Gregor | Reshuffle the PCH generator action and consumer, so... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
John McCall | Emit weak vtables of non-template classes with hidden... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Zhongxing Xu | Allow offsets to be negative. Out-of-bound cases are... |
commit | commitdiff | tree | snapshot |
next |