2010-03-23 |
Fariborz Jahanian | Patch to implement code gen. use of compound assignent on |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | More thunks scaffolding. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | More work on thunks. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Douglas Gregor | When recovering from a qualified typedef name, don... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Move ThunkInfo as well. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Move ReturnAdjustment and ThisAdjustment out into CGVta... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Duncan Sands | Ignore a more comprehensive set of gcc-special format... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | Bind the constructed object value to CXXConstructExpr. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | update CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | Clear the return expr GDM after using it. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | Add a AggExprVisitor class. It contains lots of boiler |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Use the canonical destructor, which fixes the self... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | merge line. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Daniel Dunbar | Frontend: Don't free the CompilerInstance or FrontendAc... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Daniel Dunbar | PPCallbacks: Add hook for reaching the end of the main... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Zhongxing Xu | Since we now may have basicblocks with the same block... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Baby steps towards making thunks be emitted from the... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Some renames. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Always emit associated thunks when emitting the functio... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Rename MaybeEmitVtable to EmitVTableRelatedData in... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Anders Carlsson | Rename CGVtableInfo to CodeGenVTables in preparation... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Ted Kremenek | For forward-declared static inline functions, delay... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Ted Kremenek | Tweak null dereference diagnostics to give clearer... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Ted Kremenek | Only perform CFG-based warnings on 'static inline'... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | Set the relevent attributes declared in class extension |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Rafael Espindola | A fixed version of r99174 which also includes a test... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Ted Kremenek | Disable the emission of frontend warnings (not errors... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Ted Kremenek | Improve the diagnostics for the UndefinedAssignmentChec... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Douglas Gregor | Comment the reasons for the strange little dance we... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | (re)implement PR6542, accepting and discarding the... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | merge some tests. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | Diagnose miuse of property dot-syntax instead of crashing. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | merge two tests. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | rename test. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | revert r98661, gcc_tdiag is not an attribute (PR6542). |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | move a test to a more appropriate directory |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Anders Carlsson | More work on thunks; almost there now. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | Fixes access rues for ivars declared in class |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | hopefully fix this on non-sse2 hosts. Shouldn't an... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | Test for my last patch. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | More clean up of ivars which are either in class extens... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Kovarththanan... | Sort calls to add_clang_library() |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | fix PR6658: inline isn't a keyword in C89 mode, use... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Rafael Espindola | revert r99174. It caused PR6677. Will try to debug... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Anders Carlsson | Add less than operators to ThisAdjustment, ReturnAdjust... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Anders Carlsson | Improve dumping of thunks. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Douglas Gregor | Use the cursor's ASTContext rather than the ASTContext... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Douglas Gregor | Fix a thinko and a typo in the delayed-diagnostic code. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Anders Carlsson | We want to add all thunks, not just 'this' adjustment... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Kovarththanan... | Use DEFINE_SYMBOL property to control dllexport/dllimport |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Douglas Gregor | Introduce the notion of a single "delayed" diagnostic... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Rafael Espindola | When handling a TSK_ExplicitInstantiationDefinition... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
John McCall | -Wshadow should only warn about parameter declarations... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chandler Carruth | Add very limited support for GCC's '-B' flag. This... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Rafael Espindola | Fix PR6618. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Douglas Gregor | Keep track of the size/modification time of each file... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Anders Carlsson | AddThunk should take a const reference. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Rafael Espindola | Fix PR6648 by not creating a temporary with the type... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Ted Kremenek | Delete the new visitor if an old one already exists. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | tests: Mangle '-vg' onto the end of the triple when... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Don't bother running the analysis for CFG-based warning... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Refactor CFG-based warnings in Sema to be run by a... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
David Chisnall | Fixed synthesizing properties declared in properties... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Reapply r99024 (but with the memory issue now fixed). |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Check if a BugReporterVisitor has already been added... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Fix use-of-invalid-memory found by Valgrind and Windows... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Fix thinkos that prevented Clang from picking... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Support CC_PRINT_OPTIONS, used for logging... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Fix -### to quote shell special characters... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Eric Christopher | Add sse4.2 support to this test. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Eric Christopher | Add sse4.2 header and builtin support. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | IRgen: Wrap atomic intrinsics with memory barriers... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Evaluate: Fix a subtle bug in the pointer evaluator... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Fix a number of -fapple-kext issues: |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Revert r99024, "Augment path diagnostics to include... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | C++: Add support for -fno-use-cxa-atexit. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | IRgen: Inline GenerateCXXGlobal[VarDecl]InitFunc into... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
John McCall | Implement -Wshadow for parameter declarations as well. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Eric Christopher | Add a newline at the end of the file. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Eric Christopher | For legacy compatibility add a varargs.h header. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Augment path diagnostics to include displaying when... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Force joining of "-l" "foo", the linker doesn... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Allow Render{Separate,Joined} option flags... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Fix unused variable warning. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Eric Christopher | Migrate typedefs to the top level of xmmintrin.h and... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Eric Christopher | Add include for smmintrin.h to this test. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Fix possible crash when targetting an unknown... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Douglas Gregor | Optimize region-of-interest based cursor walks through the |
commit | commitdiff | tree | snapshot |
2010-03-19 |
John McCall | Change CodeGenModule to rely on the Module's symbol... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Douglas Gregor | Remove the capture, serialization, and deserialization... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Douglas Gregor | Robustify PreprocessingRecord slightly, by only creatin... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Douglas Gregor | Implement serialization and lazy deserialization of... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Fariborz Jahanian | More coherent diagnostics when ivar is placed n categories. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Ted Kremenek | Teach clang_getCursorKindSpelling() about CXCursor_Inva... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Ted Kremenek | Make the CIndex API more resilient to being used on... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Ted Kremenek | Add test case for <rdar://problem/7770737>. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | clang -cc1: Kill off -empty-input only, and replace... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
John McCall | Promote enum types during -Wsign-compare. Fixes some... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Fariborz Jahanian | Diagnose conversion of 'Class' to/from objective-c |
commit | commitdiff | tree | snapshot |
next |